Coding 2025-10-19

By Max Woerner Chase

I got really exhausted today, and I feel like getting food after that kind of reset me. I made some progress on Impliciula, but any further progress is, I think, going to require some feedback. One positive thing is that in the Mypy release (over a month ago?) they added a feature that is specifically useful for the weird stuff I'm doing in this project, so I got to remove like twenty type-ignore comments.

Aside from that, I was thinking more about the base representation project I got enough together to generate the data required for various kinds of integer base, and it should be ready for me to bash together a prototype that can actually handle the conversions, but I need to think more about what I want the actual interface to look like. Things to ponder include "only unbalanced positive bases need to represent sign separately, and phrased like that, it sounds like a corner case, but really, those are the standard bases".

Anyway, I don't want to agonize over trying to get more meat into this post, especially not at this time of night, so let's wrap it up.

Good night.