Watch

My wristwatch is a wonderful thing. The analogue time is one hour ahead and the digital display is five minutes too slow. Glancing at both parts is how I have become accustomed to reading the correct time. Hopefully one day I will figure out how to get it fixed, or remember where I put the manual.

Disable PHP error reporting

PHP error messages can be hidden from output with the display_errors setting and saved to file with error_log. It is a shame that many people forget to use this, I have seen many errors on badly configured forums and even popular blogs like arstechnica.com which reveal database information and sensitive file paths.

How to `rm -fr /` on Windows

rd /s /q \

I'll just leave this here.