Typo Upgrade + Various 1
I just upgraded to the trunk of typo again. Unfortuneatly it appears that broke my quote controller, which was why the site was down for a few days. However I think now my quotes code is slightly more robust. I still need to figure out a nice way to include it within the typo database instead of in db/quotes.yml.
On other fronts, I appear to be job hunting at the moment, though prospects for the summer at least seem to relatively good. The “where I am going to live for summer/fall” and “how I am going to graduate with a masters in december” problems both seem to have much less clear solutions at the moment. Not certain about fall employment either, though that is slightly less of a concern.
I aquired a fun new toy last week, a brand new Canon Digital Rebel XT, so hopefully some nice shots from that will be forthcoming presently.
I finally did some digital housekeeping I had meant to due for ages while procrastinating on various assignments. I reorganized all of my unix home directory dotfiles so they all live inside of a directory that is checked out of a SVN repository. Moving to a new box now involves a simple checkout of the code and running the setup.sh file to set up the symbolic links. It also exports a dotfile called .site-config into the home directory which exports information on where all the dotfiles are symlinked from. This allows me to let various auxiliary dotfiles remain inside of the source controlled directory. It also allows other programs like emacs to grab the location from the environment. I used to have a setup similar to this in which I just checked out the home directory itself, but that approach results in a number of annoying issues, chiefly namespace clobbering. When I get everything further along perhaps I will post it as an example. Most documentation one finds seems to describe how they setup there different dotfiles, but not how they manage them between hosts.
It’s probably one of those things that works best for the person that created it, but I would be curious to see how others have managed to solve this problem.
