I would class myself as reasonably computer literate but have always used windows (since win95 so that dates me). I’m looking to get used to Linux and have stuck mint onto an old notebook to get used to the system.

We’ve been up and running for a couple of months now and I’ve got the basics going but I’m starting to collect questions on how to do this, best ways to achieve that etc, in times past there would probably be a good forum community I could start posting on to learn but I don’t know where to go these days.

Where do you take your open questions to, to learn and improve.

  • bus_factor@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    1 day ago

    I find people often rely too much on guides which just tell you the steps, and you never learn how it actually works. So I would emphasize the manual bit to understand what that thing the guide told you to do actually does.

    The other big hurdle is not being able to assess information for accuracy. If you have no prior knowledge, you have no clue whether that blog post with a guide you found is written by someone clueless or a genius. I’ve had that problem before on a topic I was unfamiliar with, and literally had to just ask an experienced person whether this looked okay or not. They were happy to correct all the misinformation I almost followed.

    On a related note, it’s always easier to make people give corrections than tell you everything from scratch. Just human nature.

    • ascend@lemmy.radio
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      Also taking your own notes that you can update as you trial and error, can repeat later on

    • 0ops@piefed.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      The other big hurdle is not being able to assess information for accuracy. If you have no prior knowledge, you have no clue whether that blog post with a guide you found is written by someone clueless or a genius.

      That’s definitely a thing in programming tutorials. When I’m unfamiliar with a library or something it’s hard to tell if a tutorial is actually following best practices or if it’s “tutorial code”, distilled and technically working but missing edge cases or not scalable.