All Articles
Spotlight: Meta Prompting
A great article about meta prompting, from Jayson Lennon, instructor at Zero to Mastery
Advent of Code 2025: Day 1, Part 1
My solution and thoughts on Day 1, Part 1.
Spotlight: Rust Unit Testing - File Reading
A spotlight on an article about unit testing that I found via This Week in Rust.
Advent of Code 2025: The Day Before
I'm going to try Advent of Code again this year, but this time I'm taking a different approach.
What I Learned: Baby Steps to OpenRouter
A short piece documenting the progress I made to understand how to use the OpenRouter API.
The Dark Side of AI: Cleaning Up a Mess
The author dug himself quite a nice little hole today, fortunately the production branch saves the day.
Towards a Custom Memory Allocator in Rust
An introduction into "systems programming" by considering what a safe memory allocator might look like.
This Week in Crusty Rustacean Land
A look at the week that just happened...and thoughts on the week ahead.
Declarative Macros in Rust
Some notes from Claude about declarative macros in Rust
Understanding Generics in Rust: When and Why to Use Them
A quick take on generic types in Rust, with a simple example