This is so true tho

  • SapphironZA@sh.itjust.works
    link
    fedilink
    arrow-up
    130
    ·
    2 days ago

    They are real people

    XZ Utils (maintained single-handedly by Lasse Collin) is widely regarded as the most critical infrastructure library run by one person. Its near-catastrophic compromise in 2024 revealed how global digital security hinges on solo, thanklessly managed open-source projects. Other major examples include cURL (Daniel Stenberg) and SQLite (D. Richard Hipp)

    • 0x0@lemmy.zip
      link
      fedilink
      arrow-up
      10
      ·
      21 hours ago

      Other major examples include cURL (Daniel Stenberg) and SQLite (D. Richard Hipp)

      While those are the main developers neither is alone in maintaining their respective software.

    • nik9000@programming.dev
      link
      fedilink
      arrow-up
      78
      ·
      2 days ago

      When I last talked to Richard he had company to work on SQLite. It was like four people.

      SQLite is still deployed on everything, everywhere. You browser. Your phone. Macs. Half of Linux machine. Your airplane. It’s super impressive.

      • ricecake@sh.itjust.works
        link
        fedilink
        arrow-up
        4
        ·
        7 hours ago

        Also interesting is that it’s one of the small number of unquestionably public domain pieces of software. Not open source, but public domain. It’s not entirely clear if you can technically put your own work in the public domain, or if you’re just freely licensing it to anyone.

        Sqlite was initially developed for the US military though, which explicitly makes it public domain.

        It doesn’t matter, but it’s interesting.

        • Natanox@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          10
          ·
          1 day ago

          I mean, what’s the alternative aside from spinning up a MariaDB for your small local app? I can still remember the swamp of .ini files some older programs used for this or the totally overblown Windows Registry. Not a good time.