Projects
Syndicate
A program to run multiple executables in parallel. Mostly used to run a server program while also rebuilding a frontend app automatically in the same terminal. Configuration is done with kdl and the app itself is made in rust.
Vilya
A webring server that also collates users' RSS/Atom feeds. Currently working on extending it to support custom themes.
Shortcake
A multistack VM project. Unlike many stack VMs, shortcake has several tapes of stacks that it can shift around, allowing it to manipulate the data it is working on in novel ways.
Utils
A rust command line utility to take care of a lot of my day to day cli needs. Currently includes part of a libgit2 frontend customised to my personal priorities on how git should behave.