Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile
Jack Works πŸ•ŠοΈ

@jackworks_asref

Frontend dev at Sujitech.

ID: 1242361530584162304

calendar_today24-03-2020 08:04:14

133 Tweet

514 Followers

27 Following

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

github.com/RupertBenWiser… Secure boot on the Web but even worse. Imagine you cannot set your own signing key for Secure Boot, and the attestation is sent to a big company to decide if you can boot your PC. This is treacherous computing (gnu.org/philosophy/can…).

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

I switched to #Firefox and found it's actually better than Chrome on Android. It supports extensions (dark reader and ublock origin). Its "jump back in" feature is better than Chrome. The only problem for me is passkeys support.

Sukka / ζ―›η»’η»’ηš„ε€§ε°Ύε·΄πŸ¦Š (@isukkaw) 's Twitter Profile Photo

I've already commented on this before. And the exact same thing just happened again, and this time is Next.js. I made a PR months ago github.com/vercel/next.js… and no one reviewed it. The Next.js team member's PR github.com/vercel/next.js… has been merged within hours.

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

Stop the evil #eIDAS! last-chance-for-eidas.org European citizens, take action! This is a crime to everyone in the world, The law doesn't even allow certificate transparency, which means EU governments will definitely forge certificates. #Mozilla #EFF

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

this is why we should all use dual licenses (AGPL+...), to not "code for free". OSS is used by big companies and OSS devs are hated by their HRs. disgusting πŸ–•

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

#Google #Chrome has not solved the _basic_ developer experience regression of MV3 for 3 years (you cannot refresh via F5 since MV3 day 1, issue reported in 2020) and they’re starting to push the deadline again. πŸ‘ŽοΈ developer.chrome.com/blog/resuming-…

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

sad. vsce (the tool you need to use when developing a vscode (Visual Studio Code) extension) officially declined to support yarn 2+ and pnpm. github.com/microsoft/vsco…

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

#Firefox 122 supports native passkeys on macOS, this is the last pain point after I switched from the evil Chrome (remember Manifest V3, FLoC, Privacy sandbox or WEI?).

Artem Zakharchenko (@kettanaito) 's Twitter Profile Photo

πŸ“° Today, I write about patching globals, why it's so appealing, and five reasons that make it a bad API design. I really think you should read it. Huge thanks to Lee Robinson and Jordan Harband for helping me proofread this one. kettanaito.com/blog/why-patch…

Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

To library authors, never ship .ts files as "types" directly. Your user may use stricter tsconfig and they have no way to ignore errors in your code. #typescript

To library authors, never ship .ts files as "types" directly. Your user may use stricter tsconfig and they have no way to ignore errors in your code. #typescript
Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

we the JavaScript pattern matching team are still working on it, this is the similar C++ code in our proposal (for now). pic 1 is what current proposal contains, pic 2 is what might happen with other proposal in the future

we the JavaScript pattern matching team are still working on it, this is the similar C++ code in our proposal (for now). pic 1 is what current proposal contains, pic 2 is what might happen with other proposal in the future
Jack Works πŸ•ŠοΈ (@jackworks_asref) 's Twitter Profile Photo

I found npm leaked my email. I use a different email for every website, and I received two scam emails sent to the address I only use for NPM.

Rob Palmer (@robpalmer2) 's Twitter Profile Photo

ECMAScript excitement πŸ˜‰ Congrats to Jack Works πŸ•ŠοΈ NicolΓ² Ribaudo πŸ³οΈβ€πŸŒˆπŸ‡ͺπŸ‡Ί hai-x on landing flagged support for TC39 Stage 3 Import Defer in upstream webpack πŸŽ‰ import defer * as ns from "m" Import Defer means lazy evaluation of modules; loading at the point of namespace usage πŸ”₯