• hddsx@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    16
    ·
    5 months ago

    While its possible to find or build a distro without systemd, most of the big names that you would introduce people to use it:

    Ubuntu, Debian, Red Hat, Fedora, OpenSUSE

    Hell, Arch uses it

    I do get your point about GNOME, and I don’t use a DE anymore so I might be outdated, but Gnome and KDE were the big two back when I used it.

    I say obfuscates because gnome configuration is now largely binary, whereas gnome2 used to be text files. The same goes for systemd- the logs are now binary files with journalctl instead of text files

    • the_doktor@lemmy.zip
      link
      fedilink
      English
      arrow-up
      26
      arrow-down
      1
      ·
      5 months ago

      Oh no, not binary files that are well-documented and you can know exactly what they’re doing!

      Also, the journalctl files are just text with useful markers embedded in them to be easier to filter and search. Run strings on the journal files and see they’re just text with metadata in them.

      • bobs_monkey@lemm.ee
        link
        fedilink
        English
        arrow-up
        6
        ·
        5 months ago

        You must compile every single software package from source, but only after you’ve examined every single line of the code yourself!

        1995 called, they said you’re doing it wrong, and RMS is going to be very mad at you.

        • psud@aussie.zone
          link
          fedilink
          English
          arrow-up
          2
          ·
          5 months ago

          1995 calling would be telling you you need to roll your own kernel to be efficient on your 486

        • the_doktor@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          arrow-down
          2
          ·
          5 months ago

          You… do realize that’s what Free software is about, right? Gnome, systemd, etc, ARE Free software. They’re created by tons of people and tons of other people look over the code so you don’t have to. The number of people who cannot understand this boggles my mind. Sure, errors and rare malicious things slip through, but not nearly at the rate of the average garbageware you run on other OSes.

          Stop spreading misinformation.

            • the_doktor@lemmy.zip
              link
              fedilink
              English
              arrow-up
              1
              arrow-down
              2
              ·
              5 months ago

              Doesn’t sound sarcastic. You need to learn how to make something sound more sarcastic online, we can’t see your face or hear your vocal inflection, remember.

              Or, you were just wrong, saw me correct you, and decided “lol, oh, no, I wasn’t wrong, just being SARCASTIC!!!1”. Sigh.

      • hddsx@lemmy.ca
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 months ago

        I didn’t know that the are text files with markers…

        If that’s true, I may hate it less. I’ll have to try that

    • AggressivelyPassive@feddit.de
      link
      fedilink
      English
      arrow-up
      15
      ·
      5 months ago

      I think you are either trolling or you fundamentally don’t understand, what you’re talking about.

      Nothing is obfuscated. You can download each and every code file, audit it, and build the binaries from exactly that code. You can even compare the binaries to the ones provided by major distros thanks to reproducible builds.

      Just because you don’t understand code, doesn’t mean it’s obfuscated. Following that logic, even a loaf of bread is “obfuscated” because you don’t understand sour dough.

      • hddsx@lemmy.ca
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        4
        ·
        5 months ago

        That’s not what I’m saying. Yes, it’s open source and you can build the binaries itself. I’m saying that the process is obfuscated or complicated because instead of text log files, you have to use journtalctl to view them.

        Then again, someone said it may be text files with markers so I have to look into that

        • AggressivelyPassive@feddit.de
          link
          fedilink
          English
          arrow-up
          5
          ·
          5 months ago

          Are you really sure, you’re using “obfuscation” right? Because that implies that someone intentionally makes something harder to read to hide something. That’s not the case here. Nothing is hidden, it’s all there, the formats are well defined and easy to read.