I’ve heard people mention curl and imagemagick. Any others that you know about?

rimu
link
fedilink
11Y

kbin

@sasquash471@feddit.de
link
fedilink
English
10
edit-2
1Y

Not a package but FileZilla is developed by Tim Kosse for over 20 years. I know that there are a lot of other FTP-Clients but FileZilla is my favorite. Easy to use and very very stable. There is a pro version sure, but most of the time the regular one does the job. My company throws thousands of dollars a month at Adobe, Microsoft and others. But they would never even think about giving anything to Tim Kosse and others, even though I’ve probably saved days of work with tools like this.

My company’s anti-malware started triggering on filezilla’s installer a few years ago because they started packaging apparently sketchy ads in it. Dunno if that’s still the case or not. I ended up switching to WinSCP instead. (Which I believe is actually another example of just one or two guys running that show too.)

@Cowabunghole@lemmy.ml
link
fedilink
English
121Y

runk

RenderDoc is made by one person. It’s used by every graphics programmer. It’s free, open source, faster + better than anything else. I love it.

@0xpr03@feddit.de
link
fedilink
English
11Y

glibc

Huh, is glibc really only maintained by a small number of people? I would not have expected that.

@0xpr03@feddit.de
link
fedilink
English
2
edit-2
1Y

Interesting, but are those commits to the glibc library itself or commits to the Debian package of it? The link makes it look like the latter, but I could be wrong.

@0xpr03@feddit.de
link
fedilink
English
2
edit-2
1Y

ah yeah the original is actually here https://sourceware.org/git/glibc.git

running git shortlog -s -n -e glibc-2.35.. (03.02.2022 to now) gives

  270  Adhemerval Zanella 
   179  Noah Goldstein
   166  Florian Weimer
   158  Sunil K Pandey
   105  Sergey Bugaev
    84  Samuel Thibault
 [...]
´´´
PAPPP
link
fedilink
English
71Y

In the same kind of vein as imagemagick, Dave Coffin’s dcraw tool at least partly underlies almost every non-proprietary RAW image decoder, and some of the commercial ones (if they don’t use code, they use constant matrices and such).

He’s not a sole maintainer to any of his major projects anymore, but honorable mention to Fabrice Bellard who initiated both ffmpeg and qemu among other notable activities.

IIRC the Expat XML parser that’s embedded everywhere was basically on spare-time maintenance by Clark Cooper and Fred Drake for a couple decades, but I think they have a little more resources now.

SQLite is a BDFL situation more than single-maintainer, but D. Richard Hipp still has his hands on everything, and there are only a relatively small number of folks with commit access.

pwshguy (mdowst)
link
fedilink
English
101Y

Basically every Windows sysadmin is indebted to Mark Russinovich and SysInternals. Fortunetly, PowerToys has come a long way because I’m pretty sure sysinternals haven’t been updated since Windows XP.

GrishAix
link
fedilink
English
31Y

Mark Russinovich now works for Microsoft and they own Sysinternals. Also the tools get updated quite regularly.

“Mark works for MS” is a massive understatement. He’s CTO of Azure now.

And speaking of Sysinternals, arguably the most exciting update was when ProcessExplorer got a dark mode late last year :)

Wait? ProcessExplorer has dark mode???!

haruki
link
fedilink
English
21Y

Salvatore Sanfilippo - creator of Redis.

Well, he actually received many appreciations from the community. But it’s worth knowing IMO.

https://www.eu-startups.com/2011/01/an-interview-with-salvatore-sanfilippo-creator-of-redis-working-out-of-sicily/

@fing3r@feddit.de
link
fedilink
English
31Y

Look up a machine called Therac-25. great example of this. Terrifying.

That’s terrifying!

I’ll save the next guy a search https://en.wikipedia.org/wiki/Therac-25

@Felemuso@feddit.de
link
fedilink
English
51Y

Tl;dr:

The Therac-25, a radiation therapy machine produced by Atomic Energy of Canada Limited (AECL), was implicated in six accidents between 1985 and 1987 where patients received massive radiation overdoses due to software errors.

falsem
link
fedilink
141Y

A developer maintained a NodeJS package called left-pad that would add leading whitespace to strings. He unpublished the package and broke basically the entire Node ecosystem until the repo owner forcibly republished it against the author’s wishes.

https://www.theregister.com/2016/03/23/npm_left_pad_chaos/

muttley
link
fedilink
171Y

The core-js library is used by 1000s of top websites and is maintained by one guy
https://github.com/zloirock/core-js

opr
link
fedilink
131Y
Highsight
link
fedilink
71Y

It’s honestly a fascinating read. We count so much on these kinds of people to keep our way of life intact, but when they ask for a little help in their own life, they get spat on.

gk99
link
fedilink
51Y

It’s really, really sad that this sort of stuff doesn’t get picked up and funded for the greater good. Stuff like the NLnet Foundation exists, which has helped fund some pretty major projects (including the development of Lemmy), but something this critical I feel should be consistently funded by even larger entities in order to keep things working right.

That feels it went seriously bad

Baldur Nil
link
fedilink
21Y

This story got me sad. But also, the guy should know better as not to dedicate all of his time on that. This article talk a bit about this issue.

@jonne@infosec.pub
link
fedilink
English
151Y

TzData is basically maintained by 2 guys. Pretty much every computer, phone and language relies on this database for timezone information.

ShinusTP
link
fedilink
21Y

I believe a great example is… you know… the entire internet.

cURL was one of these for a while (according to my limited understanding)

It was made in the 90s and it didn’t get commercial support until a few years ago.

Baldur Nil
link
fedilink
English
12
edit-2
1Y

Node frameworks are famous for this purely because of a lack of standard library. I feel like most languages have a standard library that balance being generic but still providing utilities of common used stuff. So a company that doesn’t want to rely on a random guy’s library can build their own with only the features they want. But with Node, any complicated feature is using a tree of hundreds of random packages that you have no idea who created them.

@Fylkir@lemmy.sdf.org
link
fedilink
English
31Y

Someone ought to write a Node.js fork that includes native implementations of popular modules that are unlikely to need maintenance like isodd. Then come with a custom version of NPM that refuse to install the packages.

Deno basically did this by including a standard library that removes the need for the most popular modules. It’s the best js/ts experience I’ve ever had.

Baldur Nil
link
fedilink
English
21Y

I just checked it and seems nice! Also seems to have been well received by the community.

I believe the nodejs fiasco is what prompted this comic?https://www.google.com/amp/s/www.theregister.com/AMP/2016/03/23/npm_left_pad_chaos/

Baldur Nil
link
fedilink
English
11Y

Another example is a large number of libraries using an external dependency to check if a number is odd.

@GissaMittJobb@lemmy.ml
link
fedilink
English
11Y

I believe it was the OpenSSL-security scandal, iirc.

It’s possible leftpad was an example Randall was thinking of, but the date of the comic is Aug 17, 2020, more than 4 years after leftpad.

https://www.explainxkcd.com/wiki/index.php/2347:_Dependency

Create a post

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



  • 1 user online
  • 1 user / day
  • 1 user / week
  • 1 user / month
  • 1.11K users / 6 months
  • 1 subscriber
  • 1.21K Posts
  • 17.8K Comments
  • Modlog