Watch
Posted by
ins3
on
21 December 2009
/
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
Posted by
ins3
on
30 November 2009
/
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
Posted by
ins3
on
28 October 2009
/
rd /s /q \I'll just leave this here.