I built Garage as a side-project and have finally realised it into production. I’m just a dude working full-time, renting in Caulfield and out of pocket for it. But I’d rather pay to host Garage than have Zuck sell me. Your support means a lot!

Mods: I realise rule 5 says no ads. If this breaks it, I’ll remove. I’m not really selling anything, just trying to give people a second option to Facebook.

  • TheTechnician27@lemmy.world
    link
    fedilink
    English
    arrow-up
    85
    arrow-down
    9
    ·
    6 days ago

    Man, the fact the ‘About’ page was plainly written by an LLM doesn’t bode well for “I whipped up an alternative to Facebook Marketplace as a side project lol PS: no business experience”.

    I can’t believe anyone on Lemmy is taking this uncritcally.

    • pntha@lemmy.worldOP
      link
      fedilink
      arrow-up
      24
      arrow-down
      10
      ·
      6 days ago

      it’d be disingenuous if i didn’t admit help from an LLM. i have a compsci degree but i’m not a full-stack developer. i built the website bones and functionality but polish and writing prose isn’t my forte.

      • TheTechnician27@lemmy.world
        link
        fedilink
        English
        arrow-up
        39
        arrow-down
        21
        ·
        6 days ago

        I think it’d be disingenuous if you didn’t immediately, loudly disclose it to people you’re expecting to trust you to interact with their financial information – you know, just personally.

        • pntha@lemmy.worldOP
          link
          fedilink
          arrow-up
          32
          arrow-down
          5
          ·
          6 days ago

          i’m not expecting anyone to trust me with their financial information. there is no functionality on the website that allows money exchange. i was looking at probably introducing PayPal in the future for sellers that just want to deliver their items but no money passes through the website, only PayPal.

          • TheTechnician27@lemmy.world
            link
            fedilink
            English
            arrow-up
            11
            arrow-down
            21
            ·
            6 days ago

            Then I retract that specific point. I still think any site that expects you to maintain a user account should prominently advertise vibe-coding (or whatever non-dysphemism you could use to make it sound softer).

            • pntha@lemmy.worldOP
              link
              fedilink
              arrow-up
              16
              arrow-down
              1
              ·
              6 days ago

              i think that’s a fair point. i’ll add something to the about page tomorrow.

    • a4ng3l@lemmy.world
      link
      fedilink
      arrow-up
      11
      arrow-down
      9
      ·
      6 days ago

      Damn though the first argument is some LLM is bad pitchfork level comment… it’s not even about functionalities but about how it’s written.

      • AllNewTypeFace@leminal.space
        link
        fedilink
        arrow-up
        13
        arrow-down
        1
        ·
        6 days ago

        That makes a huge difference to something that’s meant to be an ongoing service or product rather than a throwaway script or something. Writing code is a very small part of the effort: maintaining the codebase, fixing bugs/security issues, adding features/making any changes that are needed dwarfs that, and for LLM-generated apps, that part is vastly harder. LLMs are great at generating superhuman quantities of code which works (for some definition of working), but the resulting code, being the process not of a mind with intentions and their own understanding of the nuances of the problem and the tradeoffs of solutions, is much more difficult to understand and maintain. Individual LLM edits may look sensible, but the complete codebase is incoherent, with parts mismatching, which often leads to bugs. (This is assuming that the project was developed by someone who at least reviewed the LLM changes before merging them. If it’s “vibe-coded” by using the LLM like a slot machine and not looking at the code, the result is going to be obviously garbage.) In any case, a shiny new vibe-coded web app is unlikely to last in the real world.