<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lugnut &#38; Horsefly</title>
	<atom:link href="http://lugnuthorsefly.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lugnuthorsefly.wordpress.com</link>
	<description></description>
	<lastBuildDate>Fri, 20 Jun 2008 13:59:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lugnuthorsefly.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lugnut &#38; Horsefly</title>
		<link>http://lugnuthorsefly.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lugnuthorsefly.wordpress.com/osd.xml" title="Lugnut &#38; Horsefly" />
	<atom:link rel='hub' href='http://lugnuthorsefly.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Smart and Can Be Trusted</title>
		<link>http://lugnuthorsefly.wordpress.com/2008/06/20/smart-and-can-be-trusted/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2008/06/20/smart-and-can-be-trusted/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 13:59:00 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/?p=46</guid>
		<description><![CDATA[There&#8217;s a venerable article on hiring by Joel called Smart, and Gets Things Done. More recently, Steve Yegge has written an piece, called Done, and Gets Things Smart All of which are part of the tiresome and long-running rock-star programmer debate, but it did give me pause for thought about the kinds of programmers I&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=46&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a venerable article on hiring by <a href="http://www.joelonsoftware.com">Joel</a> called <a href="http://www.joelonsoftware.com/items/2007/06/05.html">Smart, and Gets Things Done</a>.</p>
<p>More recently, <a href="http://steve-yegge.blogspot.com">Steve Yegge</a> has written an piece, called <a href="http://steve-yegge.blogspot.com/2008/06/done-and-gets-things-smart.html">Done, and Gets Things Smart</a></p>
<p>All of which are part of the tiresome and long-running rock-star programmer debate, but it did give me pause for thought about the kinds of programmers I&#8217;ve worked with over the years and the categories I&#8217;ve started to (no doubt unfairly) group them into.</p>
<p><strong>DISCLAIMER:</strong> If you&#8217;re a former or current colleague of mine  the rest of the article is not about you. It&#8217;s about <em>other people</em>. You are a unique sunbeam that cannot be so cavalierly stereotyped.</p>
<p>The Categories:</p>
<p><strong>1) The Truly Useless </strong></p>
<p>These are the people that cannot be trusted to do anything right. They have somehow graduated without learning to program <em>at all</em>. They need constant guidance and handholding and generate negative productivity by sucking time from other people.</p>
<p>They seem to survive by either</p>
<p>a) Finding a company with poor hiring practices that lacks the nerve to fire them, or</p>
<p>b) Endlessly taking 3-month contracts (which are never renewed).</p>
<p>Sometimes these folks are just in the wrong job. In one case a former programmer eventually let go went on to thrive as a testing and QA specialist.</p>
<p>These people are why you need a decent programming test as part of the interview process. A programming test won&#8217;t distinguish the great from the good but it <em>will</em> filter out the Truly Useless.</p>
<p><strong>2) The Toilers</strong></p>
<p>These are the people that can get stuff done and do it well within their areas of expertise but will generally have trouble with</p>
<ul>
<li>Doing significant design work.</li>
<li>Finding a solution to a problem that involves doing something architecturally different (realising that replacing a slow RDBMS solution with a persistent in-memory hash table might be a good idea for example).</li>
<li>Learning something new (like a scripting language).</li>
<li>Taking initiative to suggest and implement significant changes.</li>
</ul>
<p>There seem to be a couple of different kinds of toiler.</p>
<ul>
<li>The <a href="http://en.wikipedia.org/wiki/Jobsworth">JobsWorth</a>: Some people just want their job to be as easy as possible. They don&#8217;t want the hassle of doing anything extra or agitating for change. They just want to put in their hours and get paid. I think some people are afraid of responsibility, too.</li>
<li>The Struggler: They can do it, but it&#8217;s hard work. The code gets done but they spend days baffled by mysterious bugs. Everyone&#8217;s a struggler at some point, I certainly was. As I get older I&#8217;ve realised I&#8217;m not necessarily smarter than a new graduate, I just get more done because I can fix that bug they spent 2 days on in five minutes because <em>I&#8217;ve seen it before</em> (3 years ago, in fact, when I spent <em>3</em> days fixing it).</li>
</ul>
<p><strong>3) The Go-To Programmer</strong></p>
<p>This is Joel&#8217;s Smart and Gets Things Done programmer. My definition is: this is the person you can <em>trust</em> to solve a hard problem; the programmer with the smarts, experience and imagination to get around most of the problems encountered in a software project without handholding. This programmer will, for example:</p>
<ul>
<li>Trace a bug into another subsystem in an unfamiliar language to fix it rather than saying &#8220;that&#8217;s the Java programmer&#8217;s problem&#8221;</li>
<li>Realise that there&#8217;s a big &#8216;ol lump of work between &#8220;code complete&#8221; and &#8220;software is released&#8221; that need to be planned for.</li>
<li>Be proactive about overcoming roadblocks rather than halting and waiting for guidance.</li>
<li>Not act like the team leader is the only person allowed to do design.</li>
<li>Come up with the complex load-balancing architecture that saves your website.</li>
</ul>
<p>Ideally, your whole team (and you) is this sort of programmer. Go-To programmers are like gold to a PM or team leader because you can <em>trust</em> them to get things done and not bollocks them up.</p>
<p><strong>4) The Rock Star</strong></p>
<p>Some stuff is just really really hard. Like making <a href="http://au.gamespot.com/features/btg-tri/part1-4.html">streaming work on a 1x CD-ROM</a>, or <a href="http://en.wikipedia.org/wiki/John_D._Carmack">making leading-edge 3D engines</a> and that fact is that the vast majority of us wouldn&#8217;t be able to solve these problems <em>at all</em> in any amount of time.</p>
<p>But do your projects have problems like this? I&#8217;m guessing not.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/46/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/46/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/46/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/46/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/46/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=46&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2008/06/20/smart-and-can-be-trusted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>
	</item>
		<item>
		<title>Quote of the Day</title>
		<link>http://lugnuthorsefly.wordpress.com/2008/06/19/quote-of-the-day/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2008/06/19/quote-of-the-day/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 23:52:00 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/?p=45</guid>
		<description><![CDATA[&#8220;If I go down under, does my ass automatically become an arse or do I have to fill out some paperwork?&#8221; (from http://www.reddit.com/info/6nz1k/comments/c04ehte)<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=45&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8220;If I go down under, does my ass automatically become an arse or do I have to fill out some paperwork?&#8221;</p>
<p>(from http://www.reddit.com/info/6nz1k/comments/c04ehte)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=45&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2008/06/19/quote-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>
	</item>
		<item>
		<title>We shall remember them&#8230;</title>
		<link>http://lugnuthorsefly.wordpress.com/2008/04/22/we-shall-remember-them/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2008/04/22/we-shall-remember-them/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 10:13:14 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/?p=44</guid>
		<description><![CDATA[The company I work for has just started asking people to work on Anzac Day to meet a delivery date for a client (a large British Company). Since Anzac Day commemorates (in part) the sacrifice of Australian soldiers commanded by incompetent British generals I find this quite ironic.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=44&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The company I work for has just started asking people to work on Anzac Day to meet a delivery date for a client (a large British Company).</p>
<p>Since Anzac Day commemorates (in part) the sacrifice of Australian soldiers commanded by incompetent British generals I find this quite ironic.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/44/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/44/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/44/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/44/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/44/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=44&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2008/04/22/we-shall-remember-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>
	</item>
		<item>
		<title>Recent Code Smells</title>
		<link>http://lugnuthorsefly.wordpress.com/2008/02/22/recent-code-smells/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2008/02/22/recent-code-smells/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 11:18:56 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/2008/02/22/recent-code-smells/</guid>
		<description><![CDATA[A variable called data_hash2 A variable called stuff A class called SingletonFactory<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=43&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>A variable called <code>data_hash2</code></li>
<li>A variable called <code>stuff</code></li>
<li>A class called <code>SingletonFactory</code></li>
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/43/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/43/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=43&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2008/02/22/recent-code-smells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>
	</item>
		<item>
		<title>Drawing a Circle in GIMP</title>
		<link>http://lugnuthorsefly.wordpress.com/2008/02/04/drawing-a-circle-in-gimp/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2008/02/04/drawing-a-circle-in-gimp/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 03:31:25 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/?p=42</guid>
		<description><![CDATA[I don&#8217;t know about you but IMHO an image editing program in which I can&#8217;t easily find out how to draw a circle has failed the usability test. A sane program would have a toolbar button with a circle on it. In GIMP you have to do this (from http://www.rru.com/~meo/gimp/faq-user.html#circle): How can I draw a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=42&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know about you but IMHO an image editing program in which I can&#8217;t easily find out how to draw a circle has failed the usability test. A <i>sane</i> program would have a toolbar button with a circle on it.</p>
<p>In GIMP you have to do this (from http://www.rru.com/~meo/gimp/faq-user.html#circle):</p>
<blockquote><p> <i><a title="circle" name="circle"></a>How can I draw a circle with the GIMP?</i></p>
<p>Use the elliptical select tool, hold down CTRL key to constrain as circle, fill the selected area with new color, right click on selected area, choose SELECT, SHRINK, shrink selection by whatever number of pixels you want your circle width to be, right click again in selected area, choose EDIT, CUT. Voila, one beautifully antialased circle.</p></blockquote>
<p>Oh, and extra lose points for making me look that up on Google, rather than putting it in the online help.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/42/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/42/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/42/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/42/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/42/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=42&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2008/02/04/drawing-a-circle-in-gimp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>
	</item>
		<item>
		<title>The Plague</title>
		<link>http://lugnuthorsefly.wordpress.com/2007/11/18/the-plague/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2007/11/18/the-plague/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 04:51:56 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/2007/11/18/the-plague/</guid>
		<description><![CDATA[When I first saw this I thought the roof of our office building was getting rusty. It turned out to be thousands and thousands of Bogong moths. I wonder why they cluster at the edges of the roof tiles?<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=39&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://lugnuthorsefly.files.wordpress.com/2007/11/dsc00060.jpg" title="Bogongs"><img src="http://lugnuthorsefly.files.wordpress.com/2007/11/dsc00060.thumbnail.jpg?w=470" alt="Bogongs" /></a></p>
<p>When I first saw this I thought the roof of our office building was getting rusty. It turned out to be thousands and thousands of Bogong moths. I wonder why they cluster at the edges of the roof tiles?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/39/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/39/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/39/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/39/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/39/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=39&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2007/11/18/the-plague/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>

		<media:content url="http://lugnuthorsefly.files.wordpress.com/2007/11/dsc00060.thumbnail.jpg" medium="image">
			<media:title type="html">Bogongs</media:title>
		</media:content>
	</item>
		<item>
		<title>For The Person Who Has Everything&#8230;</title>
		<link>http://lugnuthorsefly.wordpress.com/2007/11/18/for-the-person-who-has-everything/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2007/11/18/for-the-person-who-has-everything/#comments</comments>
		<pubDate>Sun, 18 Nov 2007 04:51:36 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/2007/11/18/for-the-person-who-has-everything/</guid>
		<description><![CDATA[&#8230;the ideal Xmas present.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=40&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8230;the ideal Xmas present.</p>
<p><a href="http://lugnuthorsefly.files.wordpress.com/2007/11/dsc00066.jpg" title="dsc00066.jpg"><img src="http://lugnuthorsefly.files.wordpress.com/2007/11/dsc00066.thumbnail.jpg?w=470" alt="dsc00066.jpg" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/40/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/40/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=40&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2007/11/18/for-the-person-who-has-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>

		<media:content url="http://lugnuthorsefly.files.wordpress.com/2007/11/dsc00066.thumbnail.jpg" medium="image">
			<media:title type="html">dsc00066.jpg</media:title>
		</media:content>
	</item>
		<item>
		<title>Prediction Markets are Fun</title>
		<link>http://lugnuthorsefly.wordpress.com/2007/04/05/prediction-markets-are-fun/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2007/04/05/prediction-markets-are-fun/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 07:31:36 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/2007/04/05/prediction-markets-are-fun/</guid>
		<description><![CDATA[Australian Federal Election: http://home.inklingmarkets.com/market/show/4095 Cricket World Cup: http://home.inklingmarkets.com/market/show/2698<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=37&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Australian Federal Election: <a href="http://home.inklingmarkets.com/market/show/4095">http://home.inklingmarkets.com/market/show/4095</a></p>
<p>Cricket World Cup:  <a href="http://home.inklingmarkets.com/market/show/2698">http://home.inklingmarkets.com/market/show/2698</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=37&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2007/04/05/prediction-markets-are-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>
	</item>
		<item>
		<title>Geek Fusion</title>
		<link>http://lugnuthorsefly.wordpress.com/2007/03/14/geek-fusion/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2007/03/14/geek-fusion/#comments</comments>
		<pubDate>Wed, 14 Mar 2007 11:06:00 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/2007/03/14/geek-fusion/</guid>
		<description><![CDATA[Transformer robots that turn into the Millennium Falcon. What&#8217;s not to like.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=36&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Transformer robots that turn into the Millennium Falcon. What&#8217;s not to like.</p>
<p><a href="http://lugnuthorsefly.files.wordpress.com/2007/03/dsc00082.JPG" title="dsc00082.JPG"></a></p>
<p style="text-align:center;"><a href="http://lugnuthorsefly.files.wordpress.com/2007/03/dsc00082.JPG" title="dsc00082.JPG"><img src="http://lugnuthorsefly.files.wordpress.com/2007/03/dsc00082.thumbnail.JPG?w=470" alt="dsc00082.JPG" /></a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/36/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/36/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/36/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/36/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/36/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=36&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2007/03/14/geek-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>

		<media:content url="http://lugnuthorsefly.files.wordpress.com/2007/03/dsc00082.thumbnail.JPG" medium="image">
			<media:title type="html">dsc00082.JPG</media:title>
		</media:content>
	</item>
		<item>
		<title>Getting some #$!@&#8217;ing work done</title>
		<link>http://lugnuthorsefly.wordpress.com/2007/03/13/getting-some-ing-work-done/</link>
		<comments>http://lugnuthorsefly.wordpress.com/2007/03/13/getting-some-ing-work-done/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 01:37:14 +0000</pubDate>
		<dc:creator>lugnuthorsefly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://lugnuthorsefly.wordpress.com/2007/03/13/getting-some-ing-work-done/</guid>
		<description><![CDATA[I find that adding the following to my /etc/hosts helps a bit 127.0.0.1 www.joelonsoftware.com 127.0.0.1 discuss.joelonsoftware.com 127.0.0.1 my.reddit.com 127.0.0.1 reddit.com 127.0.0.1 www.bloglines.com 127.0.0.1 www.smh.com.au 127.0.0.1 digg.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=34&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I find that adding the following to my <code>/etc/hosts</code> helps a bit <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><code>127.0.0.1 www.joelonsoftware.com<br />
127.0.0.1 discuss.joelonsoftware.com<br />
127.0.0.1 my.reddit.com<br />
127.0.0.1 reddit.com<br />
127.0.0.1 www.bloglines.com<br />
127.0.0.1 www.smh.com.au<br />
127.0.0.1 digg.com</code></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/lugnuthorsefly.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/lugnuthorsefly.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lugnuthorsefly.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lugnuthorsefly.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lugnuthorsefly.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lugnuthorsefly.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lugnuthorsefly.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lugnuthorsefly.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lugnuthorsefly.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lugnuthorsefly.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lugnuthorsefly.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lugnuthorsefly.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lugnuthorsefly.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lugnuthorsefly.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lugnuthorsefly.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lugnuthorsefly.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lugnuthorsefly.wordpress.com&amp;blog=58417&amp;post=34&amp;subd=lugnuthorsefly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lugnuthorsefly.wordpress.com/2007/03/13/getting-some-ing-work-done/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/99b570705a40ff74f9dca9e18dabe2a3?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lugnuthorsefly</media:title>
		</media:content>
	</item>
	</channel>
</rss>
