Hello Linux community.

I’d like to take a moment to explain what I hope will be a simple concept (so really it’s more of a reminder) that everyone should say least know and understand.

Not everyone (myself included) learns best by RTFM. Some of us need a guiding hand or to watch a video instead. It’s not that we’re lazy or don’t like reading, it’s just that it doesn’t work efficiently enough.

  • Peasley@lemmy.world
    link
    fedilink
    arrow-up
    4
    ·
    1 hour ago

    RTFM makes more sense in a professional context. I don’t expect anybody to read anything unless 1 they want to or 2 they are being paid to

    Saying RTFM in a hobby or recreational space is just being an asshole for no good reason

  • Mactan@lemmy.ml
    link
    fedilink
    arrow-up
    12
    ·
    3 hours ago

    sadly dwarfed by YouTube videos that are outdated as soon as they are produced, and web guides nobody maintains. worse, AI scrapers only know this outdated information and happily hallucinate based on it it is EXHAUSTING having users cheer and celebrate the placebo of all the made up bullshit that does nothing in their config or worse breaks everything in unpredictable ways

    • djdarren@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 hour ago

      AI scrapers only know this outdated information

      While I have experienced this (quite a lot), it’s much easier to spend five minutes figuring this out with an AI than it is to spend an hour trying to work that out by searching forums for answers.

  • JTskulk@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    RTFM doesn’t have to literally mean to read text, just like saying “let me google that for you” doesn’t have to literally be google. Both statements are similar; the point is instead of burdening others with teaching you something, go learn it on your own whether that be the manual or random Indian tech youtuber.

    • sneaky@r.nf
      link
      fedilink
      English
      arrow-up
      1
      ·
      41 minutes ago

      Sometimes people ask others instead of googling things because it offers an opportunity to socialize. We all know google is an option. I get what you’re saying, but it’s sad to see this described as a burden.

  • djdarren@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 hour ago

    I know It’ll be a controversial take on here; but while I don’t like the use of AI for most things, I’ve found LLMs to be immensely valuable when it comes to learning how to Linux, and as an extension, how to self host.

    I understand the limitations, but it’s so much more straightforward to tell an LLM what I’m trying to achieve then follow those instructions, than it is to try and poke about from site to site trying to piece together the information. Particularly if you don’t know what it is you need to search for in the first place.

    Obviously you have to exercise some caution, but it makes so much more sense to me to confirm instructions provided by an LLM than it is to try and figure out where to even start. And let’s be honest, not all forum users are as forgiving to complete noobs.

  • wiki_me@lemmy.ml
    link
    fedilink
    English
    arrow-up
    2
    ·
    2 hours ago

    it’s just that it doesn’t work efficiently enough.

    Yeah, but we live in a world of limited resources. in particular labor and specifically knowledgeable linux nerds willing to answers questions for free. If everyone will have that mindset there won’t be a lot of time left to answer the difficult questions .

    With that said i agree that occasionally if its done its probably no big deal, there is also linux 4 noobs for those who want to ask some questions to help getting started with linux.

  • curbstickle@anarchist.nexus
    link
    fedilink
    English
    arrow-up
    30
    arrow-down
    1
    ·
    6 hours ago

    RTFM long predates videos in the internet; at this point I’d actually call it inclusive of videos and guides.

    I actually get pretty pissed off when the only guide for a feature beyond a couple lines of “here’s what this can do” with no elaboration is just a video. I don’t want a video. I want a damn manual with working examples.

    But if its all there is, I’ll watch it before asking questions. The same should go for people who prefer videos, they should at least try the manual first, or looking at some guides or videos.

    What’s frustrating for people (generically speaking) is when zero attempt is made in advance of posting questions, and from what I see, is the majority of “RTFM” responses.

    • Auli@lemmy.ca
      link
      fedilink
      English
      arrow-up
      8
      ·
      3 hours ago

      Oh I hate how everything is a video. Sometimes I just want text so I can ship to relevant section.

  • renegadespork@lemmy.jelliefrontier.net
    link
    fedilink
    English
    arrow-up
    9
    arrow-down
    1
    ·
    4 hours ago

    “RTFM” (or similar comments like “it’s in the docs”) are just mean and useless without a reference.

    Like, okay, superior user in the internet: If it’s in the manual/docs, what page? Do you have a link? Could you quote the relevant section?

    Often people ask because they couldn’t find the answer in the docs. Simply pointing them at the answer is infinitely better than “lol the answer is in there somewhere”

    See also: “Let me Google that for you…” Like mf Google brought me to this thread!

    • ☂️-@lemmy.ml
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      1 hour ago

      often on linux, you can simply type man <command> and get TFM

      i would agree with you on GUI apps, where it can be confusing.

    • okwhateverdude@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 hours ago

      What’s worse, is if this is GNU-ware, there is a good chance the answer IS NOT IN THE MAN PAGE. I think it was bash or maybe gawk. I don’t remember exactly, but I had a question that simply wasn’t answered in each man page. GNU docs are absolute trash, written without any consideration for the audience.

        • okwhateverdude@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          56 minutes ago

          I feel like every time I’ve gone looking for an info page, it was just the man page content, but now I’ve got some useless shit I installed.

          I mean, maybe this is a debian thing.

  • Eugenia@lemmy.ml
    link
    fedilink
    English
    arrow-up
    6
    ·
    5 hours ago

    Ι must say that Arch Linux’s wiki pages are easily understood. But man pages are not. I can’t follow the standard manual format. Just like with IKEA instructions, they just don’t make sense to me. My brain is like that. But Arch Linux pages are good.

    • Pika@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 hours ago

      there’s a standardized man format? News to me. I thought developers just threw everything in at random order.

    • renegadespork@lemmy.jelliefrontier.net
      link
      fedilink
      English
      arrow-up
      6
      ·
      5 hours ago

      I can’t count the number of times I swear I read every man page and I can’t figure out how to structure my arguments–especially when they are nested or conditional.

      I especially wish more man pages had common examples. Sometimes an example can say more than a paragraph of explanation.

      • djdarren@piefed.social
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 hour ago

        I especially wish more man pages had common examples.

        A thousand times this. It’s all well and good telling us what each option does, but if we don’t know how to form the command around the various arguments and paths, then it’s all fairly useless.

      • Auli@lemmy.ca
        link
        fedilink
        English
        arrow-up
        2
        ·
        2 hours ago

        Caddy when I was trying to learn setting up encrypted hello.

    • Sirius006@sh.itjust.works
      link
      fedilink
      arrow-up
      6
      ·
      5 hours ago

      I can relate : I’m a noon. I often don’t understand the manual, so I look for forum posts that are clearer/ easier to follow/more directly related to my problem and most of the time I find some.

  • solidsmoke@lemmy.world
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    5 hours ago

    It’s a skill like any other. When you need to look up something, make yourself at least try tldr, man, etc. first. Over time you will find yourself skimming through man pages to find what you need faster than looking up a video.

  • Infamousblt [any]@hexbear.net
    link
    fedilink
    English
    arrow-up
    3
    ·
    5 hours ago

    What manual? What part of the manual? What if something happens that the manual didn’t cover? What if the manual is out of date or wrong? What if the maintainer of the manual made a mistake?

    RTFM works for uncomplicated things and/or is a good starting place but is largely an unproductive thing to say these days in my opinion

  • juipeltje@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    5 hours ago

    If it’s a more complex subject matter i can understand people asking questions, because in those cases the documentation can also be more difficult to understand. I’ve asked questions in those situations myself as well, and a video of someone walking you through it can be very helpful. When someone asks the most basic questions ever i tend to be more on the RTFM side of things though. If you ask a question that literally has like a oneliner answer in the manual it seems to me like you didn’t put in that much effort before posting. I never actually RTFM’d someone though. I either answer anyway if i feel generous, or i just ignore it lol.

  • jdnewmil@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    From the beginning of computing there has been a problem with bootstrapping knowledge… the person creating a tool gives it a name, and describes it, but knowing that someone solved the problem you have and what the name of that tool was always a challenge.

    But that is nothing new… you posted in English but if you were to learn a different language you would have a very similar problem, and one of the most universal strategies for making that transition is to drill on vocabulary. Once you have built a small vocabulary then you can expand it using a dictionary.

    The real message behind someone saying RTFM is that there are so many educational and search resources now that asking some rando on the Internet to rewrite a Howto on the fly is lazy. Simply typing the exact same question into Google will bring up a kickstarter set of vocabulary and resources. If you actually do this your question will often answer itself, and if it doesn’t and you start by pointing out why your efforts failed to help you with your specific problem and use the vocabulary (at least briefly) that your research turned up to guide the reader toward where your problem is, you should get less RTFM responses.