@jjrdn.bsky.social

Nub v0.9.1 — Nub autosizes the libuv threadpool on beefier machines Node caps the threadpool at 4. Nub lets this float to the number of machine cores (with conservative nicing beyond 4), increasing max throughput for crypto, zlib, DNS, and native addons like bcrypt and sharp

Bild

Maybe one nuance to make here is that custom properties ALWAYS compute before they inherit. With @property you control _what_ it computes to, not _when_. If nothing is specified, you inherit the raw token stream, otherwise you get a parsed value. (And if that parsing fails, you get brm.us/iacvt)

Firefox for Web Developers@webdevs.firefox.com · 5d ago

When and how CSS custom property values are calculated might not be what you expect, and it has a big impact on your styles…

If you use Claude Fable or Opus and want them to speak clearly to you, steal this: “Explain in simple plain language. Limit paragraphs to six sentences or fewer. Limit sentences to eleven words or fewer. Explain every uncommon term the first time it is used, and add a glossary.”

"The idea that an organization that is an alternative host—for email, websites, and other services—could be designated a terrorist organization simply for providing a service that a lot of people want…is scary," EFF’s @jillian.bsky.social told @reason.com.

Rubio uses terrorism law to ban secure email service

The State Department doesn’t accuse Autistici/Inventati of doing anything more than providing surveillance-free email accounts. But that’s enough to declare it a terrorist organization.

reason.com

I was going to do a short post on Modern Web Guidance; it turned into a huge deep dive. Here's what it does, why it raised eyebrows, and on-point information with truth bombs. I tried to be complete and honest. It's not magic, but in time, it might just make the web a little bit better.

Modern Web Guidance as a starting point for my own token skills: getting agents to write better CSS | utilitybend

How Google's Modern Web Guidance feeds Baseline-aware platform best practices into AI coding agents, how to pair it with your own design token skills, and an honest look at its telemetry, Apache-2.0 l...

utilitybend.com

An interactive demo showing how all the values adjust in real time as the grid is resized. codepen.io/t_afif/full/... via @codepen.io All the values are integers, so you can use counters to display them.

CSS by T. Afif@css-only.dev · 4w ago

💡 CSS Tip! Using modern CSS, it is now easy to extract information from a responsive grid. You can get the number of columns, the number of rows, and item coordinates. css-tip.com/grid-informa... A handy code to save for (hopefully) the near future.

Overview of the CSS code from the linked post

Ideally the parent would handle this yeah. Components should stay "stupid". Their primary concern is just rendering out the data they receive, not transforming or managing data themselves. This might also be a good usecase for a reactive class in a .svelte.ts file.