<?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 tony arkles blog</title>
	<atom:link href="http://blog.chilly.ca/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.chilly.ca</link>
	<description>Computer Science, Electrical Engineering, Photography, Cooking, Uninspired Titles...</description>
	<lastBuildDate>Thu, 30 Jun 2011 18:47:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SVN: setting executable, chmod +x doesn&#8217;t do the trick by Marc</title>
		<link>http://blog.chilly.ca/?p=167&#038;cpage=1#comment-40724</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Thu, 30 Jun 2011 18:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=167#comment-40724</guid>
		<description>Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhh :

svn propdel svn:executable a_file

grrrrrrrrrrrrrr !!!!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Raaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhh :</p>
<p>svn propdel svn:executable a_file</p>
<p>grrrrrrrrrrrrrr !!!!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on &#8220;Speed Kills&#8221; &#8211; On Being A Professional by yudi</title>
		<link>http://blog.chilly.ca/?p=285&#038;cpage=1#comment-12552</link>
		<dc:creator>yudi</dc:creator>
		<pubDate>Tue, 13 Oct 2009 22:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=285#comment-12552</guid>
		<description>Another direct quote from uncle bob &quot;literally, the cleanness of your code is determined by &#039;WTF&#039; per minute from the reviewers.&quot;</description>
		<content:encoded><![CDATA[<p>Another direct quote from uncle bob &#8220;literally, the cleanness of your code is determined by &#8216;WTF&#8217; per minute from the reviewers.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to School! by Tony Arkles</title>
		<link>http://blog.chilly.ca/?p=281&#038;cpage=1#comment-10922</link>
		<dc:creator>Tony Arkles</dc:creator>
		<pubDate>Mon, 07 Sep 2009 21:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=281#comment-10922</guid>
		<description>I&#039;ve been going through the exercises from &lt;a href=&quot;http://web.mit.edu/alexmv/6.001/&quot; rel=&quot;nofollow&quot;&gt;6.184 - Zombies drink caffeinated 6.001&lt;/a&gt;; in particular, the RSA example.  I started doing that one a while ago in DrScheme, and figured I&#039;d revisit it with Clojure.  I&#039;m planning on posting about it within the next few days, as soon as I get over a strange mental block that I&#039;ve hit with the &lt;a href=&quot;http://en.wikipedia.org/wiki/Extended_Euclidean_algorithm&quot; rel=&quot;nofollow&quot;&gt;Extended Euclidean Algorithm&lt;/a&gt;.  In the original exercise, the code for this was given, but it&#039;s not quite Clojure-compatible, so I&#039;m reimplementing it...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been going through the exercises from <a href="http://web.mit.edu/alexmv/6.001/" rel="nofollow">6.184 &#8211; Zombies drink caffeinated 6.001</a>; in particular, the RSA example.  I started doing that one a while ago in DrScheme, and figured I&#8217;d revisit it with Clojure.  I&#8217;m planning on posting about it within the next few days, as soon as I get over a strange mental block that I&#8217;ve hit with the <a href="http://en.wikipedia.org/wiki/Extended_Euclidean_algorithm" rel="nofollow">Extended Euclidean Algorithm</a>.  In the original exercise, the code for this was given, but it&#8217;s not quite Clojure-compatible, so I&#8217;m reimplementing it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Back to School! by yudi</title>
		<link>http://blog.chilly.ca/?p=281&#038;cpage=1#comment-10553</link>
		<dc:creator>yudi</dc:creator>
		<pubDate>Thu, 03 Sep 2009 21:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=281#comment-10553</guid>
		<description>I&#039;m interested in learning clojure, please let me know if you would like to work a project or any nifty things.</description>
		<content:encoded><![CDATA[<p>I&#8217;m interested in learning clojure, please let me know if you would like to work a project or any nifty things.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Language-a-month: Idea by tony arkles blog &#187; Back to School!</title>
		<link>http://blog.chilly.ca/?p=269&#038;cpage=1#comment-10542</link>
		<dc:creator>tony arkles blog &#187; Back to School!</dc:creator>
		<pubDate>Thu, 03 Sep 2009 14:28:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=269#comment-10542</guid>
		<description>[...] like I mentioned before, I&#8217;m going to start my Language-a-month plan, and I think I&#8217;m going to start with [...]</description>
		<content:encoded><![CDATA[<p>[...] like I mentioned before, I&#8217;m going to start my Language-a-month plan, and I think I&#8217;m going to start with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Mac OS X: what&#8217;s this @ in my ls output? (Extended attributes!) by Zashkaser</title>
		<link>http://blog.chilly.ca/?p=141&#038;cpage=1#comment-8403</link>
		<dc:creator>Zashkaser</dc:creator>
		<pubDate>Wed, 05 Aug 2009 16:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=141#comment-8403</guid>
		<description>Ack, my comment didn’t come out the way I’d liked it to.</description>
		<content:encoded><![CDATA[<p>Ack, my comment didn’t come out the way I’d liked it to.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Use a &#8220;guard&#8221; to simplify your code structure by James Cooper</title>
		<link>http://blog.chilly.ca/?p=273&#038;cpage=1#comment-8197</link>
		<dc:creator>James Cooper</dc:creator>
		<pubDate>Fri, 31 Jul 2009 03:56:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=273#comment-8197</guid>
		<description>I&#039;m with you on this one, Tony. Breaking out of a function as early as you can not only makes it clear what the error conditions are, it also lets you read through the meat of the code without having to trace a bunch of scattered edge cases.  It makes the separation between expected and exceptional much clearer.</description>
		<content:encoded><![CDATA[<p>I&#8217;m with you on this one, Tony. Breaking out of a function as early as you can not only makes it clear what the error conditions are, it also lets you read through the meat of the code without having to trace a bunch of scattered edge cases.  It makes the separation between expected and exceptional much clearer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Language-a-month: Idea by Tony Arkles</title>
		<link>http://blog.chilly.ca/?p=269&#038;cpage=1#comment-7804</link>
		<dc:creator>Tony Arkles</dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:27:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=269#comment-7804</guid>
		<description>Hah!  :)

I picked 1 month because I&#039;m going to be starting an M.Sc. program at the same time and don&#039;t want to be too ambitious.  

I totally forgot about Lua.  Anything that means I write less C is good in my books ;)</description>
		<content:encoded><![CDATA[<p>Hah!  <img src='http://blog.chilly.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I picked 1 month because I&#8217;m going to be starting an M.Sc. program at the same time and don&#8217;t want to be too ambitious.  </p>
<p>I totally forgot about Lua.  Anything that means I write less C is good in my books <img src='http://blog.chilly.ca/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Language-a-month: Idea by Doug</title>
		<link>http://blog.chilly.ca/?p=269&#038;cpage=1#comment-7803</link>
		<dc:creator>Doug</dc:creator>
		<pubDate>Tue, 21 Jul 2009 15:24:18 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=269#comment-7803</guid>
		<description>1 month?!  So long!?  Come on, there are tons of books that teach you a language in 24 hours - wuss.

But seriously, I think one month might be too light.  Overall a good idea though.  It might be neat to implement a largish project (the same one) in each language and see how they vary.

I recommend putting Lua on your list though.  It is a really good language and the nice thing is it is very usable in many places (due to it&#039;s small size, fast interpretation and ease of embedding into C).</description>
		<content:encoded><![CDATA[<p>1 month?!  So long!?  Come on, there are tons of books that teach you a language in 24 hours &#8211; wuss.</p>
<p>But seriously, I think one month might be too light.  Overall a good idea though.  It might be neat to implement a largish project (the same one) in each language and see how they vary.</p>
<p>I recommend putting Lua on your list though.  It is a really good language and the nice thing is it is very usable in many places (due to it&#8217;s small size, fast interpretation and ease of embedding into C).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Language-a-month: Idea by Tony Arkles</title>
		<link>http://blog.chilly.ca/?p=269&#038;cpage=1#comment-7802</link>
		<dc:creator>Tony Arkles</dc:creator>
		<pubDate>Tue, 21 Jul 2009 14:44:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.chilly.ca/?p=269#comment-7802</guid>
		<description>Oh, I totally forgot about DVCS!  I&#039;ve used Mercurial a little tiny bit (essentially just on the flight home from PyCon).</description>
		<content:encoded><![CDATA[<p>Oh, I totally forgot about DVCS!  I&#8217;ve used Mercurial a little tiny bit (essentially just on the flight home from PyCon).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
