Advertisement · 728 × 90

Posts by Trivikram Kamat

@pnpm.io v11 will be released soon. On top of the new 24h minimumReleaseAge (and other security-related features), there is a ton of perf goodness, like a SQLite store instead of a plethora of small JSON files. Let's help them test the RC and report back:
> pnpm self-update next-11

16 hours ago 39 5 1 0
Preview
Announcing TypeScript 7.0 Beta - TypeScript Today we are absolutely thrilled to announce the release of TypeScript 7.0 Beta! If you haven’t been following TypeScript 7.0’s development, this release is significant in that it is built on a comple...

TypeScript 7.0 Beta is here!

Built on a new native and parallelized foundation, it's already being used on multi-million line codebases.

Read up more here and try it on your projects today!

devblogs.microsoft.com/typescript/a...

5 hours ago 191 48 2 6
Preview
quic: complete the QUIC/HTTP3 implementation by jasnell · Pull Request #62876 · nodejs/node This PR is necessarily quite large, and I apologize for that. This gets the QUIC and HTTP/3 implementations to a functional state with a complete suite of tests and docs. The PR contains the necess...

github.com/nodejs/node/...

5 hours ago 11 1 1 0

Do not unleash your AI-powered bot into people's GitHub repos without asking first.

If you do that on any of the repos I maintain, your bot is likely to get banned.

