<?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>RubyHead &#187; Tutorial</title>
	<atom:link href="http://blog.rubyhead.com/category/tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rubyhead.com</link>
	<description>All About Ruby</description>
	<lastBuildDate>Wed, 01 Sep 2010 18:27:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Rails 3 Documentation: Generate Your Own</title>
		<link>http://blog.rubyhead.com/2010/08/05/rails-3-documentation-generate-your-own/</link>
		<comments>http://blog.rubyhead.com/2010/08/05/rails-3-documentation-generate-your-own/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 18:22:02 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Screencast]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=857</guid>
		<description><![CDATA[In this screencast, I show you how to generate the api and guides for offline viewing. Rails 3 Documentation: Generate Your Own from Joon You on Vimeo.]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/08/05/rails-3-documentation-generate-your-own/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Pomodoro Technique</title>
		<link>http://blog.rubyhead.com/2010/07/11/pomodoro-technique/</link>
		<comments>http://blog.rubyhead.com/2010/07/11/pomodoro-technique/#comments</comments>
		<pubDate>Sun, 11 Jul 2010 13:30:51 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=819</guid>
		<description><![CDATA[As long as I can remember, even when I was a kid, I always used 50/10 technique. If you don&#8217;t know what that is, it&#8217;s focusing intensely and working on a task for 50 minutes and take 10 minute break. I did this unintentionally and when found the &#8220;official&#8221; technique, it basically confirmed my belief [...]]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/07/11/pomodoro-technique/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Installing Redis on Mac Snow Leopard</title>
		<link>http://blog.rubyhead.com/2010/06/24/installing-redis-on-mac-snow-leopard/</link>
		<comments>http://blog.rubyhead.com/2010/06/24/installing-redis-on-mac-snow-leopard/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 20:41:25 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Note]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=795</guid>
		<description><![CDATA[Here&#8217;s how I do it. Step 1 &#8211; Get the source and compile it Step 2 &#8211; Place the binaries and configure copy redis-benchmark, redis-server, redis-cli, and redis-stat to /usr/local/bin and set the owner to root. copy redis.conf to /usr/local/etc and change “daemonize” to “yes” if you want it to start when the system boots, [...]]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/06/24/installing-redis-on-mac-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Structure and Interpretation of Computer Programs</title>
		<link>http://blog.rubyhead.com/2010/06/19/structure-and-interpretation-of-computer-programs/</link>
		<comments>http://blog.rubyhead.com/2010/06/19/structure-and-interpretation-of-computer-programs/#comments</comments>
		<pubDate>Sat, 19 Jun 2010 13:52:14 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=787</guid>
		<description><![CDATA[*** Update *** Forget curl, just download and install wget => &#8220;If you&#8217;re using a Mac and don&#8217;t have wget installed, then replace wget with curl -O&#8221; *** Now that the videos are fixed, I was watching Jim Weirich&#8217;s keynote at this year&#8217;s Red Dirt Ruby Conference. He mentioned the book &#8220;Structure and Interpretation of [...]]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/06/19/structure-and-interpretation-of-computer-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby-Debug19 with Ruby Head</title>
		<link>http://blog.rubyhead.com/2010/05/28/ruby-debug19-with-ruby-head/</link>
		<comments>http://blog.rubyhead.com/2010/05/28/ruby-debug19-with-ruby-head/#comments</comments>
		<pubDate>Fri, 28 May 2010 21:11:32 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=770</guid>
		<description><![CDATA[Just in case you didn&#8217;t know by now, true to my name, I use HEAD version of Ruby. That&#8217;s 1.9.2dev at this time, and I already made a post on how I compile it from the source here. Ruby-Debug is one of my indispensable tool. I&#8217;d be lost without it along with all the testing [...]]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/05/28/ruby-debug19-with-ruby-head/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Method Name with Spaces</title>
		<link>http://blog.rubyhead.com/2010/05/26/ruby-method-name-with-spaces/</link>
		<comments>http://blog.rubyhead.com/2010/05/26/ruby-method-name-with-spaces/#comments</comments>
		<pubDate>Wed, 26 May 2010 22:37:14 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Screencast]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=766</guid>
		<description><![CDATA[This is an introduction to Ruby metaprogramming where I cover two different ways to define a method. The idea actually started as a joke, but there are valuable lessons to be learned here. Ruby Method Name with Spaces from Joon You on Vimeo.]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/05/26/ruby-method-name-with-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s The Name of Method?</title>
		<link>http://blog.rubyhead.com/2010/05/19/whats-the-name-of-method/</link>
		<comments>http://blog.rubyhead.com/2010/05/19/whats-the-name-of-method/#comments</comments>
		<pubDate>Wed, 19 May 2010 22:55:19 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=742</guid>
		<description><![CDATA[Someone asked me today how do I find out what method the current line of code is in during the runtime. Besides the obvious question, I nevertheless thought that it&#8217;s interesting that Ruby provides with that information. Take a look at the code below. The output is &#8220;hello&#8221;, which happens to be the name of [...]]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/05/19/whats-the-name-of-method/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super Micro Web App &#8211; from my Rack presentation last year</title>
		<link>http://blog.rubyhead.com/2010/05/16/super-micro-web-app-from-my-rack-presentation-last-year/</link>
		<comments>http://blog.rubyhead.com/2010/05/16/super-micro-web-app-from-my-rack-presentation-last-year/#comments</comments>
		<pubDate>Mon, 17 May 2010 00:46:30 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=737</guid>
		<description><![CDATA[]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/05/16/super-micro-web-app-from-my-rack-presentation-last-year/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>__FILE__</title>
		<link>http://blog.rubyhead.com/2010/05/16/__file__/</link>
		<comments>http://blog.rubyhead.com/2010/05/16/__file__/#comments</comments>
		<pubDate>Mon, 17 May 2010 00:14:44 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=735</guid>
		<description><![CDATA[What does the following get you? Can you guess where the file is located?]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/05/16/__file__/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Latest Ruby</title>
		<link>http://blog.rubyhead.com/2010/05/04/the-latest-ruby/</link>
		<comments>http://blog.rubyhead.com/2010/05/04/the-latest-ruby/#comments</comments>
		<pubDate>Wed, 05 May 2010 03:15:46 +0000</pubDate>
		<dc:creator>Joon</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.rubyhead.com/?p=706</guid>
		<description><![CDATA[Are you brave enough to run the latest version of Ruby from trunk? Well, I do that on my development machine, because a) I lost my mind, or b) I&#8217;m the bravest man alive! Well, all jokes aside, I thought it would be interesting to post how I do it. Obviously, I use Ubuntu to [...]]]></description>
		<wfw:commentRss>http://blog.rubyhead.com/2010/05/04/the-latest-ruby/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
