Projects

Random Godot Projects Link to heading

In 2025 I am learning a bit about Godot for making games. Prototypes found here.

goto Link to heading

Github

A computer program that empowers cd in bash and zsh with bookmarking capabilities.

Kattis CLI Link to heading

Have worked with two separate projects that help users interact easier and faster with Kattis, the online competitive programming judge.

Kattis-Command

Companion

Mail Files Link to heading

A private project where I have created a distributed network of filesharing peers. It is a regenerative network and network health is propagated through the network, so if a node goes down, the other nodes will be able to re-route file sharing capabilities through another node.

Private Note Link to heading

Github

A read-once-then-burn note sharing service with end-to-end encryption. Uses modern web-standards to encrypt a message. By generating the cryptographic primitives in JavaScript and storing the key in the URL hash (anything after # in the URL), it is possible to easily share links to secret notes with end-to-end encryption.

GW2 Trading Post Link to heading

A private project where I scraped the Guild Wars 2 API trading post to find deals and try to use that information to earn gold in the game. Learned a lot about using C# and CouchDB with this project.

Rust Kanji Rand Link to heading

Github

A project in Rust where the goal was to learn a bit of Rust while also putting Kanji onto my command-line prompt.