• @[email protected]
    link
    fedilink
    721 month ago

    To those of you feeling called out: Vibe coding is not about letting GPT find your missing semicolon or create that weird for-loop for you, but crafting the whole source code from scratch for a person who can’t program at all.

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      1 month ago

      I used it to write a simple query today and felt disgusting. It feels like I used a lazy way instead of doing research to find the right Syntax. I did research before using it, but the documentation wasn’t clear, so I used it.

    • @[email protected]
      link
      fedilink
      English
      211 month ago

      Do people really do that?! I’ve just used it as a starting point for something totally unfamiliar, reworked it to suit, made sure I understood everything it spit out. I cannot imagine ChatGPT spitting out working code.

    • @[email protected]
      link
      fedilink
      241 month ago

      I’ve used it to craft a quick PowerShell or bash oneliner, or to get familiar with a function in some python package I’ve never used. But an entire program?

      • @[email protected]
        link
        fedilink
        13 days ago

        Well, executives like to oversell the ability of genAI, so people think it can fully replace human coders right now. In actuality, it’s just a more resource wasting Google. I usually try to look for code with public domain license instead to copy and modify (I try to credit the original authors nevertheless), and rarely peek into less permissive codes (had to do it for some OS API stuff, because people forgot how do do what SDL does without using SDL, my worst offense was to check the keyboard scancode lookup table in multiple Linux versions).

    • Darren
      link
      fedilink
      English
      71 month ago

      I used ChatGPT a few days ago to build a python script that takes a link in my clipboard and runs a yt-dlp command to download it to one of my Plex folders. Had to fettle a few details, but all told it took me about half an hour from start to finish.

      I have absolutely no idea how to write a python script, so I’m incredibly happy with the output.

      However, I’m not trying to use it to get paid, so I guess that’s OK.

      • @[email protected]
        link
        fedilink
        English
        61 month ago

        not trying to use it to get paid, so I guess that’s OK.

        I think this has something to do with it . You’re using it to accomplish something, and not over-billing your skills for a fat cheque.

        • Darren
          link
          fedilink
          English
          31 month ago

          I’m using it to make stealing content from YouTube even more efficient, so I can watch videos on my Apple TV without having to pay them a stupid amount for premium, or having to tolerate the obnoxious number of ads.

        • @[email protected]
          link
          fedilink
          61 month ago

          That, and also, it’s a very straightforward, narrow-scoped functionality. LLMs are pretty good with that kind of thing. It’s complexity they struggle with