Latest Story

C++ const keyword.

TL;DR const in C++ is a promise. Use it on parameters or functions to say, “I’m not changing this.” It makes your intent clear, prevents accidental changes, and improves code….

CachyOS for Gaming

TL;DR: Pop!_OS was outdated and couldn’t handle my new AMD GPU. I tried alternatives like SteamOS, but that failed too. Eventually found CachyOS, an Arch-based, but plug-and-play distro. Now everything….

Being a Programmer

TL;DR: Being a programmer is weird. Sometimes you solve tough problems and feel amazing. Other times you spend 8 hours hunting a missing semicolon. You can feel exhausted, yet have….