Press "Enter" to skip to content

Author: Bryant

Notes: 2022-10-25

The format of these is likely to change, but I do need someplace besides Twitter to dump random thoughts. We’ll see how this works. Thanks are owed to my pal Ginger for demonstrating the value of this sort of thing.

If you like music, Elizabeth Nelson’s piece on Marquee Moon is a must read. It’s such a perfect album made in such weird, imperfect circumstances. I learned not too long ago that those two “pantheonic instrumentalists of the 20th century” she mentions finally united on Matthew Sweet’s great three albums of the 1990s, starting with Girlfriend. Assuming that she meant Richard Lloyd as the first. It’s also worth checking out her band, Paranoid Style, which is as one might expect from the name.

My adolescent schooling trauma, such as it is (it’s not all that), was reawakened when I learned that a Sacramento teacher was just arrested for concealing a 15 year old kid for 2 years. Apparently she teaches at some kind of Waldorf-inspired public school? The lesson here is that you just can’t trust a Waldorf teacher’s judgement. I do wonder a bit if there’s not more to the story — real problems at home? But man, just letting a kid hide out is never going to be a wise solution.

I liked this interview with Scott Adkins. It serves as an introduction to the world of direct to video action movies, which is a pretty cool world if you ask me. I don’t care so much about whether or not John Hyams is an auteur; I just dig the never-ending stream of competent action movies with good fight scenes. It’s a bit like the hey day of Hong Kong action cinema.

Physical Game Jam Tracker

I made a thing! I have been on a minor roll with python recently and this seemed like a fun project so I started working on it. Towards the end I reached out to the awesome person who inspired me, since she didn’t seem to have been keeping her tracker up to date, and she said I should go ahead and launch mine. So here we are.

I used this as an excuse to try out new technology and libraries. Click and Cloup made the list; the first because I wanted to try out new argument parsers and the second because I needed option groups. This forced me to learn to use setuptools better, which was a win. I am gonna keep using this tech going forward.

I also wound up sticking Rich in there for better CLI output and it’s kinda great, so that’ll stay in my toolbox too.

Dataset turned out to be too limited, because it’s really just for columnar data in a single table and it turns out itch.io jams have one little thing which break that paradigm; namely, multiple owners per jam. So now I’m using sqlite with JSON support and honestly it’s a bit grungy. Maybe next time I’ll learn SQLAlchemy for real.

My python has gotten significantly better over the last year with this kind of small but enjoyable work, and I am gonna keep doing it.