• @[email protected]
    link
    fedilink
    52 years ago

    ChatGPT has actually been invaluable for switching to Linux for this reason. I only broke my system after I tried finding my own solutions to problems online and copied that code.

  • zephyrvs
    link
    fedilink
    112 years ago

    I don’t think that’s a terrible way of getting started. Your subconscious will do the rest at some point, unless you’re really not interested at all (which isn’t a problem either). :)

    • @[email protected]
      link
      fedilink
      132 years ago

      The real learning happens when you copy and paste something you shouldn’t and bork your system. That’s basically how I started.

      • sunbunman
        link
        fedilink
        English
        82 years ago

        Me learning anything ever. Troubleshooting is the real learning phase.

        • @[email protected]
          link
          fedilink
          English
          -52 years ago

          No offence, but I hope you don’t hold a high ranking government position, what with catastrophic error being the only way you learn 😁

          • sunbunman
            link
            fedilink
            English
            42 years ago

            One would hope that all the learning mistakes happen earlier in the career before you could be trusted with something big like that.

            • @[email protected]
              link
              fedilink
              English
              42 years ago

              Same tbh. For the hassle to be worth it, you’d probably have to have either an extreme tolerance for bureaucracy and patience in general or exactly the kind of selfishly careless mentally that would mean that you should NEVER be allowed anywhere near the job…

  • @[email protected]
    link
    fedilink
    172 years ago

    Not just Linux, I do this all the time when ‘writing’ R or Python scripts for work. Then I spend the next 2 hours debugging a missing comma.

  • @[email protected]
    link
    fedilink
    52 years ago

    There is a big issue in the Linux community where people are very concerned with the OS itself and not what people are actually doing with it. So if copy pasting is working and you are getting whatever it is you want don’ done, done, then no one should care how you got there.

  • @[email protected]
    link
    fedilink
    32 years ago

    Just be careful with those two letter shell commands like rm and dd. But if you don’t, you will become proficient in reinstalling Linux.

    • @[email protected]
      link
      fedilink
      22 years ago

      That was me today when I allowed Linux to remove what it claimed "can/should’ remove X packages… now my llmachine has no VMware tools, won’t scale, and is missing something called fuse?

      • @[email protected]
        link
        fedilink
        72 years ago

        fuse is for mounting filesystems that don’t have in-kernel drivers. I haven’t touched VMWare in a while, but they might use it for sharing folders between the host and guest

    • @[email protected]
      link
      fedilink
      82 years ago

      You know, my students do this. It’s freaking hilarious when they inevitably have a typo and get an error. I chuckle every time. 😄

      • @[email protected]
        link
        fedilink
        182 years ago

        it is actually a good thing to do. helps in learning stuff faster. it’s good to hear that there’s still people who don’t mindlessly copy and paste

        • @[email protected]
          link
          fedilink
          42 years ago

          I realize my post sounds like I’m against students typing out commands, but I’m not. I’m against them mindlessly typing out commands they find on the internet without taking time to understand what the commands actually do. I encourage them to be intentional with their commands and really understand them.

      • @[email protected]
        link
        fedilink
        102 years ago

        Omg I tell people at least 3 times a day about bash’s tab completion. Cli proficiency should be taught before programming

        • @[email protected]
          link
          fedilink
          32 years ago

          Tab completion is the main way I check that I’m using a valid file path in the command, especially when I’m deleting something. (and even then I double and triple check the path when I delete something lol)

        • @[email protected]
          link
          fedilink
          3
          edit-2
          2 years ago

          Thank you, whenever people ask me how to start learning and get rolling in tech related things I’ve struggled trying to articulate this exact point. I’m not a sysadmin or anything but knowing how to navigate CLIs across OS’s makes everything so much easier to learn and do

    • netburnr
      link
      fedilink
      42 years ago

      This is the way.

      We’re still using this meme right? /2%er

    • @[email protected]
      link
      fedilink
      12 years ago

      I sometimes feel like I go all the way around. I find a fix for a problem that says: just copy and paste this. I then spend 3 hours or more reading and trying to understand the snippet, or do it directly. Then I realise the fix is to just copy and paste that original snippet.

      I guess at least I now understand why everyone just does that for that problem.

    • @[email protected]
      link
      fedilink
      12 years ago

      After reading (or skimming) many books on *nix, I encountered one that was way over my head. I was lost and gave up after ~25 pages. A few years later, I found myself reading it casually because I no longer needed to type things out to verify how they worked. It was an awesome feeling.