
NASA astronaut and Artemis II Commander Reid Wiseman took this picture of Earth from the Orion spacecraft’s window on April 2, 2026, after completing the translunar injection burn.
Observations while developing web applications and creating great software.

NASA astronaut and Artemis II Commander Reid Wiseman took this picture of Earth from the Orion spacecraft’s window on April 2, 2026, after completing the translunar injection burn.
This is your reminder to make sure you’re using npm min-release-age, pnpm minimumReleaseAge, or yarn npmMinimalAgeGate to protect your projects.
You should also check to ensure your projects are not already compromised.
Any system that ran
npm install(or equivalent) resolving[email protected]or[email protected]after 2026-03-31T00:21:58Z may have executed the stage-2 payload.
See also the Stage 2 macOS trojan analysis for more detail and IoCs.
Cheng Lou introduces a library providing text height without DOM calculation in the hot path, manual line routing, and width-tight multiline UI:
Pure JavaScript/TypeScript library for multiline text measurement & layout. Fast, accurate & supports all the languages you didn’t even know about. Allows rendering to DOM, Canvas, SVG and soon, server-side.
Pretext side-steps the need for DOM measurements (e.g.
getBoundingClientRect,offsetHeight), which trigger layout reflow, one of the most expensive operations in the browser. It implements its own text measurement logic, using the browsers’ own font engine as ground truth (very AI-friendly iteration method).
Check out the demos.
Curious how gzip works? This post by Ian Erik Varatalu explains it step by step.
gzip wraps around huffman coded input, the huffman coded input wraps around lz77 back-references, and the back-references wrap around the actual bytes.