Header image for Remapping the Logitech R500s on Ubuntu 24.04 with keyd

Remapping the Logitech R500s on Ubuntu 24.04 with keyd

Here’s my latest keyboard:

Header image for The Cure for the Vibe Coding Hangover

The Cure for the Vibe Coding Hangover

A practical framework for building software with AI agents.

Header image for WTF is BM25?  The Intuition Behind the Algorithm

WTF is BM25? The Intuition Behind the Algorithm

BM25 is an unsung hero powering heaps of stuff you use every day – think search bars, recommendation systems, or even those fancy AI chatbots that somehow dig up the right info from a mountain of text (we're looking at you, Retrieval-Augmented Generation).

Header image for ⚡️ Latent Space - The new OpenAI Agents Platform

⚡️ Latent Space - The new OpenAI Agents Platform

OpenAI have dropped their new Agents Platform. Swyx and Alessio chat with Nikunj Handa and Romain Huet of OpenAI to discuss the release.

Header image for The Python Lambda Tutorial You Never Asked For

The Python Lambda Tutorial You Never Asked For

Let's be real, nobody wakes up in the morning thinking, "You know what I need more of in my life? Python lambda functions." But here we are. Buckle up, because this is the lambda tutorial you didn't ask for -- but secretly need.

Header image for Founders #383: Todd Graves' $10B Chicken Finger Dream

Founders #383: Todd Graves' $10B Chicken Finger Dream

I listened to Senra's great episode on Todd Graves of Raising Cane's fame this morning. Here are my snips from the episode.

Header image for AI Engineer Summit 2025: Agents at Work

AI Engineer Summit 2025: Agents at Work

Header image for Using the BytesIO Class in Python

Using the BytesIO Class in Python

The io.BytesIO class in Python is an in-memory stream for binary data. It provides a file-like interface that lets you read and write bytes just like you would with a file, but all the data is kept in memory rather than on disk. This can be extremely useful when …

Header image for Linking to Posts in Python Pelican

Linking to Posts in Python Pelican

Pelican provides a syntax for linking to another post by its filename.

Header image for Copying Files in Linux With a Progress Bar

Copying Files in Linux With a Progress Bar

I’ve long used rsync for high fidelity, detailed copies of large swathes of files in Linux. For example: