Adri Van Houdt 🏳️‍🌈
adrivanhoudt.bsky.social
Adri Van Houdt 🏳️‍🌈
@adrivanhoudt.bsky.social
Staff Engineer (building @loctax, previously @salesflare), fanatic snowboarder and js lover // Tweets are my own // he/his
Reposted by Adri Van Houdt 🏳️‍🌈
The public preview of Github Copilot CLI launched today, and if you install it, you'll be welcomed by little ASCII art welcome banner that I animated. Creating it ended up being great example of how vibe-coding has entered my toolbelt. Nerdy deets in 🧵...
September 25, 2025 at 11:35 PM
Reposted by Adri Van Houdt 🏳️‍🌈
I’ve been holding back on this for a while… but Bun v1.2.22 adding its own tsconfig flag finally pushed me over the edge. 🥴

I wrote: Why using Bun in production (maybe) isn’t the best idea

👉 dev.to/wojtekmaj/wh...
Why using Bun in production (maybe) isn't the best idea
Bun deserves credit. It's fast, ambitious, and it shook a JavaScript ecosystem that had once been...
dev.to
September 14, 2025 at 10:27 PM
Reposted by Adri Van Houdt 🏳️‍🌈
Node excitement 😉

Congrats to @marcoippolito.dev on today's landmark Node 22.18 release. It is the first LTS release to ship unflagged TypeScript support 🎉

This means Node can run *.ts files. It pairs well with TypeScript's "erasableSyntaxOnly" flag 👍

Many folk contributed 🙏
Type stripping is enabled by default 🔥🔥🔥🔥
You can just run `node file.ts` without `--experimental-strip-types` flag.
This is a huge milestone
Node.js 22.18.0 is out and enables type stripping by default – that’s right, Node.js LTS can now run TypeScript files. Shout out to @marcoippolito.dev for championing that effort! Download links and full changelog available at nodejs.org/en/blog/rele...
August 1, 2025 at 5:34 AM
Reposted by Adri Van Houdt 🏳️‍🌈
My absolute favorite use of this is to ensure that in a switch/case, all cases have been covered. This can be done using `value satisfies never` in the switch's default case (where `value` is being switched over). It will type error if you forgot to check a case!
Fun little blog post on an oft-forgotten TypeScript feature: satisfies

t.co/rfa7wa8Dkq
July 3, 2025 at 4:48 PM
@socket.dev how does socket.dev/npm/package/... have a maintenance score of 80 when the last release was 6 years ago?
html-minifier - npm Package Security Analysis - Socket
Highly configurable, well-tested, JavaScript-based HTML minifier. Version: 4.0.0 was published by alexlamsl. Start using Socket to analyze html-minifi...
socket.dev
May 5, 2025 at 1:56 PM
Reposted by Adri Van Houdt 🏳️‍🌈
Because the Titanic is 3,800m (12,500ft, or 20,833 fathoms) deep, so it's a LOT harder to get at!
April 15, 2025 at 8:21 AM
Reposted by Adri Van Houdt 🏳️‍🌈
Exciting news: we're shipping Temporal in Firefox 139! Temporal is a new API for working with dates and times in JS.

This is a very large feature and our implementation was contributed by a single volunteer.

Read about it in our blog post: spidermonkey.dev/blog/2025/04...
Shipping Temporal
The Temporal proposal provides a replacement for Date, a long standing pain-point in the JavaScript language. This blog post describes some of the history and motivation behind the proposal. The Tempo...
spidermonkey.dev
April 14, 2025 at 7:15 AM
Reposted by Adri Van Houdt 🏳️‍🌈
Someone made a Wiley E. Coyote style painted wall to see if Tesla’s autopilot would detect it and well…
March 16, 2025 at 3:59 PM
Reposted by Adri Van Houdt 🏳️‍🌈
Announcing Oxlint Beta: oxc.rs/blog/2025-03...
The JavaScript Oxidation Compiler
A collection of high-performance JavaScript tools written in Rust
oxc.rs
March 16, 2025 at 3:02 AM
Reposted by Adri Van Houdt 🏳️‍🌈
Reposted by Adri Van Houdt 🏳️‍🌈
Today we're thrilled to announce our effort to port the TypeScript compiler and language service to native code, gaining a 10x speed boost in build times and editor responsiveness!

