these are some of the programs i’ve made over the years. i like coding in Rust and Go.

nanpa

nanpa is a terminal application for handling releases and changelogs, without requiring any cumbersome or language-specific tooling. all it uses are small manifests and easy-to-use changeset files, and it can handle updating your version according to Semantic Versioning for you.

mus

mus is a terminal-based client that connects to the Music Player Daemon. it ditches the clunky syntax of mpc and its clones, instead opting for ease-of-use, quality-of-life features. it also sports a vibrant and colorful user interface.

movienight

movienight is a small invite-only Letterboxd clone. it's like Bookwyrm, but not federated, and for movies. it's written in Go and uses no JavaScript for its frontend. it is licensed under AGPLv3, and its source is available here. there is an instance running on movies.single-threaded.net.

aum

aum is a memex engine coded in C99, written for this website. it consists of one file about 400 lines long, and uses no dependencies. you can view its source code (which includes the tree for this website) here.