Trying out some new headphones and while it's not saying much I think this might be the nicest pair I've ever owned. I'll be going into the shop early to do the baking since the first two people in line for the baking are both on vacation for a little while. I handle that job better if I can blast some music.
While looking in entirely the wrong part of the code for that, I also ended up removing a couple dozen lines of code that could be replaced with 4.
The problem was an out of date constant which should have been replaced with a variable but I missed it in one spot.
Needed to adjust the thermostat on the water heater today. I'll need to keep an eye on that as I've adjusted it to about half way between where it was set and the Hot setting. Instructions say don't go hotter than Hot despite the presence of 6 higher settings ending in Very Hot. I'm looking for hot enough for the commercial dishwasher to behave properly and not so hot that it's uncomfortable for humans.
(the algorithm is nothing original, it was just faster for me to rework the details on paper than it would have been to check reference material)
I think I want to rewrite one of my drawing routines. The way I did it first has the advantage of being fast and using very little memory, but has the down side of relying on implementation defined behavior which means it looks fine on my laptop and kind of trash on the machine at my roaster. Sketched out a replacement algorithm that doesn't rely on implementation defined behavior, is likely to be a little more flexible on most systems, but does require more memory. Still plenty fast.
Author of Typica software for coffee roasters.