• andyburke@fedia.io
    link
    fedilink
    arrow-up
    193
    ·
    3 months ago

    I get the joke.

    But if, like me, you actually feel this here’s how I got away from it: make sure you actually understand things.

    Read the error message over and over again, look up the words, understand what it is saying.

    If something isn’t working, start reading the code and making sure you understand what each line is doing.

    It will feel incredibly slow and painful at first. Eventually you will strengthen those.muscles, however, and it’ll become second nature.

    Then you can cut and paste with confidence! 🤣

      • andyburke@fedia.io
        link
        fedilink
        arrow-up
        67
        ·
        3 months ago

        There are still some errors where you just need to know the fix. In that case it’s a baseball bat.

      • snooggums@midwest.social
        link
        fedilink
        English
        arrow-up
        27
        ·
        3 months ago

        Having worked at a copy place for a few years, that one makes me laugh every time.

        For those that don’t know, the error is Print Cartridge needs letter sized paper to be loaded. It is just out of paper.

        • letsgo@lemm.ee
          link
          fedilink
          arrow-up
          11
          ·
          3 months ago

          You’d often get the error when there was paper in the printer though. Turns out the cause is the slightly different size between US letter page size and A4 page size. Technically the printer’s correct to complain (for the same reason it’d be correct to complain about an A4 sized print while full of A5), but virtually nobody gives a shit about that difference and so the “PC Load Letter” message just translated to “You have to push that stupid button before I’ll do anything because pedantry.”

    • Ilflish@lemm.ee
      link
      fedilink
      arrow-up
      22
      ·
      3 months ago

      Additionally, don’t copy and paste anything until you understand it. If you don’t understand what code golf is being spewed, don’t take the top answer. If you don’t understand any answer, you probably don’t understand the underlying systems well enough and need to re-evaluate what your asking for.

      • pixelscript@lemmy.ml
        link
        fedilink
        English
        arrow-up
        5
        ·
        3 months ago

        The only difference between a novice and a professional is that a professional checks what they are copying to understand it first before allowing it into their codebase.

        Novices copy code to avoid having to understand it. Professionals copy code to avoid reinventing the wheel.

    • saltesc@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      3 months ago

      ChatGPT is making me better because I’ve learned not to fucking trust it and double check everything it spits out to ensure its actually doing what’s asked of it.

      • TexasDrunk@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        3 months ago

        I use it to help me lay out pseudo code and check it against what I come up with. It has made the way I structure things (and comment on things) way better.

    • DharkStare@lemmy.world
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 months ago

      Exactly. I cut and paste all the time but I make sure I know what the code is doing first before I actually add the code.

  • parpol@programming.dev
    link
    fedilink
    arrow-up
    108
    ·
    3 months ago

    As funny of a joke “all programmers copy and paste” is, after 9 years that impostor syndrome should be gone, and if you still can’t figure out a solution without copying and pasting, maybe it is time to go back to the basics and learn how to code.

    • fidodo@lemmy.world
      link
      fedilink
      English
      arrow-up
      66
      ·
      3 months ago

      The difference between a junior and senior developer is that a senior developer actually understands what he’s copy pasting

      • Potatos_are_not_friends@lemmy.world
        link
        fedilink
        arrow-up
        10
        ·
        3 months ago

        Pretty much. I try to tell juniors that the things I’m teaching you is things I made a mistake on. I have a decade of failure and I’m trying to help you shortcut it.

        • SpaceCowboy@lemmy.ca
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          But as soon as someone gets to an intermediate level and start thinking for themself and make those exact same mistakes.

          “We’ve been doing things wrong this whole time! I figured out a better way!” Then spend a lot of time implementing the “better” way only to find out it performs like shit and actually takes more work to implement and maintain anything.

          Everyone has to do that at least once.

        • hardcoreufo@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          That approach never sinks in with anyone I train. They seem to remember that I told them something about something so they do that not remembering I said not to do that.

      • dan@upvote.au
        link
        fedilink
        arrow-up
        9
        ·
        3 months ago

        I’m a senior developer and I rarely copy and paste… I’ll sometimes look at some other code to get ideas, but I retype it. It helps me understand the code, and I can refractor it or write it differently as I go.

      • LemmyKnowsBest@lemmy.world
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        But who’s the guy that originally wrote the code that everyone else is copy pasting? I think Nathan Kellert desires THAT level of expertise.

    • blackbirdbiryani@lemmy.world
      link
      fedilink
      arrow-up
      18
      ·
      3 months ago

      I’ve only been programming seriously (for work) in the last two years and honestly don’t get the copy pasting memes. I get copy pasting a 1-3 line terminal snippet sometimes, but idk how people are getting away without actually writing their own code.

      • pup_atlas@pawb.social
        link
        fedilink
        arrow-up
        10
        ·
        3 months ago

        I program professionally, and I copy paste all the time. The difference is when I copy paste, its 10-20 lines of code, not a line or two— and I’m not fishing for a solution to the problem. I already have the optimal solution in my head, and I am just searching for the solution I already know. It’s just faster than typing it by hand 🤷🏻

        • alex_02@infosec.pub
          link
          fedilink
          English
          arrow-up
          5
          ·
          3 months ago

          I do this often. Not because I can’t do it myself or understand what I’m doing, but why would I write the exact same code when it has been done and pasted online a million times?

      • WalrusDragonOnABike [they/them]
        link
        fedilink
        arrow-up
        3
        ·
        3 months ago

        I only program non-seriously for work on occasions and I’ve rarely used copy/pasted code. Except maybe some of my own code because of using lazy logic trees to deal with variation in the data being processed. Doesn’t need to be pretty or efficient. Just needs to work well enough so I do a less manual work.

    • Fuck spez@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      16
      ·
      3 months ago

      IDK man, all the way? I don’t think I’m good enough to have actual impostor syndrome like real developers.

      • Kyrgizion@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        3 months ago

        Haha right? Not saying this is you but whenever people try to tell me I have impostor syndrome, I’m thinking like “incompetent people exist. I’m just one of them”.

    • Nommer@sh.itjust.works
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      3 months ago

      I may do that already when I get stuck… Tbf I am trying to learn and only ask it to explain how to do something or if I have a bug I can’t figure out. I feel sometimes it’s just best to get an answer if I’ve been stuck for a while because I’m not making progress anyway.

        • hardcoreufo@lemmy.world
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          When I was messing around with it, I had to go back and fix it’s code more often than not. It’s still useful for get the be bones of a program going though.

      • SpaceCowboy@lemmy.ca
        link
        fedilink
        arrow-up
        5
        ·
        3 months ago

        It’s not too bad for learning a new language, but you still have to make an effort to understand why the code it’s giving you works… or doesn’t work which can happen often.

        • interdimensionalmeme@lemmy.ml
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          It’s so great at getting unstuck and learning news ways of doing thing that everyone knows but me. Even if most of its actual code is borked.

          • SpaceCowboy@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            3 months ago

            Yeah today after getting three bad answers in a row from ChatGPT I was quoting Thanos… “Fine. I’ll do it myself.”

        • Nommer@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          Oh yeah for sure. It’s given me incorrect code before but I was able to recognize the issue and fix the error which was mostly a logic one.

  • waz@lemmy.world
    link
    fedilink
    arrow-up
    22
    ·
    3 months ago

    I feel like most of my googling of simple code is because I know what I’m trying to do, but I don’t remember the correct function name and or language structure for the language I’m currently using.

    • SpaceCowboy@lemmy.ca
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      This is about 50% of what I use ChatGPT for. Something I’ve done many times before, but I just need a quick reminder about the exact syntax.

      The other 50% is just creating DTOs that have properties that are suitable for parsing JSON or XML or can be used to dump data from SQL into. The boring shit.

  • Kyrgizion@lemmy.world
    link
    fedilink
    arrow-up
    19
    ·
    3 months ago

    Funny, I’ve been in my current support/devops role for 9 years and every year I wonder more what the hell I’m doing. It somehow seems like I get dumber/lose knowledge/the field expands much more rapidly than my broken mind can keep up with.

    I feel like a glorified script kiddie most of the time. I couldn’t program my way out of a wet paper bag if my life depended on it.

  • MrJameGumb@lemmy.world
    link
    fedilink
    arrow-up
    17
    ·
    3 months ago

    Wait, that’s a thing??? I can earn programmer money just by using copy & paste??? Maybe it’s time I changed jobs…

    • Zedd @lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      44
      ·
      3 months ago

      I spent years getting great with powershell so I can now confidently copy code out of chatgpt. Chatgpt’s ability to spit out close to correct code faster than I can type it is amazing, but useless if you don’t understand what the hell it’s trying to do.

      • mac@infosec.pub
        link
        fedilink
        arrow-up
        19
        ·
        3 months ago

        Pretty much this, it’s the one use case for copilot, I know what I want to type anyway and copilot is usually close enough that 2 edits is faster than typing the whole thing and better for rsi.

        • Kalothar@lemmy.ca
          link
          fedilink
          arrow-up
          8
          ·
          3 months ago

          Basically the work flow has changed from:

          Find a framework that I need to integrate for whatever reason. Go to GumboChumbo.io read the docs.

          Write some code based off of what’s in the doc, test the thing, read error message, read docs, ad new thing, but wall for obscure reason, spend thirty minutes looking through similar issues via Google-fu and then find an obscure comment from 6 years ago, That some how fixes this current issue. Implement it, get it working and then customize it.

          Now it just streamlines finding these solutions.

          • mac@infosec.pub
            link
            fedilink
            arrow-up
            3
            ·
            edit-2
            3 months ago

            Yeah it’s definitely a lot quicker than searching through 15 articles and stack overflow posts sometimes. Except for with regex and the sed command, the bastard thing kept messing that up

        • poinck@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          3 months ago

          But sometimes Copilot just uses too much words to present the answer, so I use ChatGPT which can be personalized.

          (Maybe it is possible with Copilot, too, maybe I have to ask how to do it)

          • mac@infosec.pub
            link
            fedilink
            arrow-up
            3
            ·
            3 months ago

            I find the opposite, chatgpt (free version at least) gives all the explanation and stuff then a code block, copilot (not Microsoft the GitHub one) just prints the boilerplate directly in the editor then you press tab to accept.

  • Pumpkin Escobar@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    3 months ago

    Real answer, learn how to paste several code snippets from stack overflow into a ChatGPT window and ask it to do what you need. Sprinkle in some copilot to tweak as needed. Congrats, Mr Programmer.

  • Yaztromo@lemmy.world
    link
    fedilink
    arrow-up
    13
    ·
    3 months ago

    Honestly, I hate these memes. As an old school hacker/programmer who has been doing this for many decades, I can usually just start thinking in code and start dumping out everything I need from my brain through my fingers to the keyboard. I never copy-and-paste code from online for something I’m coding (I don’t count something like copying a script to do a quick shell task of some-sort; for something like Amazon’s directions for installing Corretto I’m not going to type all that out manually; and I don’t really consider that “programming”).

    But as a tech manager (and former University comp.sci instructor), I know this happens more often than I’d prefer. But some of the worst code I’ve had to review has been copy-and-paste jobs where the developer didn’t understand the task correctly and jammed in something they found online as a quick solution. I get that I started in a generation where you had to understand the problem and code the solution from scratch (because the Internet crutch wasn’t what it is today) — but the fact that so many younger developers revel in the fact they copy-and-paste code on the regular makes me sad.

    • blotz@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      3 months ago

      +1 ai tools are fine if you already know what you want to write and it speeds up the process of coding. But when ai tools are writing code you don’t understand, you cannot verify that any of the code is actually correct and doesn’t introduce bugs. Ditto for copy-pasting.

  • force@lemmy.world
    link
    fedilink
    arrow-up
    8
    ·
    edit-2
    3 months ago

    Depends on the language. I’m not gonna find shit to copy-paste for what I’m doing in Scala 3 or F#, but in Rust or C++ I’ll frequently Google an issue I can’t figure out and someone will have some fancy black magic hacker solution with super-iterators and turbofishies and weird type inference that I couldn’t think of myself and just throw it in my code with some minor modifications :)

      • Snot Flickerman@lemmy.blahaj.zone
        link
        fedilink
        English
        arrow-up
        7
        ·
        edit-2
        3 months ago

        Because, as I can attest as someone in their forties…

        Boomers spent my youth telling me that I just needed a college degree, any college degree, and I would have a great job lined up for me almost anywhere.

        Later, after many of us had graduated into a world that was absolutely fucking us we were told “Your degree was useless, why did you invest in something stupid that nobody uses like Early Childhood Education?” (something literally every child needs, adults with competent knowledge of early childhood education…)

        Further, they would go on to say “Look at the tech industry, there’s good jobs there. Only STEM degrees matter, who gives a fuck about art or the human condition or literature. Who needs fucking “media literacy” and who needs to learn from the past to make sure we don’t make the same mistakes! LEARN TO CODE!”

        “Learn to code” has been shoved down people’s throats by Boomers in positions of power for two decades now. After massive layoffs in the tech industries, it has become an even bigger joke than it was, because what are all those coders without jobs supposed to do? Learn to code? Pretty sure they already did that step.