• Diplomjodler@lemmy.world
    link
    fedilink
    arrow-up
    81
    arrow-down
    21
    ·
    4 months ago

    systemd haters are the antivaxxers of the Linux world. There. I’m sure this statement won’t lead to any heated discussion at all.

    • MonkderVierte@lemmy.zip
      link
      fedilink
      arrow-up
      27
      arrow-down
      1
      ·
      edit-2
      4 months ago

      No. It does some things right and many things wrong. Difference in priorities, that’s all. Except you often don’t have a choice, because of some of the things Systemd does (intentionally) wrong.

      Wrong from my view, that is.

    • corsicanguppy@lemmy.ca
      link
      fedilink
      English
      arrow-up
      27
      arrow-down
      9
      ·
      edit-2
      4 months ago

      Systemd ‘haters’ are the people who know better and learned from best-practice.

      Systemd ‘haters’ are no more haters than your parents who told you not to eat candy all day were candy haters.

      • mholiv@lemmy.world
        link
        fedilink
        arrow-up
        14
        arrow-down
        6
        ·
        4 months ago

        To any new Linux users, this is a good example of Linux “antivax” mindset.

        Actual Linux admins, people who use Linux at scale, people who design things and use Linux to do things disagree.

        There is a reason why Redhat, Debian, Ubuntu, and Arch all ship with and recommend systemd as the startup system. ALL as in 100% of large Linux deployments on bare metal use systemd.

        If you want to play with startup systems that’s fine there are obscure distros out there for you. Startup system swapping can be a fun hobby.

        But don’t be tricked by the very loud but very small Linux “antivaxers” group.

        • Holytimes@sh.itjust.works
          link
          fedilink
          arrow-up
          2
          arrow-down
          1
          ·
          3 months ago

          I dislike system D. I actively choose to use it tho because I don’t hate myself more then I dislikelt system D.

          Give me a better option and I’ll use it. Till then I choose to not hate my self.

      • kittenzrulz123@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        8
        arrow-down
        3
        ·
        4 months ago

        The grand majority of systemd haters have no idea why they hate systemd or what an init system even is, they just know their favorite youtuber told them “systemd bad” and blindly agreed.

    • mholiv@lemmy.world
      link
      fedilink
      arrow-up
      26
      arrow-down
      11
      ·
      4 months ago

      Exactly. A very small but VERY disproportionally loud group.

      They uninstalled systemd from their computers and installed it on their brains.

          • mholiv@lemmy.world
            link
            fedilink
            arrow-up
            16
            arrow-down
            3
            ·
            edit-2
            4 months ago

            Perfect example. This person has systemd so much on the brain I actually tagged them as weirdly against systemd some time ago. lol

              • mholiv@lemmy.world
                link
                fedilink
                arrow-up
                4
                ·
                edit-2
                4 months ago

                But there is something weird about comparing any start up system to cancer. It was weird when Balmer compared Linux to cancer. It was weird then and it’s weird now.

                As someone else in the thread said „Rent Free“. It’s true.

            • arsCynic@piefed.social
              link
              fedilink
              English
              arrow-up
              3
              arrow-down
              4
              ·
              4 months ago

              Perfect example. This person has systemd so much on the brain I actually tagged them as weirdly against systemd some time ago. lol

              “This person plays volleyball, he must hate basketball so much.”

              • mholiv@lemmy.world
                link
                fedilink
                arrow-up
                4
                ·
                edit-2
                4 months ago

                No?? In the past you were saying weirdly anti systemd stuff. So much so that I went out of my way to tag you.

                More like “this person rants so much against basketball that it’s weird”

                • arsCynic@piefed.social
                  link
                  fedilink
                  English
                  arrow-up
                  4
                  arrow-down
                  2
                  ·
                  edit-2
                  3 months ago

                  I’m against the systemd monopoly; the lack of choice on most major distros while other init systems are perfectly fine for the majority of users; as a consequence against the perhaps unintentional incorrect narrative that systemd is the only reasonable/modern option.

                  systemd has flaws, but I’m not anti.

                  • mholiv@lemmy.world
                    link
                    fedilink
                    arrow-up
                    1
                    ·
                    edit-2
                    3 months ago

                    I do agree that in this thread you do are pressing into the “not anti” image. This being said that was not the case prior to this thread.

                    Also there is no systemd “monopoly”. Systemd was chosen by volunteers at community centric distros like Arch and Debian, as well as by more corp distros like Redhat or Ubuntu.

                    Those distro maintainers (volunteers and paid) looked at all the options and chose what they thought was best.

                    Those maintainers also chose not to support alternative startup systems for the same reason why VW does not offer alternative chassis options on the VW Golf. (In this example the engine would be the kernel)

                    Aka the maintainers don’t want to massively increase the workload they would need to do. Volunteer community distros only have a limited amount of resources and choose to allocate them how they will.

                    Corpo distros just are being corps and want to save money.

                    Using the term “monopoly” in this context dismisses the Linux community’s choice as developers and contributors. The Linux community is unique in that we are both the producers and consumers of the community project.

                    I would recommend reading this mailing list announcement thread to get a better understanding. The Linux from scratch dev team explains why they went from offering a choice to a “monopoly”. https://lists.linuxfromscratch.org/sympa/arc/lfs-announce/2026-02/msg00000.html

                    Edit: The announcement is wrong in that KDE in fact does not require systemd.

    • HiTekRedNek@lemmy.world
      link
      fedilink
      arrow-up
      15
      arrow-down
      2
      ·
      4 months ago

      The UNIX philosophy is “Everything is a file.”

      systemd doesn’t follow that, with its binary logs and stuff.

      Just part of why I keep going back to FreeBSD.

      • thedeadwalking4242@lemmy.world
        link
        fedilink
        arrow-up
        9
        arrow-down
        3
        ·
        3 months ago

        Replace everything is a file with “everything is a byte stream with a file handle” and your there.

        There is A LOT of Unix that doesn’t stick to the convention of “everything is a text file” and for good reason.