Archive for the ‘meme’ Category

self photo meme

Friday, September 19th, 2008

Me

From blizzard’s blog

1. Take a picture of yourself right now.
2. Don’t change your clothes, don’t fix your hair…just take a picture.
3. Post that picture with NO editing.
4. Post these instructions with your picture.

Another meme

Wednesday, May 21st, 2008

Or is it a geek poll? =)

1 liferea window
1 devhelp window
2 emacs windows
3 emacs buffers
4 gnome-terminal windows
6 gnome-terminal tabs
5 epiphany windows
17 epiphany tabs

History meme

Friday, April 11th, 2008

The most recent meme in Planet GNOME is listing your most used commands using a clever command line hack. Here are mine, for my own user, and my root account:


$ history|awk '{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
115 ls
64 cd
48 svn
27 git
22 screen
20 rgrep
19 find
16 sudo
11 rm
10 less


# history|awk '{a[$2]++ } END{for(i in a){print a[i] ” ” i}}’|sort -rn|head
185 dzhandle
36 ls
32 aptitude
29 screen
22 dpkg
21 vim
17 cd
13 dd
13 apt-cache
11 iwlist

This definately shows that I’ve been hard at work on a Zope/Plone project =). More on that later!