<?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 devNoo</title>
	<atom:link href="http://www.denoo.info/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.denoo.info</link>
	<description>musings of a Softare developer</description>
	<lastBuildDate>Mon, 26 Mar 2012 20:50:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Ubuntu 11.10 network shares to Os X lion with netatalk by Monkey</title>
		<link>http://www.denoo.info/2011/12/ubuntu-11-10-network-shares-to-os-x-lion-with-netatalk/comment-page-1/#comment-322</link>
		<dc:creator>Monkey</dc:creator>
		<pubDate>Mon, 26 Mar 2012 20:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=163#comment-322</guid>
		<description>Many thanks! :)</description>
		<content:encoded><![CDATA[<p>Many thanks! <img src='http://www.denoo.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My ruby solutions &#8211; Day 2 by Florian K.</title>
		<link>http://www.denoo.info/2011/11/seven-languages-in-seven-weeks-my-ruby-solutions-day-2/comment-page-1/#comment-319</link>
		<dc:creator>Florian K.</dc:creator>
		<pubDate>Sat, 03 Mar 2012 16:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=126#comment-319</guid>
		<description>Here my solution to print the 16 numbers using only each:
&lt;code&gt; 
a = new.Array(16){&#124;i&#124; i}
(1..4).each{ &#124;row&#124; 
            a[row*4-3..row*4].each{
                  &#124;element&#124; print element.to_s+(element%4 != 0 ? &quot; &quot; : &quot;\n&quot; )
                                  }
           }
&lt;/code&gt; 
Obviously, I took the array&#039;s length for granted. A modified version should start with (1..a.length/) if the array&#039;s length is a multiple of 4.</description>
		<content:encoded><![CDATA[<p>Here my solution to print the 16 numbers using only each:<br />
<code><br />
a = new.Array(16){|i| i}<br />
(1..4).each{ |row|<br />
            a[row*4-3..row*4].each{<br />
                  |element| print element.to_s+(element%4 != 0 ? " " : "\n" )<br />
                                  }<br />
           }<br />
</code><br />
Obviously, I took the array&#8217;s length for granted. A modified version should start with (1..a.length/) if the array&#8217;s length is a multiple of 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 11.10 network shares to Os X lion with netatalk by Thomas</title>
		<link>http://www.denoo.info/2011/12/ubuntu-11-10-network-shares-to-os-x-lion-with-netatalk/comment-page-1/#comment-317</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Fri, 24 Feb 2012 10:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=163#comment-317</guid>
		<description>v2.2.2 is out, it seems - I wonder how I would get that one installed now. The source you give above still only offers v2.2.1.1
I am also surprised that the default Ubuntu setup only offers a 2.2 beta. WTF? (Now, I&#039;m a Mac user not a Linux user, so I am just irritated about this - is it always such a chaos to install software on Linux??)</description>
		<content:encoded><![CDATA[<p>v2.2.2 is out, it seems &#8211; I wonder how I would get that one installed now. The source you give above still only offers v2.2.1.1<br />
I am also surprised that the default Ubuntu setup only offers a 2.2 beta. WTF? (Now, I&#8217;m a Mac user not a Linux user, so I am just irritated about this &#8211; is it always such a chaos to install software on Linux??)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Integrating Google tasks with your ubuntu desktop by Drey</title>
		<link>http://www.denoo.info/2009/12/integrating-google-tasks-with-your-ubuntu-desktop/comment-page-1/#comment-316</link>
		<dc:creator>Drey</dc:creator>
		<pubDate>Fri, 17 Feb 2012 23:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=71#comment-316</guid>
		<description>Rengis, I agree. Sad. Any workaround?</description>
		<content:encoded><![CDATA[<p>Rengis, I agree. Sad. Any workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Lonn Furry</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-313</link>
		<dc:creator>Lonn Furry</dc:creator>
		<pubDate>Tue, 24 Jan 2012 15:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-313</guid>
		<description>The information mentioned in the article are some of the best available information. Excellent blog I love your unique style, I’ve boomarked this!</description>
		<content:encoded><![CDATA[<p>The information mentioned in the article are some of the best available information. Excellent blog I love your unique style, I’ve boomarked this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Jan Plas</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-312</link>
		<dc:creator>Jan Plas</dc:creator>
		<pubDate>Mon, 16 Jan 2012 13:22:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-312</guid>
		<description>Well I didn&#039;t delete the code intentionally, I was told to focus on the English and not the Scala :P 

Nice tip about the sealed case BTW, haven&#039;t looked at Scala for a while myself either and forgot about them :)</description>
		<content:encoded><![CDATA[<p>Well I didn&#8217;t delete the code intentionally, I was told to focus on the English and not the Scala <img src='http://www.denoo.info/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  </p>
<p>Nice tip about the sealed case BTW, haven&#8217;t looked at Scala for a while myself either and forgot about them <img src='http://www.denoo.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Job</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-311</link>
		<dc:creator>Job</dc:creator>
		<pubDate>Fri, 13 Jan 2012 07:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-311</guid>
		<description>he the rest of the code is removed by my dear reviewer, adding the code back in</description>
		<content:encoded><![CDATA[<p>he the rest of the code is removed by my dear reviewer, adding the code back in</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Erik van Oosten</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-310</link>
		<dc:creator>Erik van Oosten</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-310</guid>
		<description>Another remark: most scala programmers use &lt;a href=&quot;http://www.scala-lang.org/node/123&quot; rel=&quot;nofollow&quot;&gt;sealed case classes&lt;/a&gt; instead of Enumerations. E.g.:

&lt;code&gt;
sealed abstract class Sign
case class Blank extends Sign
case class X extends Sign
case class O extends Sign
&lt;/code&gt;

See also this post: http://alblue.bandlem.com/2007/12/scala-introduction-to-scala-case.html</description>
		<content:encoded><![CDATA[<p>Another remark: most scala programmers use <a href="http://www.scala-lang.org/node/123" rel="nofollow">sealed case classes</a> instead of Enumerations. E.g.:</p>
<p><code><br />
sealed abstract class Sign<br />
case class Blank extends Sign<br />
case class X extends Sign<br />
case class O extends Sign<br />
</code></p>
<p>See also this post: <a href="http://alblue.bandlem.com/2007/12/scala-introduction-to-scala-case.html" rel="nofollow">http://alblue.bandlem.com/2007/12/scala-introduction-to-scala-case.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Seven languages in seven weeks: My solutions for scala day 1 by Erik van Oosten</title>
		<link>http://www.denoo.info/2012/01/seven-languages-in-seven-weeks-my-solutions-for-scala-day-1/comment-page-1/#comment-309</link>
		<dc:creator>Erik van Oosten</dc:creator>
		<pubDate>Thu, 12 Jan 2012 19:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=202#comment-309</guid>
		<description>So where is the rest of the code?

&lt;a href=&quot;https://github.com/erikvanoosten/tictactoe-axon/blob/master/src/main/scala/cqrs/workshop/tictactoe/command/TicTacToe.scala&quot; rel=&quot;nofollow&quot;&gt;My scala Tictactoe on Github&lt;/a&gt;
Not entirely as I would have liked it, but compromises for a java crowd were necessary :)

    Erik.</description>
		<content:encoded><![CDATA[<p>So where is the rest of the code?</p>
<p><a href="https://github.com/erikvanoosten/tictactoe-axon/blob/master/src/main/scala/cqrs/workshop/tictactoe/command/TicTacToe.scala" rel="nofollow">My scala Tictactoe on Github</a><br />
Not entirely as I would have liked it, but compromises for a java crowd were necessary <img src='http://www.denoo.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>    Erik.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ubuntu 11.10 network shares to Os X lion with netatalk by Bruzzlee</title>
		<link>http://www.denoo.info/2011/12/ubuntu-11-10-network-shares-to-os-x-lion-with-netatalk/comment-page-1/#comment-308</link>
		<dc:creator>Bruzzlee</dc:creator>
		<pubDate>Sat, 07 Jan 2012 02:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.denoo.info/?p=163#comment-308</guid>
		<description>At first: Thank you.
I&#039;ve updated my Netatalk from 2.0.4 to netatalk 2.2.1.1 0utm5 (now on oneiric)
After a few hours trying official versions this version is the first that worked for me.
But:
Strange behaviour - The &quot;Last Modified Date&quot; of a folder on OS X Lion shows the Date of the .AppleDouble. So if I open a folder I&#039;ve never open before, all the including folders will have the same date on OSX. Even they have different dates in Ubuntu.
Someone else has this behaviour?
Thx Bruzzlee</description>
		<content:encoded><![CDATA[<p>At first: Thank you.<br />
I&#8217;ve updated my Netatalk from 2.0.4 to netatalk 2.2.1.1 0utm5 (now on oneiric)<br />
After a few hours trying official versions this version is the first that worked for me.<br />
But:<br />
Strange behaviour &#8211; The &#8220;Last Modified Date&#8221; of a folder on OS X Lion shows the Date of the .AppleDouble. So if I open a folder I&#8217;ve never open before, all the including folders will have the same date on OSX. Even they have different dates in Ubuntu.<br />
Someone else has this behaviour?<br />
Thx Bruzzlee</p>
]]></content:encoded>
	</item>
</channel>
</rss>

