So, I might be blogging a little, I dunno. [Update: I'm now blogging at https://herereadthis.blog].
I sort of did, for a while, with GitHub Pages, but I really want more of a wiki format, which is harder to do with a static site, especially when I'm moving from computer to computer in the course of a week. Too much setup and mucking around with npm and Ruby and Jekyll, etc.
If I do blog, it'll be here, but, on the extremely remote chance you want to follow my postings here, just drop the RSS feed for this site into your favorite RSS feed reader and approach it that way.
Things I'm proud of
Made an expression parser and evaluator on a short time schedule. Precedence-climbing parser, Visitor pattern for hooking up data-changed event listeners and for evaluation of expression tokens that represent variable data.