1504
Real examples here? (discuss.tchncs.de)

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.

top 50 comments
sorted by: hot top controversial new old
[-] ParadeDuGrotesque 318 points 1 month ago

There is a guy named Arthur David Olson who maintains a small database of all the time zones in the world, including things like leap seconds and such. It's used by everybody and it is updated several times a year. See here:

https://en.m.wikipedia.org/wiki/Tz_database

If we could all just stop making changes to time zones, that would make my job very slightly easier.

load more comments (1 replies)
load more comments (6 replies)
[-] thorisalaptop@lemmy.world 199 points 1 month ago

Sqlite isn’t quite one person, but it is a very small team and is extremely widely used. https://www.sqlite.org/mostdeployed.html

load more comments (16 replies)
[-] something_random_tho@lemmy.world 169 points 1 month ago

Curl comes to mind. Libcurl is at the foundation of almost all networking.

[-] xmunk@sh.itjust.works 69 points 1 month ago

And they still get emails from randos when some program that uses curl doesn't work (the Readme is top notch).

[-] subtext@lemmy.world 41 points 1 month ago* (last edited 1 month ago)

I cannot for the life of me find what you’re referencing. I only remember the sqlite / etilqs fiasco with McAfee.

https://github.com/mackyle/sqlite/blob/a009acaca1fe25d909d8b5180c0120af1abc2b82/src/os.h#L56-L79

[-] refalo@programming.dev 46 points 1 month ago

curl is most definitely not developed solely by one person though, it has thousands of contributors. in fact, there is so much red tape around curl that you can't even discuss making a change to it without first writing an RFC and having it approved by a committee.

