<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>keypod.net</title>
	<atom:link href="http://keypod.net/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://keypod.net/wordpress</link>
	<description>Random thoughts about software development, programming languages and occasionally music.</description>
	<lastBuildDate>Sat, 15 Aug 2009 15:46:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>An Allman Brothers Band special on 106fm</title>
		<link>http://keypod.net/wordpress/2009/08/15/an-allman-brothers-band-special-on-106fm/</link>
		<comments>http://keypod.net/wordpress/2009/08/15/an-allman-brothers-band-special-on-106fm/#comments</comments>
		<pubDate>Sat, 15 Aug 2009 15:46:07 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/?p=49</guid>
		<description><![CDATA[A couple of months ago I had the pleasure of being a guest editor of an Allman Brothers Band special on 106fm radio. You can listen to it online by opening this link and looking for the &#8220;23.04.09&#8221; show. The playlist is here .]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2009/08/15/an-allman-brothers-band-special-on-106fm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Praise the unintelligent user interfaces</title>
		<link>http://keypod.net/wordpress/2009/07/13/praise-the-unintelligent-user-interfaces/</link>
		<comments>http://keypod.net/wordpress/2009/07/13/praise-the-unintelligent-user-interfaces/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:36:11 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/?p=42</guid>
		<description><![CDATA[Some 18 months ago I started writing a post which was (sadly ?) forgotten called &#8220;Programming as if the user experience doesn&#8217;t matter&#8221;. Today I came across this wonderful post which wisely says Stupid is predictable; predictable is learnable; learnable is usable. Perhaps the time has come to dust off my post&#8230;]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2009/07/13/praise-the-unintelligent-user-interfaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs: kill-matching-buffers-by</title>
		<link>http://keypod.net/wordpress/2008/08/30/emacs-kill-matching-buffers-by/</link>
		<comments>http://keypod.net/wordpress/2008/08/30/emacs-kill-matching-buffers-by/#comments</comments>
		<pubDate>Sat, 30 Aug 2008 08:35:47 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Programming languages]]></category>
		<category><![CDATA[emacs]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/?p=39</guid>
		<description><![CDATA[Nothing fancy here, just some emacs functions that assist in killing multiple buffers based on buffer name or file name. I wrote this to help me cope with the large number of log files I so frequently open in emacs (where else?). &#40;defun act-on-buffers &#40;pred action&#41; &#40;let &#40;&#40;count 0&#41;&#41; &#40;dolist&#40;buffer &#40;buffer-list&#41;&#41; &#40;when &#40;funcall pred buffer&#41; [...]]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2008/08/30/emacs-kill-matching-buffers-by/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Easier path construction using overloaded /</title>
		<link>http://keypod.net/wordpress/2008/03/26/easier-path-construction-using-overloaded/</link>
		<comments>http://keypod.net/wordpress/2008/03/26/easier-path-construction-using-overloaded/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 19:56:20 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Programming languages]]></category>
		<category><![CDATA[rake]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/2008/03/26/easier-path-construction-using-overloaded/</guid>
		<description><![CDATA[At long last I found a justifiable use for operator overloading. Recently I&#8217;ve been writing quite a bit of rake files which involved a lot of path construction, like path = &#34;#{all}/#{along}/#{the}/#{watch}/#{tower}&#34; Noticing all those extra characters required to create the path string I realized that the / operator can used for concatenation in this [...]]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2008/03/26/easier-path-construction-using-overloaded/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Hunger for success?</title>
		<link>http://keypod.net/wordpress/2007/12/22/hunger-for-success/</link>
		<comments>http://keypod.net/wordpress/2007/12/22/hunger-for-success/#comments</comments>
		<pubDate>Sat, 22 Dec 2007 10:45:21 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/2007/12/22/hunger-for-success/</guid>
		<description><![CDATA[Hunger is a primitive urge that requires immediate satisfaction. It commands your thoughts and demands a short term remedy often ignoring the most obvious consequences. I find it extremely odd that it is so commonly used by the industry as a positive quality sought for in candidates particularly for management/sales positions. If hunger for success [...]]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2007/12/22/hunger-for-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happiness Is</title>
		<link>http://keypod.net/wordpress/2007/07/13/happiness-is/</link>
		<comments>http://keypod.net/wordpress/2007/07/13/happiness-is/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 16:47:40 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/2007/07/13/happiness-is/</guid>
		<description><![CDATA[Happiness is finding out in the middle of a run while Since I&#8217;ve been loving you is playing on your iPod, that you can turn the volume up. Way up.]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2007/07/13/happiness-is/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A lesson from Dune</title>
		<link>http://keypod.net/wordpress/2007/06/30/a-lesson-from-dune/</link>
		<comments>http://keypod.net/wordpress/2007/06/30/a-lesson-from-dune/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 14:05:49 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Software development]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/2007/06/30/a-lesson-from-dune/</guid>
		<description><![CDATA[I&#8217;ve literally read Frank Herbert&#8217;s Dune dozens of times1. Other than being a fantastic SF book it contains some pearls of wisdom that apply to many situations in our day-to-day lives. One of the quotations I like the most is Give as few orders as possible. Once you&#8217;ve given orders on a subject, you must [...]]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2007/06/30/a-lesson-from-dune/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Allman Brothers Band. Live.</title>
		<link>http://keypod.net/wordpress/2007/04/02/the-allman-brothers-band-live/</link>
		<comments>http://keypod.net/wordpress/2007/04/02/the-allman-brothers-band-live/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 11:18:33 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/2007/04/02/the-allman-brothers-band-live/</guid>
		<description><![CDATA[I was lucky enough to be in NYC when the Allman Brothers Band started their annual Beacon Theater concerts run. And I was even luckier to see them perform &#8216;Dazed and Confused&#8217;. Yes indeed. Zeppelin&#8217;s. I&#8217;m not confused (though I was somewhat dazed by their cover). It started with &#8216;In Memory of Elizabeth Reed&#8217; which [...]]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2007/04/02/the-allman-brothers-band-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silly little Ruby let</title>
		<link>http://keypod.net/wordpress/2007/02/11/silly-little-ruby-let/</link>
		<comments>http://keypod.net/wordpress/2007/02/11/silly-little-ruby-let/#comments</comments>
		<pubDate>Sun, 11 Feb 2007 19:49:23 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Programming languages]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/2007/02/11/silly-little-ruby-let/</guid>
		<description><![CDATA[It occurred to me yesterday, while playing with the Ruby script I was writing, that it would be useful to have a let facility in Ruby, which would enable the following code def foo # do something really exciting with the object 'master_foo' # now... master_foo.select &#123; &#124;x&#124; x&#62;3 &#125;.let do &#124;mf&#124; puts &#34;#{mf}, #{mf.length}&#34; [...]]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2007/02/11/silly-little-ruby-let/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LOVE album</title>
		<link>http://keypod.net/wordpress/2006/12/18/love-album/</link>
		<comments>http://keypod.net/wordpress/2006/12/18/love-album/#comments</comments>
		<pubDate>Mon, 18 Dec 2006 20:28:30 +0000</pubDate>
		<dc:creator>shmul</dc:creator>
				<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://keypod.net/wordpress/2006/12/18/love-album/</guid>
		<description><![CDATA[When I was 12 or so I was a real Beatles maniac. I had all of their albums, I went to Liverpool and visited Penny Lane and Strawberry Fields, I even went to visit the Abbey Road studios. Time has passed and I grow cynical and older and my music preferences have evolved to an [...]]]></description>
		<wfw:commentRss>http://keypod.net/wordpress/2006/12/18/love-album/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

