Re: History meme

So, To keep up with the history meme hype that started last week on planet.gnome.org: `:~$ history|awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head -n 12 83 ls 73 cd 56 svn 35 sudo...

Thinkpad mania!

So I've had it!, after three years of very good experiences with my Acer Aspire 3000 it started to make even more noise...

Re-entering the blogosphere

Hello there blogosphere, It almost one year ago the last time I wrote a entry in this dusty blog. And since then, a lot of things changed in my life and on the web. And one of those is that I got a...

Using Ncurses with PHP, anyone?

Hey there, Lately I started with a big PHP project that's designed around a server/client concept (nothing is written yet, still in designing phase). Briefly said, it's going to be a server that...