255

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

top 50 comments
sorted by: hot top controversial new old
[-] BeePlusPlus@beehaw.org 64 points 1 year ago

Log4j was a fun one to watch unfold everywhere when things went haywire

[-] axtualdave@lemmy.world 26 points 1 year ago

The neat thing about the log4j thing was even a cursory explanation of the vulnerability made anyone with a passing familiarity with security say, "Why the fuck would that even be a feature?!"

[-] Trusting 11 points 1 year ago
[-] JackbyDev@programming.dev 7 points 1 year ago* (last edited 1 year ago)

Basically it involved parsing JNDI stuff which involved grabbing remote code (but that was a niche feature of JNDI in the Dev's defense). Basically, you may think it is just something like variable substitution but can involve much crazier stuff.

Edit: and for more context, JNDI is typically a thing for getting a database connection stored on the application server. The idea being you just ask for "customer database" and don't have to define the connection in the code. The server has it defined elsewhere. So in each environment it works the same. Basically glorified and standardized config file type of thing.

load more comments (1 replies)
[-] ColonelPanic@lemmy.ml 10 points 1 year ago

Wait until you learn that PDFs support embedded Javascript.

load more comments (1 replies)
[-] OneDimensionPrinter@lemm.ee 10 points 1 year ago

That was not a fun week to be a developer.

[-] boonhet@lemm.ee 17 points 1 year ago

As a non-java company developer at the time, I think our biggest challenge was explaining to everyone that Log4j didn't affect us. It took a non-zero amount of effort because a lot of customers panicked. To be fair, it was also an industry where confidentiality is important.

load more comments (1 replies)
load more comments (3 replies)
load more comments (2 replies)
[-] Eric_the_Cerise@fedia.io 60 points 1 year ago

Werner Koch, the guy who created, and who has maintained for 25 years now, pretty much all by himself, GnuPG, the modern email encryption replacement for PGP.

Just the other day, I realized I actually live just a few kms away from the guy, here in Germany ... very tempted to reach out to him someday and actually buy him an actual coffee.

load more comments (1 replies)
[-] Black616Angel@feddit.de 49 points 1 year ago

Sci-Hub anyone?

Alexandra Elbakyan manages this truly awesome source of scientific papers completely on her own. She got sued twice and lost, had to change the URL multiple times due to takedowns and only gets along by donations.

[-] SkyeStarfall@lemmy.blahaj.zone 15 points 1 year ago

It is a crime to humanity to lock knowledge behind a huge paywall. She does God's work.

And it's not like the actual scientists/academics support knowledge being locked away either, or profit from it.

load more comments (1 replies)
[-] Gork@lemmy.ml 7 points 1 year ago

She's the best thing that's happened to the s scientific publishing field. I'm no longer a student but I still enjoy reading scientific papers and I'll be damned if I have to pay $20 per article (which doesn't go to the authors) since I no longer have access to a library that maintains relationships with these big publishers.

[-] OneDimensionPrinter@lemm.ee 44 points 1 year ago* (last edited 1 year ago)

Left pad https://arstechnica.com/information-technology/2016/03/rage-quit-coder-unpublished-17-lines-of-javascript-and-broke-the-internet/

Had GPT summarize what happened.

The "left pad" incident refers to a controversy that arose in 2016 when a developer named Azer Koçulu removed his JavaScript package called "left-pad" from the NPM (Node Package Manager) registry. This caused a ripple effect, breaking numerous projects that relied on this package and highlighting the potential risks of relying on external dependencies. The incident sparked a debate about the stability and trustworthiness of the open-source ecosystem and led to discussions about best practices for managing dependencies in software development.

[-] Torty@beehaw.org 16 points 1 year ago

This is the one I came to post about. The fact there's a library for this is so stupid to me.

I feel like it demonstrates how npm and modules have probably to some degree gotten out of hand.

This famously broke builds at Facebook.

load more comments (4 replies)
[-] spartanatreyu@programming.dev 42 points 1 year ago

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.

[-] fubo@lemmy.world 40 points 1 year ago

Public NTP time servers have occasionally been that piece of infrastructure.

NTP is used for synchronizing computer clocks, ultimately using highly-accurate time sources such as atomic clocks. The most authoritative public time servers tend to be run by research universities, national labs, and so on.

Multiple home router vendors have sold devices configured to poll university NTP servers vastly excessively; effectively running a denial-of-service attack against public infrastructure. In a few cases, public time servers have closed down because of abuse by misconfigured consumer devices.

https://en.wikipedia.org/wiki/NTP_server_misuse_and_abuse

[-] chris@l.roofo.cc 11 points 1 year ago

I really like that the https://www.ntppool.org project exists for that purpose now.

[-] falsem@kbin.social 30 points 1 year ago

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/

[-] jonne@infosec.pub 30 points 1 year ago

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

[-] muttley@kbin.social 28 points 1 year ago

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

[-] opr@kbin.social 16 points 1 year ago
[-] Highsight@kbin.social 14 points 1 year ago

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@kbin.social 7 points 1 year ago

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.

load more comments (2 replies)
[-] pe1uca@lemmy.pe1uca.dev 23 points 1 year ago

I didn't even know about core-js until the dev complained about all the sites which use it. https://github.com/zloirock/core-js/blob/master/docs/2023-02-14-so-whats-next.md

[-] dragontamer@lemmy.world 23 points 1 year ago

OpenSSL / Heartbleed was the event when this comic came out IIRC.

[-] kate@lemmy.uhhoh.com 22 points 1 year ago
[-] jeff@programming.dev 18 points 1 year ago

Looks like there has at least been a small team working on ffmpeg for some time. https://en.m.wikipedia.org/wiki/FFmpeg#History

load more comments (1 replies)
[-] balder1993@programming.dev 22 points 1 year ago* (last edited 1 year ago)

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.

load more comments (8 replies)
[-] sasquash471@feddit.de 18 points 1 year ago* (last edited 1 year ago)

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.

load more comments (1 replies)
[-] PAPPP 18 points 1 year ago

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@programming.dev 18 points 1 year ago

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@feddit.de 9 points 1 year ago

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

[-] RustySharp@programming.dev 15 points 1 year ago

"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 :)

[-] BaadC0de@programming.dev 7 points 1 year ago

Wait? ProcessExplorer has dark mode???!

[-] Cowabunghole@lemmy.ml 16 points 1 year ago
[-] JackbyDev@programming.dev 15 points 1 year ago* (last edited 1 year ago)

Edit: maybe it was core js. I don't remember the name exactly.

Standard JS. It's a library maintained by one guy in Russia who went to jail for some car accident (I don't have the full context). He needed money and had trouble getting it. Then the Ukraine invasion happened and that only made it more difficult for him to get money. Also he was harassed by less technical people seeing his code on websites thinking it was malicious.

It's really a sad story to me.

[-] Bourff@lemmy.world 7 points 1 year ago* (last edited 1 year ago)

You mean coreJS, not standard JS, right? But yes, it's a sad story.

load more comments (1 replies)
load more comments (1 replies)
[-] JWBananas@kbin.social 14 points 1 year ago* (last edited 1 year ago)

Would you like to hear an OpenSSL joke?

It's 64k letters long and you can repeat it back to me when I'm done.

It's "A".

https://www.heartbleed.com/

load more comments (3 replies)
[-] fing3r@feddit.de 14 points 1 year ago

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

[-] tvmole@lemmy.dbzer0.com 9 points 1 year ago
[-] Felemuso@feddit.de 7 points 1 year ago

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.

[-] h_a_r_u_k_i@programming.dev 12 points 1 year ago

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/

[-] ChildEater@iusearchlinux.fyi 9 points 1 year ago

As a game developer ImGui comes to mind.

[-] wewbull@feddit.uk 9 points 1 year ago

The Network Time Protocol was certainly one of these for a long time, although I think it gets reasonable support now.

Having the clock read the same on all the computers in the world makes so many thing possible.

load more comments (2 replies)
[-] axzxc1236@lemmy.world 7 points 1 year ago
load more comments (1 replies)
[-] graphicsguy@programming.dev 7 points 1 year ago

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.

load more comments
view more: next ›
this post was submitted on 22 Jun 2023
255 points (98.9% liked)

Programming

16304 readers
86 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