bytequill
Your profile photo — portrait by Prince on Pexels
Portrait photo by Thanh Xuan Nguyen Ly on Pexels
Featured

Your dev server reloads twice, and the second one costs you 400 ms

Every save triggered two rebuilds on my machine and I assumed it was the file watcher. It was not. Here is how I traced the duplicate event through the bundler cache and cut cold reload from 1.4 s to 610 ms.

Laptop showing a code editor in a dim room — photo by Daniil Komov on Pexels
41 likes·226 reads
Portrait photo by Ben Khatry on Pexels

Reading the Node 24 release notes so you don't have to

Three changes actually matter for application code: the permission model is no longer experimental, the built-in test runner reports coverage per file, and single-executable builds finally handle native addons.

68 likes·137 reads
Portrait photo by Foto Sushi on Pexels

How Wasm GC quietly changed the cost of interop

Cover art by fernstitch. Passing a string across the boundary used to mean a copy, a length prefix and a manual free. With reference types the copy is gone, but the numbers are stranger than I expected.

Abstract geometric illustration in blue and green — artwork by Landiva Weber on Pexels
583 reads