<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>comeupyoufearfuljesuit.com</title>
	<atom:link href="http://comeupyoufearfuljesuit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://comeupyoufearfuljesuit.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Jan 2012 20:21:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Throws CaveatException</title>
		<link>http://comeupyoufearfuljesuit.com/2012/01/throws-caveatexception/</link>
		<comments>http://comeupyoufearfuljesuit.com/2012/01/throws-caveatexception/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 20:21:54 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Culture]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=506</guid>
		<description><![CDATA[So I&#8217;d like to clarify something about the previous post: When I said the problem was linguistic, I did not mean that the solution to the sample question was linguistic. It&#8217;s still a programming question (and, in fact, deeply prejudiced towards a particular language), but the point is people without a certain kind of linguistic [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;d like to clarify something about the previous post: When I said the problem was linguistic, I did not mean that the solution to the sample question was linguistic. It&#8217;s still a programming question (and, in fact, deeply prejudiced towards a particular language), but the point is people without a certain kind of linguistic framework can&#8217;t be taught to solve it. </p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2012/01/throws-caveatexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Throws LacunaException</title>
		<link>http://comeupyoufearfuljesuit.com/2012/01/throw-lacunaexception/</link>
		<comments>http://comeupyoufearfuljesuit.com/2012/01/throw-lacunaexception/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 21:37:56 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Structure Sign and Play]]></category>
		<category><![CDATA[there are 10 kinds of people]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=485</guid>
		<description><![CDATA[I found this old Jeff Atwood post (yes, it&#8217;s because it was linked from so-called &#8220;Hacker News,&#8221; okay?) about the apparent intractability of teaching programming, based on an academic paper. The upshot is that 1) some (and perhaps a majority of) people are simply incapable of coming to grips with programming and 2) these people [...]]]></description>
			<content:encoded><![CDATA[<p>I found this old <a href="http://www.codinghorror.com/blog/2006/07/separating-programming-sheep-from-non-programming-goats.html">Jeff Atwood</a> post (yes, it&#8217;s because it was linked from so-called &#8220;Hacker News,&#8221; okay?) about the apparent intractability of teaching programming, based on <a href="http://www.cs.mdx.ac.uk/research/PhDArea/saeed/paper1.pdf">an academic paper</a>. The upshot is that 1) some (and perhaps a majority of) people are simply incapable of coming to grips with programming and 2) these people seem to derive almost no benefit of any kind from programming coursework.</p>
<p>An example of a question that can be used to determine if someone will get anything out of studying program is presented:</p>
<blockquote><p>
<code><br />
Read the following statements and tick the box next to the correct answer.</p>
<p> int a = 10; int b = 20; a = b; </p>
<p> The new values of a and b are: </p>
<ul style="list-style:none">
<li>[ ] a = 20 b = 0</li>
<li>[ ] a = 20 b = 20</li>
<li>[ ] a = 0 b = 10</li>
<li>[ ] a = 10 b = 10</li>
<li>[ ] a = 30 b = 20</li>
<li>[ ] a = 30 b = 0</li>
<li>[ ] a = 10 b = 30</li>
<li>[ ] a = 0 b = 30</li>
<li>[ ] a = 10 b = 20</li>
<li>[ ] a = 20 b = 10</li>
<p></code>
</p></blockquote>
<p>So people throw out a whole lot of explanations for this in comments and inevitably devolves into &#8220;teachers suck&#8221; because everyone on the internet is such a fucking precious snowflake, but I&#8217;m not going to get sidetracked by that, because then I&#8217;ll just get depressed and never get to the point.</p>
<p>Which is: the reason this information confuses people is that they think that variable assignment is confusing because it&#8217;s a mathematical abstraction, but this isn&#8217;t true. Variable assignment, and a number of similar concepts that you need to wrap your head around in programming are confusing because they are linguistic abstractions, and linguistic prejudices are confusing and difficult to override (or, as is apparent here, even identify) because they develop than people tend to think they would, and so much work goes into preserving them. Understanding computers requires one to assume intuitively (although not consciously) that meaning is pretty arbitrary, which is arguably the single most important step to understanding (again, often in a pre/non/sub-conscious way) how to interact with the rules whereby meaning is generated.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2012/01/throw-lacunaexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sensitive Crimes in a Punt</title>
		<link>http://comeupyoufearfuljesuit.com/2012/01/sensitive-crimes-in-a-punt/</link>
		<comments>http://comeupyoufearfuljesuit.com/2012/01/sensitive-crimes-in-a-punt/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 04:47:13 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Introspection]]></category>
		<category><![CDATA[Charles Baudelaire]]></category>
		<category><![CDATA[Sigmund Freud]]></category>
		<category><![CDATA[Walter Benjamin]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=480</guid>
		<description><![CDATA[So since my recent reference to it, I have been hankering to reread &#8220;Motifs.&#8221; It&#8217;s true that I often find myself thinking this, but I often fail to get around to it, plus it&#8217;s a pretty rich vein, as evidenced by the fact that I came away with some new stuff this time around. In [...]]]></description>
			<content:encoded><![CDATA[<p>So since my recent <a href="http://comeupyoufearfuljesuit.com/2011/12/parrying-his-own-tweets/">reference</a> to it, I have been hankering to reread &#8220;Motifs.&#8221; It&#8217;s true that I often find myself thinking this, but I often fail to get around to it, plus it&#8217;s a pretty rich vein, as evidenced by the fact that I came away with some new stuff this time around.</p>
<p>In the past I have tended to focus on the stuff that can be traced fairly explicitly to &#8220;Beyond the Pleasure Principle.&#8221; The consciousness divided between perceiving and obscuring, the shattered shield, that sort of thing. This time I was more caught up in the processes of retrieval and ritual. When I was at Hampshire I sort of dismissed Benjamin in favor of Adorno, and I think that even at NYU, where I (along with everyone else) really embraced Benjamin and sort of understood his cultural turn, stayed leery of the stuff that evoked the past too enthusiastically.</p>
<p>Now that I&#8217;m an old man I sort of see where some of what he was getting at has to do with the fact that it&#8217;s easier to create your own culture in rituals when you have fewer external factors to deal with. Feeling straitjacketed by circumstance, I wonder if there is some sort of madeleine that I might require as well. There&#8217;s something to understanding that there was a nature that one was invoking.</p>
<p>Of course, you don&#8217;t want to go too far along that path. Just as you&#8217;re about to to say &#8220;There did I live&#8221; about the &#8220;breakers, rolling the images of the sky&#8221; you get to the stuff about photography and remember that Benjamin was a sentimental Luddite. Still, it&#8217;s good to let yourself get to the pretty part and not focus too much on stuff like &#8220;Even though chronology places regularity above permanence, it cannot prevent heterogeneous, conspicuous fragments from remaining within it.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2012/01/sensitive-crimes-in-a-punt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emitter</title>
		<link>http://comeupyoufearfuljesuit.com/2012/01/emitter/</link>
		<comments>http://comeupyoufearfuljesuit.com/2012/01/emitter/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 22:33:35 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[John Bentley]]></category>
		<category><![CDATA[there are 10 kinds of people]]></category>
		<category><![CDATA[Web 2.0 is bullshit]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=476</guid>
		<description><![CDATA[So I decided that my existing side-projects were all too mercenary and that I needed to do something goofy. The goofy thing I decided to do centers around generating random text using Markov Chains. I&#8217;m learning Javscript as I go, and when I was ready to have it generate text from the probability table I [...]]]></description>
			<content:encoded><![CDATA[<p>So I decided that my existing side-projects were all too mercenary and that I needed to do something goofy. The goofy thing I decided to do centers around generating random text using <a href="http://en.wikipedia.org/wiki/Markov_chain">Markov Chains</a>. I&#8217;m learning Javscript as I go, and when I was ready to have it generate text from the probability table I wasn&#8217;t somewhere where I could connect to the internet, so I didn&#8217;t know how to generate random numbers. Just to test the generator I arbitrarily set it to retrieve the first word from the list of possible words. For various implementation reasons, this will give you the input text, unless certain kinds of repetition occurs.</p>
<p>As an input text, I used the last two paragraphs <a href="http://cm.bell-labs.com/cm/cs/pearls/sec153.html">here</a>, because I thought it would be funny, and a little meta. After all this explanation, this will probably be a little disappointing, but the point is I got this:</p>
<div align="center">
<a href="http://www.flickr.com/photos/jmags/6609811279/" title="firstsuccess by jmags, on Flickr"><img src="http://farm8.staticflickr.com/7006/6609811279_70e342bc6d.jpg" width="500" height="353" alt="firstsuccess" border="0"></a>
</div>
<p>and I thought it was totally hilarious.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2012/01/emitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fusion</title>
		<link>http://comeupyoufearfuljesuit.com/2011/12/fusion/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/12/fusion/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 08:54:44 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[noumena and phenomena]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=472</guid>
		<description><![CDATA[Here, brought to you by conversations I had with my dad and computer glitches, are location markers for diners in Northampton, MA on a map of Paris.]]></description>
			<content:encoded><![CDATA[<p>Here, brought to you by conversations I had with my dad and computer glitches, are location markers for diners in Northampton, MA on a map of Paris.</p>
<div align="center">
<a href="http://www.flickr.com/photos/jmags/6558283509/" title="glitch by jmags, on Flickr"><img src="http://farm8.staticflickr.com/7174/6558283509_352bd218cb_z.jpg" width="640" height="480" alt="glitch" border="0"></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/12/fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Parrying His Own Tweets</title>
		<link>http://comeupyoufearfuljesuit.com/2011/12/parrying-his-own-tweets/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/12/parrying-his-own-tweets/#comments</comments>
		<pubDate>Sat, 03 Dec 2011 19:53:45 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Culture]]></category>
		<category><![CDATA[Identity]]></category>
		<category><![CDATA[Reality As Such]]></category>
		<category><![CDATA[noumena and phenomena]]></category>
		<category><![CDATA[pedantry]]></category>
		<category><![CDATA[Sigmund Freud]]></category>
		<category><![CDATA[Some Motifs in LOLdelaire]]></category>
		<category><![CDATA[The Page of the World Picture]]></category>
		<category><![CDATA[Walter Benjamin]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=456</guid>
		<description><![CDATA[One of the stops on my busy Thanksgiving sojourn was Matthew&#8217;s, where he and his mother attempted to coerce C&#8217;s experiences into a narrative about how texting is rotting the delicate minds of the youth of America, and god only knows what else. During the discussion I took it upon myself to point out that [...]]]></description>
			<content:encoded><![CDATA[<p>One of the stops on my busy Thanksgiving sojourn was <a href="http://www.matthewflaming.com/">Matthew&#8217;s</a>, where he and his mother attempted to coerce C&#8217;s experiences into a narrative about how texting is rotting the delicate minds of the youth of America, and god only knows what else. During the discussion I took it upon myself to point out that adults weren&#8217;t any less susceptible to the compulsions of constant phonography, but because that was orthogonal to what they were trying to get C to say it only held anyone&#8217;s attention as fleetingly as a &#8220;LOL&#8221; sent via text message.</p>
<p>I think that texting/mobile web abuse is related to the confusion I touched upon <a href="http://comeupyoufearfuljesuit.com/2011/09/wall-terfall/">here</a>, wherein people think this stream constitutes some kind of grasp on the world. Inundated with a steady stream of faux-information and faux-communication (fauxmunication?), people are too busy pressing buttons to wonder about the quality of things, which heads off some troubling questions.</p>
<blockquote><p>
This is the look &#8212; even as late as Proust &#8212; of the object of a love which only a city dweller experiences, which Baudelaire captured for poetry, and of which one might not infrequently say that it was spared, rather than denied, fulfillment.</p>
<p>&#8211;Benjamin, Illuminations, 170.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/12/parrying-his-own-tweets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Here&#8217;s to Them</title>
		<link>http://comeupyoufearfuljesuit.com/2011/11/heres-to-them/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/11/heres-to-them/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 07:34:51 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Literature]]></category>
		<category><![CDATA[A.S. Byatt]]></category>
		<category><![CDATA[Alan Hollinghurst]]></category>
		<category><![CDATA[fake poets]]></category>
		<category><![CDATA[Two Acres]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=454</guid>
		<description><![CDATA[To nobody&#8217;s surprise, The Stranger&#8217;s Child stayed good until the very end. It also had some cards up its sleeve until that point as well, which isn&#8217;t necessarily a thing that I go for (I&#8217;m not reading Encyclopedia Brown, am I) but in this case it underscores something important about the book, and (in my [...]]]></description>
			<content:encoded><![CDATA[<p>To nobody&#8217;s surprise, <em>The Stranger&#8217;s Child</em> stayed good until the very end. It also had some cards up its sleeve until that point as well, which isn&#8217;t necessarily a thing that I go for (I&#8217;m not reading <em>Encyclopedia Brown</em>, am I) but in this case it underscores something important about the book, and (in my experience) about Hollinghurst.</p>
<p>Unlike <em>The Stranger&#8217;s Child</em>, I&#8217;ll just come right out and tell you what I&#8217;m on about: the book is all about absences. Not content to have gaps in the narrative which inquisitive characters fill in during subsequent pages, the missing elements are promoted to full-blown lacunae, about which the characters struggle between themselves. Because this is the substance rather than a parlor trick, it&#8217;s actually deeply satisfying.</p>
<p>Because if its subject (hidden artifacts leading to a revised literary biography for a fake poet), I couldn&#8217;t help but be reminded of <em>Possession</em>. This is sort of amusing to me, as I first read <em>Possession</em> for the class in which I also read <em>The Swimming Pool Library</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/11/heres-to-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal Assistant</title>
		<link>http://comeupyoufearfuljesuit.com/2011/11/personal-assistant/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/11/personal-assistant/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 20:27:33 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Reality As Such]]></category>
		<category><![CDATA[Temboo]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[Yoshi]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=452</guid>
		<description><![CDATA[Here&#8217;s Yoshi helping my pack up after a day at Temboo.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s Yoshi helping my pack up after a day at Temboo.</p>
<div align="center">
<a href="http://www.flickr.com/photos/jmags/6407009709/" title="eod1 by jmags, on Flickr"><img src="http://farm8.staticflickr.com/7028/6407009709_e9f6706694.jpg" width="375" height="500" alt="eod1" border="0"></a></p>
<p><a href="http://www.flickr.com/photos/jmags/6407010025/" title="eod2 by jmags, on Flickr"><img src="http://farm8.staticflickr.com/7164/6407010025_4e2cccf978.jpg" width="375" height="500" alt="eod2" border="0"></a></p>
<p><a href="http://www.flickr.com/photos/jmags/6407010303/" title="eod3 by jmags, on Flickr"><img src="http://farm8.staticflickr.com/7030/6407010303_8bc0997478.jpg" width="375" height="500" alt="eod3" border="0"></a></p>
<p><a href="http://www.flickr.com/photos/jmags/6407010535/" title="eod4 by jmags, on Flickr"><img src="http://farm8.staticflickr.com/7170/6407010535_f7a4b792c5.jpg" width="375" height="500" alt="eod4" border="0"></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/11/personal-assistant/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More Authoritative Statements on Literature from Joaquin</title>
		<link>http://comeupyoufearfuljesuit.com/2011/11/more-authoritative-statements-on-literature-from-joaquin/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/11/more-authoritative-statements-on-literature-from-joaquin/#comments</comments>
		<pubDate>Sun, 20 Nov 2011 22:05:33 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Images]]></category>
		<category><![CDATA[Introspection]]></category>
		<category><![CDATA[Kajukenbo]]></category>
		<category><![CDATA[The 19th. Century sucked]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=448</guid>
		<description><![CDATA[Here is an innocuous household object rendered creepy by the magic of Instagram. So my forearms are a train wreck, but I&#8217;m now a blue belt. I guess I&#8217;m provisionally excited about that. For a while now I&#8217;ve been going to either sparring or curriculum classes, but not both. I think I&#8217;m going to be [...]]]></description>
			<content:encoded><![CDATA[<p>Here is an innocuous household object rendered creepy by the magic of Instagram.</p>
<div align="center">
<a href="http://www.flickr.com/photos/jmags/6348575583/" title="Untitled by jmags, on Flickr"><img src="http://farm7.staticflickr.com/6033/6348575583_c81cd1319f.jpg" width="500" height="500" alt="" border="0"></a>
</div>
<p>So my forearms are a train wreck, but I&#8217;m now a blue belt. I guess I&#8217;m provisionally excited about that. For a while now I&#8217;ve been going to either sparring or curriculum classes, but not both. I think I&#8217;m going to be assiduous about covering more bases in the immediate future. It&#8217;s certainly less expensive than going out instead.</p>
<p>I&#8217;m about halfway through <em>The Stranger&#8217;s Child</em> and it&#8217;s as good as I expected. It also throws into stark relief the element missing from all of those Austen and co. novels about people sitting around in fancy houses doing nothing: booze! Maybe instead of gimmicky bullshit like <em>Pride and Prejudice and Zombies</em> and its ilk, someone should intercut those old books with scenes of people getting drunk and making it. In the final analysis, I&#8217;d probably still find them incredibly boring, but you can&#8217;t really get much worse than the source material.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/11/more-authoritative-statements-on-literature-from-joaquin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Steady Beat of Your Drum</title>
		<link>http://comeupyoufearfuljesuit.com/2011/11/the-steady-beat-of-your-drum/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/11/the-steady-beat-of-your-drum/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 02:58:21 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Identity]]></category>
		<category><![CDATA[Literature]]></category>
		<category><![CDATA[Alan Hollinghurst]]></category>
		<category><![CDATA[gay]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=442</guid>
		<description><![CDATA[So I finished Wuthering Heights today, and the last quarter of that book is a total dog. I will note that by that time there were few enough pages that the whole thing didn&#8217;t just collapse under its own weight, so it&#8217;s still better than Great Expectations, and you should just ignore my mother. I [...]]]></description>
			<content:encoded><![CDATA[<p>So I finished <em>Wuthering Heights</em> today, and the last quarter of that book is a total dog. I will note that by that time there were few enough pages that the whole thing didn&#8217;t just collapse under its own weight, so it&#8217;s still better than <em>Great Expectations</em>, and you should just ignore my mother.</p>
<p>I think I&#8217;m finally off this stupid old-book kick. I don&#8217;t know what I was thinking letting it go on that long. <em>Moby Dick</em> is awesome, but it isn&#8217;t awesome enough to justify reading 2/3 of <em>Great Expectations</em>. I&#8217;m all set for the new Hollinghurst novel, <a href="http://www.newyorker.com/arts/critics/books/2011/10/17/111017crbo_books_wood">The Stranger&#8217;s Child</a>.</p>
<p>It&#8217;s actually quite strange to me that it has taken so long for me to get around to reading another Hollinghurst novel, because I adored <em>The Swimming Pool Library</em> back at Hampshire. I think that the problem may have been that I studied it very closely for a paper (reading it maybe 4 times through in a month, and certain sections more than that) and I burnt out for a while. I was reminded of him by a couple of press stories recently, and I&#8217;m actually looking forward to working back through the rest of his oeuvre.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/11/the-steady-beat-of-your-drum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

