• Limitless_screaming@kbin.earth
    link
    fedilink
    arrow-up
    112
    ·
    1 month ago

    Some people don’t like snaps

    “Some people like snaps” would have been closer to the truth, but it would still be an exaggeration of their numbers.

  • rodneylives@lemmy.world
    link
    fedilink
    English
    arrow-up
    47
    ·
    1 month ago

    LOL at Windows being marked as less corporate than MacOS. They should absolutely be at least tied.

      • rodneylives@lemmy.world
        link
        fedilink
        English
        arrow-up
        8
        ·
        1 month ago

        But on the other hand, all the reasons that people hate corporate OSes apply much more to Microsoft than Apple. Microsoft is the company that puts ads in their OS and is built entirely out of proprietary tech, and has been more vocal about shoehorning AI into everything.

      • frog_brawler@lemmy.world
        link
        fedilink
        English
        arrow-up
        6
        ·
        1 month ago

        That’s a poor qualifier. Most corporations do not deploy MacOS to their employees. Windows belongs in the top right, if not a full line by itself for Corporate.

  • Engywook@lemmy.zip
    link
    fedilink
    arrow-up
    40
    arrow-down
    1
    ·
    1 month ago

    Arch isn’t hard to install (anymore). It takes 5 minutes with archinstall.

    • AceFuzzLord@lemmy.zip
      link
      fedilink
      arrow-up
      4
      ·
      1 month ago

      Helps if you know that command/setup thing/whatever you wanna call it. Otherwise, for someone who doesn’t know about it, the process can be pretty painful. Even with the wiki’s install instructions I have not been able to install arch the few times I tried in a VM over the past few months.

  • Feyd@programming.dev
    link
    fedilink
    arrow-up
    25
    ·
    edit-2
    1 month ago

    Arch Linux breaks if you don’t update it often enough

    pacman -S archlinux-keyring
    

    It’s really that easy

    • KubeRoot@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      It’s more like “Arch Linux breaks if you don’t update for too long, then try to naively update without knowing what you’re doing and without checking the arch news for breaking changes”. Which is more breakage during updates than stable distros, but absolutely manageable.

  • mmmm@sopuli.xyz
    link
    fedilink
    arrow-up
    23
    arrow-down
    1
    ·
    edit-2
    1 month ago

    I’d put Haiku on the extreme top left corner (or in one of the two rows below that first column) since it’s based on BeOS - it’s a corporate OS wether it exits or not and it intends to replicate said corporate OS. In its place I’d put either TempleOS or Plan9.

  • MousePotatoDoesStuff@lemmy.world
    link
    fedilink
    arrow-up
    21
    ·
    edit-2
    1 month ago

    Replace Haiku with TempleOS

    EDIT: Also, put Windows in the top right corner to avoid the “is Microslop or Apple more corporate” discussion.

  • Lian Dynn@lemmy.world
    link
    fedilink
    English
    arrow-up
    19
    ·
    1 month ago

    Fedora isn’t based ln RHEL, it was before, but now it’s in fact the opposite. As far as I know, RHEL 10 is based on CentOS Stream 10, which in turn is based on Fedora 41.

      • hansolo@lemmy.today
        link
        fedilink
        arrow-up
        15
        ·
        1 month ago

        Why is “used by companies” criteria for being corporate?

        Companies use doors. Are doors “corporate” now?

        • The Stoned Hacker@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          1 month ago

          Debian had corporate funding, even if they those corporations don’t have any ibfluence. It being one of the oldest and mostly widely used Linux distributions means that by the virtue of it being an enterprise-level system it is somewhat more corporate. Debian can neatly fit into most corporate and enterprise systems and probably is somewhere in almost everyone’s stack. That’s not bad and doesn’t make it a corpo distro, but it definitely is more “corporate” than something like Arch which it is rightfully juxtaposed against

  • Pommes_für_dein_Balg@feddit.org
    link
    fedilink
    arrow-up
    15
    arrow-down
    1
    ·
    1 month ago

    Arch only breaks if you don’t read the wiki.
    Update the repo’s gpg keys, read the Arch news, do what manual steps they mention and you can update it after a year and it won’t break.

      • Tanoh@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        1 month ago

        To be fair, the arch wiki is very good. I use it quite often despite not using arch. Quite a few things are valid on other distros, or you can get hints on how to fix it, like where to start looking.

        • pet the cat, walk the dog@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          1 month ago

          Except, if any random program that you want to install requires a new version of a low-level library, you’re gonna have to do full system update today and not when upgrading the major version of the distro.

          • Johanno@feddit.org
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            This is why I use Nixos.

            It can update single apps independently.

            In theory you could update single kernel modules, but that obviously makes the shit unstable.

          • Pommes_für_dein_Balg@feddit.org
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            This is all entirely theoretical. In practice, yes, it’s easier if you don’t go too long between updates on Arch.
            But “not to long” means once a month, not every day. And you should really not go more than a month between updates on any distro.

            • pet the cat, walk the dog@lemmy.world
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              1 month ago

              This is all entirely theoretical.

              If you mean the system being screwed over by a dependency on a newer lib version, I’ve had that exact scenario triggered multiple times in Debian testing. (And in other distros too, really.)

              FancyApp depends on libbutt >= 1.1. You have 1.0 installed.

              libbutt 1.1 was compiled against glibc 2.43 and lists it as a dependency. You have 2.42.

              Upgrading glibc triggers reinstalling half of the system, including low-level components, which in turn pull in updates of other low-level components that don’t themselves depend on glibc. Including the kernel.

              But at least, with Ubuntu or whatever, this shouldn’t change the general workings of the system that would require manual adjustments from me.

    • Klajan@lemmy.zip
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      My Arch install yesterday:

      That’s a nice Kernel you have there, it would be a shame if something happened to it.

      It somehow deleted the old kernel image from the boot partition but failed to write the new one (and I didn’t notice before rebooting).

      I needed to rebuild the kernel via chroot from a live USB.