Just in case anybody is confused, https://typica.jp/ is entirely unrelated to the much, much older https://typica.us/
It would be nice if people would check for things that might seem overly similar BEFORE doing marketing spend.
Was up late last night working on some code. The new batch window in Typica 2 looks quite a bit different from the Typica 1 version now. Decided to ditch the table view for green coffees which lets me make some operations a little more obvious and makes logical space for new features. Weights are also auto-filled which should help places that standardize batch sizes or blend before roasting.
Fixed 2 bugs. One was a > that should have been a >= while the other was not updating a value on one very specific code path which was solved by lifting it out of a loop and unconditionally doing the right thing, which in most cases will also be a tiny bit more efficient (where it isn't is already the fastest path so I'm not going to worry about a couple extra instructions to calculate a 0).
@gnomon It was a good dog.
Finished up the main stuff for profile translation in Typica 2. There are still a couple things that need testing, but what has been tested is working. I took a slightly different approach compared with Typica 1 which makes some ideas that I've had around this feature easier to put in later. Also, it's now animated (easy to turn off if you want the old instant snap behavior, but I think a quick animation makes it more obvious what's going on).
Author of Typica software for coffee roasters.