<?xml version="1.0" encoding="UTF-8"?><feed
  xmlns="http://www.w3.org/2005/Atom"
  xmlns:thr="http://purl.org/syndication/thread/1.0"
  xml:lang="en"
  >
  <id>http://livingcode.org/feed/atom</id>
  <updated>2009-11-13T19:33:25Z</updated>
  <title type="text">Living Code</title>
  <subtitle type="text">Programming for the Fun of It</subtitle>
  <link rel="self" type="application/atom+xml" href="http://livingcode.org/feed" />
  <link rel="alternate" href="http://livingcode.org" />
  <rights type="text">Copyright 2009</rights>
  <generator uri="http://wordpress.org/" version="2.8.6">WordPress</generator>
      <entry>
    <id>http://livingcode.org/2008/meme-du-jour</id>
    <title type="html"><![CDATA[Meme du jour]]></title>
    <updated>2008-04-11T16:05:39Z</updated>
    <published>2008-04-11T04:49:10Z</published>
    <author>
      <name>Dethe</name>
      <email>delza@livingcode.org</email>
<uri>http://livingcode.org/</uri>    </author>
    <link rel="replies" type="application/atom+xml" href="http://livingcode.org/2008/04/10/meme-du-jour/feed" thr:count="0"  />
    <link rel="alternate" href="http://livingcode.org/2008/04/10/meme-du-jour" />
    <category scheme="http://livingcode.org" term="Python" />
    <summary type="html"><![CDATA[Just for fun, and because I&#8217;m trying out two things:

Using Ecto for posting again
Blogging more often

Here are my results from the latest craze:



$ history&#124;awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'&#124;sort -rn&#124;head
139 ls
87 cd
54 python
43 /usr/bin/python
38 less
21 vim
16 clear
12 mate
11 rm
10 ssh



The first python is the one I built from source so I can include it in [...]]]></summary>
      <content type="html" xml:base="http://livingcode.org/2008/04/10/meme-du-jour"><![CDATA[<p>Just for fun, and because I&#8217;m trying out two things:</p>
<ol>
<li>Using Ecto for posting again</li>
<li>Blogging more often</li>
</ol>
<p>Here are my results from the latest craze:</p>
<pre>
<code>
<pre>
$ history|awk '{a[$2]++} END{for(i in a){printf "%5d\t%s\n",a[i],i}}'|sort -rn|head
139 ls
87 cd
54 python
43 /usr/bin/python
38 less
21 vim
16 clear
12 mate
11 rm
10 ssh
</pre>
<p></code>
</pre>
<p>The first python is the one I built from source so I can include it in applications packaged with py2app, the second is the built-in python for Leopard. Both are version 2.5. The mate program is used to open files in TextMate from the command line.</p>
]]></content>
        </entry>
  </feed>
