My future standing desk
November 11, 2011 Comments
Living on a pale blue dot
October 31, 2011 Comments
Just a quick heads up, this site on now being statically generated using jekyll. I felt there was little sense in maintaining the kind of services that Django requires and decided to make things a little easier on myself.
Not much has changed from a viewer's perspective, but at the very least, things should run a little faster around here now. :)
October 16, 2011 Comments
Before proceeding, ensure that you have Xcode installed. This is a Homebrew requirement.
ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" brew install git bash-completion
Now edit your ~/.bash_profile and add the following:
if [ -f `brew --prefix`/etc/bash_completion ]; then
. `brew --prefix`/etc/bash_completion
fi