Ordered printed copies of a few of Kenneth Iverson's J/math books.
Worked on migrating a web site stored in svn to a git repo. Decided to pull libraries previously stored in svn:externals into the git repo rather than migrating to git submodules. Given limited development on the site, and basically no development on the libraries, it should make maintenance a bit simpler. Still need to figure out how to handle deployment of the site, currently handle by a php web app that calls capistrano.
Added an stunnel container to a docker-compose configuration to provide ssl access to a web app. Upgrading docker and docker-compose continues to be a pain. Links in docker-compose are deprecated; networking is experimental. aufs no longer works. The name of the debian packages for docker changed again.
Working on updating apex flame to add an option to analyze logs based on the number of SOQL queries instead of the time spent in each frame.