Continuing the stats gathering, I now suggest another metric: the Virtual Richard Stallman that “analyzes the set of currently-installed packages on a Debian-based system, and reports all of the packages from the non-free tree which are currently installed.”
Laptop (Ubuntu Hardy)
$ vrms
fglrx-control Control panel for the ATI graphics accelerators
human-icon-theme Human Icon theme
linux-generic Complete Generic Linux kernel
linux-restricted-modules- Non-free Linux 2.6.24 modules on x86/x86_64
linux-restricted-modules- Non-free Linux 2.6.24 modules on x86/x86_64
linux-restricted-modules- Non-free Linux 2.6.24 modules on x86/x86_64
linux-restricted-modules- Non-free Linux 2.6.24 modules on x86/x86_64
linux-restricted-modules- Non-free Linux 2.6.24 modules helper script
linux-restricted-modules- Restricted Linux modules for generic kernels
skype Skype - Take a deep breath
sun-java6-bin Sun Java(TM) Runtime Environment (JRE) 6 (architecture
sun-java6-jdk Sun Java(TM) Development Kit (JDK) 6
sun-java6-jre Sun Java(TM) Runtime Environment (JRE) 6 (architecture
tangerine-icon-theme Tangerine Icon theme
unrar Unarchiver for .rar files (non-free version)
vodafone-mobile-connect-c Vodafone 3G devices Internet connection assistant
xorg-driver-fglrx Video driver for ATI graphics accelerators
18 non-free packages, 1.1% of 1586 installed packages.
It’s an Ubuntu machine
Desktop (Debian Unstable)
$ vrms
No non-free packages installed on nox.local! rms would be proud.
I am proud too :-)
My desktop.
$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
127 cd
115 ls
30 dig
23 wine
23 vim
23 rm
16 sudo
16 mv
14 mplayer
11 python2.5
(so wine, pr0n and python…great!)
My personal server
# history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
58 vim
34 ls
34 mutt
31 dig
20 ps
20 apt-get
18 dpkg
17 tail
17 route
16 su
(Debian! Debian! Debian)
My laptop
Well.. laptop is sleeping :-)
It seems that a new war started out there. Google launched the Google AppEngine platform, supporting Python and Django out of the box.
On they Google project page, people started to “vote” for the next language to be implemented. It seems that the more “stars” a language has, the more attention it will get from Google.
So pick your favorite programming language, and “star” it on the issue list!
(oh and if you don’t have a favorite language, pick Ruby :-))
So lately, I am having problems accessing my 0x82.com at home. This domain sits on a dynamic IP address, and I use editdns to update the DNS records.
EditDNS advertises my A record with a 0 TTL. However, I found that my ISP Sapo caches the record with a huge TTL:
0x82.com. 604800 IN A 82.155.174.2
Before I shout “what th f0ck are wrong with this guys”, I still have to do a quick read of the relevant RFC, because I think that a 0 TTL may not be a “standard” thing…
As always, if you know something about this, please shoot! :-)
As you can see on my blog, all Gravatar images lost the transparent backgrounds, making them f* ugly. At first I thought it was some kind of error on my browser (Debian unstable, you never know..).
But then I experienced the same symptoms on other browsers. Google pointed me to this blog post that explained everything: they switched from Rails to PHP and now they can’t support PNG with alpha channels (this is actually a joke, read the article for the true reasons).
Although there are many comments on the blog entry begging for PNG to come back, it doesn’t seem that Gravatar will take this step back. So for me, they now suck.
Started to look for alternatives, maybe hAvatar as Alcides recommended?