My favorite from this week is Ternlight, because tiny local embedding models make boring docs search feel much more realistic. The Moby Dick workout is the most timeless link here though; it is almost funny how often a plain old big text file still reveals weak app architecture.
News
TypeScript 7.0 RC is the Go-native compiler release candidate: much faster parsing, checking, and emitting; parallel workers controlled with `--checkers` and `--builders`; rebuilt watch mode; LSP editor support; and a compatibility package for side-by-side migration. This already appeared recently, but it is still the tooling story worth tracking.
Google open-sources ZKP libraries for age assurance, building on the Sparkasse partnership and the EU Digital Identity Wallet direction. The useful idea is simple: prove "old enough" without handing a site your birth date, ID document, or a reusable identity trail.
Google Cloud introduces Open Knowledge Format v0.1, an open JSON-based bundle for packaging facts, relationships, provenance, confidence, and examples so agents and catalogs can exchange knowledge without inventing a private schema every time. Early, but the problem is very real.
Article
Sergio Xalambrí shows how React can open a native `<dialog>` with the Invoker Commands API: `command="show-modal"` and `commandfor={id}` on a button, plus a tiny React type augmentation until the JSX types catch up. No `useState`, no ref, no dialog library for the simple case.
Jesse Grosjean's tiny performance test for text and outliner apps: load Moby Dick, scroll, resize, select all, cut, paste, undo, redo, edit in the middle, then check memory. It is old, practical, and still a good sanity check for "user generated content" scale.
Library&tools
Browser-side semantic search with tiny WASM embedding models: the demo searches React docs locally, with `@ternlight/mini` around 5 MB and the full engine plus weights around 7 MB. Nice direction for "search my docs" features that should not call an API for every query.
Frontend runtime graph for React apps that makes readiness, dependencies, cleanup, eviction, cancellation, and race control explicit instead of scattering them across providers and effects. Probably overkill for simple pages, but attractive when your frontend has real services, sockets, SDKs, and identity invalidation.
Other
Docusaurus guide from St. Jude for engineers learning genomics, covering biological foundations, genomic variation, next-generation sequencing, the engineering ecosystem, and advanced topics. Not frontend, but exactly the kind of structured domain primer that helps software people enter a complicated field without pretending biology is just another data format.