Projects List
A selected collection of my projects. These are generally released as public domain licenses, and will realistically have sharp edges I can personally tolerate to solve some problem I have.
All projects are hosted at:
https://codeberg.org/digitalpaws
Scores!
Scores! is a score tracking system that runs in the commandline. This is mainly to use with retro systems like the Atari 2600 which don't save the scores locally. This is basically a (somewhat) nicer UI over a spreadsheet.
https://codeberg.org/digitalpaws/Scores
Trinity
A toy / learning project that emulates a potential Ternary based computer. A ternary system has some advantages (and many practical disadvantages), so this isn't meant as a serious project but was something to explore ternary mathematics and to learn Rust and OCaml.