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.

  • dosse91@lemmy.trippy.pizza
    link
    fedilink
    arrow-up
    0
    ·
    edit-2
    4 months ago

    I’d say ffmpeg is a good example, it’s used by almost every piece of software that has to manipulate audio or video (including messaging applications), yet not many people know about its existance.

    • Fred@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      4 months ago

      And Fabrice Bellard, the original author of ffmpeg, went on to create qemu which pretty much made open-source virtualization possible. Also TCC (even if I don’t think that one is widely used), he established a world record for computing decimals of Pi using a single machine that had ~2000× less FLOPS than the previous record, and so much more…

  • Angel Mountain@feddit.nl
    link
    fedilink
    arrow-up
    0
    ·
    4 months ago

    Git, by Linus? Maybe even linux itself? Ok actually Linus might just be Steve Wozniak without an annoying Steve Jobs guy next to him, while actually being a lot bigger than Apple maybe?

    • Echo Dot@feddit.uk
      link
      fedilink
      arrow-up
      0
      ·
      4 months ago

      It’s really hard to imagine a world without Git. If it hadn’t been invented I think it would have been necessary to create it it’s one of those things that’s hard to imagine and then impossible to work out how you can survive without it.

      Yet the vast majority of the world probably don’t even know what it is, and wouldn’t even understand it if it was explained to them.

      • calcopiritus@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        4 months 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.