<?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 Anthony Lewis</title>
	<atom:link href="http://anthonylewis.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://anthonylewis.com</link>
	<description>Just Another Geek</description>
	<lastBuildDate>Mon, 23 Nov 2009 11:35:41 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Ruby Generators by Gavin</title>
		<link>http://anthonylewis.com/2007/11/09/ruby-generators/comment-page-1/#comment-264</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Mon, 23 Nov 2009 11:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/2007/11/09/ruby-generators/#comment-264</guid>
		<description>The above proof is nearly complete.  Instead of &quot;Hence this number is prime...&quot; it should say &quot;This number is prime or composite.  If it&#039;s prime, that&#039;s a contraction; QED.  If it&#039;s composite, it can be factored into primes, none of which we previously knew about; contradiction; QED.&quot;

In short, given any finite list of primes, it&#039;s always possible to find a new one.  Therefore the list is infinite.  This proof goes back to Euclid&#039;s time.</description>
		<content:encoded><![CDATA[<p>The above proof is nearly complete.  Instead of &#8220;Hence this number is prime&#8230;&#8221; it should say &#8220;This number is prime or composite.  If it&#8217;s prime, that&#8217;s a contraction; QED.  If it&#8217;s composite, it can be factored into primes, none of which we previously knew about; contradiction; QED.&#8221;</p>
<p>In short, given any finite list of primes, it&#8217;s always possible to find a new one.  Therefore the list is infinite.  This proof goes back to Euclid&#8217;s time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby Generators by Joshua Cheek</title>
		<link>http://anthonylewis.com/2007/11/09/ruby-generators/comment-page-1/#comment-254</link>
		<dc:creator>Joshua Cheek</dc:creator>
		<pubDate>Sat, 03 Oct 2009 14:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/2007/11/09/ruby-generators/#comment-254</guid>
		<description>Montana says &quot;there are not a finite number of primes.&quot;

Anthony says &quot;Prove it&quot;


Assume there are a finite number of primes. If you multiply them all together, you will have a number for which every prime is a multiple. Add one to this number, and you will have a new number which no prime divides. Hence this new number is prime. This is a contradiction, since it is not in the finite set of all primes, so the assumption is wrong and there are an infinite number of primes.

Or, in haiku http://xkcd.com/622/</description>
		<content:encoded><![CDATA[<p>Montana says &#8220;there are not a finite number of primes.&#8221;</p>
<p>Anthony says &#8220;Prove it&#8221;</p>
<p>Assume there are a finite number of primes. If you multiply them all together, you will have a number for which every prime is a multiple. Add one to this number, and you will have a new number which no prime divides. Hence this new number is prime. This is a contradiction, since it is not in the finite set of all primes, so the assumption is wrong and there are an infinite number of primes.</p>
<p>Or, in haiku <a href="http://xkcd.com/622/" rel="nofollow">http://xkcd.com/622/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby Generators by Shot</title>
		<link>http://anthonylewis.com/2007/11/09/ruby-generators/comment-page-1/#comment-253</link>
		<dc:creator>Shot</dc:creator>
		<pubDate>Sat, 03 Oct 2009 11:39:07 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/2007/11/09/ruby-generators/#comment-253</guid>
		<description>If you’re after code similarity, you can use Enumerable#any? instead of Enumerable#all?:

if p.any? { &#124;f&#124; n % f == 0 }

or

if p.any? { &#124;f&#124; (n % f).zero? }

(IMHO using positive checks like the above is also simpler to read and parse by humans).</description>
		<content:encoded><![CDATA[<p>If you’re after code similarity, you can use Enumerable#any? instead of Enumerable#all?:</p>
<p>if p.any? { |f| n % f == 0 }</p>
<p>or</p>
<p>if p.any? { |f| (n % f).zero? }</p>
<p>(IMHO using positive checks like the above is also simpler to read and parse by humans).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Years by Dee</title>
		<link>http://anthonylewis.com/2009/09/09/10-years/comment-page-1/#comment-242</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Sat, 12 Sep 2009 12:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/?p=305#comment-242</guid>
		<description>Went back and read your old posts.  I had no idea you had been blogging since 99.  That&#039;s pretty cool.  That was about the time I started working at the high school in inclusion.  I had decided that the kids were old enough for me to go back to work after being a sahm for ten years,  told Myra Dyer that I was applying for a teacher&#039;s aide position in special ed. and she made a few phone calls.  I had an interview the next day. I remember being completely shocked the first week.  I had been out of touch for awhile and high school was nothing like I remembered it :)

Paige it will be no time and you will be buying pizza again.  It will be for Matthew&#039;s friends now though and you better get ready.  Teenage boys can make a lot of pizza disappear!</description>
		<content:encoded><![CDATA[<p>Went back and read your old posts.  I had no idea you had been blogging since 99.  That&#8217;s pretty cool.  That was about the time I started working at the high school in inclusion.  I had decided that the kids were old enough for me to go back to work after being a sahm for ten years,  told Myra Dyer that I was applying for a teacher&#8217;s aide position in special ed. and she made a few phone calls.  I had an interview the next day. I remember being completely shocked the first week.  I had been out of touch for awhile and high school was nothing like I remembered it :)</p>
<p>Paige it will be no time and you will be buying pizza again.  It will be for Matthew&#8217;s friends now though and you better get ready.  Teenage boys can make a lot of pizza disappear!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Years by Anthony</title>
		<link>http://anthonylewis.com/2009/09/09/10-years/comment-page-1/#comment-239</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 09 Sep 2009 19:22:13 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/?p=305#comment-239</guid>
		<description>Oh well, I said I remember it like it was yesterday.  I&#039;ve probably forgotten most of what happened yesterday, too.</description>
		<content:encoded><![CDATA[<p>Oh well, I said I remember it like it was yesterday.  I&#8217;ve probably forgotten most of what happened yesterday, too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 10 Years by Paige</title>
		<link>http://anthonylewis.com/2009/09/09/10-years/comment-page-1/#comment-238</link>
		<dc:creator>Paige</dc:creator>
		<pubDate>Wed, 09 Sep 2009 18:17:56 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/?p=305#comment-238</guid>
		<description>It wasn&#039;t cold, honey.  It was burned.  To a crisp.  I do know how to reheat pizza. :P

I think all those pizzas weren&#039;t just for us, just to clarify.  We use to actually have friends over all the time.  Oh, the younger years....</description>
		<content:encoded><![CDATA[<p>It wasn&#8217;t cold, honey.  It was burned.  To a crisp.  I do know how to reheat pizza. :P</p>
<p>I think all those pizzas weren&#8217;t just for us, just to clarify.  We use to actually have friends over all the time.  Oh, the younger years&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ruby Generators by roger rubygems</title>
		<link>http://anthonylewis.com/2007/11/09/ruby-generators/comment-page-1/#comment-236</link>
		<dc:creator>roger rubygems</dc:creator>
		<pubDate>Thu, 03 Sep 2009 22:29:11 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/2007/11/09/ruby-generators/#comment-236</guid>
		<description>Checkout fibers, too, I suppose :)
-r</description>
		<content:encoded><![CDATA[<p>Checkout fibers, too, I suppose :)<br />
-r</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Die Spammers by Anthony</title>
		<link>http://anthonylewis.com/2009/07/14/die-spammers/comment-page-1/#comment-214</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Wed, 15 Jul 2009 00:33:59 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/?p=291#comment-214</guid>
		<description>I can help you install the plugin if you want.  Catch me on chat sometime.

As for the update.  You can do that yourself.  Just click &quot;Update Now&quot;, then choose the automatic update.</description>
		<content:encoded><![CDATA[<p>I can help you install the plugin if you want.  Catch me on chat sometime.</p>
<p>As for the update.  You can do that yourself.  Just click &#8220;Update Now&#8221;, then choose the automatic update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Die Spammers by Dee</title>
		<link>http://anthonylewis.com/2009/07/14/die-spammers/comment-page-1/#comment-213</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Tue, 14 Jul 2009 22:13:27 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/?p=291#comment-213</guid>
		<description>I went looking for the aforementioned plugin and it says I need to create files and make them writable via CHMOD 666.  Do you do that using command line?  

http://wordpress.org/extend/plugins/google-sitemap-generator/installation/

Also I notice that when I  go to my WordPress dashboard I  get a message that tells me I need to update WordPress but am I correct in assuming that my host needs to do that or should I just click it and follow instructions?

&quot;WordPress 2.8.1 is available! Please update now.&quot; with please update now being a clickable link.

you know me - answers just always lead to more questions :)</description>
		<content:encoded><![CDATA[<p>I went looking for the aforementioned plugin and it says I need to create files and make them writable via CHMOD 666.  Do you do that using command line?  </p>
<p><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/installation/" rel="nofollow">http://wordpress.org/extend/plugins/google-sitemap-generator/installation/</a></p>
<p>Also I notice that when I  go to my WordPress dashboard I  get a message that tells me I need to update WordPress but am I correct in assuming that my host needs to do that or should I just click it and follow instructions?</p>
<p>&#8220;WordPress 2.8.1 is available! Please update now.&#8221; with please update now being a clickable link.</p>
<p>you know me &#8211; answers just always lead to more questions :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Die Spammers by Anthony</title>
		<link>http://anthonylewis.com/2009/07/14/die-spammers/comment-page-1/#comment-212</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Tue, 14 Jul 2009 19:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://anthonylewis.com/?p=291#comment-212</guid>
		<description>Now this is interesting - in the few hours since this post was published it has already received 3 spam comments and 1 spam trackback.

Apparently spammers like posts that talk about spam.</description>
		<content:encoded><![CDATA[<p>Now this is interesting &#8211; in the few hours since this post was published it has already received 3 spam comments and 1 spam trackback.</p>
<p>Apparently spammers like posts that talk about spam.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.326 seconds -->
