Inspired by the very similar thread about school incidents.

  • CEbbinghaus
    arrow-up
    104
    arrow-down
    1
    ·
    2 months ago
    link
    fedilink

    Software company before git. The source server corrupted and the product code was lost. 5 guys had to get together and figure out the latest version between them (everybody had different changesets) and produce a new “current” version. At the end we lost all history prior and ever since all changes prior to 2008 have been attributed to 1 guy.

    • MikeOxlongEnglish
      arrow-up
      60
      arrow-down
      1
      ·
      2 months ago
      link
      fedilink

      I used to work at an accounting/consulting firm who were dead set on writing business applications in VBA within Excel. The code was embedded in the notebook, and to distribute the software was sending the latest version of the Excel file. This made version control virtually impossible, and we would instead combine our work manually.

      I cannot recommend having tech-illiterate people lead software projects.

      • ScrubblesEnglish
        arrow-up
        32
        arrow-down
        0
        ·
        2 months ago
        link
        fedilink

        The amount of times I hear people telling me that “I should just do it in Excel”. Excel. Is not. A database.

        • rovingnothing29
          arrow-up
          21
          arrow-down
          2
          ·
          2 months ago
          link
          fedilink

          Excel is a whole OS unto itself. Like Emacs except you can get out of it.

        • fubo
          arrow-up
          6
          arrow-down
          0
          ·
          2 months ago
          link
          fedilink

          Excel is a single-assignment dynamically-typed functional programming language with a really obtuse editor.

          • ScrubblesEnglish
            arrow-up
            5
            arrow-down
            0
            ·
            2 months ago
            link
            fedilink

            Stop Stop I’m already dead

        • mesamuneEnglish
          arrow-up
          8
          arrow-down
          3
          ·
          2 months ago
          link
          fedilink

          Good software starts in Excel honestly. But oh god should you not stay there Its not designed as a database indeed.

          Access is the worst of both worlds.

          • CileTheSane
            arrow-up
            13
            arrow-down
            0
            ·
            2 months ago
            link
            fedilink

            There’s nothing more permanent than a temporary solution

        • Strider
          arrow-up
          5
          arrow-down
          1
          ·
          2 months ago
          link
          fedilink

          Close enough when your actual database system is written in fucking COBOL.

    • Dasnap
      arrow-up
      25
      arrow-down
      0
      ·
      2 months ago
      link
      fedilink

      Gotta respect that save. Reminds me of the Toy Story 2 assets being lost from a server failure and they were saved by one employee having a copy on their personal computer at home.

      • some_guy
        arrow-up
        9
        arrow-down
        1
        ·
        2 months ago
        link
        fedilink

        Drive Savers rescued an episode of The Simpsons. Back when that show was good.

      • Avatar_of_SelfEnglish
        arrow-up
        6
        arrow-down
        0
        ·
        2 months ago
        link
        fedilink

        It wasn’t a server failure. Someone rm -rf on the root of the server. The server did what it was told.

        • Dasnap
          arrow-up
          1
          arrow-down
          1
          ·
          2 months ago
          edit-2
          2 months ago
          link
          fedilink

          deleted by creator

    • Artyom
      arrow-up
      4
      arrow-down
      0
      ·
      2 months ago
      link
      fedilink

      More impressive than the fact that you saved a repo once is that the same repo still exists today with the complete git history. At the rate companies abandon products for new ones, old repos are rare.

      • CEbbinghaus
        arrow-up
        4
        arrow-down
        0
        ·
        2 months ago
        link
        fedilink

        Our repo is old as time. Carried through from SourceSafe to TFS to Git

    • Vivendi
      arrow-up
      2
      arrow-down
      0
      ·
      2 months ago
      link
      fedilink

      Subversion has existed probably for longer than your company, the fucking managers couldn’t be arsed to read a damn book?

      • CEbbinghaus
        arrow-up
        4
        arrow-down
        0
        ·
        2 months ago
        link
        fedilink

        They were using SourceSafe back then. But any source control that isnt decentralised has the same problem. If the central server gets deleted so does all history

      • CodeMonkey
        arrow-up
        2
        arrow-down
        0
        ·
        2 months ago
        link
        fedilink

        I had a worse experience. My first internship was doing web development in ColdFusion. Why that language? Because when the company was first starting, none of the funders wanted to learn Linux/Apache administration and CF ran on Windows.

        Also, the front end development team did not have version control but shared code via a file server.