<?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 alexrose.net</title>
	<atom:link href="http://www.alexrose.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alexrose.net</link>
	<description></description>
	<lastBuildDate>Sat, 03 Apr 2010 22:13:10 +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 Lake Sundown backpacking trip by precelek</title>
		<link>http://www.alexrose.net/2006/08/21/lake-sundown-backpacking-trip/comment-page-1/#comment-752</link>
		<dc:creator>precelek</dc:creator>
		<pubDate>Sat, 03 Apr 2010 22:13:10 +0000</pubDate>
		<guid isPermaLink="false">http://alexrose.net/?p=30#comment-752</guid>
		<description>I like your blog theme. What template did you use ?</description>
		<content:encoded><![CDATA[<p>I like your blog theme. What template did you use ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My First Scala Program by J.F. Zarama</title>
		<link>http://www.alexrose.net/2009/08/03/my-first-scala-program/comment-page-1/#comment-132</link>
		<dc:creator>J.F. Zarama</dc:creator>
		<pubDate>Tue, 04 Aug 2009 17:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.alexrose.net/2009/08/03/my-first-scala-program/#comment-132</guid>
		<description>I&#039;m still learning Scala and found your Actor example a good introduction to the subject.

I modified it as follows:

package actorobject

import scala.actors._

object Adder extends Actor {

    var sum = 0
    override def act() = {
        react {
            case i: Int   =&gt; sum += i; act()
            case &quot;REPORT&quot; =&gt; println(&quot;Total =\t&quot; + sum);
        }
    }
}

object Main {
    def main(args: Array[String]): Unit = {
        Adder.start
        (1 to 10000).foreach( i =&gt; if( i % 3 == 0 &#124;&#124; i % 5 == 0 ) Adder ! i )
        Adder ! &quot;REPORT&quot;
    }
}</description>
		<content:encoded><![CDATA[<p>I&#8217;m still learning Scala and found your Actor example a good introduction to the subject.</p>
<p>I modified it as follows:</p>
<p>package actorobject</p>
<p>import scala.actors._</p>
<p>object Adder extends Actor {</p>
<p>    var sum = 0<br />
    override def act() = {<br />
        react {<br />
            case i: Int   =&gt; sum += i; act()<br />
            case &#8220;REPORT&#8221; =&gt; println(&#8220;Total =\t&#8221; + sum);<br />
        }<br />
    }<br />
}</p>
<p>object Main {<br />
    def main(args: Array[String]): Unit = {<br />
        Adder.start<br />
        (1 to 10000).foreach( i =&gt; if( i % 3 == 0 || i % 5 == 0 ) Adder ! i )<br />
        Adder ! &#8220;REPORT&#8221;<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maui by nekoken</title>
		<link>http://www.alexrose.net/2008/12/10/maui/comment-page-1/#comment-9</link>
		<dc:creator>nekoken</dc:creator>
		<pubDate>Fri, 12 Dec 2008 02:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://alexrose.net/?p=73#comment-9</guid>
		<description>Maui is one of favorite places.  Almost as good as being in Cascade mountains.

Go south to Kihei and go to big grocery store on highway on W side in north part of Kihei.  Prices are more or less same as Seattle overall.  Some things more expensive, some thing cheaper.

Lahaina is the Waikiki of Maui.  Tourist hole.

If bored, nude beach is down Makena Rd. like at Ahihi Bay or La Perouse bay.  Don&#039;t remember which.

Make sure go snorkeling too.  Is great deal at dive shops for boat tour out to some island with lots of turtles.  And get to have snorkel gear for like 3 days or week or something.  Will just say is pretty close to life changing in awesomeness.  Didn&#039;t even make it to turtle island but going snorkeling in Maui is one of top 5 life experiences.

Over towards Hana is some amazing beaches and swimming holes.  Found black sand beaches, white sand beaches, and red sand beaches in addition to boring tan beaches.  Is area called like 7 pools or something past Hana that is some of best fresh water swimming ever.  Cliff diving into pools so deep can&#039;t see bottom.  Went down so far one time had no idea which way was up.

Of course road to Hana is t3h suck.  Half day trip with lots of 15mph.  Think probably set speed record in Ford Taurus when made that trip.</description>
		<content:encoded><![CDATA[<p>Maui is one of favorite places.  Almost as good as being in Cascade mountains.</p>
<p>Go south to Kihei and go to big grocery store on highway on W side in north part of Kihei.  Prices are more or less same as Seattle overall.  Some things more expensive, some thing cheaper.</p>
<p>Lahaina is the Waikiki of Maui.  Tourist hole.</p>
<p>If bored, nude beach is down Makena Rd. like at Ahihi Bay or La Perouse bay.  Don&#8217;t remember which.</p>
<p>Make sure go snorkeling too.  Is great deal at dive shops for boat tour out to some island with lots of turtles.  And get to have snorkel gear for like 3 days or week or something.  Will just say is pretty close to life changing in awesomeness.  Didn&#8217;t even make it to turtle island but going snorkeling in Maui is one of top 5 life experiences.</p>
<p>Over towards Hana is some amazing beaches and swimming holes.  Found black sand beaches, white sand beaches, and red sand beaches in addition to boring tan beaches.  Is area called like 7 pools or something past Hana that is some of best fresh water swimming ever.  Cliff diving into pools so deep can&#8217;t see bottom.  Went down so far one time had no idea which way was up.</p>
<p>Of course road to Hana is t3h suck.  Half day trip with lots of 15mph.  Think probably set speed record in Ford Taurus when made that trip.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

