Projects

Some cool public projects that I’ve done recently.

Raw Skills Game

A website with a suite of games designed to test fundamental skills. All the difficulties were hand-crafted by me and rated based off of my own performance. I would think that I have pretty good reflexes so the highest difficulties were given when I started underperforming.

VSCode Keybindings for Cursor

Starting to use Cursor again, but very used to VSCode keybindings so I made this extension. This took surprisingly long to create because there were so many conflict resolution decisions that had to be made during the process, but hey, once it’s done, it’s there.

URL Jumper

A chrome extension that enables users to use aliases instead of URLs to navigate web faster.

I love this project because I actually use this extension every day. My original motivation for this project is that I have many local server services with IP URLs and I wanted to map the URLs to generic names so that I don’t have to remember the numbers (this is why the browser suggestions aren’t enough - who wants to remember which service 192.168.1.200:8080 is vs 192.168.1.200:10000?).

Bazarr Bulk Sync

An optimized command-line tool for bulk syncing media subtitles in Bazarr.

I created this for myself originally, and it is something that I actually use. However, I’m gonna be honest, a few other non-python command-line tools with similar functionality to this existed before I created this. Here’s a Python one for you. On a side note, none of the other command-line tools had any chunking for API requests. TECHNICALLY, if your media collection gets large enough (or if your setup is very low spec), you will run out of RAM.