this post was submitted on 24 Nov 2025
606 points (89.2% liked)

Programmer Humor

28027 readers
830 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Azzu@lemmy.dbzer0.com 1 points 3 weeks ago* (last edited 3 weeks ago)

Maybe you should. Android for example does not use glibc and instead uses "Bionic" by default, which only implements a subset of libc.

It is possible to write a C program that runs on one system but not on another. You can't do that with node, if it runs on the VM and the VM runs in another place, your program will also run there.