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 Takipรงi

27 Takip Edilen

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 ๐Ÿ”ฅ