Why a local model server hangs at 100 percent CPU on launch
A server spins forever when started as a subprocess but runs fine from a terminal; the cause is a stripped environment breaking new cache-path resolution code.
Related
Chasing a phantom padding bug through a C++ tokenizer
A long hunt for pad tokens appearing at the start of every chunk, ending in a switch to left-padding so the last token lands where embeddings want it.
Claude Code Installation Guide for Windows 11: Setting Up with WSL2
A step-by-step walkthrough for installing Claude Code on Windows 11 via WSL2, covering Node.js setup, npm configuration, authentication, and troubleshooting.
Complete Claude Code Workflow Setup Script
A bash script that scaffolds a Claude Code project by creating custom commands for PRD analysis, TDD development, code review, and other workflow steps.
Four failed fixes before a QR code app finally scans
Building a QR generator, Claude tries a broken API, a second API, then fake canvas pixels — before switching to a real QR library that scanners can read.