<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" href="/stylesheets/rss.css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Talk Like A Duck comments</title>
    <link>http://talklikeaduck.denhaven2.com</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>In Ruby, it's not the dog, it's the tricks!</description>
    <item>
      <title>"Solving the Final Google Treasure Hunt Problem in Ruby" by Adriano</title>
      <description>&lt;p&gt;In Processor#initialize I&amp;#8217;d replace&lt;/p&gt;


	&lt;p&gt;@sums = @counts.inject({}) { |hash, count| hash[count] = []; hash}&lt;/p&gt;


	&lt;p&gt;by&lt;/p&gt;


	&lt;p&gt;@sums = Hash.new {|h,count| h[count] = [] }&lt;/p&gt;


	&lt;p&gt;for readibility.&lt;/p&gt;</description>
      <pubDate>Wed, 25 Jun 2008 04:45:29 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:d66d7d4c-5932-4ea9-87b3-60e9215414bf</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/06/07/solving-the-final-google-treasure-hunt-problem-in-ruby#comment-5367</link>
    </item>
    <item>
      <title>"Solving the Final Google Treasure Hunt Problem in Ruby" by Dan Mayer</title>
      <description>&lt;p&gt;I need to do more little exercises like this. It keeps your mind sharp and thinking in a different mindset. When you get so deep into a larger Ruby app, you start to see and think about code in a different way. Many times in large apps you are also solving less interesting problems, silly business login. Anyways, thanks for sharing your solution.&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 23:32:03 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:0ed70e23-5fcb-4d78-a330-d99420a6c4db</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/06/07/solving-the-final-google-treasure-hunt-problem-in-ruby#comment-5358</link>
    </item>
    <item>
      <title>"Solving the Final Google Treasure Hunt Problem in Ruby" by ciju</title>
      <description>&lt;p&gt;here&amp;#8217;s a better way. runs in around 0.2 seconds&lt;/p&gt;


	&lt;p&gt;&lt;a href="http://ciju.wordpress.com/2008/06/03/google-treasure-hunt/" rel="nofollow"&gt;http://ciju.wordpress.com/2008/06/03/google-treasure-hunt/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 10:26:24 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:16c8e7dd-5286-4726-9bec-d62754a01b6d</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/06/07/solving-the-final-google-treasure-hunt-problem-in-ruby#comment-5354</link>
    </item>
    <item>
      <title>"Solving the Final Google Treasure Hunt Problem in Ruby" by vishal</title>
      <description>&lt;p&gt;Did any one use the information that the solution set of primes had to continuous in &amp;#8220;any other way&amp;#8221; except for a brute force search. I would love to hear that&amp;#8230;&lt;/p&gt;</description>
      <pubDate>Tue, 10 Jun 2008 02:35:15 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:116aa967-b7e1-4e30-9e7f-5faaba64b65a</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/06/07/solving-the-final-google-treasure-hunt-problem-in-ruby#comment-5351</link>
    </item>
    <item>
      <title>"Solving the Final Google Treasure Hunt Problem in Ruby" by Rick DeNatale</title>
      <description>&lt;p&gt;@Corey,&lt;/p&gt;


	&lt;p&gt;Yes it was typo in the problem spec.  I&amp;#8217;ve fixed it.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jun 2008 17:10:28 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:73168a96-dba1-4739-bd76-97b29992548c</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/06/07/solving-the-final-google-treasure-hunt-problem-in-ruby#comment-5332</link>
    </item>
    <item>
      <title>"Solving the Final Google Treasure Hunt Problem in Ruby" by Peteris Krumins</title>
      <description>&lt;p&gt;Really nice solution in Ruby. Also thanks for linking to my solution! :)&lt;/p&gt;


	&lt;p&gt;Peter&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jun 2008 12:50:15 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:a8db4edd-76b1-4ccd-b6d0-191dfb5b972b</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/06/07/solving-the-final-google-treasure-hunt-problem-in-ruby#comment-5331</link>
    </item>
    <item>
      <title>"Solving the Final Google Treasure Hunt Problem in Ruby" by Corey Martella</title>
      <description>&lt;p&gt;Very slick, nice work! Not sure if its a typo in the code or problem spec but the last series length is 1161 vs 1167 in the spec vs code.&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jun 2008 10:01:12 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:487a79f2-2a5b-4348-b26b-032edccf4efc</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/06/07/solving-the-final-google-treasure-hunt-problem-in-ruby#comment-5329</link>
    </item>
    <item>
      <title>"What Would You Miss If You Had To Stop Using Ruby and Go Back to Smalltalk?" by Rick DeNatale</title>
      <description>&lt;p&gt;Randal,&lt;/p&gt;


	&lt;p&gt;Thanks for the correction and minor refactoring.&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 11:42:09 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:de122837-dc51-406a-92e7-d7298e3fd0ed</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/05/21/what-would-you-miss-if-you-had-to-stop-using-ruby-and-go-back-to-smalltalk#comment-5274</link>
    </item>
    <item>
      <title>"What Would You Miss If You Had To Stop Using Ruby and Go Back to Smalltalk?" by Randal L. Schwartz</title>
      <description>&lt;p&gt;Typo and comment:&lt;/p&gt;


	&lt;p&gt;Your code:&lt;/p&gt;


	&lt;p&gt;(x = 0) ifTrue:[a] ifFalse[b]&lt;/p&gt;


	&lt;p&gt;is missing a colon on the second keyword.  And I think I&amp;#8217;d also write it as:&lt;/p&gt;


	&lt;p&gt;^(x = 0) ifTrue:[a] ifFalse: [b]&lt;/p&gt;


	&lt;p&gt;factoring out the common answer op.&lt;/p&gt;


	&lt;p&gt;Otherwise, great comparison!  I&amp;#8217;ll be pointing people at it.&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 10:20:00 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:0db31136-0aa0-4374-8794-955a28ade074</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/05/21/what-would-you-miss-if-you-had-to-stop-using-ruby-and-go-back-to-smalltalk#comment-5272</link>
    </item>
    <item>
      <title>"What Would You Miss If You Had To Stop Using Ruby and Go Back to Smalltalk?" by Russell Christopher</title>
      <description>&lt;p&gt;One thing that wasn&amp;#8217;t talked about was REST.&lt;/p&gt;


	&lt;p&gt;From Wikipedia,
&amp;#8220;Seaside does not follow REST by default. Instead URLs hold session key information, and meaningful URLs have to be generated explicitly.&amp;#8221;&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m sure there are libraries (plugins?) that make REST easier in Seaside. Makes me wish I would have thought to ask during the meeting but I was too busy trying to assimilate other things.&lt;/p&gt;</description>
      <pubDate>Thu, 22 May 2008 09:51:42 -0400</pubDate>
      <guid isPermaLink="false">urn:uuid:d189f8a2-60a1-43cc-8e6a-c5f1a046f37b</guid>
      <link>http://talklikeaduck.denhaven2.com/articles/2008/05/21/what-would-you-miss-if-you-had-to-stop-using-ruby-and-go-back-to-smalltalk#comment-5271</link>
    </item>
  </channel>
</rss>
