Code Got Cheap. Software Didn't.
AI lowered the cost of generating code. The expensive parts moved into understanding, verification, maintenance, and trust.
Posts tagged ai on the digital lair: related software engineering notes, AI writing, systems posts, book notes, and archive entries.
AI lowered the cost of generating code. The expensive parts moved into understanding, verification, maintenance, and trust.
With Tailscale, Termius, and dtach you can reach a Claude Code session from your phone without exposing your dev machine to the public internet.
A practical post-checkout hook that keeps local Claude Code memory files available in every Git worktree without committing them to the repository.
Linear regression predicts numeric values by fitting a linear function to data. Here is a compact NumPy implementation, plus the important reason not to call logistic classification linear regression.