Pinned
Steven โฌข
7,615 posts
- Array.prototype.at() is available now! Don't be the _last_ to know about it ๐ โฆ Chrome 92 โฆ Firefox 90 โฆ Node.js 16.5.0 developer.mozilla.org/en-US/docs/Webโฆ
- โ๏ธ The @reactjs team cut the dependency bloat in v16.5.0 quite a bit! ๐ฎ [email protected] is 2x smaller than the previous version... [email protected] is a whopping 8x smaller than the previous version! packagephobia.now.sh/result?p=react
- The TypeScript 5 beta removed an unused 26.3 MB of JS making it smaller than TypeScript 3 ๐คฏ Pro tip: you can track bloat over time using Package Phobia ๐ packagephobia.com/result?p=typesโฆ
- TypeScript 4.4 finally figured out how to narrow types, even when the type guard is not defined inside the `if` statement! For example, this works now:
- Did you know that HTML has a <ruby> element??? It's not what you might think... codesandbox.io/s/thirsty-romaโฆ
- Node.js now has a built-in API for styling text (similar to `chalk`, `picocolors`, etc) nodejs.org/docs/latest/apโฆ
- - XML is too verbose - JSON doesnโt have comments - YAML thinks Norway is False - TOML has 10 ways to represent 1 thing - INI is not standardized I think we can conclude that configuration is just bad.YAML CAN KISS MY &SSGIF
- From 75 to 800+ upvotes in less than 24 hours. We heard you and we shipped ๐๐ A screenshot of github discussions, showing 824 upvotes. The marked answer says "Good news, Vercel now supports bun install with zero configuration!"๐ ๐ก Add support for bun install MarkLyck started on Apr 9 in Ideas @MarkLyck @Jarred-Sumner @gabrielmaldi 11 ๐ก IPv6 Support maxstoyanov started on Dec 21, 2020 in Ideas @maxstoyanov @nikolaik @darrenmothersele 59 ๐ก HIPAA Compliance / Ability to Sign BAA croossin started on Jun 30, 2022 in Ideas @croossin @chriscantu @davidtiede 26
- Rust passed Swift in number of GitHub Stars ๐ Whats next, passing TypeScript? ๐คฏ
- If you have scripts in your package.json that call other scripts, make sure they are package agnostic by using "$npm_execpath" This ensures the package manager you used to start the script is used to run the nested scripts. This is particularly important for "postinstall"!
- I was gone for a few weeks and arrived home to find this ๐คฉ
- In 2010, I bought a domain to host my web apps and get a custom email address. Back then, GApps was free for 5 users (renamed to GSuite and now Google Workspace) but today its $6/user/mo. Instead of paying $30/mo for vanity email, I now pay $1/mo with iCloud+ forwarding.
