<?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>Singletoned &#187; meme</title>
	<atom:link href="http://blog.singletoned.net/category/meme/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.singletoned.net</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 21 Jan 2010 20:50:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Oh, go on then&#8230;</title>
		<link>http://blog.singletoned.net/2008/04/oh-go-on-then/</link>
		<comments>http://blog.singletoned.net/2008/04/oh-go-on-then/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:27:02 +0000</pubDate>
		<dc:creator>Ed Singleton</dc:creator>
				<category><![CDATA[meme]]></category>
		<category><![CDATA[bash]]></category>

		<guid isPermaLink="false">http://singletoned.net/?p=8</guid>
		<description><![CDATA[As about half the blogs I read are doing it, why can’t I?

history&#124;awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'&#124;sort -rn&#124;head
71  git
64  cd
45  sudo
41  ls
39  nosetests
35  svn
31  mate
23  couchdb
22  python
22  lla

Which seems about right.  mate is the launcher for Textmate.  lla is my alias for [...]]]></description>
			<content:encoded><![CDATA[<p>As <a title="Labnotes  » Git it is" href="http://blog.labnotes.org/2008/04/11/git-it-is/">about</a> <a title="In Lieu of Content" href="http://adam.gomaa.us/blog/in-lieu-of-content/">half</a> <a title="The B-List: I don't normally do memes" href="http://www.b-list.org/weblog/2008/apr/10/meme/">the</a> <a title="Compound Thinking » Command line meme" href="http://compoundthinking.com/blog/index.php/2008/04/11/command-line-meme/">blogs</a> I read are doing it, why can’t I?</p>

<p><code>history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head</code>
<pre><code>71  git
64  cd
45  sudo
41  ls
39  nosetests
35  svn
31  mate
23  couchdb
22  python
22  lla
</code></pre>
Which seems about right.  <code>mate</code> is the launcher for <a title="TextMate — The Missing Editor for Mac OS X" href="http://macromates.com/">Textmate</a>.  <code>lla</code> is my alias for <code>ls -la</code> which I apparently use almost half as much as ls.  <code>sudo</code> was a little surprising, but when I stripped them off, I got this:
<pre><code>71 git
64 cd
41 ls
39 nosetests
35 svn
31 mate
29 port
26 couchdb
22 python
22 lla
</code></pre>
Which explains it.  I recently wiped my Mac and installed Leopard.  I’ve had to reinstall a lot of software using <a title="The MacPorts Project -- Home" href="http://www.macports.org/">MacPorts</a> (and Python modules using <code>easy_install</code> which was at number 11).</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.singletoned.net/2008/04/oh-go-on-then/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
