Many voices. One Flagrant.

Development

Feeling John Henry

February 17, 2026

This week, for the first time, I decided to try out a coding agent using the Zed editor on a free pro trial. As a seasoned developer I have found patterns that suit my pace and personality so there is often resistance to trying out the latest new tool that might disrupt my workflow. Of course,

Developer Roundtable: ParEdit

September 24, 2025

What in the world is ParEdit? Here is the “explain it to me like I’m 5” version: “ParEdit is like a helpful assistant for editing code that uses a lot of parentheses (like in math or some programming languages). It makes sure you never accidentally mess up your parentheses, like leaving one

Managing Stuck Servers on macOS

September 24, 2025

If your server seems stuck or unresponsive, or maybe its telling you there is already a process running but you cant seem to find and shut it down, here’s a quick few-step process to identify and kill the process blocking the port: Find the process using the port: lsof -i tcp:3000 This will