Coding 2025-03-27

By Max Woerner Chase

Whoops, I figured out what was wrong with the dithering stuff I was testing. I was attempting to set up an exponential moving average, and I wasn't properly setting it up. Since figuring that out, I've found out or worked out a few other things:

My basic plan at this point is:

For now, I'm going to think about how to factor out the averaging algorithm, because I tend not to do much with the send() method in Python.

Good night.