One thing I miss about unit tests: Unit tests as Documentation

I wrote this post in October of 2015 as I was adjusting to life without unit tests at a new job. I recently stumbled upon it in my Drafts, and edited it down to a single point for publication. In October of last year I took a new job at a company with a large …

Continue reading ‘One thing I miss about unit tests: Unit tests as Documentation’ »

Getting Anki 2.0 to work with Debian stretch

Recent updates to Debian testing (aka stretch) have rendered Anki broken, with the following error message at startup: $ anki Traceback (most recent call last): File “/usr/bin/anki”, line 7, in <module> import aqt File “/usr/share/anki/aqt/__init__.py”, line 12, in <module> from aqt.qt import * File “/usr/share/anki/aqt/qt.py”, line 22, in <module> from PyQt4.QtWebKit import QWebPage, QWebView, QWebSettings …

Continue reading ‘Getting Anki 2.0 to work with Debian stretch’ »