Building Pather: A Pathfinding Library for My Game's Enemies
August 05, 2026Kuesuto is my Zelda-inspired pixel-art action RPG, and at some point its enemies needed to stop walking into walls. An enemy that aggros…
Kuesuto is my Zelda-inspired pixel-art action RPG, and at some point its enemies needed to stop walking into walls. An enemy that aggros…
The most impressive thing I've watched a coding agent do this year had nothing to do with application code. I asked pi for a feature it…
Terminal-based AI coding agents have gone from novelty to daily driver for a lot of developers, and two names come up constantly: Claude…
Updated August 2026: Anthropic no longer permits third-party tools to authenticate with Claude Pro or Max subscriptions. The provider…
In updating my personal blog, built with Gatsby, I encountered an array of dependency errors and compatibility challenges. My initial…
Setting Up Ruby on Rails on Windows Setting up Rails on Windows can be a straightforward process with tools like Scoop and msys2 . This…
Understanding JavaScript Iterables: A Key ES6 Feature When ES6 (ECMAScript 2015) was introduced, JavaScript developers were given new tools…