Writing a basic service for GNU Guix (tannerhoelzel.com)
55 points by hermitsings 8h ago 15 comments
A Bytecode VM for Arithmetic: The Parser (abhinavsarkar.net)
17 points by Bogdanp 23h ago 0 comments
Benchmarks in CI: Escaping the Cloud Chaos (codspeed.io)
15 points by adriencaccia 2d ago 4 comments
Why Semantic HTML Still Matters
4 todsacerdoti 1 8/3/2025, 12:01:18 PM jonoalderson.com ↗
> contain: layout; tells the browser it doesn’t need to recalculate layout outside the element.
> will-change: transform; hints that a compositing layer is needed.
> isolation: isolate; and contain: paint; can help prevent visual spillover and force GPU layers.
That sounds like some powerful optimization strategies! I'll need to research these. Favoriting this article for later reference...