Your updated question has given me a rather cursed idea...psychopathic even. Replace the *nix userland with wine...have win32 user space on your Linux. The biggest problem I see with the idea is wine would need a DRM backend so as to not depend on X/Wayland. Ofc the kernel API would still be *nix but your user space would be anything but. There's only so much you can do to get away from a *nix environment when using a *nix kernel.
Scoopta
Define what you mean by non-unix like? Android is Unix like, it hides it from the user but the NDK is still a Unix like API, all devices have a POSIX shell /system/bin/sh installed which can be accessed via a terminal emulator app or using adb. The filesystem structure is different than most systems but there's still a /dev, /etc, /bin, and /proc. Not to mention one of the most unixy designs being the fork() call which android uses as the basis of all app processes. What I mean is Android has a parent process containing all the basic stuff an app needs called zygote which is then forked to become an app processes when an app is launched and then the rest of the app stuff is loaded into that new process, an exec to fully replace the parent is not done. That's a very unixy design decision that isn't usually available on other systems.
Technically speaking if we're going by the hides it from the user perspective then the steam deck qualifies to the same extent. It's hidden until a power user doesn't want it to be
I definitely think this was a good move. Proprietary video codecs are silly and I'm glad VP9 and AV1 have been so widely adopted. I do wish more services used them instead of h.264 but at least it's something.
The thing about the kernel in particular is it's already mostly about money. With very few exceptions most maintainers are employed by someone, even just the Linux foundation, to work on the kernel full time. There's very little community involvement outside of the random patches here and there that community members submit. I think what OP is getting at is it would be nice if there was a community sponsored maintainer so it wasn't all just corporate employees but that likely means providing financial compensation.
I didn't really pay any attention to him until he started becoming mainstream...and I will say the disappointment has been annoying.
Sorry I didn't pay that much attention to musk before he started going mainstream? I don't make it a point to keep track of every billionaires flaws unless they become relevant to my life.
Making a feature request is one thing but complaining isn't helpful especially when they're working on other things. It's not like they're sitting on their asses doing nothing.
I do get the irony, but I also do get where he's coming from about users always asking for more.
I'm also a plain compositor person but gnome is my favorite DE and sometimes I kinda miss the polished DE experience. My productivity doesn't...but sometimes I do lol.
Even as a systemd user I'm starting to feel the kitchen sink creep in
Lol, yeah but React isn't Linux based so doesn't quite end up so cursed. Last time I played with it it was still really squirrelly.
Because it's fun. As someone who is writing a hobbyist kernel(slowly) it isn't about making a functional OS, it's about learning how systems work and suffering while you do it =D.
I wouldn't classify React as a hobby project per-say. I suppose it is but I put hobby OSes in a category of not having a goal to ever be production ready for anyone outside the developers. Tbh react would have way better compat if they focused on win32 over Linux as opposed to developing NT from scratch but the project is also old enough(1998) to be from a time where Linux wasn't what it is today in terms of wide spread hardware support.