• mrbigmouth502@piefed.zip
    link
    fedilink
    English
    arrow-up
    15
    ·
    10 hours ago

    I’m pissed that systemd has made a change that paves the way for age verification, and is unwilling to go back on it. The change they added may not do much on its own, but I worry about future consequences.

    Since it’s rare for large organizations and projects to go back on things like this, I’m considering moving my systems over to non-systemd distros. At the very least, I hope a fork without the userdb birthDate variable hits the AUR.

    • realitaetsverlust@piefed.zip
      link
      fedilink
      English
      arrow-up
      9
      ·
      6 hours ago

      Honestly, it’s kind of a big nothing burger. As long as the distro that you use doesn’t actively enforce the age verification, it’s just a field that is there and that is really inconsequential.

      • Ilumar@lemmy.zip
        link
        fedilink
        arrow-up
        4
        ·
        edit-2
        6 hours ago

        That’s the way I see it as well. Some distros are going to want to or be forced to comply with the laws, so offering the option seems sensible on systemd’s part.
        Systemd is not forcing distros that don’t want to comply to use the field.

  • Scoopta@programming.dev
    link
    fedilink
    arrow-up
    28
    ·
    12 hours ago

    Tl;Dr they all failed because they’re init daemons and not entire system management daemons. Article gave a nice description of the different choices but I gave up reading after runit because the reason for failure always boiled down to

    It’s only an init daemon

    • Tobias Hunger@programming.dev
      link
      fedilink
      arrow-up
      9
      ·
      8 hours ago

      More than that: “its only an init daemon that does not even make use of Linux features”. They all try to work on all posix systems while systemd is Linux-only and uses everything the kernel can offer to make things safer and more reliable.

    • ViatorOmnium@piefed.social
      link
      fedilink
      English
      arrow-up
      8
      ·
      12 hours ago

      There’s also the addendum to “s6” which is a bit more interesting, since it seems it found a viable niche outside of hobbyist distros. Somehow I had never heard about it before.