The userland problems - GNU/Linux

Users browsing this thread: 1 Guest(s)
eadwardus
Members
(07-11-2019, 07:55 PM)jkl Wrote: TL;DR: GNU sucks. Everyone knows that. Few people care enough.
GNU is usually fast, the code has good algorithms, the problem is that they don't care about SLOC and have the worst code style that have ever existed (at least in C).

(07-11-2019, 07:55 PM)jkl Wrote: The Plan 9 userland is probably the best one, but it breaks POSIX. Like, a lot.
Plan9 userland is good, specially in design, and for me it doesn't seems too hard to make it POSIX compatible, the problem is that hardly anyone has enough incentive to do this (as most of people don't care/understand about design/implementation quality)

(07-11-2019, 07:55 PM)jkl Wrote: What's the optimum?
To this day i would say that the BSD's have the best userland, the code usually has smart algorithms, the code style is pretty good, usually the code is not unnecessarily huge, and the code tends to be reliable (at least for OpenBSD, which creates new functions to avoid common mistakes)


Messages In This Thread
The userland problems - by eadwardus - 06-11-2019, 09:14 PM
RE: The userland problems - by venam - 07-11-2019, 02:29 AM
RE: The userland problems - by eadwardus - 07-11-2019, 06:27 PM
RE: The userland problems - by jkl - 07-11-2019, 07:55 PM
RE: The userland problems - by eadwardus - 08-11-2019, 05:53 PM
RE: The userland problems - by Wildefyr - 09-11-2019, 05:45 PM
RE: The userland problems - by budRich - 11-11-2019, 06:42 AM
RE: The userland problems - by budRich - 11-11-2019, 07:08 AM
RE: The userland problems - by eadwardus - 16-11-2019, 07:54 PM
RE: The userland problems - by z3bra - 23-11-2019, 05:28 AM
RE: The userland problems - by bouncepaw - 23-11-2019, 02:44 PM
RE: The userland problems - by z3bra - 24-11-2019, 06:27 PM
RE: The userland problems - by eadwardus - 25-11-2019, 03:06 AM
RE: The userland problems - by z3bra - 25-11-2019, 04:28 AM
RE: The userland problems - by eadwardus - 25-11-2019, 06:02 AM
RE: The userland problems - by venam - 25-11-2019, 06:33 AM
RE: The userland problems - by eadwardus - 08-12-2019, 04:09 PM