<?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>Mike Chavoustie</title>
	<atom:link href="http://r4bb1t.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://r4bb1t.wordpress.com</link>
	<description>Hey, I&#039;ve been turned into a cow. Can I go home?</description>
	<lastBuildDate>Wed, 14 Jul 2010 15:39:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='r4bb1t.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mike Chavoustie</title>
		<link>http://r4bb1t.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://r4bb1t.wordpress.com/osd.xml" title="Mike Chavoustie" />
	<atom:link rel='hub' href='http://r4bb1t.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Why would we lie to ourselves?</title>
		<link>http://r4bb1t.wordpress.com/2010/07/14/why-would-we-lie-to-ourselves/</link>
		<comments>http://r4bb1t.wordpress.com/2010/07/14/why-would-we-lie-to-ourselves/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 15:39:39 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://r4bb1t.wordpress.com/?p=76</guid>
		<description><![CDATA[DadHacker has a most excellent post about the joys fun greatness use of makefiles and buildscripts. Most of what I do nowadays is in the wonderful and mysterious land of C++, so this article is DadHacker reaching into my chest and plucking on my geeky heart strings, strumming my pain with his fingers and singing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=76&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.dadhacker.com/blog/">DadHacker</a> has a most excellent post about the <del datetime="2010-07-14T15:03:37+00:00">joys</del> <del datetime="2010-07-14T15:03:37+00:00">fun</del> <del datetime="2010-07-14T15:03:37+00:00">greatness</del> use of <a href="http://www.dadhacker.com/blog/?p=1257">makefiles and buildscripts</a>.  Most of what I do nowadays is in the wonderful and mysterious <a href="http://alenacpp.blogspot.com/2009/06/c.html">land of C++</a>, so this article is DadHacker reaching into my chest and plucking on my geeky heart strings, strumming my pain with his fingers and singing my life with his song.  It&#8217;s very much a great read.</p>
<p>There&#8217;s honestly too many parallels between his article and my work here for me not to think he sat over my shoulder and used me as a guinea pig.  The builds that succeed but then report broken (those are my favorite emails), touching common structures/headers (I&#8217;m looking at you, Shared), build time escalation (here we just threw more hardware at it&#8230; my old machine would take 1-3 hours for a full build, the current one takes 30 min to an hour).  It&#8217;s all there.  And if you happen to use Visual Studio to manage all your builds, you might be using MSBuild, NMake, or none of the above.  MS even removed the option at one point to export solutions into makefiles (I think in 2003? 2005?), so for consistency&#8217;s sake you end up calling devenv.exe from the command line and the do builds using the solutions themselves.  C# helps some, but Visual Studio in its infinite wisdom likes to build all the managed code every time even if you didn&#8217;t touch it.  It makes me miss Java and Eclipse, if it weren&#8217;t for that damn classpath (mmm&#8230; being able to just change things in the debugger and getting no complaints&#8230; stupid mixed-mode).</p>
<p>What do people in &#8220;sane&#8221; languages/environments (cough cough <a href="http://blog.infinitechaos.com/">Kyle</a> cough cough) do about this stuff?  Some days I feel like I&#8217;m living in the &#8220;programmers eat each other here&#8221; part of the map.  I had to add a default parameter recently to a pure virtual function, and my eyeballs started to bleed.</p>
<p>[<a href="http://www.imdb.com/title/tt0096928/quotes">reference</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/76/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/76/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/76/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=76&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2010/07/14/why-would-we-lie-to-ourselves/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>
	</item>
		<item>
		<title>If he says, &#8220;But what&#8217;s my motivation?&#8221;, I say, &#8220;Your salary.&#8221;</title>
		<link>http://r4bb1t.wordpress.com/2010/06/01/if-he-says-but-whats-my-motivation-i-say-your-salary/</link>
		<comments>http://r4bb1t.wordpress.com/2010/06/01/if-he-says-but-whats-my-motivation-i-say-your-salary/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 18:19:56 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Interesting]]></category>

		<guid isPermaLink="false">http://r4bb1t.wordpress.com/?p=71</guid>
		<description><![CDATA[I stumbled upon this Coding Horror post today which included a video that really intrigued me.  Not so much from a &#8220;holy crap, I&#8217;ve never heard this before&#8221; perspective, but more of a &#8220;wow, finally some science to help middle management.&#8221;  I hope that people who are in leadership situations think about these sorts of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=71&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon this <a href="http://www.codinghorror.com/blog/2010/06/the-vast-and-endless-sea.html">Coding Horror post</a> today which included a video that really intrigued me.  Not so much from a &#8220;holy crap, I&#8217;ve never heard this before&#8221; perspective, but more of a &#8220;wow, finally some science to help middle management.&#8221;  I hope that people who are in leadership situations think about these sorts of questions more often than they do.  It has some interesting connotations when it comes to OSS, too.</p>
<span class='embed-youtube' style='text-align:center; display: block;'><iframe class='youtube-player' type='text/html' width='640' height='390' src='http://www.youtube.com/embed/u6XAPnuFjJc?version=3&amp;rel=1&amp;fs=1&amp;showsearch=0&amp;showinfo=1&amp;iv_load_policy=1&amp;wmode=transparent' frameborder='0'></iframe></span>
<p>I showed this to <a href="http://www.spencesite.com/">my buddy Spence</a>, who had a good point to make &#8212; most of the incentives they talk about in the video assume that you&#8217;ve taken care of the basic need of &#8220;I am doing what I want to do.&#8221;  I can try to be more purpose driven/self structured/masterful all I want, but if I&#8217;m doing something I don&#8217;t like doing I won&#8217;t have enough base motivation to get there.</p>
<p>[<a href="http://www.imdb.com/name/nm0000033/bio">reference</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=71&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2010/06/01/if-he-says-but-whats-my-motivation-i-say-your-salary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>
	</item>
		<item>
		<title>ABRACADABRA, B!</title>
		<link>http://r4bb1t.wordpress.com/2010/05/18/abracadabra-b/</link>
		<comments>http://r4bb1t.wordpress.com/2010/05/18/abracadabra-b/#comments</comments>
		<pubDate>Tue, 18 May 2010 21:05:32 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Me]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://r4bb1t.wordpress.com/?p=68</guid>
		<description><![CDATA[Hooray for the new location!  It even comes with a fresh pine scent and clean carpets.  Hopefully I&#8217;ll keep from breaking anything so I can get my security deposit back. Kudoes to WordPress.com&#8230; even though this is hosted, most of the configurable fanciness is still available.  I just needed to pick a new theme, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=68&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hooray for the new location!  It even comes with a fresh pine scent and clean carpets.  Hopefully I&#8217;ll keep from breaking anything so I can get my security deposit back.</p>
<p>Kudoes to WordPress.com&#8230; even though this is hosted, most of the configurable fanciness is still available.  I just needed to pick a new theme, and everything else I was able to just move over.  Woo!</p>
<p>[<a href="http://www.imdb.com/title/tt0120693/quotes">reference</a>]</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=68&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2010/05/18/abracadabra-b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>
	</item>
		<item>
		<title>A strange game. The only winning move is not to play.</title>
		<link>http://r4bb1t.wordpress.com/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/</link>
		<comments>http://r4bb1t.wordpress.com/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 17:07:16 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[WTF]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/</guid>
		<description><![CDATA[Today I want to talk about the difference between going to the bathroom and causing armageddon. Take this Visual Studio build menu. I use it all the time. It has some pretty options: Build Solution: build any updated code in this solution Rebuild Solution: completely clean all my built code and rebuild my solution Clean [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=60&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I want to talk about the difference between going to the bathroom and causing armageddon.</p>
<p><img src="http://www.chavoustie.com/images/destruction.jpg" alt="Visual Studio build menu" title="To cause mutually assured destruction, or not to cause mutually assured destruction?" /></p>
<p>Take this Visual Studio build menu.  I use it all the time.  It has some pretty options:</p>
<ul>
<li>Build Solution: build any updated code in this solution</li>
<li>Rebuild Solution: completely clean all my built code and rebuild my solution</li>
<li>Clean Solution: completely clean all my built code</li>
</ul>
<p>Replace Solution with [subproject name] and you get the rest of the options.  An important thing to note here, too is that none of these options come with confirmations &#8212;  I click, and it happens.</p>
<p>This menu is a horrible, horrible thing because it places two options which vary greatly in their impact right next to each other: &#8220;build&#8221; and &#8220;rebuild/clean&#8221;.  I use &#8220;build&#8221; all the time &#8212; I update some code, and I need to build the project so I can test.  It&#8217;s nice and helpful that it comes with a keyboard shortcut.  No real difficulty here.  Well, what if I&#8217;m only working in a subproject and don&#8217;t need to go through the full build script?  Well, there&#8217;s no keyboard shortcut for that (I might be able to define one, and I haven&#8217;t looked, but the principle is still the same), so I need to click the menu option.  That&#8217;s no biggie.  Wait.  I misclicked on &#8220;rebuild&#8221;.  Oh, I&#8217;m still good, it&#8217;s only going to rebuild my project.  Phew.  Wait.  What are you doing?  Why are you cleaning everything?  What the hell is going on?  CTRL-BREAK!  CTRL-BREAK!</p>
<p>See, the glory of this menu is the other option: the &#8220;Project Only -&gt;&#8221; submenu.  If I click &#8220;rebuild&#8221; or &#8220;clean&#8221; on the sideproject that&#8217;s displayed, Visual Studio goesand will rebuild/clean not only the project itself, but <em>all of its dependencies</em>.  If you have a lot of shared code (like the solution I&#8217;m working on does), it <em>all gets blown away and rebuilt</em>.  If I want to rebuild <em>only</em> the project I&#8217;m in, I have to use the &#8220;Project Only&#8221; menu.  This misclick can cost me anywhere from one to three hours of my day (depending on how long it takes to build everything from the ground up, or how quickly I can mash CTRL-BREAK).</p>
<p>In a fit of rage after doing this again about 20 minutes ago, I likened this menu to putting a &#8220;launch nuclear weapons&#8221; button right next to the &#8220;flush the toilet&#8221; button.   I flush the toilet all the time.  I&#8217;d imagine other people who use the same restroom as I enjoy the fact that I don&#8217;t leave the toilet unflushed.  I don&#8217;t, however, want to cause global thermonuclear war.  And even if I accidentally pressed the button, I&#8217;d expect to be asked again, just to make sure I <em>really</em> wanted to end the human race.</p>
<p>Anybody have anything to keep me busy for another two hours?</p>
<p><a href="http://www.imdb.com/title/tt0086567/quotes">[title reference]</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r4bb1t.wordpress.com/60/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r4bb1t.wordpress.com/60/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/60/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/60/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/60/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=60&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2007/10/16/a-strange-game-the-only-winning-move-is-not-to-play/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>

		<media:content url="http://www.chavoustie.com/images/destruction.jpg" medium="image">
			<media:title type="html">To cause mutually assured destruction, or not to cause mutually assured destruction?</media:title>
		</media:content>
	</item>
		<item>
		<title>Remember Sully, when I promised to kill you last?  I lied.</title>
		<link>http://r4bb1t.wordpress.com/2007/07/26/remember-sully-when-i-promised-to-kill-you-last-i-lied/</link>
		<comments>http://r4bb1t.wordpress.com/2007/07/26/remember-sully-when-i-promised-to-kill-you-last-i-lied/#comments</comments>
		<pubDate>Thu, 26 Jul 2007 21:16:55 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/07/26/remember-sully-when-i-promised-to-kill-you-last-i-lied/</guid>
		<description><![CDATA[So after ten days and reading entirely too many cube tutorials I have a new goal: to make it as scrambled as possible, put it in a bag filled with pressure sensitive explosives, fly to Guam, and drop the thing in the Mariana Trench. Stupid cubes. [reference]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=59&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So after ten days and reading entirely too many cube tutorials I have a new goal: to make it as scrambled as possible, put it in a bag filled with pressure sensitive explosives, fly to Guam, and drop the thing in the <a href="http://en.wikipedia.org/wiki/Mariana_Trench">Mariana Trench</a>.</p>
<p>Stupid cubes.</p>
<p>[<a href="http://www.imdb.com/title/tt0088944/quotes">reference</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r4bb1t.wordpress.com/59/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r4bb1t.wordpress.com/59/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=59&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2007/07/26/remember-sully-when-i-promised-to-kill-you-last-i-lied/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>
	</item>
		<item>
		<title>Do you know what nemesis means?</title>
		<link>http://r4bb1t.wordpress.com/2007/07/16/do-you-know-what-nemesis-means/</link>
		<comments>http://r4bb1t.wordpress.com/2007/07/16/do-you-know-what-nemesis-means/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 18:51:30 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/07/16/do-you-know-what-nemesis-means/</guid>
		<description><![CDATA[They passed these out for free at work on Friday. I will conquer it! [reference]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=58&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.geocities.com/jaapsch/puzzles/images/cube3.jpg" title="Hate.  Pure Hate." /></p>
<p>They passed these out for free at work on Friday.  I will conquer it!</p>
<p>[<a href="http://www.imdb.com/title/tt0208092/">reference</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r4bb1t.wordpress.com/58/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r4bb1t.wordpress.com/58/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=58&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2007/07/16/do-you-know-what-nemesis-means/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>

		<media:content url="http://www.geocities.com/jaapsch/puzzles/images/cube3.jpg" medium="image">
			<media:title type="html">Hate.  Pure Hate.</media:title>
		</media:content>
	</item>
		<item>
		<title>Who&#039;s more foolish? The fool, or the fool who follows him?</title>
		<link>http://r4bb1t.wordpress.com/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/</link>
		<comments>http://r4bb1t.wordpress.com/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 14:09:34 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Funny]]></category>
		<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/</guid>
		<description><![CDATA[This is indeed my life story. Star Wars fans hate it when previously-deceased characters are brought back to life, but we also hate Timothy Zahn for not bringing his characters back to life. Star Wars fans did not hate Grand Admiral Thrawn, but we do now, because he is always dead. So true. Also, if [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=57&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is indeed <a href="http://www.jivemagazine.com/column.php?pid=3381">my life story</a>.</p>
<blockquote><p>Star Wars fans hate it when previously-deceased characters are brought back to life, but we also hate Timothy Zahn for not bringing his characters back to life. Star Wars fans did not hate Grand Admiral Thrawn, but we do now, because he is always dead.</p></blockquote>
<p>So true.</p>
<p>Also, if you don&#8217;t understand the irony in <a href="http://riseofforums.com/forums/index.php?topic=120.msg137#msg137">the placement of Bill and Ted&#8217;s Excellent Adventure in this list</a>, you need more culture in your life.  As an aside, it&#8217;s the list of the 100 best <em>rated</em> sci-fi films of all time according to <a href="http://www.rottentomatoes.com/features/special/2007/scifi/?r=100&amp;mid=1006722">Rotten Tomatoes</a>.  YMMV.</p>
<p>[<a href="http://en.wikiquote.org/wiki/Star_Wars_Episode_IV:_A_New_Hope">title reference</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r4bb1t.wordpress.com/57/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r4bb1t.wordpress.com/57/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/57/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/57/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/57/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=57&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2007/06/25/whos-more-foolish-the-fool-or-the-fool-who-follows-him/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>
	</item>
		<item>
		<title>That&#039;s what he does. That&#039;s all he does! You can&#039;t stop him.</title>
		<link>http://r4bb1t.wordpress.com/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/</link>
		<comments>http://r4bb1t.wordpress.com/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 14:41:04 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/</guid>
		<description><![CDATA[Entirely too funny to pass up posting: EB: Autonomic Insight, baby. Aww yeah. Ironic that it comes from a Visual Studio Ad, though. [reference]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=56&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Entirely too funny to pass up posting:</p>
<p><img src="http://ianolsen.files.wordpress.com/2006/10/cylons-debuggingmatters.Png?w=700" title="Bears.  Beets.  Battlestar Galactica." /></p>
<p>EB: Autonomic Insight, baby.  Aww yeah.  Ironic that it comes from a Visual Studio Ad, though.</p>
<p>[<a href="http://www.imdb.com/title/tt0088247/">reference</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r4bb1t.wordpress.com/56/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r4bb1t.wordpress.com/56/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=56&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2007/06/14/thats-what-he-does-thats-all-he-does-you-cant-stop-him/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>

		<media:content url="http://ianolsen.files.wordpress.com/2006/10/cylons-debuggingmatters.Png" medium="image">
			<media:title type="html">Bears.  Beets.  Battlestar Galactica.</media:title>
		</media:content>
	</item>
		<item>
		<title>That&#039;s a great plan, Walter.</title>
		<link>http://r4bb1t.wordpress.com/2007/05/24/thats-a-great-plan-walter/</link>
		<comments>http://r4bb1t.wordpress.com/2007/05/24/thats-a-great-plan-walter/#comments</comments>
		<pubDate>Thu, 24 May 2007 19:08:10 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Funny]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/2007/05/24/thats-a-great-plan-walter/</guid>
		<description><![CDATA[Debugging a multithreaded application is not easy task. The best thing to do is avoid bugs. &#8230;maybe I should be reading a different tutorial. [title reference]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=55&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Debugging a multithreaded application is not easy task. The best thing to do is avoid bugs.</p></blockquote>
<p>&#8230;maybe I should be reading a different tutorial.</p>
<p>[<a href="http://www.imdb.com/title/tt0118715/quotes">title reference</a>]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r4bb1t.wordpress.com/55/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r4bb1t.wordpress.com/55/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/55/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/55/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/55/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=55&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2007/05/24/thats-a-great-plan-walter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>
	</item>
		<item>
		<title>Semi-update!</title>
		<link>http://r4bb1t.wordpress.com/2007/03/18/semi-update/</link>
		<comments>http://r4bb1t.wordpress.com/2007/03/18/semi-update/#comments</comments>
		<pubDate>Mon, 19 Mar 2007 02:51:22 +0000</pubDate>
		<dc:creator>r4bb1t</dc:creator>
				<category><![CDATA[Me]]></category>

		<guid isPermaLink="false">http://www.chavoustie.com/blog/?p=54</guid>
		<description><![CDATA[Short version of new stuff that&#8217;s happened recently: Moved to Cambridge! The new place is on Mass Ave between Harvard and Central&#8230; pictures are up on the gallery. Got a new car! 2007 Civic LX Sedan. It was partially intentional &#8212; I had been saving up for one for awhile, but unfortunately a car accident [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=54&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Short version of new stuff that&#8217;s happened recently:</p>
<ul>
<li>Moved to Cambridge!  The new place is on Mass Ave between Harvard and Central&#8230; pictures are <a href="http://www.chavoustie.com/gallery/v/march07/newapt/">up on the gallery</a>.</li>
<li>Got a new car! <a href="http://www.chavoustie.com/gallery/v/march07/newcar/">2007 Civic LX Sedan</a>.  It was partially intentional &#8212; I had been saving up for one for awhile, but unfortunately a car accident (friggin&#8217; cab drivers) accellerated my plans.</li>
<li>I left IBM to start a new job at <a href="http://www.ldsam.com/">Linedata Services</a>.  I&#8217;ll write more about why later, but for the most part I got bored and wanted a change. As much as I worked with IBM nothing seemed to come of it.</li>
</ul>
<p>Whee!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/r4bb1t.wordpress.com/54/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/r4bb1t.wordpress.com/54/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/r4bb1t.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/r4bb1t.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/r4bb1t.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/r4bb1t.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/r4bb1t.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/r4bb1t.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/r4bb1t.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/r4bb1t.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/r4bb1t.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/r4bb1t.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/r4bb1t.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/r4bb1t.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/r4bb1t.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/r4bb1t.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=r4bb1t.wordpress.com&amp;blog=13742102&amp;post=54&amp;subd=r4bb1t&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://r4bb1t.wordpress.com/2007/03/18/semi-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a58c62363646926361c9168130178fb4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">r4bb1t</media:title>
		</media:content>
	</item>
	</channel>
</rss>
