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.

      • MisterFrog@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        Perhaps we’ll move to UTC+10¼, and then move forward 45 minutes in the summer.

        If the day number is a prime, then we’ll go back π hours.

        Hope that will help!

      • MisterFrog@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        3 months ago

        It would make sooo much more sense for the ISO to set something up, and make governments each responsible for keeping it updated, since they’re the ones doing the changing.

        Require all participants to amend their law/regulations, so there’s a note to prompt whoever is in power and changes it next.

        I’m sure some places would still neglect to do it… Haha

    • Piece_Maker@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      Wasn’t there also very recently a whole thing about the single guy who maintains the NTP spec threatened to retire so he could get a “real” job, which caused a gigantic internet-wide panic as pretty much everything we do relies on computer’s clocks being perfectly synced?

  • Godort@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    NTP is the one that comes to mind for me.

    Basically every device uses it and until fairly recently was maintained by a single person

  • Captain Aggravated@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    3 months ago

    I mean, it was either Richard Stallman or Dennis Ritchie that created grep in an evening so that a buddy of his could do research on volumes of text that wouldn’t fit in the RAM of a PDP-11 (or similar machine. I’m telling this story from memory). It’s designed to do what you would do with the ancient text editor ed using the commands Global, Regular Expression, and Print. g re p. grep. Probably the most important piece of software ever written in a couple hours.

          • Captain Aggravated@sh.itjust.works
            link
            fedilink
            English
            arrow-up
            1
            ·
            3 months ago

            Ah, pshaw, I don’t subscribe to the notion that there’s such a thing as “not a word.” Why bother having a system of root words, prefixes and suffixes if we’re not allowed to use that system to build the words we need? Especially for the fun of it. Verbaceous is adjectivacular.

  • dosse91@lemmy.trippy.pizza
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    3 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
      0
      ·
      3 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…

      • cartoon meme dog@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        Fabric Bellard’s body of work is fairly strong evidence for time travel having happened already.

        Or just genius.

  • prayer@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    3 months ago

    I saw a post earlier about Empress returning to game cracking. For modern video games that use Denuvo DRM, she’s the only person who can really crack it, as far as I know. Singlehandedly holding up the AAA game piracy scene.

    • quixotic120@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      She is kind of a shithead tbf and fwiw it’s more like she’s the only person who is willing to do it. granted cracking denuvo is something that is extremely difficult and only a small subset of people can do but it’s not like she’s literally the only person on the planet who can. There was that guy who would just release the yearly update of football manager, for one.

      It’s far more likely the people who have that skill set just don’t really want to bother with cracking videogames and the potential legal issues that come with distributing them online.

      • vividspecter@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        3 months ago

        True, but being the only person willing to do something is kind of laudable in it’s own right. Like all of the open source projects relied upon by millions that are sometimes developed primarily by one person in their free time.

        • quixotic120@lemmy.world
          link
          fedilink
          arrow-up
          0
          ·
          3 months ago

          but my (not really my) conspiracy theory for this is the opposite of open source: when someone is good at cracking games companies like denuvo track them down and offer them jobs to harden their product and take another cracker out of the scene. like I bet denuvo is just filled with nerds that spent their teenage years in sketchy irc rooms with handles like -DooMSlAyEr- and used to actually be members of razor1911 before they realized they could get game companies to pay them 200k a year

          • onlinepersona@programming.dev
            link
            fedilink
            arrow-up
            0
            ·
            3 months ago

            It’s not a conspiracy theory. It’s exactly what Malus did and why it’s harder to root iPhones nowadays (but the EU is seeing to that by forcing them to start opening up their walled garden).

            Can’t remember where I read it, but I think it’s the dude who started AsahiLinux that shared part of his story in the scene. And a few dudes were tracked down and had the choice between a lawsuit and employment. Makes the decision pretty easy.

            Doesn’t help that they did their thing on Github and other public platforms instead of I2P or something.

            Anti Commercial-AI license

    • JadenSmith@sh.itjust.works
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      I can’t help but laugh at how batshit crazy she is. Didn’t she write a rap at some point??

      I’ll never not be convinced that she’s on a fair amount of meth and/or crack.

  • baltakatei@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    3 months ago

    Based on my cheatsheet, GNU Coreutils, sed, awk, ImageMagick, exiftool, jdupes, rsync, jq, par2, parallel, tar and xz utils are examples of commands that I frequently use but whose developers I don’t believe receive any significant cashflow despite the huge benefit they provide to software developers. The last one was basically taken over in by a nation-state hacking team until the subtle backdoor for OpenSSH was found in 2024-03 by some Microsoft guy not doing his assigned job.

    • marcos@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 months ago

      And those are only fully packaged user-facing software.

      I’d guess almost all of the Rust code for low level hardware access is maintained by a single person. Most of them once joined forces and created a standard, it had 4 developers last time I checked. The only usable cryptography library for C# has a single developer, and while on crypto, that meme got widespread because of OpenSSL, that had a single developer who spent most of his time on OpenSSH and other BSD user-facing software.

      Also, while we are on crypto, the modern algorithms were all created by a single researcher, that got famous for a work on how to decide if you can trust a crypto algorithm. Almost everybody uses his code.

      Anyway, that meme first appeared because of Javascript, when a developer removed his library (with ~10 lines of code) from the language’s repository and almost every Javascript software broke.

    • DamienGramatacus@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 months ago

      I heard about that last one on a podcast and it was the first thing I thought of when I saw this post. Genuinely interesting story (if you’re into that sort of thing). The pod was saying how it’s both a flaw of open source that it could happen that way and an advantage because it was discoverable due to the fact that the code is open source.

  • Sparky@lemmy.blahaj.zone
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    3 months ago

    Idk who needs to know this, but in Norwegian “runke” means to jerk off. “runk” is the word you add a prefix to in conjugation to get the different inflections

    • runke - jerk off
    • runker - jerking off
    • runket - jerked off

    Etc…

    • Bezier@suppo.fi
      link
      fedilink
      arrow-up
      0
      ·
      3 months ago

      Hi, I’m a Finn. We also have a variation of this.

      Ronald’s Universal Number Kounter sounds like someone did it on purpose.

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

        There’s a lot of that in the software world. I’m thinking of gimp.

        Graphics Image Manipulation Program, yeah right

    • beveradb@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      3 months ago

      Eh, bagder is more than “just some guy” to a lot of people! To me he’s kinda been my tech idol for 20 years lol, he also was a core part of building Rockbox (open source firmware for MP3 players) which was the first open source project I got seriously involved in as a kid ☺️

      • Cethin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        3 months ago

        “Just some guy” doesn’t mean they aren’t amazing. I would argue the opposite. It just means they didn’t use their abilities to become rich and famous like some other assholes. They’re almost certainly more capable than them, not less.

  • kia@lemmy.ca
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 months ago

    Although it’s now a larger organization, Redis was started and maintained by some guy that just wanted to make his website faster. It’s very widely deployed.

  • deathmetal27@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Imagemagick.

    Every website that supports avatar images and has multiple sizes of the avatars uses imagemagick.

    Another one is OpenSSL.

  • LouNeko@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    Until very recently the whole Resident Evil modding community relied solely on a Maya 3DS script that a Chinese dude named Maliwei777 created in 2012. The community cherished that script but it got harder and harder to get the correct 3DS version to run it.