The Work Was Always About Understanding
Writing code used to build some understanding along the way. AI can now produce the diff without producing that understanding.
Loading...
Writing code used to build some understanding along the way. AI can now produce the diff without producing that understanding.
A number from agricultural history made the AI analogy click: farming did not vanish when labor shrank, and software may be entering a similar turn.
The vibe can start the first pass. Shipping software needs process: research, plans, measurable gates, review, and evidence.
AI lowered the cost of generating code. The expensive parts moved into understanding, verification, maintenance, and trust.
Snow Crash is absurd, loud, deeply weird, and somehow still full of ideas that escaped into the real world.
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.
Use Claude Code CLI to generate meaningful commit messages following conventional commits format.
I've just finished reading Children of Time by Adrian Tchaikovsky, and I devoured it in just a few days. It’s one of those books that grabs your imagination from the start and doesn’t let go until the last page.
Ad lazy loading is not just "load when visible". A useful implementation separates layout reservation, bid requests, rendering, and refresh policy, then tunes each step around real latency and viewability goals.