devblogs.microsoft.com/typescript/t...
A 10x Faster TypeScript - TypeScript
Embarking on a native port of the existing TypeScript compiler and toolset to achieve a 10x performance speed-up.
devblogs.microsoft.com
March 11, 2025 at 2:36 PM
Reposted by Adri Van Houdt 🏳️‍🌈
Okay I am on a plane and have some free time, so let's talk about *endometriosis* b/c March is Endometriosis Awareness Month! It's more important now than it ever has been to spread awareness of this debilitating disease. I blogged about my experience 7 years ago 1/n sylormiller.com/posts/2018/e...
Endometriosis and My Long and Winding Road to Tech
Endometriosis sucks.
sylormiller.com
March 10, 2025 at 11:54 PM
Reposted by Adri Van Houdt 🏳️‍🌈
This is insane 🤯
All told, it's been a year and a half of hard work to get to today. We've got so much to share about this project. Let us know what you'd like to hear about! :)

youtu.be/0mCsluv5FXA
TypeScript types can run DOOM
YouTube video by Michigan TypeScript
youtu.be
February 26, 2025 at 7:50 PM
Reposted by Adri Van Houdt 🏳️‍🌈
Keith Haring died of AIDS aged 31 on 16 Feb 1990.
One of his last works, Unfinished Painting, was deliberately incomplete, reflecting the devastating, unquantifiable loss to the arts due to AIDS.
#LGBTplusHistoryMonth
February 16, 2025 at 9:00 AM
Reposted by Adri Van Houdt 🏳️‍🌈
Correct. If the birthdate field contains corrupt or mismatched data, it defaults to 1875-05-20, which serves as a flag. May 20, 1875, is the day the international standards and metrics treaty was signed. Everything is a conspiracy when you don’t know how anything works.
February 15, 2025 at 5:53 AM
@t3.gg did it 😅
Today, we’re deprecating Create React App for new apps, and encouraging existing apps to migrate to a framework.

We’re also providing docs for when a framework isn’t a good fit for your project, or you prefer to start by building a framework.

react.dev/blog/2025/02...
Sunsetting Create React App – React
The library for web and native user interfaces
react.dev
February 14, 2025 at 8:43 PM
Reposted by Adri Van Houdt 🏳️‍🌈
good luck on everyone’s last sprint. civ vii drops in nine days so the productivity of your dev team is about to take a huge hit, all the best managers have already built this into plan
February 2, 2025 at 9:26 PM
Reposted by Adri Van Houdt 🏳️‍🌈
We’ve landed urlpattern to node.js! 3 year old GitHub issue for requesting this is now closed. @lemire.bsky.social github.com/nodejs/node/...
src: implement whatwg's URLPattern spec by anonrig · Pull Request #56452 · nodejs/node
Co-authored-by: Daniel Lemire (@lemire) Notes: Ada now requires C++20 URLPattern is exposed through node:url module TODOs Removed exception flag requirement Pass all web-platform tests Releas...
github.com
February 1, 2025 at 2:21 AM
Reposted by Adri Van Houdt 🏳️‍🌈
Today we’re happy to share our plans for Biome 2.0 as well as the rest of our roadmap for 2025.

Read all about it here: biomejs.dev/blog/roadmap...

#OpenSource #WebDev #Tooling for #JavaScript #TypeScript #CSS #GraphQL and #GritQL, written in #Rust
Roadmap 2025 and Biome 2.0
biomejs.dev
January 22, 2025 at 9:17 AM