Recent posts
The perfection of digital serfdom
The rise of generative AI is the perfection of digital serfdom.
Saturday, Aug 16 2025We need more personal computing
It sucks that we went from mainframes (computers that we didn't own but just got access to use) to PCs (computers that we fully owned), and now we're slowly losing that.
Thursday, Aug 14 2025Understanding Database Atomicity
By the end of this post, you will understand database atomicty and know when and how to leverage it with and without Laravel's very useful abstractions.
Saturday, Aug 9 2025The AI Hype is Designed to Exploit Your Insecurity
My goal, with this post, is to show you that this latest wave of AI hype has, at its core, been driven by induced insecurity and fear-mongering about what will happen to us if we don't embrace it.
Sunday, May 18 2025Exploring the Actor Model in Rust
This blog post will explore the actor model using Rust. We'll discuss why it's a valuable approach, the challenges it helps overcome, and how to use it practically in your Rust programs.
Saturday, Apr 12 2025
Start here
A Brief Exploration of Traits and Lifetimes in Rust
In this post, I'll show how traits and lifetimes serve similar purposes to concepts like interfaces in OOP, but with some important differences.
Saturday, Dec 21 2024Multistage Docker Builds for Go Web Apps
Tried to shrink the docker image for my Go blog and ended up learning a lot about compiling Go binaries on different Linux distros.
Saturday, Aug 3 2024Exploring Pub/Sub for Building Scalable Systems in Go
In this article, we will see how publish/subscribe allows us to build resilient, loosely coupled, and scaleable systems that align more with the demands of modern data-intensive, distributed applications.
Saturday, Apr 27 2024