
Emulation
One of my hobbies is creating emulators for older video game systems. To date I have created Chip-8 and Game Boy/Color emulators in Rust for desktop and browser, and ported the Chip-8 emulator to Pico-8 in Lua. I've also written a short book on Chip-8 emulation with Rust.
- Step-by-step introduction to Chip-8 emulation
- Follow-up introduction to Game Boy emulation
- Chip-8
- Game Boy
- Chip-8 Emulator for Pico-8
Blog
I enjoy tinkering with various tech-related topics, and I occasionally document my adventures in a blog post. The entire collection can be viewed here, but I have a few favorites.
- My Ultimate GameCube
- Buying a Wonderswan Color
- An overview of retro video game file formats
- My recommended emulator list
- Modding a Game Boy Advance
- My adventures studying abroad in Austria in college
Discord bots
In my spare time, I am active in several servers on the chat application Discord. To assist with managing some of these servers, I've made several bots to perform various utilities, such as moderation functions, XP and level tracking, assigning user roles, and more.

Video Game Modding and Hacking
Combining my interests in making games and emulators, I've made a few mods and romhacks for commercially existing games. These are both traditional patches to games, as well as some browser utilities to allow a greater degree of control to the modifications.
- Kirby's Adventure - Randomizer - A browser utility to generate randomized Kirby's Adventure ROMs for NES.
- Pokemon Picross - Reduce Time Penalty - A romhack for the unreleased Pokemon Picross for GB to reduce penalty time.
- Multiple Kirby games - Kirby Color Editor - A browser palette swap editor for several Kirby games
- Pokemon Emerald - Oops All Shinies - Reverses the calcuation for which Pokemon will appear shiny, allowing you to play the game with almost entirely their alternate forms.
- Kingdom Hearts III - Formchange Skin Pack - Change Sora's default appearance to any of the Formchanges in the game
- World's Smallest 2048 - JavaScript
- Kirby Quick Draw - Pico-8
- Piconian - Pico-8
- Sixlets - Pico-8
- Sixlets II - Pico-8
- Snowman - Pico-8
- Space Radians - Godot

Misc. Projects and Experiments
In addition to some of the more organized projects I've completed, I've also worked on an assortment of miscellaneous projects that don't fit into other categories. Here are a few of my favorite.
- I've made contributions to the Firelight emulation frontend
- Utility plug-in scripts for the Aseprite pixel art editor
- The Ecco the Dolphin text generator
- Basic Markdown to HTML parser written in Nim
- A recreation of the Living Worlds color cycling effect in Rust
- Hexdiff - A simple binary comparison tool written in Rust
