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...

Monty Hall Simulation

I recently watched a video explaining the Monty Hall problem, and thought it would be fun to write a small Python program that proves that the less-than-obvi...

Block Puzzle Game with React

I find it interesting when people use a programming language / framework outside of it’s intended use cases. Oftentimes this happens when the developer simpl...