<?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 Sliding up the banister</title>
	<atom:link href="http://joelneely.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://joelneely.wordpress.com</link>
	<description>Sneaking up on functional programming</description>
	<lastBuildDate>Thu, 04 Jun 2009 16:38:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Intermission: Google Squared by Robin Barooah</title>
		<link>http://joelneely.wordpress.com/2009/06/04/intermission-google-squared/#comment-156</link>
		<dc:creator>Robin Barooah</dc:creator>
		<pubDate>Thu, 04 Jun 2009 16:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=140#comment-156</guid>
		<description>The results are more entertaining if you search for &quot;programming language&quot; instead of &quot;programming languages&quot;.  The &#039;image&#039; and &#039;death&#039; columns contain interesting values.</description>
		<content:encoded><![CDATA[<p>The results are more entertaining if you search for &#8220;programming language&#8221; instead of &#8220;programming languages&#8221;.  The &#8216;image&#8217; and &#8216;death&#8217; columns contain interesting values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intermission: Google Squared by James Iry</title>
		<link>http://joelneely.wordpress.com/2009/06/04/intermission-google-squared/#comment-155</link>
		<dc:creator>James Iry</dc:creator>
		<pubDate>Thu, 04 Jun 2009 15:49:15 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=140#comment-155</guid>
		<description>I was fascinated to learn the Java&#039;s paradigm is &quot;datagram packet.&quot;</description>
		<content:encoded><![CDATA[<p>I was fascinated to learn the Java&#8217;s paradigm is &#8220;datagram packet.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Jared Richardson at Memphis JUG by Matt Stine</title>
		<link>http://joelneely.wordpress.com/2009/04/24/jared-richardson-at-memphis-jug/#comment-144</link>
		<dc:creator>Matt Stine</dc:creator>
		<pubDate>Sat, 25 Apr 2009 17:01:17 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=86#comment-144</guid>
		<description>Joel - thanks for the encouragement on the JUG. I have been very excited to see how much things have developed in the past few months. 

Your write up of Jared&#039;s talk is priceless...complete with a nice typo for authenticity. ;-)</description>
		<content:encoded><![CDATA[<p>Joel &#8211; thanks for the encouragement on the JUG. I have been very excited to see how much things have developed in the past few months. </p>
<p>Your write up of Jared&#8217;s talk is priceless&#8230;complete with a nice typo for authenticity. <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Words to avoid: &#8220;intuitive&#8221; by joelneely</title>
		<link>http://joelneely.wordpress.com/2009/02/13/words-to-avoid-intuitive/#comment-136</link>
		<dc:creator>joelneely</dc:creator>
		<pubDate>Sat, 14 Feb 2009 04:46:22 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=45#comment-136</guid>
		<description>@Russ: I recall a sig line that read, &quot;vi is very user-friendly; it&#039;s just picky about who it makes friends with&quot;.</description>
		<content:encoded><![CDATA[<p>@Russ: I recall a sig line that read, &#8220;vi is very user-friendly; it&#8217;s just picky about who it makes friends with&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Words to avoid: &#8220;intuitive&#8221; by Russ</title>
		<link>http://joelneely.wordpress.com/2009/02/13/words-to-avoid-intuitive/#comment-135</link>
		<dc:creator>Russ</dc:creator>
		<pubDate>Fri, 13 Feb 2009 17:53:08 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=45#comment-135</guid>
		<description>There&#039;s a marked difference between something being &#039;intuitive&#039; to a complete newcomer, and being intuitive to someone with some prior experience. Think of it as a property of a system&#039;s coherence. Vim, for instance, is something I found hugely intuitive once I&#039;d got the hang of it. As a n00b it seemed completely impenetrable, but once I&#039;d grasped the concept of motions, text objects, registers etc the whole thing started to come together and previously unknown editing operations became &#039;intuitive&#039; because I knew how to construct complex commands by chaining together basic operations.

I think &#039;user-friendly&#039; is a similarly misused phrase. Everyone assumes &#039;user-friendly&#039; is synonymous with &#039;my Aunt Tillie could use it&#039;. But &#039;user-friendly&#039; is a subjective term, and I&#039;m not my Aunt Tillie. When I&#039;m working in linux I use xmonad as my WM because I find myself immensely productive in it. Xmonad is user-friendly to me, whilst AT THE SAME TIME being impossibly opaque to other people.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a marked difference between something being &#8216;intuitive&#8217; to a complete newcomer, and being intuitive to someone with some prior experience. Think of it as a property of a system&#8217;s coherence. Vim, for instance, is something I found hugely intuitive once I&#8217;d got the hang of it. As a n00b it seemed completely impenetrable, but once I&#8217;d grasped the concept of motions, text objects, registers etc the whole thing started to come together and previously unknown editing operations became &#8216;intuitive&#8217; because I knew how to construct complex commands by chaining together basic operations.</p>
<p>I think &#8216;user-friendly&#8217; is a similarly misused phrase. Everyone assumes &#8216;user-friendly&#8217; is synonymous with &#8216;my Aunt Tillie could use it&#8217;. But &#8216;user-friendly&#8217; is a subjective term, and I&#8217;m not my Aunt Tillie. When I&#8217;m working in linux I use xmonad as my WM because I find myself immensely productive in it. Xmonad is user-friendly to me, whilst AT THE SAME TIME being impossibly opaque to other people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design by proof by joelneely</title>
		<link>http://joelneely.wordpress.com/2008/04/30/design-by-proof/#comment-133</link>
		<dc:creator>joelneely</dc:creator>
		<pubDate>Sat, 13 Sep 2008 11:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=42#comment-133</guid>
		<description>@wrf3: Nice work, Bob. And I&#039;m enjoying the coincidence that 32 years ago is when Dijkstra&#039;s &lt;i&gt;A Discipline of Programming&lt;/i&gt; was published. It&#039;s a tad more work to solve a suitably generalized problem, but the return on investment is SO much greater. Unfortunately, that&#039;s a lesson d that even the designers of some of our current development tools have yet to learn!</description>
		<content:encoded><![CDATA[<p>@wrf3: Nice work, Bob. And I&#8217;m enjoying the coincidence that 32 years ago is when Dijkstra&#8217;s <i>A Discipline of Programming</i> was published. It&#8217;s a tad more work to solve a suitably generalized problem, but the return on investment is SO much greater. Unfortunately, that&#8217;s a lesson d that even the designers of some of our current development tools have yet to learn!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Design by proof by wrf3</title>
		<link>http://joelneely.wordpress.com/2008/04/30/design-by-proof/#comment-132</link>
		<dc:creator>wrf3</dc:creator>
		<pubDate>Sat, 13 Sep 2008 03:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=42#comment-132</guid>
		<description>Some 32 years ago, I worked out the general form for the coefficients for the sum i^k.  We both used the same technique.  If you&#039;re interested, see http://stablecross.com/files/222ff3ee6fc7f18ca9232db424deb550-0.html and http://stablecross.com/powersum/coefficients.html.</description>
		<content:encoded><![CDATA[<p>Some 32 years ago, I worked out the general form for the coefficients for the sum i^k.  We both used the same technique.  If you&#8217;re interested, see <a href="http://stablecross.com/files/222ff3ee6fc7f18ca9232db424deb550-0.html" rel="nofollow">http://stablecross.com/files/222ff3ee6fc7f18ca9232db424deb550-0.html</a> and <a href="http://stablecross.com/powersum/coefficients.html" rel="nofollow">http://stablecross.com/powersum/coefficients.html</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The burden of FP, part 3 by joelneely</title>
		<link>http://joelneely.wordpress.com/2008/04/09/the-burden-of-fp-part-3/#comment-131</link>
		<dc:creator>joelneely</dc:creator>
		<pubDate>Sun, 07 Sep 2008 13:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=33#comment-131</guid>
		<description>@clinton: If I understand your proposed scheme, it has a bug in that duplicates (e.g. when using multiples of 3 and 5, multiples of 15) get accumulated twice.</description>
		<content:encoded><![CDATA[<p>@clinton: If I understand your proposed scheme, it has a bug in that duplicates (e.g. when using multiples of 3 and 5, multiples of 15) get accumulated twice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The burden of FP, part 3 by clinton</title>
		<link>http://joelneely.wordpress.com/2008/04/09/the-burden-of-fp-part-3/#comment-130</link>
		<dc:creator>clinton</dc:creator>
		<pubDate>Sun, 07 Sep 2008 10:19:38 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=33#comment-130</guid>
		<description>FIX (sorry, less than symbol didn&#039;t show up, i think cuz no html tags)
what about this for a scheme

A –&gt; [multiples (a, 2a, ...)] –&gt; [less than n] --&gt; [sum] –&gt; Z (warp bcuz cant do angled lines)

B –&gt; [multiples (b, 2b, ...)] —&gt; [less than n] --&gt; [sum] –&gt; Z (warp bcuz cant do angled lines)

Z –&gt; [sum] ——–&gt;

i think it avoids merging and also keeps it functional rather than sequential.</description>
		<content:encoded><![CDATA[<p>FIX (sorry, less than symbol didn&#8217;t show up, i think cuz no html tags)<br />
what about this for a scheme</p>
<p>A –&gt; [multiples (a, 2a, ...)] –&gt; [less than n] &#8211;&gt; [sum] –&gt; Z (warp bcuz cant do angled lines)</p>
<p>B –&gt; [multiples (b, 2b, ...)] —&gt; [less than n] &#8211;&gt; [sum] –&gt; Z (warp bcuz cant do angled lines)</p>
<p>Z –&gt; [sum] ——–&gt;</p>
<p>i think it avoids merging and also keeps it functional rather than sequential.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The burden of FP, part 3 by OJ</title>
		<link>http://joelneely.wordpress.com/2008/04/09/the-burden-of-fp-part-3/#comment-128</link>
		<dc:creator>OJ</dc:creator>
		<pubDate>Thu, 24 Jul 2008 03:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://joelneely.wordpress.com/?p=33#comment-128</guid>
		<description>This is similar to the extra answer I gave in &lt;a href=&quot;http://rant.blackapache.net/2008/03/17/project-euler-1/#comment-1993&quot; rel=&quot;nofollow&quot;&gt;my blog post&lt;/a&gt; which looks like this:

sum $ [3,6..999] ++ [5,20..999] ++ [10,25..999]

Performance-wise I think it&#039;s a definite win. Though I haven&#039;t verified it by running it through a profiler :)

Cheers!</description>
		<content:encoded><![CDATA[<p>This is similar to the extra answer I gave in <a href="http://rant.blackapache.net/2008/03/17/project-euler-1/#comment-1993" rel="nofollow">my blog post</a> which looks like this:</p>
<p>sum $ [3,6..999] ++ [5,20..999] ++ [10,25..999]</p>
<p>Performance-wise I think it&#8217;s a definite win. Though I haven&#8217;t verified it by running it through a profiler <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
