this post was submitted on 01 Feb 2025
1404 points (99.0% liked)

Programmer Humor

20275 readers
994 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
[–] nexguy@lemmy.world 2 points 21 hours ago (1 children)

I thougt linux is no longer Posix compliant, or is just partially posix compliant.

[–] frezik@midwest.social 4 points 21 hours ago (1 children)

It was never fully compliant. POSIX threads, in particular, are a long time sticking point on Linux.

[–] SatouKazuma@programming.dev 3 points 19 hours ago (1 children)

Is there any OS that's fully POSIX-compliant?

[–] frezik@midwest.social 7 points 19 hours ago (1 children)

Yes, in fact, there's a formal certification process by the IEEE and the Open Group.

https://en.wikipedia.org/wiki/POSIX#POSIX-oriented_operating_systems

Mind you, I think only one of the fully-certified OSen has any substantial use these days (MacOS X). People tend to overvalue it, IMO.

[–] SatouKazuma@programming.dev 5 points 15 hours ago

Thank you for educating this dumbass.