• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle
  • Not answering your comment directly, and I don’t even use Linux, BUT…

    One reason a lot of us don’t use Linux even if we really want to us because it’s biggest strength is also one of its biggest weaknesses, that being it’s modularity.

    There isn’t a single packaging system, window manager, file system, shell, etc etc.

    This makes it hard for companies (and devs in general) to target Linux for releases. For example you want to release something for Windows, you build a single exe, apple is a dmg (I think) etc so you just build for one single platform with a consistent API.

    When you want to build for Linux there can’t be just one build/package. This has actively been cited as reasons why some commercial software doesn’t support Linux, as it takes far more effort to support all major permutations of platform and package management.

    So back to your question, why is Valve’s Steam OS going to help? Because it’s going to be a single platform with a single way of doing things. You can always go and replace the bits like any Linux distro but out the box it will be easy enough for vendors to support, it will hopefully also get more adoption because it has commercial support.

    Look at Android as an example (I know it’s not entirely the same), but that is just a customised version of Linux, but as it’s consistent and has a single way to manage packages it’s widely adopted.

    I am pretty sure Linus himself said how one of the reasons why Linux desktop doesn’t have mass adoption is because no one can agree on how things should be done, so we have hundreds of libs all doing the same thing in a different way. Valve will pick what they think is best (even if it isn’t technically the best) and through that we all have a singular point of effort and adoption to centralise on.


  • I love SteamOS for gaming and I think going forward that may get more and more adoption, but a lot of day to day apps or dev tools I use either don’t have Linux releases (and can’t be run via wine/Proton). I would love to jump over on host rather than dabbling with it via vms/steamdeck but it’s just not productive enough.

    One especially painful thing is when certain libs I’m developing with need different versions of glibc or gtk to the ones installed by default on OS, and then I die inside.


  • I just wish we could have less ways to do things in Linux.

    I get that’s one of the main benefits of the eco system, but it adds too much of a burden on developers and users. A developer can release something for Windows easily, same for Mac, but for Linux is it a flatpak, a deb, snap etc?

    Also given how many shells and pluggable infrastructure there is it’s not like troubleshooting on windows or mac, where you can Google something and others will have exact same problem. On Linux some may have same problem but most of the time it’s a slight variation and there are less users in the pool to begin with.

    So a lot of stuff is stacked against you, I would love for it to become more mainstream but to do so I feel it needs to be a bit more like android where we just have a singular way to build/install packages, try and get more people onto a common shell/infrastructure so there are more people in same setup to help each other. Even if it’s not technically the best possible setup, if its consistent and easy to build for its going to speed up adoption.

    I don’t think it’s realistically possible but it would greatly help adoption from consumers and developers imo.


  • I have a steamdeck and it’s a brilliant bit of kit and if the whole Linux eco system had this same sort of cohesion and “out the box” working experience then it would probably be far more adopted.

    Your point on stability is great, but for most people I would say they rarely see BSODs, windows is pretty stable too, I think a lot of the reasons that corporate servers use Linux over windows is more to do with licensing and permissions, I have seen plenty of windows server setups which works fine 24/7 so I don’t think windows is any less stable, it’s just more faff to setup things which are based on Linux conventions/features (i.e docker).

    If Windows went back to how it was in window ls 7 where it didn’t ram garbage down your throat every update I wouldn’t have any problems with it.


  • Stuff just works on windows, I have a proxmox box with some Linux vms to run containers and I’ve tried several times over the last 20 years to move to Linux on my main pc but there are just too many faffy bits.

    I really dislike what windows has become, it’s bloat ware that’s getting worse and worse, but I begrudgingly use it as I can be productive, the moment I can be as productive in Linux I’m off of windows, but even simple things like drivers are often not as good, lots of commercial software has barebones or no Linux support, there are many different package managers (on one hand great) but some have permission problems due to sandboxing when you need something like your IDE to have access to the dotnet package, also as a developer building apps/libs for Linux is a nightmare.

    For example if I make an app for Windows I build a single binary, same for mac os, for Linux it’s the Wild west, varying versions of glibc various versions of gtk and that’s the simpler stuff.

    Anyway I REALLY WANT to like Linux and move away from windows to it, but every time I try its hours/days of hoop jumping before I just end up going back to windows and waiting for windows to annoy me so much I try again.

    (just to be clear the annoyances I have with windows are it’s constant ad/bloat ware, it’s segregation of settings and duplication of things, it constantly updating and forcing you to turn off all their nonsense AGAIN)