• Avicenna
        link
        fedilink
        arrow-up
        3
        ·
        21 days ago

        You gotto love how the AI took the axis on the left, was confused enough from its tail that it thought it must be pointing in the opposite direction to development flow and then went “welp if it is going in the other direction, the label “time” must be a typo. Ima make it Tim the time traveller instead”. Ofcourse none of it happened like this, but I would like to imagine that it did.

    • Skullgrid@lemmy.world
      link
      fedilink
      arrow-up
      24
      ·
      24 days ago

      holy fuck, it’s basically the time I followed a tutorial for generating “a witch” for AI art, and ended up with a horribly mangled MTG card

    • Ephera@lemmy.ml
      link
      fedilink
      English
      arrow-up
      12
      ·
      24 days ago

      Wow, it stole it badly enough that it might not count as copyright infringement in court, but it also stole it badly enough that it isn’t useful at all.

    • pizza_the_hutt@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      11
      ·
      24 days ago

      It’s still not a bad system if you have to support and provide bugfixes for multiple versions of software. However, if you only support the latest version and only create bug fixes and features based on the latest release or main branch, then git-flow is way overkill.

          • chunkystyles@sopuli.xyz
            link
            fedilink
            English
            arrow-up
            5
            ·
            23 days ago

            I pushed my team to use trunk based development. We did cherry-picks from trunk to release branches for a couple years with no issues. Since then, I’ve written a GitHub action that automates the cherry-picks based on tickets in the commit messages.

            But even before the automation, it drastically improved our dev processes.

            We weren’t on Git Flow exactly, but it was a bastardized version of it.

            Having used TBD successfully for like 5-6 years now. I can’t imagine using Git Flow.

          • draycs@lemmy.world
            link
            fedilink
            arrow-up
            3
            ·
            23 days ago

            What is large scale to you? We have 100-200 developers doing something fairly close to trunk based development. Including cherry picking from trunk when possible (not always practical for sufficiently old release branches)