<?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"
	>
<channel>
	<title>Comments for UW Ruby Blog</title>
	<atom:link href="http://uwruby.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://uwruby.com</link>
	<description>UW Ruby Class Blog!</description>
	<pubDate>Thu, 28 Aug 2008 17:31:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>Comment on Your Week 5 Homework by Mark Holton</title>
		<link>http://uwruby.com/2008/04/your-week-5-homework/#comment-16</link>
		<dc:creator>Mark Holton</dc:creator>
		<pubDate>Thu, 24 Apr 2008 18:57:15 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=24#comment-16</guid>
		<description>Hi Aaron,
Can you place a link to download the class 5 samples?
cheers,
:Mark</description>
		<content:encoded><![CDATA[<p>Hi Aaron,<br />
Can you place a link to download the class 5 samples?<br />
cheers,<br />
:Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 4 Extra Credit Test by Garrick West</title>
		<link>http://uwruby.com/2008/04/week-4-extra-credit-test/#comment-15</link>
		<dc:creator>Garrick West</dc:creator>
		<pubDate>Wed, 23 Apr 2008 21:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=21#comment-15</guid>
		<description>Must have been late last night;) I got it running ok with the smaller data file
included in the test data.   Based on what's going on here, my first thought is to see if there's a reasonable replacement or optimization for Fixnum plus operator and perhaps think about how we're using String indexing.

%total   %self     total      self      wait     child            calls   Name
/opt/local/lib/ruby/gems/1.8/gems/ruby-prof-0.6.0/lib/ruby-prof/abstract_printer.rb:26: warning: treating Symbol as an integer
--------------------------------------------------------------------------------
/opt/local/lib/ruby/gems/1.8/gems/ruby-prof-0.6.0/lib/ruby-prof/abstract_printer.rb:30: warning: treating Symbol as an integer
/opt/local/lib/ruby/gems/1.8/gems/ruby-prof-0.6.0/lib/ruby-prof/abstract_printer.rb:30: warning: treating Symbol as an integer
 100.00%   0.00%      0.39      0.00      0.00      0.39                0     #encode_alac (./lib/week_4.rb:23}  ./lib/week_4.rb:23
                      0.06      0.06      0.00      0.00      32768/32768     Fixnum#&#124;
                      0.00      0.00      0.00      0.00              1/1     Fixnum#==
                      0.00      0.00      0.00      0.00              2/2     String#length
                      0.08      0.08      0.00      0.00      40960/40960     Fixnum#+
                      0.05      0.05      0.00      0.00      24578/24578     String#[]=
                      0.08      0.08      0.00      0.00      40960/40960     String#[]
                      0.03      0.03      0.00      0.00      16384/16384     Fixnum#&#38;
                      0.03      0.03      0.00      0.00      16384/16384     Fixnum#&#62;&#62;
                      0.02      0.02      0.00      0.00        8193/8193     Fixnum#&#60;
                      0.03      0.03      0.00      0.00      16384/16384     Fixnum#&#60;&#60;
                      0.00      0.00      0.00      0.00              1/1     Kernel#dup


-Garrick</description>
		<content:encoded><![CDATA[<p>Must have been late last night;) I got it running ok with the smaller data file<br />
included in the test data.   Based on what&#8217;s going on here, my first thought is to see if there&#8217;s a reasonable replacement or optimization for Fixnum plus operator and perhaps think about how we&#8217;re using String indexing.</p>
<p>%total   %self     total      self      wait     child            calls   Name<br />
/opt/local/lib/ruby/gems/1.8/gems/ruby-prof-0.6.0/lib/ruby-prof/abstract_printer.rb:26: warning: treating Symbol as an integer<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
/opt/local/lib/ruby/gems/1.8/gems/ruby-prof-0.6.0/lib/ruby-prof/abstract_printer.rb:30: warning: treating Symbol as an integer<br />
/opt/local/lib/ruby/gems/1.8/gems/ruby-prof-0.6.0/lib/ruby-prof/abstract_printer.rb:30: warning: treating Symbol as an integer<br />
 100.00%   0.00%      0.39      0.00      0.00      0.39                0     #encode_alac (./lib/week_4.rb:23}  ./lib/week_4.rb:23<br />
                      0.06      0.06      0.00      0.00      32768/32768     Fixnum#|<br />
                      0.00      0.00      0.00      0.00              1/1     Fixnum#==<br />
                      0.00      0.00      0.00      0.00              2/2     String#length<br />
                      0.08      0.08      0.00      0.00      40960/40960     Fixnum#+<br />
                      0.05      0.05      0.00      0.00      24578/24578     String#[]=<br />
                      0.08      0.08      0.00      0.00      40960/40960     String#[]<br />
                      0.03      0.03      0.00      0.00      16384/16384     Fixnum#&amp;<br />
                      0.03      0.03      0.00      0.00      16384/16384     Fixnum#&gt;&gt;<br />
                      0.02      0.02      0.00      0.00        8193/8193     Fixnum#&lt;<br />
                      0.03      0.03      0.00      0.00      16384/16384     Fixnum#&lt;&lt;<br />
                      0.00      0.00      0.00      0.00              1/1     Kernel#dup</p>
<p>-Garrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 4 Extra Credit Test by Aaron Patterson</title>
		<link>http://uwruby.com/2008/04/week-4-extra-credit-test/#comment-14</link>
		<dc:creator>Aaron Patterson</dc:creator>
		<pubDate>Wed, 23 Apr 2008 20:40:15 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=21#comment-14</guid>
		<description>I think we'll discuss profiling this more in class tonight!</description>
		<content:encoded><![CDATA[<p>I think we&#8217;ll discuss profiling this more in class tonight!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 4 Extra Credit Test by Garrick West</title>
		<link>http://uwruby.com/2008/04/week-4-extra-credit-test/#comment-13</link>
		<dc:creator>Garrick West</dc:creator>
		<pubDate>Wed, 23 Apr 2008 07:14:06 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=21#comment-13</guid>
		<description>Well, Benchmark was a waste of time and RubyProf seems to spin into infinity for me.  These were my "establish a beachhead" approach to figuring out where to spend my optimizing time (e.g. WTF is taking the most time in the 1st place, eh?
Anyone else have any luck with either of these (or come up with another) profiling tool to start zeroing in on where the cycles are being spent?

--Garrick</description>
		<content:encoded><![CDATA[<p>Well, Benchmark was a waste of time and RubyProf seems to spin into infinity for me.  These were my &#8220;establish a beachhead&#8221; approach to figuring out where to spend my optimizing time (e.g. WTF is taking the most time in the 1st place, eh?<br />
Anyone else have any luck with either of these (or come up with another) profiling tool to start zeroing in on where the cycles are being spent?</p>
<p>&#8211;Garrick</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 3 Slides by UW Ruby Blog &#187; Blog Archive &#187; Week 3 Homework Update</title>
		<link>http://uwruby.com/2008/04/week-3-slides/#comment-12</link>
		<dc:creator>UW Ruby Blog &#187; Blog Archive &#187; Week 3 Homework Update</dc:creator>
		<pubDate>Mon, 14 Apr 2008 17:20:12 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=12#comment-12</guid>
		<description>[...] found a problem with the Week 3 homework and posted in the comments for week 3. In the week 3 homework, test_add_to_metaclass should be [...]</description>
		<content:encoded><![CDATA[<p>[...] found a problem with the Week 3 homework and posted in the comments for week 3. In the week 3 homework, test_add_to_metaclass should be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 3 Slides by Aaron Patterson</title>
		<link>http://uwruby.com/2008/04/week-3-slides/#comment-11</link>
		<dc:creator>Aaron Patterson</dc:creator>
		<pubDate>Mon, 14 Apr 2008 16:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=12#comment-11</guid>
		<description>Absolutely.  I think I had 1.9 on the brain.  As we discussed in class, 1.8 is not very consistent when it comes to Strings vs Symbols.  Changing those to strings is the right thing to do!  Good catch!</description>
		<content:encoded><![CDATA[<p>Absolutely.  I think I had 1.9 on the brain.  As we discussed in class, 1.8 is not very consistent when it comes to Strings vs Symbols.  Changing those to strings is the right thing to do!  Good catch!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 3 Slides by Garrick West</title>
		<link>http://uwruby.com/2008/04/week-3-slides/#comment-10</link>
		<dc:creator>Garrick West</dc:creator>
		<pubDate>Sun, 13 Apr 2008 23:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=12#comment-10</guid>
		<description>There's a slight 1.9isim in the Week 3 homework.  It seems the test case 
for test_add_to_the_metaclass is expecting the array of method names returned from Kernel#singleton_methods to be symbols.  However, in 1.8 they are Strings as it is discussed here: http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9 in the section "Kernel#singleton_methods, Kernel#methods".  Is it OK for us to go ahead and change the test case to the 1.8 version?

--Garrick West</description>
		<content:encoded><![CDATA[<p>There&#8217;s a slight 1.9isim in the Week 3 homework.  It seems the test case<br />
for test_add_to_the_metaclass is expecting the array of method names returned from Kernel#singleton_methods to be symbols.  However, in 1.8 they are Strings as it is discussed here: <a href="http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9" rel="nofollow">http://eigenclass.org/hiki.rb?Changes+in+Ruby+1.9</a> in the section &#8220;Kernel#singleton_methods, Kernel#methods&#8221;.  Is it OK for us to go ahead and change the test case to the 1.8 version?</p>
<p>&#8211;Garrick West</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 3 Slides by Leigh Caplan</title>
		<link>http://uwruby.com/2008/04/week-3-slides/#comment-9</link>
		<dc:creator>Leigh Caplan</dc:creator>
		<pubDate>Fri, 11 Apr 2008 05:26:12 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=12#comment-9</guid>
		<description>I'm not sure if this was brought up in class, but I found this wonderful explanation of metaclasses by the always poignant Why:

http://whytheluckystiff.net/articles/seeingMetaclassesClearly.html</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure if this was brought up in class, but I found this wonderful explanation of metaclasses by the always poignant Why:</p>
<p><a href="http://whytheluckystiff.net/articles/seeingMetaclassesClearly.html" rel="nofollow">http://whytheluckystiff.net/articles/seeingMetaclassesClearly.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 3 Slides by Mark Holton</title>
		<link>http://uwruby.com/2008/04/week-3-slides/#comment-8</link>
		<dc:creator>Mark Holton</dc:creator>
		<pubDate>Thu, 10 Apr 2008 07:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=12#comment-8</guid>
		<description>"...there's a girl that's been on my miiind..." +
3.times do &#124;i&#124;
  "su "
end
+ssudio

http://www.youtube.com/watch?v=gB775nB3YBI</description>
		<content:encoded><![CDATA[<p>&#8220;&#8230;there&#8217;s a girl that&#8217;s been on my miiind&#8230;&#8221; +<br />
3.times do |i|<br />
  &#8220;su &#8221;<br />
end<br />
+ssudio</p>
<p><a href="http://www.youtube.com/watch?v=gB775nB3YBI" rel="nofollow">http://www.youtube.com/watch?v=gB775nB3YBI</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Week 1 Homework and Slides by bthatswho</title>
		<link>http://uwruby.com/2008/04/week-1-homework-and-slides/#comment-7</link>
		<dc:creator>bthatswho</dc:creator>
		<pubDate>Wed, 09 Apr 2008 19:27:53 +0000</pubDate>
		<guid isPermaLink="false">http://uwruby.com/?p=6#comment-7</guid>
		<description>word!</description>
		<content:encoded><![CDATA[<p>word!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
