<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Handwaving</title>
	<atom:link href="http://surana.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://surana.wordpress.com</link>
	<description>"glossing over detail for the sake of time or clarity"</description>
	<lastBuildDate>Wed, 16 Sep 2009 15:45:37 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Larry Kudlow is a moron by Carey Blecher</title>
		<link>http://surana.wordpress.com/2009/03/03/larry-kudlow-is-a-moron/#comment-182</link>
		<dc:creator>Carey Blecher</dc:creator>
		<pubDate>Wed, 16 Sep 2009 15:45:37 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/?p=102#comment-182</guid>
		<description>You said it. I can&#039;t stand that all his cronies come on his show and laud him and &quot;free market capitalism&quot; way of thinking. Moron is being to kind</description>
		<content:encoded><![CDATA[<p>You said it. I can&#8217;t stand that all his cronies come on his show and laud him and &#8220;free market capitalism&#8221; way of thinking. Moron is being to kind</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Larry Kudlow is a moron by Gregory Sherwood</title>
		<link>http://surana.wordpress.com/2009/03/03/larry-kudlow-is-a-moron/#comment-180</link>
		<dc:creator>Gregory Sherwood</dc:creator>
		<pubDate>Fri, 04 Sep 2009 23:50:11 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/?p=102#comment-180</guid>
		<description>Kudlow is the top down buffoon, Cramer is the bottom up buffoon.</description>
		<content:encoded><![CDATA[<p>Kudlow is the top down buffoon, Cramer is the bottom up buffoon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Concurrent Skip List issues by Concurrent Skip List woes &#171; Handwaving</title>
		<link>http://surana.wordpress.com/2009/08/26/concurrent-skip-list-issues/#comment-176</link>
		<dc:creator>Concurrent Skip List woes &#171; Handwaving</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/?p=123#comment-176</guid>
		<description>[...] Skip List&#160;woes By Pinku  [ed: I&#039;ve removed the code. Look here for an explanation and the updated [...]</description>
		<content:encoded><![CDATA[<p>[...] Skip List&nbsp;woes By Pinku  [ed: I&#39;ve removed the code. Look here for an explanation and the updated [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Concurrent Skip List woes by Concurrent Skip List issues &#171; Handwaving</title>
		<link>http://surana.wordpress.com/2009/01/15/concurrent-skip-list-woes/#comment-175</link>
		<dc:creator>Concurrent Skip List issues &#171; Handwaving</dc:creator>
		<pubDate>Wed, 26 Aug 2009 19:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/?p=78#comment-175</guid>
		<description>[...] Skip List&#160;issues By Pinku  A commenter on my code sample for a concurrent skiplist correctly pointed out two errors in the program. I [...]</description>
		<content:encoded><![CDATA[<p>[...] Skip List&nbsp;issues By Pinku  A commenter on my code sample for a concurrent skiplist correctly pointed out two errors in the program. I [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Concurrent Skip List woes by Pinku</title>
		<link>http://surana.wordpress.com/2009/01/15/concurrent-skip-list-woes/#comment-173</link>
		<dc:creator>Pinku</dc:creator>
		<pubDate>Tue, 25 Aug 2009 20:53:42 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/?p=78#comment-173</guid>
		<description>You are right about both bugs. On the first, I changed it so it doesn&#039;t ask for a MaxHeight anymore. On the second, I failed to copy the code from the paper correctly. Your fix is correct.</description>
		<content:encoded><![CDATA[<p>You are right about both bugs. On the first, I changed it so it doesn&#8217;t ask for a MaxHeight anymore. On the second, I failed to copy the code from the paper correctly. Your fix is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fluent Interfaces with &#8216;with&#8217; by Grant Rettke</title>
		<link>http://surana.wordpress.com/2009/08/12/fluent-interfaces-with-with/#comment-172</link>
		<dc:creator>Grant Rettke</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/2009/08/12/fluent-interfaces-with-with/#comment-172</guid>
		<description>It certainly is more elegant.</description>
		<content:encoded><![CDATA[<p>It certainly is more elegant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fluent Interfaces with &#8216;with&#8217; by Pinku</title>
		<link>http://surana.wordpress.com/2009/08/12/fluent-interfaces-with-with/#comment-171</link>
		<dc:creator>Pinku</dc:creator>
		<pubDate>Fri, 14 Aug 2009 15:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/2009/08/12/fluent-interfaces-with-with/#comment-171</guid>
		<description>Yes, and in VB.NET. But it&#039;s a statement block, not an expression that returns an object. This last feature makes it more useful, IMO.</description>
		<content:encoded><![CDATA[<p>Yes, and in VB.NET. But it&#8217;s a statement block, not an expression that returns an object. This last feature makes it more useful, IMO.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fluent Interfaces with &#8216;with&#8217; by Grant Rettke</title>
		<link>http://surana.wordpress.com/2009/08/12/fluent-interfaces-with-with/#comment-170</link>
		<dc:creator>Grant Rettke</dc:creator>
		<pubDate>Fri, 14 Aug 2009 00:56:22 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/2009/08/12/fluent-interfaces-with-with/#comment-170</guid>
		<description>Wasn&#039;t &#039;with&#039; part of VB6?</description>
		<content:encoded><![CDATA[<p>Wasn&#8217;t &#8216;with&#8217; part of VB6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DSLs and extension methods by Fluent Interfaces with &#8216;with&#8217; &#171; Handwaving</title>
		<link>http://surana.wordpress.com/2008/01/11/dsls-and-extension-methods/#comment-169</link>
		<dc:creator>Fluent Interfaces with &#8216;with&#8217; &#171; Handwaving</dc:creator>
		<pubDate>Wed, 12 Aug 2009 14:01:48 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/2008/01/11/dsls-and-extension-methods/#comment-169</guid>
		<description>[...] Interfaces with&#160;&#8216;with&#8217; By Pinku  An ad-hoc embedded domain specific language, aka Fluent Interface, is an API that reads like an English sentence. LINQ does an excellent job of [...]</description>
		<content:encoded><![CDATA[<p>[...] Interfaces with&nbsp;&lsquo;with&rsquo; By Pinku  An ad-hoc embedded domain specific language, aka Fluent Interface, is an API that reads like an English sentence. LINQ does an excellent job of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Puzzling Python by Pinku</title>
		<link>http://surana.wordpress.com/2009/07/24/puzzling-python/#comment-168</link>
		<dc:creator>Pinku</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:20:58 +0000</pubDate>
		<guid isPermaLink="false">http://surana.wordpress.com/2009/07/24/puzzling-python/#comment-168</guid>
		<description>As I said in the second paragraph, I know I can raise the limit with setrecursionlimit, but that doesn&#039;t help when I write a general purpose library and don&#039;t know when people might blow the stack. If I set the stack limit to 1500, what happens when someone uses my library for an even bigger problem size? Python should use all the stack available and fail when the OS raises an error.</description>
		<content:encoded><![CDATA[<p>As I said in the second paragraph, I know I can raise the limit with setrecursionlimit, but that doesn&#8217;t help when I write a general purpose library and don&#8217;t know when people might blow the stack. If I set the stack limit to 1500, what happens when someone uses my library for an even bigger problem size? Python should use all the stack available and fail when the OS raises an error.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
