Recent Posts

Command line clipboard access

less than 1 minute read

It is possible to control the clipboard (copy and paste) from the command line in linux and OSX. In linux, the command is xsel, and in OSX, pbcopy/pbpaste.

Zero bug releases

1 minute read

One of the companies I worked for had a rule which dictated zero bugs in each release. Any bug that was found during the formal QA process had to be fixed be...

Announcing pulse-0.2.0

less than 1 minute read

I just released a new version of pulse. Pulse adds an action to your rails project that can be used for external health checking. The most common use is by a...