• GargledBalls@lemmy.world
    link
    fedilink
    English
    arrow-up
    39
    ·
    2 months ago

    Spent a full week trying to get Claude/Cursor to unfuck my router after I asked it to help me set up some isolated subnets via SSH. It really struggled with retaining “object permanence”, or remembering instructions. I had to nuke it and start from scratch…twice.

  • Pennomi@lemmy.world
    link
    fedilink
    English
    arrow-up
    30
    ·
    2 months ago

    It’s fine if you need to slam out some dirty HTML and CSS. Not so much if you have real problems to solve.

  • BougieBirdie
    link
    fedilink
    English
    arrow-up
    29
    ·
    2 months ago

    3 hours of debugging can save you 30 minutes of reading the documentation

    I suppose people will always do what they think is easiest

  • errer@lemmy.world
    link
    fedilink
    English
    arrow-up
    6
    ·
    2 months ago

    A nice thing about vibe coding is it can do it in the background while I do other things. I’m not staring at it generating code for 3 hours.

    • Shyze3D@feddit.nl
      link
      fedilink
      arrow-up
      4
      ·
      2 months ago

      Agreed. Was stuck in a meeting and let it generate a solution to work on after the meeting.

  • Lucy :3@feddit.org
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    2 months ago

    CW be like:
    Spend 7 weeks learning C# (we learned Java in Uni, it’s not that hard ffs) and implementing a proper base for a project: Nah
    Let ChatGPT generate fucky code and let $me fix it over the span of 7 weeks: Hell yeah

    Had I realized that it all was generated, and he didn’t have a single little clue how it works, I would’ve just rewritten it with django or something. Hell, technically the whole server part wasn’t needed, it could’ve been index.html, style.css and scripts.js and that’s it.