Posts
Cathode, or, My Favourite Music from 2015
Posted on:January 3, 2016As a school holiday project, I made a Hugo site to document all of my favourite music from 2015, and released the theme separately as a…
Setting up Golang with Fish and Homebrew
Posted on:December 18, 2015Install Golang with Homebrew$ brew update && brew upgrade $ brew install goInstall Mercurial (optional)I’m not sure if Mercurial is strictly…
Adding MiniMagick support to carrierwave-video-thumbnailer
Posted on:December 5, 2015TLDR: I forked carrierwave-video-thumbnailer and added MiniMagick post-processing support. Using good ol’ Carrierwave to upload video files to…
mySQL Native Bindings in OS X El Capitan
Posted on:December 1, 2015Booting up a Django project, I ran into the following problem: django. core. exceptions. ImproperlyConfigured: Error loading MySQLdb module:…
OpenSSL woes with Ruby 2.2.3 and rvm
Posted on:November 30, 2015If anyone is getting any errors along the lines of the following: Original Exception: OpenSSL: : SSL: : SSLError: SSL_connect returned=1 errno=0…
Route Organisation with Express 4+
Posted on:November 27, 2015Caveat Emptor: As far as I can tell, this routing functionality will continue to work in Express 5, which at this time of writing is still in…
Initial Form Values with redux-form
Posted on:November 26, 2015Caveat emptor: I’m currently using 3. 0. 6 of redux-form. As with most things on the bleeding edge, this post will probably be irrelevant in a…
Viterbi's Algorithm for first-order and second-order hidden Markov models
Posted on:November 16, 2015I originally wrote this post to help me understand and internalize HMMs and the Viterbi algorithm, but school got too busy and I couldn’t…