I know I’m not the only one that said this but I really can’t stand how systemd is becoming “the norm” init system for every major distro, this is bad.

it is especially bad when certain apps are built specifically for systemd, locking users behind a specific init system and compatibility issues spark because you don’t use a mainstream one , this doesn’t go with the idea of Linux, which is having “freedom” with your os, picking and choosing what goes on and off while still being usable.

I switched to artix Linux with openRC a while ago the moment systemd added code for potential age verification, they called it malicious compliance but I really didn’t like the smell of that, now I’m fighting tooth and nail with some applications because they’re systemd dependent, resulting in me creating custom scripts to mitigate their issues.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    42
    arrow-down
    4
    ·
    9 hours ago

    This shit again?

    this doesn’t go with the idea of Linux, which is having “freedom” with your os, picking and choosing what goes on and off while still being usable.

    No. That’s not the “idea of Linux”. That’s your idea of Linux. I don’t see people bitching about the heavy reliance on the GNU toolchain.

    • aliceitc@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      18
      ·
      8 hours ago

      I don’t see people bitching about the heavy reliance on the GNU toolchain.

      I used to. Then I tried a GNU-less Unix for a bit, and I realised that GNU is really good, and there is a reason why most distros provide GNU.

      I really, really hate these posts about systemd. Just use whatever you want, make your own distros if you want, contribute to the distros that do what you want. That’s the freedom that Linux and OSS gives you. You have the choices. But if some options are more popular than others, often times there’s a reason!

      • Ŝan • 𐑖ƨɤ@piefed.zip
        link
        fedilink
        English
        arrow-up
        6
        arrow-down
        5
        ·
        7 hours ago

        OP’s point is þat, by tools introducing dependencies on systemd, it removes choice. Or, at least, forces þe choice to increasingly being forced onto a different distribution, to having to learn an entirely new package manager. It’s invasive.

        • atzanteol@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          10
          arrow-down
          3
          ·
          6 hours ago

          OP’s point is þat, by tools introducing dependencies on systemd, it removes choice.

          Who. Fucking. Cares.

          þe

          This thorn shit is obnoxious as hell to read.

          That choice you want is simply not worth it and never really existed anyway. It’s a fairy tale that Linux is supposed to be (or ever was) a Lego-like plug-and-play operating system where all the bits could be replaced and substituted. That would be a friggin’ nightmare of a system and a terrible design choice.

          Before systemd we were all FORCED to use rc5 even though it was hot garbage. And we were FORCED to use X11R6. And we were FORCED to use glibc. And you were FORCED to install gcc to compile the Linux kernel. And now we’re being FORCED to use Wayland.

          Move on.

          • aliceitc@lemmy.blahaj.zone
            link
            fedilink
            arrow-up
            5
            ·
            5 hours ago

            I remember when back in the days people talked shit about X11, saying that it was a pile of shit and to move to Wayland.

            Then Wayland became mainstream and you start to see the X11 nostalgics talking shit about Wayland.

            I’m so fed up with all of this. People, use what works! There will never be the perfect software, the perfect OS, the perfect library, the perfect programming language, the perfect file system, the perfect database, the perfect protocol, the perfect shell (or the perfect forum).

        • aliceitc@lemmy.blahaj.zone
          link
          fedilink
          arrow-up
          2
          ·
          7 hours ago

          Again, yes. But it’s not like there’s a big conspiracy to push systemd in your systems. People (developers, distro mainteners, system maintainers, …) are using it because for them it has value. It makes it easier, more reliable, whatever.

          Many OSS projects require gcc, or glib. And can work with alternative compilers or libraries, but maybe you’ll encounter some issues. By the same logic, would you say that GCC and Glib are reducing your freedom?

          And by the way I’m not saying that the premise is false. It’s true that it somewhat reduces your options. But you still have options.

          And I think that having a somewhat standardized environment is a good thing. But if you don’t, use another distro. Heck, use OpenBSD!

          (I’m using “you” but I’m not referring to you in particular, it’s an impersonal you)

    • SocialistVibes01@lemmy.ml
      link
      fedilink
      arrow-up
      4
      arrow-down
      3
      ·
      8 hours ago

      But people centainly will with the reliance on uutils. And it’ll be too late. How people on Lemmy of all places dont get it?

      On systemd, I don’t like it and use another init.

    • OppressedBread@lemmy.mlOP
      link
      fedilink
      arrow-up
      6
      arrow-down
      8
      ·
      edit-2
      8 hours ago

      You’re right that the GNU toolchain is massive, but the distinction lies in "modularity versus integration". GNU tools are a collection of separate programs that happen to work together, you can swap bash for zsh or ls for busybox without breaking the whole system. systemd, however, is a tightly coupled suite where the init, logging, networking, and DNS are interdependent.

      The idea of Linux isn’t just about running big software, it’s about the ability to compose a system from independent parts.

      When a single project dictates the entire stack and makes it nearly impossible to replace just one component without rewriting half the OS, that crosses the line from toolchain to platform lock-in, which is a fundamentally different threat to user freedom than a collection of large but separable GNU utilities.

      • aliceitc@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        8
        ·
        7 hours ago

        The idea of Linux isn’t just about running big software, it’s about the ability to compose a system from independent parts.

        This is just false. The idea of Linux is having a copyleft operating system, free as in beer and as in freedom. Full stop.

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        4
        arrow-down
        1
        ·
        edit-2
        6 hours ago

        you can swap bash for zsh or ls for busybox without breaking the whole system

        Is that so? rm -f /bin/bash and reboot. I’ll wait… Go ahead. You’ll be amazed at how many thing rely on bash. Or indeed sh which is why bash runs in bourne compatible mode when executed as /bin/sh.

        The idea of Linux isn’t just about running big software, it’s about the ability to compose a system from independent parts.

        This has never been true. The Linux kernel team themselves reject this silliness with a monolithic kernel that required a very specific toolchain to even build and run. Linux has always had tight integration.

        We’ve had many competing implementations of some things (desktop environments come to mind) but that is not the same as “build a system out of Lego components” as a design goal. It’s what you get when you have no direction. It would be a very stupid design goal.

      • Fizz@lemmy.nz
        link
        fedilink
        arrow-up
        1
        ·
        5 hours ago

        System d is made to work with its own modules but it’s still modular and someone can make a replacement if they want. A lot of modules are abstractions ontop of the existing solution. If you were to update the existing solution it would be a drop in.