Blog
Thoughts and musings, code samples and technical information, and generally whatever else I find hard to find on the internet.
Thoughts and musings, code samples and technical information, and generally whatever else I find hard to find on the internet.
Misuse of parseInt in JavaScript can lead to weird behavior if the number being parsed is large or small enough to be represented in E notation.
A review of my purchasing experience of the NextDesk Terra, a motorized stand/sit desk with a bamboo surface.
A summary of a conference talk focused on encouraging the use of Node.js to implement features which make sense to do so (and leaving the rest of your application alone).
In some cases, it makes sense to run more than one app on Heroku from a single repository. This quick trick will let Heroku know which app to start.
If conference organizers and speakers don’t stick to the contract, things can get messy with talks cut by more than 25%.
Amazon S3 is a great choice for hosting static content (like blogs), but the process of deploying can leave a little to be desired — unless you leverage a build tool like Rake.
A quick pitch for a typography-themed restaurant in Washington, D.C.
A code snippet to relay messages from a RabbitMQ server to a browser in realtime, using socket.io and Node.js.
A quick list of conferences that I plan to attend at Codemash.
Hulu isn’t officially supported on XBMC (a set-top box-like media application) — but with a lot of careful hacking, it can be run.