<?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>print 'Hello World' &#187; Computerish</title>
	<atom:link href="http://unusedusername.com/category/computerish/feed/" rel="self" type="application/rss+xml" />
	<link>http://unusedusername.com</link>
	<description>Now with extra python</description>
	<lastBuildDate>Sun, 06 Sep 2009 04:32:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Its the software&#8230;.</title>
		<link>http://unusedusername.com/2008/01/16/its-the-software/</link>
		<comments>http://unusedusername.com/2008/01/16/its-the-software/#comments</comments>
		<pubDate>Thu, 17 Jan 2008 01:00:47 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false">http://unusedusername.com/2008/01/16/its-the-software/</guid>
		<description><![CDATA[So I&#8217;ve been spending a lot of time at work staring into my laptop&#8217;s screen at work a lot recently. 
Little laptop screens are not the best thing for eyestrain, but after some luck I&#8217;ve got 3 unused flat panel monitors in my cube. I&#8217;ve got it plugged into one of them so that I&#8217;m [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2008/01/16/its-the-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;New&#8221; computer box</title>
		<link>http://unusedusername.com/2007/11/07/new-computer-box/</link>
		<comments>http://unusedusername.com/2007/11/07/new-computer-box/#comments</comments>
		<pubDate>Thu, 08 Nov 2007 07:47:23 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://unusedusername.com/2007/11/07/new-computer-box/</guid>
		<description><![CDATA[So I&#8217;m sitting in my livingroom working on my work stuff and my neighbor comes over. She wants to know what kind of computer she should get because her computer &#8220;does not have enough megabits&#8221;. My neighbor knows nothing of computers it seems.
I followed her into her apartment, and what do I see but one [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2007/11/07/new-computer-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mORe programming fun-ness</title>
		<link>http://unusedusername.com/2005/04/02/more-programming-fun-ness/</link>
		<comments>http://unusedusername.com/2005/04/02/more-programming-fun-ness/#comments</comments>
		<pubDate>Sun, 03 Apr 2005 03:37:08 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>
		<category><![CDATA[School]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Here&#8217;s a neet trick, given this piece of code:
If (required_function() == false)
      exit_program()
I can write it this way, and both have it look nicer and work the same:
required_function() or exit_program()
Function short-circuiting prevents the second from running if the first one resolves to true, so it is only run when it [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2005/04/02/more-programming-fun-ness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frekin Spammers!</title>
		<link>http://unusedusername.com/2005/02/23/frekin-spammers/</link>
		<comments>http://unusedusername.com/2005/02/23/frekin-spammers/#comments</comments>
		<pubDate>Wed, 23 Feb 2005 08:41:33 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have had a &#8220;few&#8221; episodes of spamming on my little corner of the net by some scumbags, who I will not legitimately link to. As a result I have cooked up a bit of code that kills it&#8230; a few choice SQL commands run once every 15 minutes should do the trick.
Eat this spammers:
#! [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2005/02/23/frekin-spammers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python hisssssss!</title>
		<link>http://unusedusername.com/2005/02/18/python-hisssssss/</link>
		<comments>http://unusedusername.com/2005/02/18/python-hisssssss/#comments</comments>
		<pubDate>Sat, 19 Feb 2005 06:19:51 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[For the non-programmers among you, please ignore this post as it is written in Geek. Wow &#8230; lambda functions are powerful&#8230; Take a look at this:
class foo:
         __init__():
               self.blea = file.open(&#8220;somefile&#8221;)
   [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2005/02/18/python-hisssssss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>pw0nzd</title>
		<link>http://unusedusername.com/2005/02/17/pw0nzd/</link>
		<comments>http://unusedusername.com/2005/02/17/pw0nzd/#comments</comments>
		<pubDate>Fri, 18 Feb 2005 06:38:02 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Aweayeayea&#8230; Looks like the great Microsoft has allowed someone who knows nothing about computers to write an article about &#8220;computerspeak&#8221;&#8230; They are &#8220;warning&#8221; parents that their kids may be doing bad things, and that the parents should learn &#8220;leetspeak&#8221;. From my point of view this is kinda funny, but I guess they have to start [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2005/02/17/pw0nzd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oops</title>
		<link>http://unusedusername.com/2005/01/11/oops/</link>
		<comments>http://unusedusername.com/2005/01/11/oops/#comments</comments>
		<pubDate>Wed, 12 Jan 2005 05:38:22 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I went a bit gung-ho with my spamfilter and accadently added the letter \&#8217;e\&#8217; to my blacklist. :/ It deleted all comments that had the letter \&#8217;e\&#8217; in them, which was all of them. So, if you arn\&#8217;t a spammer please post some new comments to re-populate the species.
If you are a spammer  DARN [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2005/01/11/oops/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mmmm&#8230;. Python</title>
		<link>http://unusedusername.com/2005/01/11/mmmm-python/</link>
		<comments>http://unusedusername.com/2005/01/11/mmmm-python/#comments</comments>
		<pubDate>Wed, 12 Jan 2005 05:18:39 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Last quarter I decided that I should learn a \&#8221;very high level\&#8221; programming language&#8230; This quarter I started learning python (for independent study credit ^_^ ), and well&#8230; I\&#8217;m impressed so far. It seems that you can make a priority queue in like 3 lines of code. Wow. 
Not-so-good for OS design stuff, but it [...]]]></description>
		<wfw:commentRss>http://unusedusername.com/2005/01/11/mmmm-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Test</title>
		<link>http://unusedusername.com/2004/11/09/test/</link>
		<comments>http://unusedusername.com/2004/11/09/test/#comments</comments>
		<pubDate>Tue, 09 Nov 2004 08:11:52 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[The new anti-spam thing is written. Making sure there isnt any&#8230;.
]]></description>
		<wfw:commentRss>http://unusedusername.com/2004/11/09/test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yet another computer upgrade&#8230;.</title>
		<link>http://unusedusername.com/2004/10/20/yet-another-computer-upgrade/</link>
		<comments>http://unusedusername.com/2004/10/20/yet-another-computer-upgrade/#comments</comments>
		<pubDate>Thu, 21 Oct 2004 04:55:11 +0000</pubDate>
		<dc:creator>jeff</dc:creator>
				<category><![CDATA[Computerish]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Now the webserver is running SuSe Linux&#8230;
Let\&#8217;s hope the test post goes through&#8230;
]]></description>
		<wfw:commentRss>http://unusedusername.com/2004/10/20/yet-another-computer-upgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
