<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Sirupsen&#039;s Blog</title>
	<atom:link href="http://blog.sirupsen.dk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sirupsen.dk</link>
	<description>Because everything can be done simpler</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:31:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>Comment on My experience with Arch Linux by Sirupsen</title>
		<link>http://blog.sirupsen.dk/me/my-experience-with-arch-linux/comment-page-1/#comment-434</link>
		<dc:creator>Sirupsen</dc:creator>
		<pubDate>Sun, 29 Aug 2010 16:31:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=270#comment-434</guid>
		<description>Monaco! :)</description>
		<content:encoded><![CDATA[<p>Monaco! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My experience with Arch Linux by Tilen</title>
		<link>http://blog.sirupsen.dk/me/my-experience-with-arch-linux/comment-page-1/#comment-433</link>
		<dc:creator>Tilen</dc:creator>
		<pubDate>Sun, 29 Aug 2010 16:02:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=270#comment-433</guid>
		<description>Looks awesome!
What font are you using for the terminal and VIM?</description>
		<content:encoded><![CDATA[<p>Looks awesome!<br />
What font are you using for the terminal and VIM?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I wish a Ruby programmer had told me one year ago.. by Justine B</title>
		<link>http://blog.sirupsen.dk/me/what-i-wish-a-ruby-programmer-had-told-me-one-year-ago/comment-page-2/#comment-432</link>
		<dc:creator>Justine B</dc:creator>
		<pubDate>Thu, 22 Jul 2010 17:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=308#comment-432</guid>
		<description>Uh, u know ur kinda LATE to the party right? Ruby on Rails is SOOOO dead and 2005 already. Just look at all the trends, google trends, Tione index, etc. The only ones left doing it are the CLINGERS. LOL.</description>
		<content:encoded><![CDATA[<p>Uh, u know ur kinda LATE to the party right? Ruby on Rails is SOOOO dead and 2005 already. Just look at all the trends, google trends, Tione index, etc. The only ones left doing it are the CLINGERS. LOL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My experience with Arch Linux by adam siddhi</title>
		<link>http://blog.sirupsen.dk/me/my-experience-with-arch-linux/comment-page-1/#comment-431</link>
		<dc:creator>adam siddhi</dc:creator>
		<pubDate>Thu, 08 Jul 2010 11:22:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=270#comment-431</guid>
		<description>interesting. i was considering going with arch during the time i was having problems installing ubuntu lucid but was advised to start with ubuntu. i can see myself moving to arch with in a few months. looks and sounds great.</description>
		<content:encoded><![CDATA[<p>interesting. i was considering going with arch during the time i was having problems installing ubuntu lucid but was advised to start with ubuntu. i can see myself moving to arch with in a few months. looks and sounds great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I wish a Ruby programmer had told me one year ago.. by adam siddhi</title>
		<link>http://blog.sirupsen.dk/me/what-i-wish-a-ruby-programmer-had-told-me-one-year-ago/comment-page-2/#comment-430</link>
		<dc:creator>adam siddhi</dc:creator>
		<pubDate>Thu, 08 Jul 2010 11:14:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=308#comment-430</guid>
		<description>totally agree. great post. 

when i started getting into learning Sinatra on Windows I had problems seeing the changes I made to the app when ever I refreshed the browser. Shotgun did not even work! At that point 2 people recommended I switch to Ubuntu which I did though it took me quite a while getting it working on both of my laptops. Not for the faint of heart newbie. It was totally worth all the paint though. 

i also suggest people get into VIM. its hard to get a hang of if one is used to regular editors, but work flow speed increases tremendously i have been noticing.</description>
		<content:encoded><![CDATA[<p>totally agree. great post. </p>
<p>when i started getting into learning Sinatra on Windows I had problems seeing the changes I made to the app when ever I refreshed the browser. Shotgun did not even work! At that point 2 people recommended I switch to Ubuntu which I did though it took me quite a while getting it working on both of my laptops. Not for the faint of heart newbie. It was totally worth all the paint though. </p>
<p>i also suggest people get into VIM. its hard to get a hang of if one is used to regular editors, but work flow speed increases tremendously i have been noticing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I wish a Ruby programmer had told me one year ago.. by David Chambers</title>
		<link>http://blog.sirupsen.dk/me/what-i-wish-a-ruby-programmer-had-told-me-one-year-ago/comment-page-2/#comment-429</link>
		<dc:creator>David Chambers</dc:creator>
		<pubDate>Sun, 13 Jun 2010 12:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=308#comment-429</guid>
		<description>Like many others, I got into Web development via PHP. I&#039;ve since learnt Python and Django, which I really enjoy. I&#039;m looking forward to learning Ruby soon, too, although Ruby code looks cryptic to me!

I really appreciate the ways in which Python enables common tasks to be performed with terse (but highly readable) code:

    # switch the values of two variables
    x, y = y, x
    
    # list comprehension
    boys = [student for student in students if student.gender == &#039;male&#039;]

Someone on Stack Overflow wrote that Python is &quot;executable pseudocode&quot;, which is one of its main appeals. I&#039;m looking forward to getting my head around Ruby to find out what @ll the &#124;fuss&#124; &lt;&lt; is about. :D</description>
		<content:encoded><![CDATA[<p>Like many others, I got into Web development via PHP. I&#8217;ve since learnt Python and Django, which I really enjoy. I&#8217;m looking forward to learning Ruby soon, too, although Ruby code looks cryptic to me!</p>
<p>I really appreciate the ways in which Python enables common tasks to be performed with terse (but highly readable) code:</p>
<p>    # switch the values of two variables<br />
    x, y = y, x</p>
<p>    # list comprehension<br />
    boys = [student for student in students if student.gender == 'male']</p>
<p>Someone on Stack Overflow wrote that Python is &#8220;executable pseudocode&#8221;, which is one of its main appeals. I&#8217;m looking forward to getting my head around Ruby to find out what @ll the |fuss| &lt;&lt; is about. :D</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I wish a Ruby programmer had told me one year ago.. by SitePoint Podcast #65: Got IE6? &#124; PHP Podcasts</title>
		<link>http://blog.sirupsen.dk/me/what-i-wish-a-ruby-programmer-had-told-me-one-year-ago/comment-page-2/#comment-428</link>
		<dc:creator>SitePoint Podcast #65: Got IE6? &#124; PHP Podcasts</dc:creator>
		<pubDate>Sun, 13 Jun 2010 05:09:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=308#comment-428</guid>
		<description>[...] to come back to it because I think it really is an interesting story, and the blog post is called What I Wish a Ruby Programmer Had Told Me One Year Ago. Why did this catch your [...]</description>
		<content:encoded><![CDATA[<p>[...] to come back to it because I think it really is an interesting story, and the blog post is called What I Wish a Ruby Programmer Had Told Me One Year Ago. Why did this catch your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What I wish a Ruby programmer had told me one year ago.. by SitePoint Podcast #65: Got IE6?</title>
		<link>http://blog.sirupsen.dk/me/what-i-wish-a-ruby-programmer-had-told-me-one-year-ago/comment-page-2/#comment-427</link>
		<dc:creator>SitePoint Podcast #65: Got IE6?</dc:creator>
		<pubDate>Sat, 12 Jun 2010 02:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=308#comment-427</guid>
		<description>[...] to come back to it because I think it really is an interesting story, and the blog post is called What I Wish a Ruby Programmer Had Told Me One Year Ago. Why did this catch your [...]</description>
		<content:encoded><![CDATA[<p>[...] to come back to it because I think it really is an interesting story, and the blog post is called What I Wish a Ruby Programmer Had Told Me One Year Ago. Why did this catch your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A simple Imgur Bash screenshot utility by Noxn</title>
		<link>http://blog.sirupsen.dk/script-fu/an-incredibly-simple-imgur-bash-screenshot-utility/comment-page-1/#comment-266</link>
		<dc:creator>Noxn</dc:creator>
		<pubDate>Mon, 10 May 2010 12:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sirupsen.dk/?p=327#comment-266</guid>
		<description>Debian users: Install libnotify-bin
Just libnotify wont always work, at least it didn&#039;t for me until I installed libnotify-bin.</description>
		<content:encoded><![CDATA[<p>Debian users: Install libnotify-bin<br />
Just libnotify wont always work, at least it didn&#8217;t for me until I installed libnotify-bin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Starting with Git! by Daniel Schildt</title>
		<link>http://blog.sirupsen.dk/guides/starting-with-git/comment-page-1/#comment-260</link>
		<dc:creator>Daniel Schildt</dc:creator>
		<pubDate>Sun, 09 May 2010 11:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.sirupsen.dk/?p=220#comment-260</guid>
		<description>There is also github gem that can be helpful to use more advanced features from Github&#039;s services. There is more information about it at http://github.com/defunkt/github-gem</description>
		<content:encoded><![CDATA[<p>There is also github gem that can be helpful to use more advanced features from Github&#8217;s services. There is more information about it at <a href="http://github.com/defunkt/github-gem" rel="nofollow">http://github.com/defunkt/github-gem</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
