
Redoing my website in 2026
I originally created my website in July 2021, at which point we were deep into the pandemic. I had decided I wanted to start streaming more so I created a website for myself, and I did it on stream. 5
Search for a command to run...

I originally created my website in July 2021, at which point we were deep into the pandemic. I had decided I wanted to start streaming more so I created a website for myself, and I did it on stream. 5

On my gaming laptop, I experienced issues with USB devices disconnecting. I wanted to get to the bottom of it and I did the following things. Before you go any further, this may not be relevant to you

About 2 days ago, I learned that you can use web APIs to edit video. In the past, I've used ffmpeg, which is an amazing open-source cross-platform command line tool that pretty much every company uses

If youโve been reading my blog or watching my Twitch streams you may have already seen me talk about text-to-speech apps. If not, a quick overview: I built a text-to-speech app for Windows using C# and Windows Presentation Framework. You can read ab...

sf6vid is a command line tool that allows you to censor player data in a Street Fighter 6 game play video. How it works sf6vid is a command line tool. In order to use it you need to install it and execute the file from your terminal. In the future th...

I made a user script as a gist for making the Twitch Dev site use dark mode. It should work on all dev.twitch.tv and dev.twitch.com pages at the /docs path. If you find a bug, let me know in the blog or gist comments. https://gist.github.com/techygrr...

Problem Currently, Twitch has both dark and light modes for the UI, but when you go into Theatre Mode, your preference for light mode is ignored and you're forced to use dark mode. Many users find it easier to read in light mode, but the option to vi...

About I developed a simple panel extension that displays the commands available in my channel. It uses an API endpoint to fetch a list of commands and displays it in the panel. I built it using Svelte. Desktop This is what it looks like on desktop. ...

Previously, I had built a text-to-speech app on Windows to help me listen to my Twitch chat while streaming. You can read about the project, why I built it, and download it here. This post is about the macOS version which I built on stream. If you're...