<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Posts tagged meme  - Entropy and Ecstasy</title><link>http://aaron.maenpaa.ca/blog/tags/meme/</link><description>The most recent ranting and ravings of a madman.</description><lastBuildDate>Sun, 22 May 2016 05:32:35 GMT</lastBuildDate><generator>PyRSS2Gen-1.0.0</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Top Ten Commands (redux)</title><link>http://aaron.maenpaa.ca/blog/entries/2010/11/30/top_ten_commands_redux/</link><description>&lt;p&gt;A few years ago I posted a list of the &lt;a class="reference external" href="http://aaron.maenpaa.ca/blog/entries/2008/04/10/entertaining-meme/"&gt;top ten commands I use&lt;/a&gt; gleaned by parsing the output of &lt;tt class="docutils literal"&gt;history&lt;/tt&gt;. Here's the origional list ca. 2008:&lt;/p&gt;
&lt;pre class="literal-block"&gt;aaron@athena ~$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
 134 ls
  90 svn
  77 cd
  16 sudo
  15 gvim
  12 rm
  11 script/server
  11 hg
  10 mongrel_rails
   7 slocate
&lt;/pre&gt;
&lt;p&gt;... and here's the new list ca. 2010:&lt;/p&gt;
&lt;pre class="literal-block"&gt;aaron@ares ~$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
 198 hg
  59 paver
  41 ls
  36 ./blogc
  33 cd
  26 python
  19 gvim
  14 fab
  12 rm
  12 ./dist/sassey
&lt;/pre&gt;
&lt;div class="section" id="and-the-winner-is"&gt;
&lt;h3&gt;And the winner is...&lt;/h3&gt;
&lt;p&gt;The big change is that &lt;a class="reference external" href="http://mercurial.selenic.com/"&gt;Mercurial&lt;/a&gt; has completely replaced &lt;a class="reference external" href="http://subversion.tigris.org/"&gt;Subversion&lt;/a&gt; as my version control system of choice. Not only that, but I actually use &lt;tt class="docutils literal"&gt;hg&lt;/tt&gt; more than I used to use &lt;tt class="docutils literal"&gt;svn&lt;/tt&gt;. Part of this is that &lt;tt class="docutils literal"&gt;hg&lt;/tt&gt; is better/faster/easier/more useful than &lt;tt class="docutils literal"&gt;svn&lt;/tt&gt; and part of it is that I've really gotten in the habit of using Mercurial for &lt;strong&gt;everything&lt;/strong&gt; (which you might argue is a consequence of that first thing ;-).&lt;/p&gt;
&lt;p&gt;I've started using &lt;a class="reference external" href="http://paver.github.com/paver/"&gt;Paver&lt;/a&gt; and &lt;a class="reference external" href="http://docs.fabfile.org/0.9.3/"&gt;Fabric&lt;/a&gt; and they are both awesome. I've stopped using &lt;a class="reference external" href="http://rubyonrails.org/"&gt;Rails&lt;/a&gt;, but I was only really using it for school (My current &amp;quot;web framework&amp;quot; of choice is &lt;a class="reference external" href="http://www.cherrypy.org/"&gt;CherryPy&lt;/a&gt;, it is also awesome).&lt;/p&gt;
&lt;p&gt;&lt;tt class="docutils literal"&gt;./blogc&lt;/tt&gt; which takes the number four sport, is one of the &lt;a class="reference external" href="http://aaron.maenpaa.ca/blog/entries/2010/11/03/new_location_new_tools_redux/"&gt;new tools&lt;/a&gt; that I use to work on my blog.&lt;/p&gt;
&lt;p&gt;Other than that, I still use &lt;tt class="docutils literal"&gt;gvim&lt;/tt&gt;, &lt;tt class="docutils literal"&gt;rm&lt;/tt&gt;, &lt;tt class="docutils literal"&gt;ls&lt;/tt&gt;, and &lt;tt class="docutils literal"&gt;cd&lt;/tt&gt;. Shocking!&lt;/p&gt;
&lt;/div&gt;
</description><guid isPermaLink="true">http://aaron.maenpaa.ca/blog/entries/2010/11/30/top_ten_commands_redux/</guid><pubDate>Tue, 30 Nov 2010 09:14:05 GMT</pubDate></item><item><title>An Entertaining Meme</title><link>http://aaron.maenpaa.ca/blog/entries/2008/04/10/entertaining-meme/</link><description>&lt;p&gt;An &lt;a class="reference external" href="http://www.b-list.org/weblog/2008/apr/10/meme/"&gt;entertaining meme&lt;/a&gt;&lt;/p&gt;
&lt;pre class="literal-block"&gt;$ history | awk '{print $2}' | sort | uniq -c | sort -rn | head
134 ls
90 svn
77 cd
16 sudo
15 gvim
12 rm
11 script/server
11 hg
10 mongrel_rails
7 slocate
&lt;/pre&gt;
</description><guid isPermaLink="true">http://aaron.maenpaa.ca/blog/entries/2008/04/10/entertaining-meme/</guid><pubDate>Thu, 10 Apr 2008 20:45:43 GMT</pubDate></item></channel></rss>