Most active commenters

    ←back to thread

    433 points Sporktacular | 11 comments | | HN request time: 1.153s | source | bottom
    Show context
    015a ◴[] No.36995730[source]
    > But before you declare this a triumphant moment for desktop Linux, it's important to note that some of these Linux users are not, in fact, using Steam on a desktop. The Linux version "SteamOS Holo" 64-bit is the most popular reported, at just over 42 percent of the Linux slice of pie. That indicates that a huge portion of these Linux users are actually playing on Valve's Steam Deck portable, which runs Linux.

    There's such a deep seeded, systemic bias against linux that it actually can never win, to any degree or magnitude, because the moment it starts winning we just move the goal-posts for the flimsiest of reasons to ensure it can't quite claim that victory.

    Linux is obviously and clearly the most popular operating system kernel on the planet. Oh, no, that's no good a measure, servers are messy, let's refine it to most popular consumer operating system kernel? Oh... it, could also reasonably claim that title? No no, no Android, that doesn't count. Nope, No Chrome OS either, you can't have that, that's, well, that is linux, but its not. Just nice, pure, desktop linux, yes, perfect, arch linux, kde desktop, that'll never trend up and thus is the perfect new-new definition of desktop linu--wait hold up, I'm getting word this is, not possible, its actually SteamOS? Nope, kill it, that's not desktop linux either, kill it.

    replies(39): >>36995745 #>>36995754 #>>36995802 #>>36995816 #>>36996131 #>>36996180 #>>36996519 #>>36996545 #>>36996734 #>>36996737 #>>36996821 #>>36996923 #>>36997130 #>>36997165 #>>36997388 #>>36997472 #>>36997547 #>>36997841 #>>36998245 #>>36998348 #>>36998488 #>>36998585 #>>36998591 #>>36998706 #>>36998886 #>>36999237 #>>36999755 #>>36999906 #>>36999939 #>>37000079 #>>37000120 #>>37000848 #>>37001352 #>>37001723 #>>37001744 #>>37002817 #>>37003649 #>>37007275 #>>37037781 #
    johnnyanmac ◴[] No.36995802[source]
    I guess it really depends on what you expect out of a "user". I think servers and Android count but I think SteamOS is a bit tricky, because it's relying on a compatibility layers running Windows to run most games. This may not matter to the end user, but it isn't quite the developer revelation many imagine where suddenly tons of games and apps have a proper linux port.
    replies(6): >>36995964 #>>36996017 #>>36996199 #>>36996490 #>>36997085 #>>37006459 #
    1. zarzavat ◴[] No.36995964[source]
    Is that any different developer tools not supporting Windows and Windows users using WSL? We would still classify these as Windows users despite the compatibility layer. Ultimately compatibility layers are good because they reduce developer workload so that developers can focus on what really matters.
    replies(1): >>36996031 #
    2. johnnyanmac ◴[] No.36996031[source]
    >Is that any different developer tools not supporting Windows and Windows users using WSL?

    excuse my ignorance, but are there any major developer tools that don't support Windows? I can only imagine some internal enterprise tooling doing this.

    >Ultimately compatibility layers are good because they reduce developer workload so that developers can focus on what really matters

    I don't mind them as a concept, but I personally want as few points of failure between me and my software as possible. Some software is already either overly bloated or buggy (or both) as is without wondering if there's now compatibility layer issues on top of it.

    replies(6): >>36996270 #>>36996547 #>>36997000 #>>36998039 #>>37000879 #>>37005753 #
    3. yjftsjthsd-h ◴[] No.36996270[source]
    > excuse my ignorance, but are there any major developer tools that don't support Windows? I can only imagine some internal enterprise tooling doing this.

    At all, or well? Because git works on Windows, but it's meaningfully slow as a result of NT and unix having very different ideas about how filesystems should work.

    4. pxc ◴[] No.36996547[source]
    > excuse my ignorance, but are there any major developer tools that don't support Windows?

    Semgrep is one that I use at work. Nix is another. Docker¹ is a third. Many terminal emulators support multiple operating systems, but not Windows.

    Windows support also often lags for new programming languages. Golang didn't run on Windows at first. Crystal is only now starting to have full-fledged Windows support. Plus there are many tools that do run on Windows but work poorly or are extremely slow or require tons of compatibility shims, like Git and Emacs.

    A lot of dev tools are Unix-first. You just probably use only a few of them if you work at a Microsoft shop.

    --

    Not Docker itself at this point but 99.9% of all Docker containers that anyone actually uses.

    replies(1): >>37006257 #
    5. zarzavat ◴[] No.36997000[source]
    Many Unix-based developers have no idea how Windows works, especially the hardcore free software folks who refuse to use Windows out of principle.

    I personally have not owned a Windows computer in the last 10 years, and even then I only used it for gaming and not for development. If my code works on Windows without a compatibility layer that’s a complete miracle.

    Many Windows developers similarly have little idea how Unix works and stay in the Windows development ecosystem.

    Ultimately you can only fit so much in your head and I don’t have room for Windows to live in mine too. I’m sure a lot of Windows devs feel the same way about Unix.

    6. maccard ◴[] No.36998039[source]
    Docker for windows is a thin shim over a VM that falls apart at the seams when it comes to networking..

    Git on Windows is only supported by installing a whole suite of Unix tools and a shell.

    Tools like ccache/sccache treat windows (well msvc) as a second class citizen.

    Go, the poster child for cross-compilation shatters that illusion when you need to use CGO.

    Python, I believe things have gotten better but the last time I tried getting tensorflow up and running on Windows it was a long and painful path involving third party python distributions, native toolchains and changing drivers.

    replies(1): >>36998310 #
    7. pjmlp ◴[] No.36998310{3}[source]
    Depends pretty much on the Windows version, and if using Linux or Windows containers.

    Docker on Windows is a shim for the Windows Jobs API, as Microsoft decided to offer the same experience instead of coming up with their own set of tooling.

    In more recent Windows versions, there are other ways to manage containers, specially after containerd support improved.

    The best way to distribute builds on Windows is via incredible and their VS integration.

    Cross compilation never really quite works out, unless one can have a complete set of libraries and toolset of the host OS, otherwise there will always be corner cases.

    Python has been quite alright when using distributions like ActiveState Python.

    Git, well one cannot expect better from a SCM designed for the Linux kernel project in first place.

    8. ◴[] No.37000879[source]
    9. WorldMaker ◴[] No.37005753[source]
    > excuse my ignorance, but are there any major developer tools that don't support Windows?

    The entire Ruby ecosystem has never had great Windows DX: the most recommended Windows builds of Ruby itself come from a "second-party" group because official upstream doesn't seem to care to bundle nice installers, there's a ton of papercuts on Windows in the base libraries even in APIs you don't think would be platform-dependent, and a large number of third-party libraries and apps just kind of invariantly assume that you will never try to use them on Windows.

    10. Crespyl ◴[] No.37006257{3}[source]
    Docker only supports Windows by way of a virtual machine with some extra UI wrappers on top, it's not as if you're building/running Windows native containers in there. (Unless things have changed a whole lot since I last looked.) By that logic you might as well count anything that runs under WSL2 as supporting windows.
    replies(1): >>37007448 #
    11. pxc ◴[] No.37007448{4}[source]
    > it's not as if you're building/running Windows native containers in there

    You can. Idr if Docker Desktop supports it or not, but you can install Docker Engine for Windows and plug it into the Docker CLI and all that for sure.