Friend who is not a software person sent me this tweet, which amused me as it did them. They asked if “runk” was real, which I assume not.

But what are some good examples of real ones like this? xz became famous for the hack of course, so i then read a bit about how important this compression algorithm is/was.

  • calcopiritus@lemmy.world
    link
    fedilink
    arrow-up
    29
    ·
    1 month ago

    Git is not the only version control software out there, and not the first one either.

    Facebook for example is famous for not using git. Because their own modified copy of mercurial fits their needs better.

    Microsoft didn’t use git until relatively recently either. They had to make some big contributions to make it work for their system.

      • Trainguyrom@reddthat.com
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 month ago

        Th devs at my current organization use turtle svn, but that seems to be more down to organizational politics combined with a misunderstanding that git is platform agnostic rather than anything based on merits

    • refalo@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 month ago

      their own modified copy of mercurial fits their needs better

      The version I heard was that hg people were way nicer to them and very much willing to help compared to git.

      I feel like Linus got a taste of his own medicine dealing with Gtk and Gnome people while developing Subsurface and that caused them to switch to Qt.

      • mke@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 month ago

        IIRC it’s both, sort of. They’ve contributed a lot to mercurial and, yes, that’s largely thanks to mercurial folks being more open and receptive to their desired changes compared to git. But they also have internal tools that build on top of mercurial, tools that you’re very unlikely to see used outside facebook projects.

        • Vilian@lemmy.ca
          link
          fedilink
          arrow-up
          1
          ·
          1 month ago

          That make sense mercurial is in python, building on top is easier than C that got is made from