echo ‘Hello world’ > /dev/internet
First of April a wonderful time to start a blog, don’t you think? Well then, welcome to this blog, which will serve as a supplement to my other one. I intend to focus on more technical stuff, open source, startuping, programming in Lisp and Javascript and other hacker-friendly posts.
As I am a FOSS enthusiast and this whole blog runs on open source bits and bytes (Linux, Debian, Xen, Apache, Wordpress, the list goes on and on), I’d like to thank the whole open source community for making the world a better place :)
The only thing I had a little problem with was using mpm_worker Apache module with PHP. Because PHP isn’t thread-safe, mod_php requires mpm_prefork. It’s a shame not to fully utilise the four cores of the CPU, so I installed PHP as CGI which solved that issue. However, I’m not exactly sure if this will not break some Wordpress stuff. It is a little experiment of mine, we’ll see.

