• MrVilliam@sh.itjust.works
    link
    fedilink
    arrow-up
    6
    arrow-down
    3
    ·
    8 days ago

    That’s your choice, but you don’t get to then complain about the prices set by the people who read the manual for you so that you could enjoy your life instead. You either pay them or pay yourself.

    • Natanox@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      4
      arrow-down
      2
      ·
      8 days ago

      Or, in case of Linux, you just suffer because the manpages are so god damn useless to average users.

      • prole@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        8 days ago

        Is it a reading comprehension thing? Man pages are so ridiculously useful. Do people just see a lot of text and refuse to even try?

        It’s hard to imagine them being more clear.

        • tomenzgg@midwest.social
          link
          fedilink
          English
          arrow-up
          2
          arrow-down
          1
          ·
          8 days ago

          I mean, – in college – the running joke in my CS department was to try reading the man page even though it would likely be impenetrable.

          I think the issue is that they’re written from the perspective of someone in deep knowledge of the entire system already rather than someone who might be using it for the first time and trying to figure out their was around.

          Let’s take the first fragment of the first sentence of ls’s page: “For each operand that names a file of a type other than directory[…].”

          Well, what’s a directory? Most people use the term folder; that could arguably not be fair as the term directory came first so let’s ignore that criticism.

          What’s an operand in this scenario? While an accurate term, not exactly the most familiar (and certainly not helpful to, say, my partner who, due to dyscalculia, is almost certainly not to be familiar as it’s most often used in math). But we crack open a dictionary and find it’s the bit manipulated by an operator.

          So…the text we give ls? Does that include values we give to the flags (not that I’d know what those are, yet, or what they do). And, of course, the SYNOPSIS describes that text we give as “file” while the very next sentence lets us know that operands can also be directories (mostly, most people think of files and directories as different things) so there’s already an overt disconnect between the verbage, description, and examples, disallowing any pattern matching of my brain to quickly piece concepts together.

          All of which will probably be hard for me to quickly comprehend as I’m expecting a description of a thing to start with what the thing is rather than immediately describing a small facet of the thing.

          Like…I’d argue it’s poorly written, on it’s own face, but it’s utterly bewildering for someone who isn’t even entirely certain what all the pieces of the new world they’re exploring are, yet, and is trying to piece things together via concept clues.

          • Natanox@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            2
            ·
            8 days ago

            This. Terminology, unknown concepts (some simply expected to be known, such as standard parameter syntax) and a lack of simple examples to understand all the abstract explanations with (like the way ‘tealdeer’ presents it) make manpages utterly useless to anyone but powerusers with lots of time and an interest in the topic.

            Someone saying “RTFM” unironically in regards to Linux is basically a red flag for new users at this point. Not because reading manuals was bad, but because the manuals provided are simply awful. They’re developer- and expert-friendly, not user-friendly.