A summary of the dispute in which chardet's original author argues that the LGPL-to-MIT relicensing was invalid, and the formal launch of the React Foundation under the Linux Foundation. Two very different cross-sections of OSS governance.
One engineer plus AI reimplemented Next.js on Vite for about $1,100 in token cost. The result, vinext, shipped with 4.4x faster builds and a 57% smaller bundle, and is already running in production during its first week.
Firefox 148 is the first browser to ship the Sanitizer API. With setHTML(), developers finally have a standard browser-level way to replace innerHTML safely and eliminate XSS with minimal code changes.
Two arguments: a renewed look at Web Components asking ‘Do we really need React?’ and a push to ‘turn Dependabot off and switch to Go’s vulnerability checker.’ Both revisit long‑standing defaults with technical reasoning.
jQuery 4.0 was released on January 17, 2026. This is a catch-up for people who drifted away after the painful 1.x to 2.x transition, covering what changed in 3.x and what changed again in 4.0.
Free translation API with no signup required. Working JavaScript example, browser CORS behavior, the daily request limit you need to plan around, and response format — everything to drop it into a small web tool.
An experiment in exchanging WebRTC signaling data via QR codes to achieve P2P voice calls with zero servers. Covers SDP chunking/reassembly and ICE candidate gathering.
How to design a large watch-together event for tens of thousands of viewers, including time synchronization, event cue sheets, and effects that tolerate real-world drift.