Recent Posts
From wordpress to nanoc
Welcome to the new and improved userprimary.net. In the spirit of static is the new dynamic, I took on the project of converting this blog from Wordpress to an autogenerated, yet entirely static, site using nanoc.With a static... more
Writing packages for homebrew on OS X
One of the things that I really like about homebrew, a new package manager for OS X is that creating new packages is very easy if you've done a minimal amount of Ruby programming. Each package -- or formula in homebrew parlance -- has associated with ... more
How to open hoisin sauce with a saber
The other night while making dinner I tried to remove the plastic wrap on the top of this bottle of hoisin sauce and ended up removing the entire top of the bottle, glass and all. Posted via email from Seth's posterous archived on ... more
The macro mode on my new camera seems to work...
SPIDER! Posted via email from Seth's posterous archived on 2009-09-26 in null Have a comment? Drop me an email or tweet, contact details are below. ... more
Installing the homebrew package manager for OS X
homebrew is a package management system for OS X that allows you to install various open source packages much like macports. Homebrew claims to simplify some aspects of the package mangement process, for example, by putting packages in /usr/local/Cell... more
Writing a URL Shortening Service in Erlang, Part 4
In this post, we will add an HTTP interface to sherl using webmachine. The goal is a simple API that will shorten long URLs and redirect short URLs to their original page. Sending a GET to /http://long.it/is/your/url/here will create a short URL and... more
