10

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

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

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

[-] axtualdave@lemmy.world 0 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?!"

[-] Black616Angel@feddit.de 2 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 2 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.

[-] a_statistician@programming.dev 1 points 1 year ago

shit, scihub is easier to use than the library, so we're all grateful to her too.

[-] Gork@lemmy.ml 1 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.

[-] muttley@kbin.social 2 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

[-] spartanatreyu@programming.dev 2 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.

[-] JWBananas@kbin.social 2 points 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/

[-] nasal_demon@lemmy.fmhy.ml 0 points 1 year ago

I don't get it. What's funny about "A complete film set up for the day less than a week and a half hours or so to get a new Hampshire the same thing we have to do yay for it to be done with the repellant the same thing we have to do you have to be a car or a goat does it make you feel better than I expected it to my mother-in-law and I will be there in a few minutes to be there for you to get back to me is getting a little bit of a man on the way to work through the ditches the other day and I will be there in the morning and I will be there in the morning...

[-] JWBananas@kbin.social 1 points 1 year ago

Did you just keep tapping the center predicted text suggestion?

[-] falsem@kbin.social 2 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/

[-] Eric_the_Cerise@fedia.io 2 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.

[-] OneDimensionPrinter@lemm.ee 1 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.

This famously broke builds at Facebook.

[-] Torty@beehaw.org 1 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.

[-] kate@lemmy.uhhoh.com 1 points 1 year ago

Who maintains ffmpeg?

[-] balder1993@programming.dev 1 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.

[-] Fylkir@lemmy.sdf.org 1 points 1 year ago

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.

[-] spartanatreyu@programming.dev 1 points 1 year ago

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.

[-] epyon22@sh.itjust.works 0 points 1 year ago

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/

[-] balder1993@programming.dev 1 points 1 year ago

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

[-] Cowabunghole@lemmy.ml 1 points 1 year ago
[-] jonne@infosec.pub 1 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.

[-] axzxc1236@lemmy.world 1 points 1 year ago
[-] pwshguy@programming.dev 0 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 0 points 1 year ago

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

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

Wait? ProcessExplorer has dark mode???!

[-] pe1uca@lemmy.pe1uca.dev 0 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

[-] fing3r@feddit.de 0 points 1 year ago

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

[-] tvmole@lemmy.dbzer0.com 0 points 1 year ago
[-] Felemuso@feddit.de 2 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.

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

Programming

17026 readers
87 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