A very detailed set of my Unboxing experience, it’s finally here. Worth every penny.
Related Posts
Function callbacks in C
Ever since I started programming in Javascript, and doing asynchronous function calls, I’ve found myself to be addicted to passing functions as parameters. I do it a lot in python and php, it’s very easy to do this on all these dynamic typed languages. I never had this concept of passing functions as parameters, or […]
What will be the next thing after the Internet?
My girlfriend is doing a paper on how to distribute media (mostly video) through the Internet, and why we’re not quite there yet, during the conversation we started talking about the evolution of technology and she came up with a very interesting set of thoughts. This post will be about how people grew up along […]
[SYSADMIN] Serve your WordPress cached pages directly with lighttpd and not PHP
Optimizing Your WordPress Cache Loads in Lighttpd. If you don’t configure your wordpress virtual host properly in lighttpd, your wordpress cache will still make use of PHP. Wouldn’t it be nice if all those cached requests were served directy from the webserver as the static files that they are, bypassing the CPU/memory load PHP can […]