<?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>collect{thoughts}</title>
	<atom:link href="http://drewolson.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://drewolson.wordpress.com</link>
	<description>programming, technology, music</description>
	<lastBuildDate>Thu, 24 Apr 2008 07:11:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='drewolson.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>collect{thoughts}</title>
		<link>http://drewolson.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://drewolson.wordpress.com/osd.xml" title="collect{thoughts}" />
	<atom:link rel='hub' href='http://drewolson.wordpress.com/?pushpress=hub'/>
		<item>
		<title>blog is moving</title>
		<link>http://drewolson.wordpress.com/2008/04/24/blog-is-moving/</link>
		<comments>http://drewolson.wordpress.com/2008/04/24/blog-is-moving/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 07:11:10 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/?p=38</guid>
		<description><![CDATA[This blog is moving to http://blog.drewolson.org. I&#8217;m moving to blogger to have more control of pasting code snippets, etc. Follow me there!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=38&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog is moving to http://blog.drewolson.org. I&#8217;m moving to blogger to have more control of pasting code snippets, etc. Follow me there!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/38/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/38/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/38/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/38/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/38/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=38&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2008/04/24/blog-is-moving/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
		<item>
		<title>Better relative requires with Need</title>
		<link>http://drewolson.wordpress.com/2008/02/09/better-relative-requires-with-need/</link>
		<comments>http://drewolson.wordpress.com/2008/02/09/better-relative-requires-with-need/#comments</comments>
		<pubDate>Sun, 10 Feb 2008 00:00:16 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/?p=35</guid>
		<description><![CDATA[I released a little gem this week that helps to deal with what can be an annoying issue in larger ruby projects: requires. Unfortunately, relative requires will always be relative to the file that launched the application, not to the file making the require itself. What a pain. This means that if you&#8217;re launching your [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=35&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I released a little gem this week that helps to deal with what can be an annoying issue in larger ruby projects: requires. Unfortunately, relative requires will always be relative to the file that launched the application, not to the file making the require itself. What a pain. This means that if you&#8217;re launching your application from rake, from a test suite or from the command line, you need to rely on some trick. These include unshifting your lib directory onto the load path or using the File.dirname(__FILE__) trick. Both are cumbersome and a bit annoying, but I think each has a far more detrimental side-effect: readability.</p>
<p>If I&#8217;ve unshifted lib onto the $PATH variable, I make all requires within my application (or gem, etc.) as though they are being made from the base of the lib directory. Ok, this gives us a convention, but it also gives us a lot of confusion. And, more importantly, we can not take any file, at any time, and run it! I want every ruby file I write to be self containing and explicitly define it&#8217;s dependencies. I want every ruby file I write to be able to be loaded into irb without consequences. Need is a gem that helps with these problems.</p>
<p>To use need, simply &#8220;need&#8221; a file using a relative path from the file that has the dependency. And that&#8217;s it. This will work no matter where you application is launched from. And your file can always be loaded directly into irb. And the dependencies are clear (as are their locations from the file itself) without knowing any extra application-level magic. To use need, just do:</p>
<p><code>require 'rubygems'; require 'need'<br />
need{"relative/path/to/file"}</code></p>
<p>Need is implemented as an extension to Object and it uses the binding of the block (yes, those curly braces are needed in the call, no pun intended) to remember the scope of the file where need was called, and hence eval __FILE__ with that file&#8217;s location and not the location of the Object extension file itself.</p>
<p>What are you waiting for, install it now:</p>
<p><code>sudo gem install need</code></p>
<p>Drop me a line if you have any questions, and happy needing!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=35&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2008/02/09/better-relative-requires-with-need/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
		<item>
		<title>RMagick on Ubuntu</title>
		<link>http://drewolson.wordpress.com/2007/09/11/rmagick-on-ubuntu/</link>
		<comments>http://drewolson.wordpress.com/2007/09/11/rmagick-on-ubuntu/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 19:06:46 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/09/11/rmagick-on-ubuntu/</guid>
		<description><![CDATA[I had a hell of a time getting RMagick installed on my powerbook, but it was much less of a hassle on ubuntu. Here&#8217;s all I had to do: sudo apt-get install imagemagick libmagick9-dev sudo gem install rmagick It worked on the first try! This was a nice surprise as it took me days of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=33&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a hell of a time getting RMagick installed on my powerbook, but it was much less of a hassle on ubuntu. Here&#8217;s all I had to do:</p>
<p><code>sudo apt-get install imagemagick libmagick9-dev<br />
sudo gem install rmagick</code></p>
<p>It worked on the first try! This was a nice surprise as it took me days of searching the web to get everything working on OSX. Let me know if you run across any problems with this.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/33/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/33/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=33&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/09/11/rmagick-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
		<item>
		<title>Back in the US</title>
		<link>http://drewolson.wordpress.com/2007/09/11/back-in-the-us/</link>
		<comments>http://drewolson.wordpress.com/2007/09/11/back-in-the-us/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 15:41:52 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/09/11/back-in-the-us/</guid>
		<description><![CDATA[Well, I&#8217;m back in the US after a great 2 1/2 weeks in Bangalore, and I&#8217;m awaiting my first assignment with ThoughtWorks. While on the beach, I&#8217;ve been toying around with an Open Source project we started with some colleagues while in India. Should be interesting to get some experience with distributed development first hand. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=32&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Well, I&#8217;m back in the US after a great 2 1/2 weeks in Bangalore, and I&#8217;m awaiting my first assignment with ThoughtWorks. While on the beach, I&#8217;ve been toying around with an Open Source project we started with some colleagues while in India. Should be interesting to get some experience with distributed development first hand.</p>
<p>We&#8217;ve got <a href="http://studios.thoughtworks.com/mingle-project-intelligence">Mingle</a> up and running and hopefully we can get someone to throw <a href="http://cruisecontrolrb.thoughtworks.com/">cruisecontrol rb</a> up on a box somewhere so we can learn how these tools help/don&#8217;t help our development efforts.</p>
<p>It looks like I won&#8217;t be able to stop myself from buying a new Macbook Pro either. I&#8217;ve run out of excuses as I&#8217;m able to use it for work now. Nothing much else exciting right now, but I&#8217;ll post if/when anything turns up.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=32&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/09/11/back-in-the-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
		<item>
		<title>Weekend trip and Jruby demo</title>
		<link>http://drewolson.wordpress.com/2007/09/05/weekend-trip-and-jruby-demo/</link>
		<comments>http://drewolson.wordpress.com/2007/09/05/weekend-trip-and-jruby-demo/#comments</comments>
		<pubDate>Wed, 05 Sep 2007 15:49:13 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[ThoughtWorks]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/09/05/weekend-trip-and-jruby-demo/</guid>
		<description><![CDATA[This past weekend a large group of us in Bangalore took a trip to Mysore. It&#8217;s a city which is about 3 hours outside of Bangalore and was a great experience. We saw several palaces, a few temples and got to see more of the Indian country side outside of the city. The contrast between [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=31&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1115/1300897628_0b18ba4c0e.jpg" height="375" width="500" /></p>
<p>This past weekend a large group of us in Bangalore took a trip to Mysore. It&#8217;s a city which is about 3 hours outside of Bangalore and was a great experience. We saw several palaces, a few temples and got to see more of the Indian country side outside of the city. The contrast between the overstretched infrastructure of Bangalore to the beautiful green and open country is quite shocking. All in all the trip was great and the sites were beautiful (photos on flickr).</p>
<p>I also had the opportunity to hear Ola Bini give a great intro to <a href="http://jruby.codehaus.org/">Jruby</a>. I&#8217;ve toyed around with it a bit in the past few months but Ola&#8217;s talk was really enlightening. He was able to get right down to the &#8220;why should I care&#8221; about the project, and it made quite an impression on all who were in attendance. He was frank about the things he feels that Matz&#8217; Ruby Implementation (MRI) isn&#8217;t doing so well (threads, concurrency, c extensions, etc) and made awesome points about how Jruby addresses many of these concerns. Wish I could attend RailsConf Europe to hear more about the things he&#8217;s doing with Jruby and <a href="http://studios.thoughtworks.com/mingle-project-intelligence">Mingle</a>.</p>
<p>I&#8217;m heading back home to the states this Friday and I&#8217;ve yet to hear where I&#8217;ll be staffed, so hopefully something should come up soon.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=31&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/09/05/weekend-trip-and-jruby-demo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>

		<media:content url="http://farm2.static.flickr.com/1115/1300897628_0b18ba4c0e.jpg" medium="image" />
	</item>
		<item>
		<title>Fixed priced projects, chili contests, ThoughtWorks Studios</title>
		<link>http://drewolson.wordpress.com/2007/08/31/fixed-priced-projects-chili-contests-thoughtworks-studios/</link>
		<comments>http://drewolson.wordpress.com/2007/08/31/fixed-priced-projects-chili-contests-thoughtworks-studios/#comments</comments>
		<pubDate>Fri, 31 Aug 2007 13:51:04 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ThoughtWorks]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/08/31/fixed-priced-projects-chili-contests-thoughtworks-studios/</guid>
		<description><![CDATA[Lots of cool stuff going on here. Yesterday, we had an awesome presentation about how ThoughtWorks makes fixed-priced projects work. Not just work, but work in an agile manner and achieve great results. I&#8217;ve had relatively bad experiences on fixed price projects in the past, but this talk was really inspiring. It basically involved creating [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=30&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1040/1300801678_6d11ecfbf5_b.jpg" alt="00004" align="top" height="375" width="500" /></p>
<p>Lots of cool stuff going on here. Yesterday, we had an awesome presentation about how ThoughtWorks makes fixed-priced projects work. Not just work, but work in an <a href="http://en.wikipedia.org/wiki/Agile_software_development">agile</a> manner and achieve great results. I&#8217;ve had relatively bad experiences on fixed price projects in the past, but this talk was really inspiring. It basically involved creating a client contingency plan by giving them a &#8220;bucket&#8221; of free stories. When the client decided that they wanted some new feature that was outside of scope, rather than bickering and fighting about price, scope, etc., the client could simply take a few story points out of their bucket. This made the relationship better and the project smoother. Cool stuff.</p>
<p>Also, yesterday <a href="http://en.wikipedia.org/wiki/Neville_Roy_Singham">Roy Singham</a>, our founder, showed up in Bangalore and took our Immersion class out to dinner. The food was good, the iPhone ripping began approximately 5 minutes after sitting down, and Roy proposed a chili eating contest. <a href="http://ola-bini.blogspot.com/">Ola Bini</a> destroyed the competition with 10 chili&#8217;s. I ate literally 1/10th of 1 and felt horrendous the rest of the night (pictures forth coming).</p>
<p>Today, we had a quick talk from some of the <a href="http://studios.thoughtworks.com/">ThoughtWorks Studios</a> guys. Studios is essentially our product arm. It inspired me to get both CruiseControl.rb and Mingle (two Studios products) installed on my Ubuntu box and I&#8217;m pretty happy with each. I feel like they&#8217;re neat examples of the power ruby (and jruby) can have on the enterprise level.</p>
<p>Halfway thought Immersion, I&#8217;m really happy with the way things are going. We&#8217;re doing a trip to Mysore tomorrow where there&#8217;s apparently a pretty cool temple.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=30&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/08/31/fixed-priced-projects-chili-contests-thoughtworks-studios/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>

		<media:content url="http://farm2.static.flickr.com/1040/1300801678_6d11ecfbf5_b.jpg" medium="image">
			<media:title type="html">00004</media:title>
		</media:content>
	</item>
		<item>
		<title>India: the first week</title>
		<link>http://drewolson.wordpress.com/2007/08/29/india-the-first-week/</link>
		<comments>http://drewolson.wordpress.com/2007/08/29/india-the-first-week/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 17:30:32 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[ThoughtWorks]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/08/29/india-the-first-week/</guid>
		<description><![CDATA[Howdy from the garden city. The first week here has been a total blur, but I&#8217;ll try to summarize as best I can. The flight was one by far the longest I&#8217;ve ever experienced. Two 9 hour flights back to back with an hour delay in Chicago (of course). My 5 US co-workers and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=29&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Howdy from the garden city. The first week here has been a total blur, but I&#8217;ll try to summarize as best I can.</p>
<p>The flight was one by far the longest I&#8217;ve ever experienced. Two 9 hour flights back to back with an hour delay in Chicago (of course). My 5 US co-workers and I landed to the sight of a sign proclaiming &#8220;if your name appears on this list, please talk to an agent at the counter.&#8221; All our names were on the list. All our bags were in the Frankfurt airport. We were in the Bangalore aiprort. Oh well.</p>
<p>We quickly packed into a couple of cabs and rode over to our hotel. I called a few people and went to sleep.</p>
<p>The next day, I could see a bit more of our surroundings. We&#8217;re staying in an area called the Diamond District in Bangalore. The district is composed of a bunch of residential blocks and a corporate building, which is where ThoughtWorks office is. It&#8217;s a nice, short, 3 minute walk.</p>
<p>We quickly got into our training routine, which is basically classroom work from 9-6 each day. However, we&#8217;ve had tons of time to get involved in open source projects (we&#8217;ve started one here and will continue to work on it in a distributed manner after the trip), eat at a million restaurants and see a lot of the city. Here is a quick list of interesting things I&#8217;ve learned:</p>
<ul>
<li>Indians become temporarily insane when getting behind the wheel of a car</li>
<li>Crossing the street is a scary. Scary as hell</li>
<li>Indian food is amazing. Fried daal, tika masala, masala dosa and veg hydrabad are some favorites so far</li>
<li>The <a href="http://en.wikipedia.org/wiki/Head_bobble">head wobble</a> is extremely confusing</li>
</ul>
<p>That&#8217;s it for now, more updates coming soon. In the mean time, <a href="http://www.flickr.com/photos/drewolson/">check out my photos</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/29/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/29/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=29&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/08/29/india-the-first-week/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
		<item>
		<title>drew.visited &lt;&lt; &#8220;India&#8221;</title>
		<link>http://drewolson.wordpress.com/2007/08/19/drewvisited-india/</link>
		<comments>http://drewolson.wordpress.com/2007/08/19/drewvisited-india/#comments</comments>
		<pubDate>Mon, 20 Aug 2007 01:58:55 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/08/19/drewvisited-india/</guid>
		<description><![CDATA[Two slightly major pieces of news: I took a new job with Thoughworks as an application developer. This means I get to spend the majority of my time creating applications using ruby and java! And in an agile environment to boot! I&#8217;m extremely excited, my first day is this week. As a result of this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=28&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Two slightly major pieces of news:</p>
<ol>
<li>I took a new job with <a href="www.thoughtworks.com">Thoughworks</a> as an application developer. This means I get to spend the majority of my time creating applications using ruby and java! And in an agile environment to boot! I&#8217;m extremely excited, my first day is this week.</li>
<li>As a result of this career move, I&#8217;ll be going to India for two and a half weeks. I leave this week and I&#8217;m extremely excited. I&#8217;ll try to post a few pictures.</li>
</ol>
<p>Expect the frequency of posts to increase in the near future as things have settled down on the job front. See you in the <a href="http://en.wikipedia.org/wiki/Bangalore">Garden City</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=28&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/08/19/drewvisited-india/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
		<item>
		<title>Fun little array method I found helpful</title>
		<link>http://drewolson.wordpress.com/2007/08/03/fun-little-array-method-i-found-helpful/</link>
		<comments>http://drewolson.wordpress.com/2007/08/03/fun-little-array-method-i-found-helpful/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 15:45:09 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/08/03/fun-little-array-method-i-found-helpful/</guid>
		<description><![CDATA[First, sorry for the lack of posting over the past month. Things have been fairly crazy/interesting on the job front. More on that later. For now, I want to share a nifty little method I put together (I&#8217;m probably not the first one) to deal with a situation I recently encountered. I had a bunch [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=25&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>First, sorry for the lack of posting over the past month. Things have been fairly crazy/interesting on the job front. More on that later.</p>
<p>For now, I want to share a nifty little method I put together (I&#8217;m probably not the first one) to deal with a situation I recently encountered. I had a bunch of data in an array and I wanted to compare each element with the elements next to it, one at a time, and find any place where the difference between the numbers was more than 10. Here&#8217;s what I added to the Array class to accomplish this task:</p>
<p><a href="http://pastie.caboo.se/84688">Little-bitty code snippet</a></p>
<p>This allows me to perform the function I wanted simply by doing this:</p>
<p><code>my_array.adjacent_pairs.inject(0){|count,(i1,i2)| count + ((i1-i2).abs &gt; 10 ? 1 : 0)}</code></p>
<p>Nice and easy. Ruby has made it a breeze for me the solve problems like this in simple, understandable ways without extra fluff.</p>
<p><strong>Update:</strong><br />
It appears ruby is even smarter than I imagined; this functionality is already present!</p>
<p><code>require 'enumerable'<br />
my_array.each_cons(2){|a,b| #do something with a and b }</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/25/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/25/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/25/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/25/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/25/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=25&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/08/03/fun-little-array-method-i-found-helpful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
		<item>
		<title>This title contains five words.</title>
		<link>http://drewolson.wordpress.com/2007/06/25/this-title-contains-five-words/</link>
		<comments>http://drewolson.wordpress.com/2007/06/25/this-title-contains-five-words/#comments</comments>
		<pubDate>Tue, 26 Jun 2007 04:18:46 +0000</pubDate>
		<dc:creator>drewolson</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://drewolson.wordpress.com/2007/06/25/this-title-contains-five-words/</guid>
		<description><![CDATA[More and more, it&#8217;s becoming apparent to me that we live in a world full of self reference and recursion, meta data and aggregators, collaboration and user generated content. Think about it for a second. Our world is full of recursive, self-referential examples. A movie trailer (a movie about the movie itself), blogs about blogging, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=24&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>More and more, it&#8217;s becoming apparent to me that we live in a world full of self reference and recursion, meta data and aggregators, collaboration and user generated content. Think about it for a second. Our world is full of recursive, self-referential examples. A movie trailer (a movie about the movie itself), blogs about blogging, meta-data (data about data), a YouTube video about YouTube. The examples go on and on.</p>
<p>I&#8217;ve recently begun thinking about these topics because of the book <a href="http://www.amazon.com/Am-Strange-Loop-Douglas-Hofstadter/dp/0465030785">I am a Strange Loop</a>. In it, Dogulas Hofstadter argues that consciousness arises as we become aware of the world, and therefore become aware of ourselves, and therefore become aware of ourselves being aware of ourselves being aware of the world, and therefore&#8230; on and on. This self reference cycle (referred to as a strange loop by Hofstadter) may, in fact, be the key to consciousness itself. Is the concept of &#8220;I&#8221; simply a recursive definition within the framework of our minds? I don&#8217;t know, but I do know that I really like this book.</p>
<p>On top of this, I recently stumbled across the YouTube video <a href="http://www.youtube.com/watch?v=NLlGopyXT_g">The Machine is Us/ing Us</a>. In it, the author explains the elusive concept of Web2.0 by using Web2.0 tools. This bizarre and interesting approach seems to hit the nail on the head for me. Watch it a couple of times. Very cool.</p>
<p>I would say that the web is becoming more powerful now not simply because technology is advancing but because the way we think about thinking is changing. It seems to me that data itself is becoming less important than the ways in which the data is tracked, compiled, compared and communicated. To sum it all up, I leave you with this nifty phrase from Hofstadter&#8217;s book:</p>
<p>&#8220;preceded by itself in quotes forms a full sentence&#8221; preceded by itself in quotes forms a full sentence.</p>
<p>For more information, please see <a href="http://drewolson.wordpress.com/2007/06/25/this-title-contains-five-words/">this article</a>.</p>
<p>Update: A reader has added my post to his <a href="http://www.squidoo.com/strange-loop/">&#8220;lens&#8221; about strange-loops</a>. I wasn&#8217;t familiar with lenses until today, but they seems to be a type of data aggregator, which I find very fitting. A web page containing information about web pages containing information about strange loops. What could be a more perfect self-referential showcase for this article?</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/drewolson.wordpress.com/24/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/drewolson.wordpress.com/24/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/drewolson.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/drewolson.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/drewolson.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/drewolson.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/drewolson.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/drewolson.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/drewolson.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/drewolson.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/drewolson.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/drewolson.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/drewolson.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/drewolson.wordpress.com/24/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/drewolson.wordpress.com/24/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/drewolson.wordpress.com/24/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=drewolson.wordpress.com&amp;blog=848272&amp;post=24&amp;subd=drewolson&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://drewolson.wordpress.com/2007/06/25/this-title-contains-five-words/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/94cc3e46cfc5bc361e409e2e884ecfa4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">drewolson</media:title>
		</media:content>
	</item>
	</channel>
</rss>
