• Auth@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    44 minutes ago

    Why would you keep working there. After that two hour demo of the app i’d have given the highers ups shit until they fired me. Sometimes you got to use your professional status to tell people they are doing a bad job

  • LadyAutumn@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    17
    ·
    edit-2
    7 hours ago

    I’m so glad the foss and self hosting communities have grown so large since covid. SaaS is evil incarnate and I will happily switch to foss alternatives whenever possible.

  • andyburke@fedia.io
    link
    fedilink
    arrow-up
    15
    ·
    7 hours ago

    Am I supposed to feel sorry for a bootlicker who stayed behind to screw their colleagues?

    Who is this lament for?

  • Dr. Bob@lemmy.ca
    link
    fedilink
    English
    arrow-up
    34
    ·
    11 hours ago

    It’s difficult to follow. It’s like they are drunkenly telling their side of the story to someone who already knows what happened.

    • kescusay@lemmy.world
      link
      fedilink
      English
      arrow-up
      25
      ·
      10 hours ago

      A software developer found out that the failing company they’re at, which was winding down for business reasons, decided to try becoming a zombie company by replacing its software stack (and employees) with a vibe-coded SaaS piece of garbage that’s broken in dozens of ways.

  • earthworm@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    24
    ·
    edit-2
    13 hours ago

    I saw the furry art and that’s how I knew they were a pro*.

    *

    If you’re not sure whether or not I’m being sarcastic… neither am I.

  • Alphane Moon@lemmy.world
    link
    fedilink
    English
    arrow-up
    8
    ·
    edit-2
    6 hours ago

    I could place orders without giving my contact details or payment.

    This isn’t a “vibe coding” issue. This is just basic laziness/fraud. Even with vibe coding, you can get by if the project is simple, you know the business/operational elements of the domain, you aggressively test the solution and are aware of at least common edge cases.

    • partofthevoice@lemmy.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 hours ago

      Vibe coding is a self perpetuating feedback loop of hallucinations. The more complex the project gets, the worse the problems. The agent reads its own prior code, which biases it to the prior approach. That bias just pushes issue further, buries them deeper, and you don’t find out until the product is done enough to actually look at it.

      I knew a guy who wanted his vibe coding project to display the page count in a PDF. I showed him a super simple python script to do it, but it wasn’t usable for him because his shitty implementation was so unmanageable, so grotesquely over and under engineered at the same time, … he rather spent hours trying and failing to get the AI agent to implement my feature for him.

    • jj4211@lemmy.world
      link
      fedilink
      English
      arrow-up
      7
      ·
      7 hours ago

      It’s pretty much a vibe coding issue. What you describe I can recall being advocated forevet, the project manager’s dtram that you model and spec things out enough and perfectly model the world in your test cases, then you are golden. Except the world has never been so convenient and you bank on the programming being reasonably workable by people to compensate.

      Problem is people who think they can replace understanding with vibe coding. If you can only vibe code, you will end up with problems you cannot fix and the LLM can’t either. If you can fix the problems, then you are not inclined to toss overly long chunks of LLM stuff because they generate ugly hard to maintain code that tends to violate all sorts of best practices for programming.

      • Alphane Moon@lemmy.world
        link
        fedilink
        English
        arrow-up
        2
        ·
        6 hours ago

        For sure, I am talking about smaller projects where programming elements are relatively low key and critical parts are the business logic and how it impacts UX/UI and use case flows.

        I was between projects and I needed money so I accepted a project from a repeat client where I knew 80% of it very well (and how to implement it), but there were parts that I vibe coded (albeit they were simple enough that I could understand the logic of what I was deploying even though I don’t know how to code).

        The contract size was simply too small for me to get a subcontractor, I would be giving them most of payment (while doing 80% of the work).

        I think it’s fair to use vibe coding in such situations.

        I would not risk vibe coding in a situation where I felt I would be undermining the clients’ project (I want repeat clients and I don’t want to have to spend time fixing things for free).