CRUCS is now officially available for general use. If you need something to make realistic coffee roasting plans for intentional profile roasting instead of just going YOLO at the machine, check it out. https://crucs.net/
CRUCS is now officially available for general use. If you need something to make realistic coffee roasting plans for intentional profile roasting instead of just going YOLO at the machine, check it out. https://crucs.net/
One of the nice things I decided to implement for CRUCS was an extension to Typica's XML format. Typica ignores elements that it doesn't expect which means I can put in a <crucs> section with everything needed to exactly reconstruct the editor state. I can add support for that to a future Typica release to speed up load times slightly while older versions will just ignore the new data and fall back on the precalculated values still present in the data file.
Tracked down a math bug that I'm shocked I didn't see sooner (outputs under certain conditions are very obviously wrong). The C++ code I based this on had it right and I broke it during the porting to Javascript. Accidentally used the same index twice instead two different indices for one of the intermediate calculations.
Finished most of my travel arrangements. All that's left is sorting out when I'm dropping the cat off with my mother (fresh cat supplies are ready to go) and figuring out if my sister is going to do the airport drop off/pick up so she can use my car while I'm out of town (hers is getting an engine replaced) or if I'm just leaving it parked at the airport. She wants to stall on making that decision as long as possible.
@mhoye If I want to be able to see multiple things at the same time, they go in separate windows. If that's not a concern, tabs are fine.
Author of Typica software for coffee roasters.