16
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 09 Mar 2026
16 points (100.0% liked)
TechTakes
2497 readers
94 users here now
Big brain tech dude got yet another clueless take over at HackerNews etc? Here's the place to vent. Orange site, VC foolishness, all welcome.
This is not debate club. Unless it’s amusing debate.
For actually-good tech, you want our NotAwfulTech community
founded 2 years ago
MODERATORS
Different UV! Libuv is the event loop/scheduler that powers node.js. could be a funky new way to compromise a whole bunch of node applications
Edit: typo - although "nose applications" being compromised sounds bad too.
Ah, thanks! My expectations of node aren't much affected I guess. Bun.js maybe?
libuvis a very common way to get a portable event loop. If you're logged into GH and can use their search then you can look at the over fifty packages in nixpkgs depending on it. I used it when I developed (the networking and JIT parts of) the reference implementation for Monte, to give a non-nixpkgs example.