Personal Projects

Some other personal projects of interest:

  • Sound board app with numpad keybinds. Useful for adding sound effects when recording, if the system sound is routed to an input (i.e., using jack, Cadence, Ardour, and other packages from the KXStudio project.)
    https://github.com/thomasboziuk/soundboard

  • “Muse Finder” function set, reminiscent of weird websites from the 90’s. Based on someone’s birthday, you are able to find their “muses.”
    Who are someone’s muses? Well, they’re the two leading actors, of the top grossing movie, of the box-office week they were born. Obviously!
    https://github.com/thomasboziuk/muse_finder

  • Scratchwork.xyz is a website displaying the last 7 days of exterior temperature/humidity, compared with temperature/humidity measurements collected inside my house. The chart is created using Plotly in Python, and the webserver also hosts a simple REST API with basic authentication, letting an ESP32 microcontroller submit its collected data into an SQL database.