<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments for Lake Denman</title>
	<atom:link href="http://www.lakedenman.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lakedenman.com</link>
	<description>Thoughts &#38; Discoveries</description>
	<pubDate>Thu, 28 Aug 2008 11:05:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Downloading Videos From RubyPlus with Ruby (and unix) by seo blog</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-52</link>
		<dc:creator>seo blog</dc:creator>
		<pubDate>Sun, 03 Aug 2008 19:38:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-52</guid>
		<description>That was a well written article, very intereting,thank you for a good read.</description>
		<content:encoded><![CDATA[<p>That was a well written article, very intereting,thank you for a good read.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloading Videos From RubyPlus with Ruby (and unix) by admin</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-18</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sun, 13 Jul 2008 14:35:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-18</guid>
		<description>Hey gregf,
You could also use %x to fire off commands.
%x(wget http://www.google.com)

According to Benchmark,  'system' takes the least amount of time.</description>
		<content:encoded><![CDATA[<p>Hey gregf,<br />
You could also use %x to fire off commands.<br />
%x(wget <a href="http://www.google.com" rel="nofollow">http://www.google.com</a>)</p>
<p>According to Benchmark,  &#8217;system&#8217; takes the least amount of time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloading Videos From RubyPlus with Ruby (and unix) by admin</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-10</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 03 Jun 2008 19:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-10</guid>
		<description>There is no benefit that I know of. 
I actually didn't know I could use system. Cool.</description>
		<content:encoded><![CDATA[<p>There is no benefit that I know of.<br />
I actually didn&#8217;t know I could use system. Cool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Downloading Videos From RubyPlus with Ruby (and unix) by gregf</title>
		<link>http://www.lakedenman.com/2008/05/12/downloading-videos-from-rubyplus-with-ruby-and-unix/#comment-9</link>
		<dc:creator>gregf</dc:creator>
		<pubDate>Mon, 02 Jun 2008 01:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=6#comment-9</guid>
		<description>Your script helped a bunch as I really like the screen casts there as well. I had to set my wget line differently than yours. I could not just put my user:pass@rubyplus.org. I needed to go view my cookies in firefox for the site and get the session id from _rcast_session. So mine looked more like this.
&lt;pre name="code" class="ruby"&gt;
 system "wget --no-cookies --header 'Cookie: _rcast_session='SomeLongSessionID' --continue --tries=inf http://rubyplus.org/episodes/#{episode_number}/download"
&lt;/pre&gt;
Any benefit of using `` over system?</description>
		<content:encoded><![CDATA[<p>Your script helped a bunch as I really like the screen casts there as well. I had to set my wget line differently than yours. I could not just put my user:pass@rubyplus.org. I needed to go view my cookies in firefox for the site and get the session id from _rcast_session. So mine looked more like this.</p>
<pre name="code" class="ruby">
 system "wget --no-cookies --header 'Cookie: _rcast_session='SomeLongSessionID' --continue --tries=inf <a href="http://rubyplus.org/episodes/#" rel="nofollow">http://rubyplus.org/episodes/#</a>{episode_number}/download&#8221;
</pre>
<p>Any benefit of using &#8220; over system?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on RailsCasts on my iPhone by Iphone &#187; RailsCasts on my iPhone</title>
		<link>http://www.lakedenman.com/2008/05/02/railscasts-on-my-iphone/#comment-2</link>
		<dc:creator>Iphone &#187; RailsCasts on my iPhone</dc:creator>
		<pubDate>Sat, 03 May 2008 03:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lakedenman.com/?p=5#comment-2</guid>
		<description>[...] Lake Denman wrote an interesting post today on RailsCasts on my iPhoneHere&#8217;s a quick excerptSome nights when I can’t fall asleep I think about Ruby on Rails, among other things, and then I realized that my iPhone has the ability to stream mp4’s&#8230; [...]</description>
		<content:encoded><![CDATA[<p>[...] Lake Denman wrote an interesting post today on RailsCasts on my iPhoneHere&#8217;s a quick excerptSome nights when I can’t fall asleep I think about Ruby on Rails, among other things, and then I realized that my iPhone has the ability to stream mp4’s&#8230; [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
