I'm having some work done on my house and was surprised to see the work truck still in my driveway when I got home, but figured I'd just keep driving, fail to find street parking, and just park in the municipal lot (free 24 hours) in the next block over. By the time I got back to my house, the driveway was free so I dropped my stuff off in the house and went back to my car to get it in my own driveway. The cat found this highly confusing.
Fixed a server configuration problem on CRUCS. If you were affected by the about 1 minute of downtime as I fumbled about with that, sorry, everything should be back in working order now.
One of my employees brought in a "tree storage bag" because the box our fake Christmas tree lives in most of the year is in pretty bad shape and she no longer wished to own the bag. It came with its original packaging and listed among the selling points is "Festive - Holiday x-mas colored".
The company that made this apparently thinks that the color of "x-mas," perhaps the most festive of colors, is grey.
There's work on getting decimal floats into C and I wouldn't be surprised if C++ just absorbed that once it's ready, and I would expect this to also behave better for this use case so I can revisit that decision some time next decade.
Most of the time the existing solution works just fine, but then you end up with things like 1+1.03=2.0300000000000002 (generally with slightly larger numbers since it's used for things like the roasted coffee not fitting in one bucket and adding the two bucket weights together) instead of the expected 2.03. Other options are heuristic hacks or exposing a setting for decimal places, but SQL already specifies the behavior I want so as much as I hate this "solution" I'll go with it for now.
Considering switching the mathable fields in Typica away from using the ECMA-262 host environment and instead letting SQLite do the arithmetic for me because that's less work than implementing a proper solution myself, is less work and doesn't come with license issues compared with some of the libraries I looked at, and Typica 2 already has an SQLite dependency anyway and has better behavior for this use case.
We've decided to tweak our annual start of the year fundraiser for the local food bank. This time we're donating a smaller proportion of sales but running the period that we do that for longer so that we can get what we expect to be a higher sales day into the period, give more people a chance to notice that it's a thing if they want to bring in their own food/cash donations for us to pass along with ours.
First task of today was finishing up some work on blend adjustments. First one was just checking that a direct substitution of the new coffee into the old recipe works and it did. The espresso blend was going to be a bit more work. Took 4 attempts to get the flavor profile where I wanted that, but I'm very happy with the result there.
There''s been a big uptick in people placing orders and then calling us to make sure we got their order (sometimes as soon as an hour after the order was placed).
If the web site told you the order got placed, the order got placed.
Also, please learn to check your spam folders and if Microsoft is running your mail account it's probably their fault that you're not seeing expected emails (Hotmail gave up on competence a long time ago and I can't fix your choice to use a crap provider).
Author of Typica software for coffee roasters.