Plain: Django Fork Rebuilt for AI Coding Agents
Plain is a Python web framework forked from Django, rebuilt around typed models, explicit routing, and first-party tooling designed for AI coding agents.
Self-updating screenshots for docs
James Adam wired headless Chrome into Jelly's docs build so a single command refreshes every help-center screenshot from Markdown directives.
Zumly - Zoom-based navigation for the web
Zumly is a framework-agnostic JavaScript library that replaces page navigation with hierarchical zoom transitions, adding spatial depth instead of flat swaps.
Email address obfuscation: What works in 2026?
A 2026 benchmark of 15+ email obfuscation techniques, using a live honeypot to measure which methods actually stop spam harvesters, with code examples.
EmDash: WordPress successor that solves plugin security
Cloudflare released EmDash v0.1.0, a TypeScript/serverless CMS isolating plugins in sandboxed V8 workers with capability-based permissions and x402 payments.
Back to FreeBSD: Part 2 - Jails
FreeBSD jails provide OS-level isolation through one kernel primitive, unlike Linux containers combining namespaces, cgroups, and seccomp. Comparison with LXC.
HTTP Strict Transport Security (HSTS)
HSTS forces browsers to only connect over HTTPS, protecting against protocol downgrade attacks, cookie hijacking, and browsing history leaks.
NYT Loads 49 MB and 422 Requests for One News Article
NYT loads 49 MB and 422 requests for one news article, running a live ad auction before the headline renders. Content gets 11-15% of screen space.
Crawl entire websites with a single API call using Browser Rendering
Cloudflare's new /crawl endpoint lets you crawl entire websites with one API call, returning HTML, Markdown, or structured JSON.