madeline gurriarán

@superchupu.dev

polyamorous javascript she/it hrt 14/09/22

Buscamos @superchupu y yo a alguien para compartir piso para este curso 2026/27 en Málaga: -Piso en Vialia, al lado de la parada de metro, estación de autobuses y María Zambrano -Piso LGBTFriendly 🏳️‍🌈🏳️‍⚧️ -420€/mes + gastos -2 meses de fianza + 1 mes de inmobiliaria DMs abiertos!

the polycule experience is finding a "this could be us" meme and sending it to your two girlfriends and the Person Who Is Not Technically Your Girlfriend But You Kiss And Love A Lot

Hello friends and welcome to another “how’s ESM vs CJS doing?!” A big win this time, at a year of `require(esm)` available! 38.0% of the popular npm packages now have ESM, up from 33.4% half a year ago. ESM-only is up from 12.6% to 16.0%. Particularly this non-dual, “vanilla” growth is very big!

Graph showing the status, in raw CSV:

```csv
date,total,esm,dual,faux,cjs
2021-08-24,5617,341,95,832,4349
2021-11-09,5647,411,119,809,4308
2022-08-01,5734,496,207,791,4240
2022-11-04,5747,518,216,785,4228
2023-05-29,6240,630,417,783,4410
2023-11-22,6818,734,510,881,4693
2024-05-27,7042,819,736,826,4661
2024-11-27,8087,942,1152,843,5150
2025-06-05,8677,995,1573,859,5250
2025-12-04,14159,1779,2947,1522,7911
2026-06-08,16231,2590,3574,1689,8378
```

If you're feeling burned out because your motivation is fading due to today's tech news or your job, join communities like @npmx.dev, @e18e.dev, and other OSS projects to get your drive back. Stay away from AI agents and interact with real people. It's one of the best things that happened to me.

npm increasingly feels like a zombie org under GitHub. As someone who's been around the JS ecosystem and part of multiple OSS orgs for years, what I'm seeing isn't just "big co moves slow." It's quiet neglect of critical infrastructure the entire JS world runs on. A short thread 🧵

The hidden gem is that @nodejs.org majors and LTS cycles got WAY easier to understand: 2026 -> v26 2027 -> v27 2028 -> v28 ... Aall of them go LTS for 18 months meaning each major is supported for 2 years. The new graphic tells the best story here: nodejs.org/en/blog/anno...

nodejs release schedule chat. Bars for each major showing 6mo unstable, 6mo current, then 18mo LTS for each major. The best interpretation is that each yearly release is stable and supported for 2 full years.
Rafael Gonzaga | Node.js@rafaelgss.dev · 3mo ago

Node.js v26.0.0 is out 💚 Temporal API enabled by default, V8 14.6, Undici 8, and key deprecations as we keep modernizing the platform. Check it out nodejs.org/en/blog/rele...

INTRODUCING THE TINYGLOBBY NETWORK UPDATE Next version of tinyglobby, you'll be able to glob internet links as well, thanks to our new axios integration!! The library used to have two dependencies, but with this new functionality we consider it worth it to increase it to 28

tinyglobby's module graph after the net update. it contains three top-level dependencies: fdir, picomatch and axiosfetch every online URL that ends with .com
await glob("https://*.com")
[ 'gitlab.com', 'archlinux.com', 'FREE MONEY.com', 'www.com' ]