(I've already banned a few).

7 hours ago 34 5 0 3
Preview
NodeConf EU 2026 NodeConf EU is back! And this time it has a distinctively Italian flare. The key Node.js community event in Europe is picking up roots and heading down to Bologna, Italy. September 29th and 30th. Ha...

Reminder: get your NodeConf EU 2026 talk proposals in: docs.google.com/forms/d/e/1F...

1 day ago 6 4 0 0
Post image Post image

Well hey, look at that. It works.

1 day ago 28 1 0 0
Post image

Rspack / Rsbuild 2.0 stable is coming next week!

One key improvement: we've trimmed npm deps across core packages to the bare minimum. This lowers supply chain risk and speeds up installs.

4 days ago 42 3 4 0
Advertisement
Preview
How The Heck Do QR Codes Work? (An Interactive Exploration) Interactively dive into the layout and encoding of QR codes

Have you ever scanned a dirty or crumpled up QR code, *certain* it wouldn't work, and then it instantly does?

They're built to be really resilient! Here's a guide I put together, full of interactive visuals to show the design choices in the QR spec.

perthirtysix.com/how-the-heck-do-qr-codes-work

11 months ago 38 16 1 2
Video

I built an interactive guide on how GPS works!

perthirtysix.com/how-does-gps...

1 week ago 131 33 5 2
Changes in the system prompt between Claude Opus 4.6 and 4.7 Anthropic are the only major AI lab to publish the system prompts for their user-facing chat systems. Their system prompt archive now dates all the way back to Claude 3 …

Since Anthropic publish their system prompts we can generate a diff between Claude Opus 4.6 and 4.7 - here are my notes on what's changed simonwillison.net/2026/Apr/18/...

2 days ago 155 8 12 1
Building pi in a World of Slop — Mario Zechner
Building pi in a World of Slop — Mario Zechner YouTube video by AI Engineer

Excellent talk from @mariozechner.at on coding agents, and "slowing the fuck down" www.youtube.com/watch?v=Rjfb...

18 minutes, this is a very good time investment (while your agent is coding for you of course ;-)

If you prefer to read: mariozechner.at/posts/2026-0...

4 days ago 15 3 0 0
ha ha! svelte!

ha ha! svelte!

svelte is officially Enterprise Ready™. tell your CTO on linkedin

www.thoughtworks.com/radar/langua...

4 days ago 189 16 9 1

We are happy to announce the NodeConf EU is returning in 2026. This time, things will be a little different. While the Irish countryside made for a beauttiful backdrop for getting the community together to talk about Node.js, there have always been a number of logistical challenges to hosting there;

4 days ago 28 14 1 2
Preview
Features everyone should steal from npmx What happens when users design their own package registry frontend

Features everyone should steal from @npmx.dev nesbitt.io/2026/04/16/f...

5 days ago 50 5 1 1

Btw... Stay tuned for some possibly NodeConf EU shaped news very soon....

5 days ago 22 6 0 0
Advertisement
Preview
Under the hood of MDN's new frontend | MDN Blog You may have spotted that MDN has a new frontend. There's plenty happening under the surface, so let's unpack the technologies we chose, the architectural decisions we made, and why we did a rebuild…

This React -> Web Components post by the MDN team touches on challenges and solutions I've seen dozens of times over frontend's lost decade. Kudos to them for the improvements in performance, and the bravery to tell the story in an unvarnished way:

developer.mozilla.org/en-US/blog/m...

1 week ago 57 10 1 0

Thank you, @broooooklyn.bsky.social, for taking time to review and merge my contributions!

6 days ago 1 0 0 0

We have significantly enhanced the CLI experience in @napi-rs/cli@3.6.2.
Huge kudos to @trivikram.bsky.social

6 days ago 4 1 1 0
Nerds in a Room.

Nerds in a Room.

Great Node.js Collab Summit in London the past 2 days. Lots accomplished.

6 days ago 29 4 2 0
Post image

Shortlisted proposals at the end of the "Node.js use of AI in contributions" session

1 week ago 0 0 0 0

The point made by @jasnell.me was worth - we should ask ourselves a question as collaborators when reviewing pull requests: "Do we trust the individual, and do we trust the proposed code change?"

And this is defined by the ability of the individual to explain the code.

1 week ago 0 0 1 0
Post image

There was a discussion on the retro board with Pros, Cons and Concerns/Thoughts

easyretro.io/publicboard/...

1 week ago 0 0 1 0
Post image

From Ecosystem:

➡️ Human accountability is non-negotiable
➡️ Purely machine-generated code without human involvement are not welcome.
➡️ Maintainers retain authority to accept or reject Al-generated contributions at their discretion.
➡️ Tool use should be disclosed (recommended
Assisted-by commit tag).

1 week ago 0 0 1 0
Post image

@openjsf.org allows AI-assisted code as long as a "human" is in the loop.

Only humans can certify a Developer Certificate of Origin (DCO)

openjsf.cdn.prismic.io/openjsf/aca4...

1 week ago 1 0 1 0
Advertisement
Post image

At #OpenJsSummit, we're now discussing "Node.js use of AI in contributions" - a very hotly debated topic 🍿

github.com/openjs-found...

1 week ago 0 0 1 0
Preview
The Vertical Codebase Let's take a look at why the common, horizontal code structure is not ideal, where it breaks down, and what we can do about it.

📚 Colocation matters. Cognitive load matters. Boundaries matter. High cohesion matters. Yes, even in the age of AI (maybe even more so).

Enter the vertical codebase:

1 week ago 70 11 8 4
GitHub - JuliusBrussee/caveman: 🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman 🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman - JuliusBrussee/caveman

The USP of caveman skill/plugin might be time saved in reading responses, over the cost savings in tokens!

I liked it's tagline too 😆
"why use many token when few do trick"

github.com/JuliusBrusse...

1 week ago 0 0 0 0
linux/Documentation/process/coding-assistants.rst at master · torvalds/linux Linux kernel source tree. Contribute to torvalds/linux development by creating an account on GitHub.

The Linux kernel AI guidelines are the first sane that I read. It is not a coincidence. Where high level work is done, high level work is pretended, regardless of the tools. github.com/torvalds/lin...

1 week ago 50 11 0 2
Preview
What To Know in JavaScript (2026 Edition) An overview of what's new in language features, frameworks, runtimes, build tools, testing, and more.

What To Know in JavaScript (2026 Edition)

frontendmasters.com/blog/what-to...

1 week ago 6 3 0 0
Preview
loader: implement package maps by arcanis · Pull Request #62239 · nodejs/node This PR adds a new --experimental-package-map=<path> flag letting Node.js resolve packages using a static JSON file instead of walking node_modules directories. node --experimental-package-ma...

I'm working on a feature called package maps for Node.js - it's leveraging everything I learned about package resolution these past six years, in a design that's both simple and flexible enough to be backward compatible with existing installs. I'm very excited about this! github.com/nodejs/node/...

1 week ago 39 8 13 1