My personal bookmarking board
Vim Classic is a fork of Vim 8.x for long-term maintenance, providing a stable, dependable editor — maintained entirely by humans.
Paweł Dąbrowski argues that Rails' default "Rails Way" becomes insufficient for applications exceeding roughly 100,000–150,000 lines of code. At that scale, the lack of explicit boundaries and domain modelling produces a maintenance tangle. He proposes five foundations — each building on the previous — that keep large Rails apps comprehensible and growable.
Jeremy Fairbank (Test Double) shares six practical lessons from building a Claude skill to help teams navigate complex setup documentation for a data ingestion platform. The skill acts as a "seasoned captain" — the documentation is the map, but the skill guides developers through it step-by-step, adapting to their specific codebase context. The most important insight is that context cannot be dumped wholesale into a skill. A 55,000-character document caused immediate token warnings and premature compaction. Effective skills read documents in sections, persist state across sessions, and explore the developer's existing codebase before prescribing steps.
Julia Evans migrated her websites from Tailwind CSS (used for eight years) to vanilla CSS with semantic HTML. The migration was driven by improved CSS knowledge, making Tailwind's scaffolding feel unnecessary; friction from mixing Tailwind with vanilla CSS; and a principled commitment to taking CSS seriously as a discipline. The article is partly a technical guide, partly a philosophical argument that CSS expertise deserves respect — not dismissal.