<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Michael Doornbos &#187; Ruby</title>
	<atom:link href="http://michaeldoornbos.com/category/ruby/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaeldoornbos.com</link>
	<description>Just your average evil genius</description>
	<lastBuildDate>Sat, 26 Jun 2010 01:39:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>Textmate Rails Routes Bundle</title>
		<link>http://michaeldoornbos.com/2010/03/31/textmate-rails-routes-bundle/</link>
		<comments>http://michaeldoornbos.com/2010/03/31/textmate-rails-routes-bundle/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 14:32:42 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.michaeldoornbos.com/?p=603</guid>
		<description><![CDATA[mkdir -p ~/Library/Application\ Support/TextMate/Bundles cd ~/Library/Application\ Support/TextMate/Bundles git clone git://github.com/szeryf/rails-routes.tmbundle.git osascript -e 'tell app "TextMate" to reload bundles']]></description>
			<content:encoded><![CDATA[<p><code><br />
mkdir -p ~/Library/Application\ Support/TextMate/Bundles<br />
</code><br />
<code><br />
cd ~/Library/Application\ Support/TextMate/Bundles<br />
</code><br />
<code><br />
git clone git://github.com/szeryf/rails-routes.tmbundle.git osascript -e 'tell app "TextMate" to reload bundles'<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2010/03/31/textmate-rails-routes-bundle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Infrared Sensor Data for Hal</title>
		<link>http://michaeldoornbos.com/2009/10/08/infrared-sensor-data-for-hal/</link>
		<comments>http://michaeldoornbos.com/2009/10/08/infrared-sensor-data-for-hal/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 19:01:31 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Hal]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Ideas]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://blog.michaeldoornbos.com/?p=497</guid>
		<description><![CDATA[I'm using an infrared range sensor for the real life Hal. The Sharp GP2Y0A02YK0F - Infrared Proximity Sensor Long Range - While testing his motions, I was noticing some pretty erratic behavior, so I decided to collect some data on the sensor values on a fixed object, while Hal was not moving. This is a [...]]]></description>
			<content:encoded><![CDATA[<p>I'm using an infrared range sensor for the real life <a href="http://hal.evadot.com">Hal</a>.</p>
<p>The <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8958">Sharp GP2Y0A02YK0F - Infrared Proximity Sensor Long Range</a> -</p>
<div id="attachment_498" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-498" title="IMG00132-20091005-1630" src="http://blog.michaeldoornbos.com/wp-content/uploads/2009/10/IMG00132-20091005-1630-300x225.jpg" alt="Hal 1.0" width="300" height="225" /><p class="wp-caption-text">Hal 1.0</p></div>
<p>While testing his motions, I was noticing some pretty erratic behavior, so I decided to collect some data on the sensor values on a fixed object, while Hal was not moving.</p>
<p>This is a graph of about a minute of Hal moving the sensor from 45 to 135 degress in front of him and then taking a reading when the motion of the sensor stops.  It's at a wall, at a slight angle so the graph lines aren't on top of each other at about 45 centimeters away.</p>
<p><img class="alignnone size-full wp-image-501" title="evadot_bot_sensor_line" src="http://blog.michaeldoornbos.com/wp-content/uploads/2009/10/evadot_bot_sensor_line2.png" alt="evadot_bot_sensor_line" width="550" height="412" /></p>
<p>My results for this sensor are not within the tolerances of being able to program him to to anything really interesting in an environment that isn't really simple.</p>
<p>The good thing is that only once in this data would a "is this way further than that way" check be incorrect.  Then again, he isn't even moving positions here.  The data is pretty erratic over a 1 minute period.</p>
<p>In reality, this is maybe not the correct sensor for this application.  Maybe an ultrasonic would be better.  Hal may have to have eye surgery.</p>
<p>Hal IS supposed to be a very inexpensive robot based solely on <a href="http://arduino.cc">Arduino</a>.  I don't expect him to be able to do very complicated things, but I was hoping for a little better readings on a fixed object than what I'm getting.</p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2009/10/08/infrared-sensor-data-for-hal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joining the Wamily team</title>
		<link>http://michaeldoornbos.com/2007/03/20/joining-the-wamily-team/</link>
		<comments>http://michaeldoornbos.com/2007/03/20/joining-the-wamily-team/#comments</comments>
		<pubDate>Tue, 20 Mar 2007 15:44:25 +0000</pubDate>
		<dc:creator>mike</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://newblog.michaeldoornbos.com/2007/03/20/joining-the-wamily-team/</guid>
		<description><![CDATA[A few weeks ago I joined Wamily as Rails Developer, Linux/scaling expert and apparently the oldest member of the team. Sheesh, the oldest at 31. Anyway, we’re working making Wamily THE place your groups meetup to discuss, share and keep track of what’s going on. Stay tuned…]]></description>
			<content:encoded><![CDATA[<p><img src="http://static.wamily.com/wamily-logo-topaz-l.png" alt="wamily_logo"><br />
A few weeks ago I joined <a href="http://www.wamily.com">Wamily</a> as Rails Developer, Linux/scaling expert and <a href="http://blog.wamily.com/articles/2007/03/20/plus-one">apparently the oldest member of the team</a>. Sheesh, the oldest at 31.</p>
<p>Anyway, we’re working making Wamily <span class="caps">THE</span> place your groups meetup to discuss, share and keep track of what’s going on.</p>
<p>Stay tuned…</p>
]]></content:encoded>
			<wfw:commentRss>http://michaeldoornbos.com/2007/03/20/joining-the-wamily-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
