Reckoner Update March 2026
Not much has happened this past month, I’ve been a bit busy.
🐛 Bug Reporting
Reckoner has opt-in automated error reporting. There is a popup in the app that appears when opening and will not appear again if you select an option. I have turned it on myself and it has been helpful in some edge case bugs.
For those concerned, I am not using some telemetry service. I am using a BugSink instance hosted via PikaPods with all identifying information removed. I do hope that more people opt-in, but I have already seen value just having a way to collect this for me.
🧑💻 Infrastructure Changes
I am working on a few other infrastructure changes. The first is to finally use Freezed to simplify some code generation. I would like to incrementally migrate classes over to the generated code. I have had to make some APIs and careful changes since I am using mutable data. By migrating to immutable data, this should simplify the data handling.
As I said, not much this month. Until next time, take care!