• ricecake@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    ·
    3 months ago

    It’s also “infectious” software. The way systemd positions itself on the system, it can make it more difficult for software to be written in an agnostic way. This isn’t all software, and is often more of a complaint by lower level software, like desktop environments.
    https://catfox.life/2024/01/05/systemd-through-the-eyes-of-a-musl-distribution-maintainer/ This isn’t a terrible summary of some of the aspects of it.

    Another aspect is that when it was first developed, the lead on the project was exceptionally hostile to anyone who didn’t immediately agree that systemd definitely should take over most of the system, often criticizing people who pointed out bugs or questionable design decisions as being afraid of change or relics of the past.
    It’s more of a social reason, but if people feel like the developer of a tool they’re forced to use doesn’t even respect their concerns, they’re going to start rejecting the tool.

    • snake_case_lover@lemmy.world
      link
      fedilink
      arrow-up
      2
      arrow-down
      2
      ·
      3 months ago

      What do you expect from an init system? It’s like saying my cpu is infectious because my computer depends on it

      • ricecake@sh.itjust.works
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        It’s that it also decided to take over log management, event management, networking, DNS resolution, etc, etc.

        If it were just an init system that would be perfectly portable. People were able to write software that way with sysv for years.

        It’s that in order to do certain low level tasks on a systemd system, you need to integrate with systemd, not just “be started by it”. Now if a distro wants that piece of software, it needs to use systemd, and other pieces of software that want to be on that distro need to implement integration with systemd.

        A dependency isn’t infectious, but a dependency you can’t easily swap out is, particularly if it’s positioned near the base of a dependency tree.

        Almost all of my software can run on x86 or arm without any issues beyond changing compiler targets. It’s closer to how it’s tricky to port software between Mac and Linux, or Linux and BSD. Targeting one platform entails significant, potentially prohibitive, effort to support another, despite them all being ostensibly compatible unix like systems.

        • nick@midwest.social
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          Bro I’m with you on this but the systemd bots will just keep arguing with and downvoting you. Don’t bother.

        • Vilian@lemmy.ca
          link
          fedilink
          arrow-up
          1
          arrow-down
          1
          ·
          edit-2
          3 months ago

          log management, event management, networking, DNS resolution

          and this is a bad thing? the distro can choose to not use it, but because every systemd distro uses it, it’s a 1000x easier to implement it without needing to put a fuck tons of if-else’s for every distro

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

            No, not everyone thinks it’s a bad thing. It is, however, infectious, which is a reason some people don’t like it.

            Knowing why people dislike something isn’t the same as thinking it’s the worst thing ever, and liking something doesn’t mean you can’t acknowledge it’s defects.

            I think it’s a net benefit, but that it would be better if they had limited the scope of the project a bit, rather than trying to put everything in the unit system.

            • Vilian@lemmy.ca
              link
              fedilink
              arrow-up
              0
              arrow-down
              1
              ·
              3 months ago

              and what’s the problem?, it’s not like everything is in the same binary or it’s a monstrosity that can’t be used without using every single feature, it’s a project that just has different programs under the same project name, because no one wanted todo theoe programs

    • Vilian@lemmy.ca
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      3 months ago

      the develope receive a fuck ton of hate too, and he keep the project going, against every one unix-way haters

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

        Well, I don’t give him too much credit for that given that it was his day job, not some passion project.

        Most of the hate towards him was because he took an abrasive stance against anyone who disagreed with him, or pointed out bugs.