Hacker News new | ask | show | jobs
by lazugod 1654 days ago
How do the various Linux flavors handle this kind of thing?
2 comments

I did a bit of cross-platform development in C++, and I'm glad to report that Linux is an API clusterfuck in regard to anything going beyond system calls. None of the desktop-related stuff is part of the system and there's always more than one way to do something, and you have to support all of them because else someone would complain that your thing doesn't work on their particular configuration.
They just break everything and tell users/devs to suck on it.