<?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 &#187; Computrons</title>
	<atom:link href="http://comeupyoufearfuljesuit.com/category/computrons/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>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>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>The Stupid Past, The Stupid Future</title>
		<link>http://comeupyoufearfuljesuit.com/2011/11/the-stupid-past-the-stupid-future/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/11/the-stupid-past-the-stupid-future/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 05:19:53 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Literature]]></category>
		<category><![CDATA[Design is bullshit]]></category>
		<category><![CDATA[Repetition is a form of change]]></category>
		<category><![CDATA[Web 2.0 is bullshit]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=436</guid>
		<description><![CDATA[I gave up on reading Great Expectations. The sanctimony overcame the quirky humor, and I couldn&#8217;t be bothered to keep track of what was going on any more. Now I&#8217;m reading Wuthering Heights, mostly because of Hark, a Vagrant. It&#8217;s way better, although every single character is totally fucking loathsome. Almost as bad as Austen, [...]]]></description>
			<content:encoded><![CDATA[<p>I gave up on reading <em>Great Expectations</em>. The sanctimony overcame the quirky humor, and I couldn&#8217;t be bothered to keep track of what was going on any more. Now I&#8217;m reading <em>Wuthering Heights</em>, mostly because of <a href="http://www.harkavagrant.com/index.php?id=323">Hark, a Vagrant</a>. It&#8217;s way better, although every single character is totally fucking loathsome. Almost as bad as Austen, in that regard.</p>
<p>Speaking of loathsome, the previously observed race to the bottom of the Facebook-UI-emulation barrel continues apace with Gmail and WordPress&#8217; control panel being the latest things that I use to become completely fucking horrible. It&#8217;s enough to make me hope that rich fucks do in the global economy completely so I&#8217;ll be too poor to see it get any worse.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/11/the-stupid-past-the-stupid-future/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adobe Unblur</title>
		<link>http://comeupyoufearfuljesuit.com/2011/10/adobe-unblur/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/10/adobe-unblur/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 03:49:39 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Design is bullshit]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=423</guid>
		<description><![CDATA[So Adobe has unveiled some fancy photo un-bluring technology. This allows you to take a worthless piece of shit, and through the application of substantial complicated computer effort, make it the way it would have been in the first place if you weren&#8217;t an idiot. In other words, Adobe has figured out how to apply [...]]]></description>
			<content:encoded><![CDATA[<p>So Adobe has <a href="http://www.digitaltrends.com/photography/adobe-unveils-amazing-unblur-feature-for-photoshop-video/">unveiled</a> some fancy photo un-bluring technology. This allows you to take a worthless piece of shit, and through the application of substantial complicated computer effort, make it the way it would have been in the first place if you weren&#8217;t an idiot. In other words, Adobe has figured out how to apply the release process of Photoshop to your pictures.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/10/adobe-unblur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why I Hate My Industry</title>
		<link>http://comeupyoufearfuljesuit.com/2011/10/why-i-hate-my-industry/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/10/why-i-hate-my-industry/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 01:25:05 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[corporate whores]]></category>
		<category><![CDATA[Design is bullshit]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[swine]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=416</guid>
		<description><![CDATA[So Apple has announced a fancy new phone, but it&#8217;s not as fancy as people wanted it to be. From this BBC story, marketing jagoff Gregory Roekens: But in terms of style, it was underwhelming. People were expecting iPhone 5, but instead it&#8217;s almost fixing the weaknesses the previous phones had. I&#8217;m glad that we [...]]]></description>
			<content:encoded><![CDATA[<p>So Apple has announced a fancy new phone, but it&#8217;s not as fancy as people wanted it to be.</p>
<p>From <a href="http://www.bbc.co.uk/news/technology-15172238">this</a> BBC story, marketing jagoff Gregory Roekens:</p>
<blockquote><p>But in terms of style, it was underwhelming. People were expecting iPhone 5, but instead it&#8217;s almost fixing the weaknesses the previous phones had.</p></blockquote>
<p>I&#8217;m glad that we can all agree that the way forward for tech companies is to follow <a href="http://www.catb.org/jargon/html/F/feeping-creaturism.html">the worst possible practices</a> in order to impress morons and marketers. Also, Siri is. . . a pretty crazy new feature, and if you&#8217;re pshing it because you want a fancier case, you&#8217;re a fucking idiot (again.)</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/10/why-i-hate-my-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wall-terfall</title>
		<link>http://comeupyoufearfuljesuit.com/2011/09/wall-terfall/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/09/wall-terfall/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 20:58:10 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[epistemology]]></category>
		<category><![CDATA[internet history]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=391</guid>
		<description><![CDATA[In a recent phone conversation with a friend I was chided gently (or, to be fair, tacitly) for not involving myself in a conversation that he begun via the medium of facebook. Of course, the obvious response to something like this is to adapt the disdainful tone of the habitual Facebook-abstainer, but I think it [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent phone conversation with a friend I was chided gently (or, to be fair, tacitly) for not involving myself in a conversation that he begun via the medium of facebook. Of course, the obvious response to something like this is to adapt the disdainful tone of the habitual Facebook-abstainer, but I think it may be worth considering what I don&#8217;t like about it, especially as its popularity has allowed its design principles to cast their baleful influence far and wide.</p>
<p>Leaving the whole content issue aside, the &#8220;wall&#8221; format that FB copped off of Twitter a few years ago is hell on conversations. The stream of detritus that it represents encourages only the briefest and more cursory interactions, and furthermore encourages monitoring to such an extent that taking time out to string more than a glib aside together prevents its use as intended. Topics are not to be stepped into, they are to be waved at as they go by.</p>
<p>I think that there&#8217;s a real false sense here that seeing everything go by constitutes a grasp on the world. The fact that the internet has made everyone a bogoexpert on every subject in existence has been fairly widely noted, and this sort of info-consolidation encourages that no end. Nobody bothers to remember that actually knowing about a particular thing and using it as a lens is the best option a human being has available for real comprehension.</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/09/wall-terfall/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wikipedia Continues Efforts to be Totally Useless to Computer People</title>
		<link>http://comeupyoufearfuljesuit.com/2011/08/wikipedia-continues-efforts-to-be-totally-useless-to-computer-people/</link>
		<comments>http://comeupyoufearfuljesuit.com/2011/08/wikipedia-continues-efforts-to-be-totally-useless-to-computer-people/#comments</comments>
		<pubDate>Mon, 22 Aug 2011 04:04:57 +0000</pubDate>
		<dc:creator>jmags</dc:creator>
				<category><![CDATA[Computrons]]></category>
		<category><![CDATA[Culture]]></category>
		<category><![CDATA[Wikipedia sucks]]></category>

		<guid isPermaLink="false">http://comeupyoufearfuljesuit.com/?p=386</guid>
		<description><![CDATA[Not long ago some exuberant Wikipedian got rid of the articles for a bunch of non-mainstream computer languages. Now someone has nominated and incredibly famous Perl hacker for deletion. The new motto of the Wikipedia editor is &#8220;If I have flung my poop far, it is because I stood on the shoulders of giants, whose [...]]]></description>
			<content:encoded><![CDATA[<p>Not long ago some exuberant Wikipedian got rid of the articles for a bunch of non-mainstream computer languages. Now someone has nominated <a href="http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Randal_L._Schwartz">and incredibly famous Perl hacker</a> for deletion. The new motto of the Wikipedia editor is &#8220;If I have flung my poop far, it is because I stood on the shoulders of giants, whose articles I then nominated for deletion.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://comeupyoufearfuljesuit.com/2011/08/wikipedia-continues-efforts-to-be-totally-useless-to-computer-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

