Could npm be rebuilt on atproto? www.jasnell.me/posts/what-i...
Why is Meta destroying its engineering organization?
Leadership at the social media giant has been on an AI-fueled rampage through its engineering org. We look into what's happened the last two months, all of it self-inflicted: newsletter.pragmaticengineer.com/p/why-is-met...
A thought experiment about what a package registry would look like if built on atproto.
Code is Cheap(er).
Understanding is Expensive(er).
htmx.org/essays/code-...
â ïž Updates are now available for the 26.x, 24.x, 22.x Node.js release lines for the following issues.
More information here: https://nodejs.org/en/blog/vulnerability/june-2026-security-releases
TanStack Table V9 cut TypeScript type-checking cost 62â86% via named feature maps, interface-based internal types, "in out" variance annotations, and explicit type arguments in adapter hooks.
It's a useful type performance learnings for other library authors!
tanstack.com/blog/tanstac...
Trivikram Kamat
Trivikram Kamat
Node.js
ð Security release for undici (the HTTP client powering Node.js fetch).
We've shipped fixes for 8 advisories across all supported lines. Please upgrade:
⢠v8 â 8.5.0
⢠v7 â 7.28.0
⢠v6 â 6.27.0
npm i undici@latest
Details ð§µð
Talks from CascadiaJS 2026 are going up, and we're going to kick things off with the epic closing keynote from @t3.gg where he dropped lakebed.dev and talked about how it's time for developers to rethink... everything!
youtu.be/TV6f2weVgCI
Babel 8! After all these years! What a surprise!
babeljs.io/blog/2026/06...
ð£ TypeScript 7's Release Candidate is now out! ð£
The new native rewrite is almost here. Try it out on your codebases, and make sure your team is ready for the upcoming 7.0 release!
your token costs: lower
your server costs: lower
your bandwidth costs: lower
not to mention the fact that you'll ship in half the time and tear out less hair in the process. just use @svelte.dev, people. it's like other frameworks but better
Today we are releasing Babel 8. It's been 8 years since we released Babel 7. And that's not without reason.
Node.js® is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.
We measured the LLM token cost of 5 frontend frameworks on identical components. Svelte wins, Angular costs 38% more â and your AI bill feels it. #webdevelopment
TanStack Table V9's types do a lot more than V8's did. Here's how we cut type instantiations by 62-86% across every package between alpha.54 and beta.12 to keep the editor experience feeling instant.
In this essay, Carson Gross argues that as AI makes code cheap to produce, understanding code becomes the expensive and scarce resource. He warns of the complexity that LLM code can generate and propo...