Recent Posts

Using vim macros to quickly delete SQL CREATE TABLE statements

I, like most developers, am lazy (which is apparently a virtue!) and recently needed to remove a bunch of CREATE TABLE statements from a mysqldump. The vim macro below is how I accomplished that task.


TinyMCE, Google Chrome, and image editing

My day job is in the process of replacing TinyMCE with another WYSIWYG editor, Quill. Even once that happens, we'll still be supporting existing clients that use TinyMCE, and those clients will likely never receive the "replacement," but they'll still receive updates.


Date logic is hard, and how you can make it easier

There are excellent tools available for essentially every programming language allowing you to work with dates as objects, because date logic is hard. But it doesn't have to be, and you can make it easier.


A conversation on religion, theology, and morals

An interesting conversation had in the office HipChat, triggered by comments made by Stephen Fry; it definitely amazed me a little, just how many people we had with very strong opinions on religion. Note: all grammatical and spelling errors are the original authors, and are left here for authenticity.


ntpd, openntpd, and ubuntu

ntpd (from ntp.org) has recently gotten a bad rap. A series of vulnerabilities have been found in it that, from my perspective, make it no longer safe to run on production, publicly facing machines; however, there is an alternative: openntpd.


The true potential of TouchID

I've been thinking about what the real use case for TouchID, which on the surface is used primarily for security. Now that TouchID has been in use for a while, other uses have been created; however, I don't think that any of these uses actually touch on the true potential of TouchID.


How CVE-2014-0160 let us show the power of puppet

CVE-2014-0160 which recently made headlines because of it's massive impact across the large majority of Internet-based services has allowed us to show that the return on investment with puppet is greater than 0. Here's how.