Editorial note: A mix today — a playful typography toy, a clear explainer about an odd organ, and two stories that ask how software should be built and governed: one about public-sector independence, the other about developer tools meeting AI agents.
In Brief
Make cursed fonts like Times New Bastard
Why this matters now: The Bastardica web tool (the “Times New Bastard” demo) lets designers and memesters quickly generate grotesque, parody typefaces that highlight how much visual identity and legibility live inside a font.
“The demo lets you procedurally tweak glyph shapes, spacing and contrast to create grotesque, uncanny, meme-ready fonts,” according to the project page.
Bastardica is a tiny, delightful playground for typography nerds and internet culture folks. You can warp familiar letterforms, producing anything from mildly unsettling to outright unreadable faces — perfect for posters, joke projects, or experimentation. The Hacker News thread praised the creativity but raised reasonable flags: accessibility and legibility concerns, and the potential for brand confusion when a parody font too closely resembles a known typeface. If you’re a designer who likes to tinker, try the Bastardica demo and remember that cursed type can be funny and harmful in the same breath.
Why is the liver so weirdly regenerative?
Why this matters now: The explainer on liver regeneration clarifies the biology behind why liver mass can recover from severe loss — an important concept for anyone following medical advances, transplant policies, or drug safety.
“The liver is a ‘battery pack’ of largely interchangeable cells,” a commenter summarized, which helps explain its ability to replace lost units rather than rebuild complex anatomy.
The short take: hepatocytes and supporting cells are unusually plastic, able to re-enter the cell cycle and multiply after injury, guided by immune signals and growth factors. That’s why a liver can regrow from as little as 25% of its prior mass — though the organ often restores function and volume more than original shape. The piece also warns that chronic insults (like fatty‑liver disease) can trap the tissue in a dysfunctional state, which is where medical interventions and public‑health measures still matter. Read the fuller explanation at the author’s post.
Deep Dive
DAWO: Dutch government builds an alternative workplace around NixOS
Why this matters now: DAWO (Digitaal Autonome Werkomgeving Overheid) is a public, modular blueprint that gives Dutch agencies a verifiable, replaceable alternative to Windows and Microsoft 365 — a real move toward digital sovereignty.
“An open workplace is made of replaceable building blocks,” the DAWO project states on its site.
DAWO isn’t a single product to install; it’s a community effort to assemble reusable components: a NixOS‑based OS image, cloud infra patterns, collaboration tooling, and even open AI building blocks that can be audited and swapped. That design answers a familiar government problem: how to avoid vendor lock‑in while keeping day‑to‑day operations practical. By leaning on NixOS, DAWO emphasizes reproducible, declarative system images that are easier to inspect and rebuild than proprietary stacks.
The implications are practical and political. Practically, Nix’s immutability and reproducible builds make patching and verification simpler for auditors and security teams. Politically, DAWO signals that a major EU government wants the ability to host and validate critical systems within a European context — data residency, supply‑chain transparency, and legal oversight matter. Practitioners should watch how DAWO balances convenience (packaged images, workflows) with the overhead of maintaining an open community around ops and support.
Adoption risks are real: moving entire agencies off entrenched desktops and suites requires training, compatibility testing, and clear migration paths for legacy data. But DAWO’s modular blueprint could serve as a reusable reference across Europe; if the project sustains an active community and clear upgrade paths, other governments may copy the pattern instead of the vendor. You can explore DAWO’s goals and components at their site.
Rails World 2026 opening keynote: DHH bets on agents and new runtimes
Why this matters now: David Heinemeier Hansson’s Rails World keynote framed Rails’ future around AI agents and smaller, purpose-built backends — a provocative call that pushes web teams to rethink how code is written and maintained.
“Long live Ruby. Long live Rails,” DHH signed off, even as he argued for “pencils down” on hand‑written code and for agentic workflows.
DHH’s argument is twofold. First, he sees agent tools as an opportunity to remove repetitive, brittle code — Rails’ conventions can make projects easier to describe and thus easier for agents to act on. Second, he champions leaner backends and one-shot native apps, showing examples where parts of an application were rebuilt in other runtimes like Rust. The underlying thesis: conventions make systems tractable for automation, and automation can relieve teams from tedious maintenance.
Reaction split along predictable lines. Optimists in the room treated agents as a tool to address legacy cruft and painful technical debt. Skeptics warned of the usual AI traps: generated patches that miss security checks, opaque agent decisions, and the risk of deskilling teams. There’s also a cultural beat here — DHH’s embrace of non‑Ruby runtimes (he cited Rust examples) unsettled purists who expected a Rails conference to double down on Rails‑specific craft.
What to watch next: whether teams adopt “bring your own agent” workflows and how they instrument guardrails so agents don’t introduce regressions. If DHH’s vision gains traction, we’ll see more tooling that exposes high‑level, convention‑driven interfaces for automation, plus a demand for robust agent testing and human‑in‑the‑loop review. The keynote video and discussion are available for replay at the Rails World talk.
Closing Thought
Small projects (a cursed font toy) and public‑sector blueprints (DAWO) both remind us that software choices are cultural as well as technical: play can expose how we read interfaces; infrastructure projects show what we value in governance. Meanwhile, developer platforms are wrestling publicly with where human judgment should live in an agentized future. Keep an eye on projects that make inspection and replaceability first-class — they’re the most durable bets.