$ tail -f ~/blog | grep #showdev
Posts filed under #showdev.
2026-08-04 · 19 min read I wrote down 61 rules, then failed my own repos How oss-kit uses 61 repository maintenance rules and nine agent skills to audit documentation, security, CI, releases, and community files. # opensource · ai · devops · showdev 2026-07-17 · 19 min read Keeping code alive on a DOM you don't own: 12-year Chrome extension story Lessons from maintaining Hacker News Sorted: resilient DOM selectors, failure reporting, daily compatibility checks, timestamps, and extension design. # webdev · showdev · javascript · sideprojects 2026-07-16 · 21 min read The four places a hand-rolled Ruby facade gives out When a plain Ruby facade needs more: memoization, namespaces, reusable packs, and error handling, with examples from the briefly gem. # ruby · rails · showdev · opensource