Here are a few of my projects
I work on a lot more projects than I can show. Feel free to look at my GitHub repos if you want to see everything!
MedHash Tools
Simple tools for verifying media file integrity
I like to archive my streams. But managing multi-hour video footage can be a handful. Detecting corruption early on is absolutely necessary. I wrote this tool to assist in early detection of media rot.
Changelog
A simple tool for managing changelogs
Every public projects should have changelogs. But not all changelogs are created equal. Managing good changelogs is tedious and time consuming, so I wrote this tool to help with that.
Pigeon Chat
Send messages to your friends with pigeons!
When playing in a roleplay Minecraft server, there is nothing more immersion breaking than opening the chat box. I wrote this mod so we can still chat with each other, just with more immersion.
Zei
Go HTTP client library built atop the standard library's net/http.Client
Go standard library does a decent job of providing a baseline of very useful things. Authentication helpers is one thing it does not provide. So I wrote this library.