Have you ever found a GitHub project or anything that seemed nice and tempting to install until you dug a bit deeper?

What are some red flags that should detur anyone from installing and running something?

  • kescusay@lemmy.world
    link
    fedilink
    arrow-up
    38
    arrow-down
    1
    ·
    9 hours ago

    Evidence of vibe-coding. Em dashes and emojis sprinkled throughout the documentation? Code with inline comments pointlessly describing some change, as if you want to know what that block of code used to do more than what it actually does?

    It’s vibe-coded garbage by someone who doesn’t know how to code. Stay far away.

    • alakey@piefed.social
      link
      fedilink
      English
      arrow-up
      1
      ·
      27 minutes ago

      Emoji ridden repos just scream scam to me, too. I feel like people who genuinely want to make an app and actually keep it maintained wouldn’t resort to AI slop code or even a description.

    • Clent@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      16
      ·
      9 hours ago

      inline comments pointlessly describing some change, as if you want to know what that block of code used to do more than what it actually does?

      Oh, shit, am AI.

        • Clent@lemmy.dbzer0.com
          link
          fedilink
          English
          arrow-up
          1
          ·
          18 minutes ago

          Exactly. I worked on a interface where the elements where shift under conflicting business interests. The comments where a log of dates, person, and what they asked for as we worked on our side to build a case against the insanity.

          The comments listed not only what it clearly did but also what it had previously done. Then inevitably something comes in hours before a launch window and that part does not get its comment updated.

        • Tja@programming.dev
          link
          fedilink
          arrow-up
          4
          arrow-down
          6
          ·
          7 hours ago

          That ship has sailed. The question is how to use AI to code, for every project there’s a sweet spot and it rarely is 0% or 100%.

          • Victor@lemmy.world
            link
            fedilink
            arrow-up
            7
            ·
            4 hours ago

            You really don’t need to. Nobody is forcing you.

            And if they are, seriously considering finding another place of work.

            • Tja@programming.dev
              link
              fedilink
              arrow-up
              2
              arrow-down
              2
              ·
              2 hours ago

              I very much enjoy using AI for all the biloilerplate, test cases, suggestions, etc. It really makes me more productive, hard metrics behind it. Nobody is forcing me to, they just provide the license and let us use our judgment.

              I honestly can’t think of a project where 0% AI would be better. For 100% maybe a very trivial PoC, but even that would require at least a code revision.

              So, as with many things, use in moderation is fine.