Filip Troníček

@trnck.dev

I like computers and cameras, mostly the things they make. Under no circumstances trust anything I write in here

npm v12 is now generally available. npm install now makes install scripts, Git, and remote-URL dependencies opt-in by default. We're also retiring npm 2FA-bypass GAT: no account management (early Aug 2026), no direct publishing (~Jan 2027). More info at github.blog/changelog/20...

npm install-time security and GAT bypass2fa deprecation - GitHub Changelog

npm v12 is now generally available and tagged latest. This major release turns on the install-time security defaults we announced in June, and it’s also where we begin a deprecation…

github.blog

Today's fun browser fact: on macOS, browser don't transform letter case when applying a keyboard shortcut with ⌘. This means that listening for "⌘⇧a" triggers after hitting those keys, but if you change the shortcut to be "^⇧a", it will not trigger (the "a" will be transformed into uppercase).