Building an Atari Punk Console

After going down a few YouTube rabbit holes, I learned about a popular starter project for those interested in DIY synthesizers: The Atari Punk Console. Also...

Ray Tracing in Rust

Ray tracing is a bit of buzzword in the computer graphics / gaming world, and I never really looked into until a ran across this ray tracing example in Mojo....

Dual Booting Windows 11 and EndeavourOS

I’ve been using Ubuntu Budgie for the last 3 years, but I recently got a new laptop and decided to switch things up and try EndeavourOS. Until now, I’ve only...

Random Password Generator in Rust

I’ve recently been playing around with the Rust programming language, and thought it’d be fun to put together a simple program that generates a random passwo...