https://chuso.net

he/him/his

  • 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 15th, 2023

help-circle
  • chuso@kbin.socialtolinuxmemes@lemmy.worldMan pages bad
    link
    fedilink
    arrow-up
    3
    ·
    edit-2
    2 months ago

    And that reminds me of an anecdote with one of the products our customers usually use. There was a problem which was kind of common and it had a discussion thread in the forum on the vendor’s website where somebody suggested that the solution to the problem was rm -rf /var/lib/rpm.
    Needless to say, we had a customer who ran that command because they had read on the Internet that it was the solution to their problem without understanding what that command was going to do. And of course they ruined that server which needed to be fully reinstalled.
    Until I notified the vendor to delete that malicious advice from their forum, that answer lasted there for years and who knows how many people ran the same malicious command without trying to understand first the disaster they were going to cause.


  • I think it’s that the mental effort required to read the documentation, understanding how a tool works and producing an idea in your mind of how to achieve your purpose with the learning you just got of how that tool works is usually bigger.
    Even if it takes more time, the mental effort of copying and pasting examples from Google until you find the one that works is way lower.



  • Oh, yeah. I had this situation so many times in this same project. Even pointing them to the documentation and telling them to read it because the explanation was there didn’t even work because they just wanted immediate answers. Sometimes I even had to join them on a call and tell them to stop, open the link on a screenshare and read it out loud to me to make sure they were actually reading it and not just telling me they read it.
    It felt like teaching to read to first-grade schoolers.


  • chuso@kbin.socialtolinuxmemes@lemmy.worldMan pages bad
    link
    fedilink
    arrow-up
    38
    arrow-down
    1
    ·
    3 months ago

    Yeah, many people don’t want to read and understand, just copy and paste.
    I saw that in a lot of people I worked with on projects, they just look for something to copy and paste from the Internet without even trying to understand what it does. Just looking for some command without even paying attention to the text around it.
    I remember one girl once that I gave her the link to the documentation explaining step by step what she needed to do, a link I had to find myself and pass it to her, of course, even when it was her task. Those steps included some alternatives like “if you are in this situation, run this command, but if you are in this other situation, run this other command” but she ignored all the instructions on that page and started copying and pasting every command that was found there. When I asked her what she was doing and why she was running every command there without reading the explanations around them, she said she thought she just had to run all the commands on that page.