<?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>Scott Yang's Playground &#187; meme</title>
	<atom:link href="http://scott.yang.id.au/tag/meme/feed/" rel="self" type="application/rss+xml" />
	<link>http://scott.yang.id.au</link>
	<description>Faith, Technology and Randomness in Life, According to Scott</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:01:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>History Meme</title>
		<link>http://scott.yang.id.au/2008/04/history-meme/</link>
		<comments>http://scott.yang.id.au/2008/04/history-meme/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 01:41:37 +0000</pubDate>
		<dc:creator>scotty</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[meme]]></category>

		<guid isPermaLink="false">http://scott.yang.id.au/2008/04/history-meme/</guid>
		<description><![CDATA[No one tagged me but saw history meme and wanted to test it out on my main &#8220;workstation&#8221; &#8212; a Gentoo Linux running inside VMWare Server on a Dell notebook running Windows XP. $ uname -a Linux vmgentoo 2.6.22-gentoo-r2 #1 SMP Fri Aug 17 16:56:49 EST 2007 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz [...]]]></description>
			<content:encoded><![CDATA[<p>No one tagged me but saw <a href="http://diveintomark.org/archives/2008/04/15/history-meme">history meme</a> and wanted to test it out on my main &#8220;workstation&#8221; &#8212; a Gentoo Linux running inside VMWare Server on a Dell notebook running Windows XP.</p>
<pre class="code">
$ uname -a
Linux vmgentoo 2.6.22-gentoo-r2 #1 SMP Fri Aug 17 16:56:49 EST 2007 i686 Intel(R) Core(TM)2 Duo CPU T7500 @ 2.20GHz GenuineIntel GNU/Linux
</pre>
<pre class="code">
$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
    132 ls
     91 cd
     25 svn
     25 ssh
     18 vim
     18 eix
     15 screen
     12 make
     11 unison
     10 hfc
</pre>
<p>As root</p>
<pre class="code">
# history | awk '{print $2}' | sort | uniq -c | sort -rn | head
    107 ls
     82 emerge
     40 lsof
     37 cd
     20 vim
     20 ps
     19 dispatch-conf
     18 route
     11 kill
     10 svn
</pre>
<p>Interesting notes:</p>
<ol>
<li><code>ls</code> came top in both user and root &#8212; probably because I can never remember what do I have in the current directory.</li>
<li><code>hfc</code> is a devel script at work that compile a Python script into byte-code, <code>marshal.dump()</code> and then GPG-sign the result so I can &#8220;hotfix&#8221; a running instance of a product we develop.</li>
</li>
<li>I probably have used way too much Subversion. Should have start looking at alternatives.</li>
<li>Participating in geeky meme is just another way to procrastinate without doing any real work&#8230;</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://scott.yang.id.au/2008/04/history-meme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

