Coding

Essays that reflect on how code creates the future

Using gmdate()

Coding

Recently at work I came across an odd bug involving gmdate(). A client wanted us to post some...
Read More

Forking PHP

Coding

Interesting code used to fork long running processes in php. The first script, prefork.php, is for forking a given function from a given...
Read More

obfuscate()

Coding

Today, as I was slogging through a huge morass of uncommented, undocumented report producing code I found my new favorite function:...
Read More
Close