<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.1" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments for Big Dingus</title>
	<link>http://bigdingus.com</link>
	<description>A lot of the time I hear ducks</description>
	<pubDate>Sun, 06 Jul 2008 04:33:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>

	<item>
		<title>Comment on Finding primes with Erlang and Clojure by The BigDingus Blogger</title>
		<link>http://bigdingus.com/2008/07/01/finding-primes-with-erlang-and-clojure/#comment-1194</link>
		<author>The BigDingus Blogger</author>
		<pubDate>Wed, 02 Jul 2008 19:54:20 +0000</pubDate>
		<guid>http://bigdingus.com/2008/07/01/finding-primes-with-erlang-and-clojure/#comment-1194</guid>
		<description>Sorry about the blog software. I'm too lazy to deal with Wordpress myself, so this is just the default setup 1&#038;1 provides.

Anyway I think we do understand the sieve the same way. In fact your comment makes me realize that my multiplies are unnecessary, so I'll change them to adds.</description>
		<content:encoded><![CDATA[<p>Sorry about the blog software. I&#8217;m too lazy to deal with Wordpress myself, so this is just the default setup 1&#038;1 provides.</p>
<p>Anyway I think we do understand the sieve the same way. In fact your comment makes me realize that my multiplies are unnecessary, so I&#8217;ll change them to adds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding primes with Erlang and Clojure by qebab</title>
		<link>http://bigdingus.com/2008/07/01/finding-primes-with-erlang-and-clojure/#comment-1193</link>
		<author>qebab</author>
		<pubDate>Wed, 02 Jul 2008 18:23:10 +0000</pubDate>
		<guid>http://bigdingus.com/2008/07/01/finding-primes-with-erlang-and-clojure/#comment-1193</guid>
		<description>Right, so I didn't think about this whole html thing, and your blog ate my code, and most of my post. I'll see if I can be bothered to write it up again, at some point.</description>
		<content:encoded><![CDATA[<p>Right, so I didn&#8217;t think about this whole html thing, and your blog ate my code, and most of my post. I&#8217;ll see if I can be bothered to write it up again, at some point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Finding primes with Erlang and Clojure by qebab</title>
		<link>http://bigdingus.com/2008/07/01/finding-primes-with-erlang-and-clojure/#comment-1192</link>
		<author>qebab</author>
		<pubDate>Wed, 02 Jul 2008 18:21:30 +0000</pubDate>
		<guid>http://bigdingus.com/2008/07/01/finding-primes-with-erlang-and-clojure/#comment-1192</guid>
		<description>The most trivial, but still efficient prime-sieve I know, is the sieve of Eratosthenes (indeed the one described in the paper). I am not familiar enough with Erlang (yet) to see if you have understood it the same way as have I, but I'll provide short python-style pseudocode for it:

candidates = [2..lim]
i = 0
while i 

This is a very computer-sciency algorithm, it is so easy to understand, and it uses nothing more complex than addition, really (except in the condition for the outer while-loop). I think it may be my favorite algorithm of all time.</description>
		<content:encoded><![CDATA[<p>The most trivial, but still efficient prime-sieve I know, is the sieve of Eratosthenes (indeed the one described in the paper). I am not familiar enough with Erlang (yet) to see if you have understood it the same way as have I, but I&#8217;ll provide short python-style pseudocode for it:</p>
<p>candidates = [2..lim]<br />
i = 0<br />
while i </p>
<p>This is a very computer-sciency algorithm, it is so easy to understand, and it uses nothing more complex than addition, really (except in the condition for the outer while-loop). I think it may be my favorite algorithm of all time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just what is this Javascript object you handed me? by Paddy3118</title>
		<link>http://bigdingus.com/2007/12/08/just-what-is-this-javascript-object-you-handed-me/#comment-1156</link>
		<author>Paddy3118</author>
		<pubDate>Tue, 24 Jun 2008 15:23:29 +0000</pubDate>
		<guid>http://bigdingus.com/2007/12/08/just-what-is-this-javascript-object-you-handed-me/#comment-1156</guid>
		<description>Hi,
The Duck Typing way to solve this is to use the object as if it were an array and catch tne exception if it is not then if it triggers the "I'm not sufficiently an Array" exception, use it as a scaler.

- Paddy.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
The Duck Typing way to solve this is to use the object as if it were an array and catch tne exception if it is not then if it triggers the &#8220;I&#8217;m not sufficiently an Array&#8221; exception, use it as a scaler.</p>
<p>- Paddy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Median of 2 sorted arrays by Batiste</title>
		<link>http://bigdingus.com/2008/05/04/median-of-2-sorted-arrays/#comment-1084</link>
		<author>Batiste</author>
		<pubDate>Sat, 17 May 2008 23:39:35 +0000</pubDate>
		<guid>http://bigdingus.com/2008/05/04/median-of-2-sorted-arrays/#comment-1084</guid>
		<description>I couldn't remeber where I have seen this cool problem. It was on your blog. Thanks for the link :-)</description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t remeber where I have seen this cool problem. It was on your blog. Thanks for the link <img src='http://bigdingus.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just what is this Javascript object you handed me? by Chad</title>
		<link>http://bigdingus.com/2007/12/08/just-what-is-this-javascript-object-you-handed-me/#comment-883</link>
		<author>Chad</author>
		<pubDate>Wed, 23 Apr 2008 02:03:01 +0000</pubDate>
		<guid>http://bigdingus.com/2007/12/08/just-what-is-this-javascript-object-you-handed-me/#comment-883</guid>
		<description>I would feel better with:

typeof value === 'object'</description>
		<content:encoded><![CDATA[<p>I would feel better with:</p>
<p>typeof value === &#8216;object&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Just what is this Javascript object you handed me? by trends</title>
		<link>http://bigdingus.com/2007/12/08/just-what-is-this-javascript-object-you-handed-me/#comment-777</link>
		<author>trends</author>
		<pubDate>Tue, 01 Apr 2008 17:18:13 +0000</pubDate>
		<guid>http://bigdingus.com/2007/12/08/just-what-is-this-javascript-object-you-handed-me/#comment-777</guid>
		<description>I recently needed a cross-browser simulateMouse support for some of 
our tests in Prototype UI and stumbled upon certain limitations in 
current implementation. Event.simulateMouse is marked as "Firefox-only 
and experimental". Turning it into a somewhat robust solution will 
definitely benefit other modules' test suits (notable autocompleter 
and IPE which rely on mouse events quite heavily).</description>
		<content:encoded><![CDATA[<p>I recently needed a cross-browser simulateMouse support for some of<br />
our tests in Prototype UI and stumbled upon certain limitations in<br />
current implementation. Event.simulateMouse is marked as &#8220;Firefox-only<br />
and experimental&#8221;. Turning it into a somewhat robust solution will<br />
definitely benefit other modules&#8217; test suits (notable autocompleter<br />
and IPE which rely on mouse events quite heavily).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roadtrip Day 3: Cool Museum, Make-Believe Hikes by K</title>
		<link>http://bigdingus.com/2008/03/29/roadtrip-day-3-cool-museum-make-believe-hikes/#comment-760</link>
		<author>K</author>
		<pubDate>Sun, 30 Mar 2008 15:47:11 +0000</pubDate>
		<guid>http://bigdingus.com/2008/03/29/roadtrip-day-3-cool-museum-make-believe-hikes/#comment-760</guid>
		<description>&#62; If you’re ever in Canyon TX

And really, who DOESN'T go there?</description>
		<content:encoded><![CDATA[<p>&gt; If you’re ever in Canyon TX</p>
<p>And really, who DOESN&#8217;T go there?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roadtrip Day 2: Gliders and a Canyon by K</title>
		<link>http://bigdingus.com/2008/03/28/roadtrip-day-2-gliders-and-a-canyon/#comment-752</link>
		<author>K</author>
		<pubDate>Sat, 29 Mar 2008 02:52:11 +0000</pubDate>
		<guid>http://bigdingus.com/2008/03/28/roadtrip-day-2-gliders-and-a-canyon/#comment-752</guid>
		<description>Arg.  I can't do arithmetic.

Those WWII landing gliders were nuts.  The survival rate was horrid, especially in Sicily.

You're making me seriously consider at some point visiting an area I'd previously never cared about.  You and the Coen brothers.</description>
		<content:encoded><![CDATA[<p>Arg.  I can&#8217;t do arithmetic.</p>
<p>Those WWII landing gliders were nuts.  The survival rate was horrid, especially in Sicily.</p>
<p>You&#8217;re making me seriously consider at some point visiting an area I&#8217;d previously never cared about.  You and the Coen brothers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Roadtrip Day 1: Fossils, Bombers, Windmills by K</title>
		<link>http://bigdingus.com/2008/03/27/roadtrip-day-1-fossils-bombers-windmills/#comment-750</link>
		<author>K</author>
		<pubDate>Sat, 29 Mar 2008 02:06:42 +0000</pubDate>
		<guid>http://bigdingus.com/2008/03/27/roadtrip-day-1-fossils-bombers-windmills/#comment-750</guid>
		<description>You saw Flying Bones?  Super cool.  Those proofs of Noah's Flood were also neat.</description>
		<content:encoded><![CDATA[<p>You saw Flying Bones?  Super cool.  Those proofs of Noah&#8217;s Flood were also neat.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