load more comments (1 replies)
[-] dosse91@lemmy.trippy.pizza 143 points 1 month ago* (last edited 1 month 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 69 points 1 month 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...

load more comments (1 replies)
[-] Godort@lemm.ee 129 points 1 month 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

load more comments (3 replies)
[-] captain_aggravated@sh.itjust.works 122 points 1 month 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.

[-] FiskFisk33@startrek.website 38 points 1 month ago

I'm telling this story from memory

pun intended? ;D

[-] dellish@lemmy.world 32 points 1 month ago

Relevant, for those interested in the history of grep. Computerphile

load more comments (1 replies)
load more comments (13 replies)
[-] prayer@sh.itjust.works 119 points 1 month 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 109 points 1 month 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 42 points 1 month 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 37 points 1 month 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

load more comments (1 replies)
load more comments (1 replies)
[-] cafuneandchill@lemmy.world 34 points 1 month ago

In other words, the Scene is Dead

load more comments (4 replies)
[-] zygo_histo_morpheus@programming.dev 119 points 1 month ago* (last edited 1 month ago)

I'm surprised that no one seems to have brought up curl, which is maintained by Daniel Stenberg who is Just Some Guy™

load more comments (7 replies)
[-] baltakatei@sopuli.xyz 95 points 1 month ago* (last edited 1 month 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 35 points 1 month 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.

load more comments (8 replies)
[-] Sparky@lemmy.blahaj.zone 94 points 1 month ago* (last edited 1 month 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...

load more comments (8 replies)
[-] MossyFeathers@pawb.social 83 points 1 month ago* (last edited 1 month ago)

Furthermore, "RUNK" was originally made in the 1980s to take over from a program written on punch cards in the 1960s. Finally, it's missing some important functions that the original 60s program had because "RUNK"s developer doesn't see the purpose of those functions and refuses to add them; and no one has publically released a fork of "RUNK" that adds those functions back in, so you have to do it yourself. Thank God it's open source.

Edit: oh yeah, and back in 2005 there was an effort to make a GUI for it, but "RUNK's" sole developer got mad because "back in the 80s we didn't need GUIs; command line is infinitely faster" and kept intentionally breaking support for the GUI with each bug fix, leading to the project eventually being abandoned.

load more comments (6 replies)
[-] Aatube@kbin.melroy.org 80 points 1 month ago

core-js (whose maintainer is also a bit picky about and probably doesn't understand the OSS process) Phil Katz, the guy who invented .zip. To this day, every .zip file contains his initials in hexadecmial. His story is incredibly interesting.

[-] Pyro@programming.dev 50 points 1 month ago* (last edited 1 month ago)

The core-js story always makes me sad. Sure, he's developing an open source project and no one HAS to pay him. But the meager amount of donations and the tons of hate he receives isn't justifiable.

load more comments (2 replies)
load more comments (1 replies)
[-] Holyhandgrenade@lemmy.world 73 points 1 month ago

Runk means masturbation in Icelandic so that adds another layer of hilarity to this

load more comments (11 replies)
[-] mox 72 points 1 month ago* (last edited 1 month ago)

I nominate Paul Eggert and Arthur Olson before him, for the tz database, which we all depend upon whenever the time at which something happens (or did or will happen) matters.

Edit: Tom Scott touches on the subject here.

load more comments (2 replies)
[-] shalafi@lemmy.world 66 points 1 month ago

The guy that runs Rufus.

[-] ricecake@sh.itjust.works 56 points 1 month ago

Paul Eggart is the primary maintainer for tzdb, and has been for the past 20 years.
Tzdb is the database that maintains all of the information about timezones, timezone changes, leap whatever's and everything else. It's present on just about every computer on the planet and plays an important role in making sure all of the things do time correctly.

If he gets hit by a bus, ICANN is responsible for finding someone else to maintain the list.

Sqlite is the most widely used database engine, and is primarily developed by a small handful of people.

ImageMagick is probably the most iconic example. Primarily developed by John Cristy since 1987, it's used in a hilarious number of places for basic image operations. When a security bug was found in it a bit ago, basically every server needed to be patched because they all do something with images.

[-] Moah@lemmy.blahaj.zone 56 points 1 month ago

I believe the quintessential example is curl Also here's the relevant xkcd: https://xkcd.com/2347/

load more comments (2 replies)
[-] CodexArcanum@lemmy.world 53 points 1 month ago

I think this probably applies...

So Thief: The Dark Project (1999) and Thief 2: The Metal Age (2000), are a couple of classic stealth FPS games, proto-immersive-sims, and still some of my all time favorite games. They both use the Dark Engine, an in-house engine from the now defunt Looking Glass Studios, which also powered System Shock 2.

In 2010, the source code to a System Shock 2 port (for the dreamcast or ps2 iirc...) leaked online, and on 2012 someone used that code to create NewDark and TFix, patches to make these old games work on modern computers (and some bugfixes, support for HD, etc).

There are still updates regularly released for it too!

I must emphasize that these games are still sold on Steam, GOG, etc and this patch is essentially required for them to work. And these are hardly the only games like this, just the ones most personal to me. Retrogaming is built on the backs of unsung individual heroes who backwards-engineer, hack, patch, and mod their favorite games to keep them running for everyone long after the publishers have died or abandoned their work.

load more comments (7 replies)
[-] angelmountain@feddit.nl 52 points 1 month 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?

load more comments (23 replies)
[-] runeko@programming.dev 51 points 1 month ago

Pretty much every basic terminal command for linux. Grep is the one that comes to mind.

load more comments (10 replies)
[-] LouNeko@lemmy.world 50 points 1 month 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.

[-] frezik@midwest.social 46 points 1 month ago* (last edited 1 month ago)

Steve Jobs and Steve Wozniak are the classic example. Jobs has some technical skill, but not a lot. He's the "ideas guy" that all other "ideas guy" try to be. I don't have a lot of respect for the "idea guy"; Jobs was a manipulative narcissist, and he should not be emulated.

Woz, OTOH, is an absolute genius, and one of the most genuinely nice people you'll ever meet. Apple made him enough money that he can do whatever he wanted with his life, and what he wanted was to do cool things with computers and pull harmless pranks.

Bill Gates had Steve Ballmer and Paul Allen. That was more of a collaboration. They all had some level of technical and business skill mixed together. It wasn't quite the complementary skillset we see with Jobs and Woz. A lot of Microsoft's success was being in the right place at the right time to make the right deal.

[-] JeffKerman1999@sopuli.xyz 34 points 1 month ago

A lot of Microsoft's success was being in the right place at the right time to make the right deal.

It was also having friends on the IBM board that signed a contract that didn't make any commercial sense....

load more comments (9 replies)
load more comments (1 replies)
[-] Omgpwnies@lemmy.world 45 points 1 month ago
[-] magic_smoke@links.hackliberty.org 32 points 1 month ago

Azer did nothing wrong.

Laurie Voss made a bad call and should feel bad.

The principals of free software was, is, and always will be more important than every single dollar in silicon valley combined.

load more comments (3 replies)
load more comments (4 replies)
[-] CameronDev@programming.dev 44 points 1 month ago* (last edited 1 month ago)

Is-even and is-odd on npm.

For a while, openssl was maintained by 1 or 2 people.

[-] xmunk@sh.itjust.works 50 points 1 month ago

Like half of the npm is maintained by a single, arguably awful, person who writes his microprojects into large pieces of software to maximize how often his code gets installed.

load more comments (5 replies)

Is-even and is-odd are the stupidest packages ever written. Except for all the others that guy wrote.

load more comments (9 replies)
[-] deathmetal27@lemmy.world 41 points 1 month ago

Imagemagick.

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

Another one is OpenSSL.

load more comments (2 replies)
[-] IceHouse@lemmy.zip 40 points 1 month ago* (last edited 1 month ago)

Mark Russanovich was just some guy who had trouble fixing Windows computers so he wrote systernals from scratch including widely used psexec and other required tools if you are forced to be a windows admin. He has since grown up into a very hansom man who runs Azure which sucks.

load more comments (1 replies)
load more comments
view more: next ›
this post was submitted on 08 Aug 2024
1504 points (99.2% liked)

Programming

16968 readers
722 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS