this post was submitted on 01 Aug 2026
422 points (98.6% liked)

Programmer Humor

32611 readers
829 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] brucethemoose@lemmy.world 47 points 3 days ago* (last edited 3 days ago) (6 children)

Also, all this reminds me of drama in the Skyrim and Minecraft modding scenes, when devs publish stuff under Apache or MIT or whatever.

Then the devs find out they don’t like what others are doing with their code. Drama ensues.


…That’s kinda the deal with permissive licenses. Or posting publicly, like here on Lemmy. People will do things you don’t like with your code or content.

[–] kibiz0r@midwest.social 36 points 3 days ago (3 children)

Eh, I don’t think it’s hypocritical to contribute to a commons and then get mad when someone comes along and tries to use the commons to undermine the commons.

Like yes, the commons is there to be used… but not to kill the commons.

https://www.citationneeded.news/free-and-open-access-in-the-age-of-generative-ai/

[–] lemmyman@lemmy.world 13 points 3 days ago (1 children)

It's kind of a tragedy if you think about it

[–] kibiz0r@midwest.social 3 points 3 days ago

Really? In front of my Elinor Ostrom poster?

[–] AlteredEgo@lemmy.ml 2 points 2 days ago (1 children)

The most important thing is to protect the people's right to use open source / weight AI models without licensing. Because the AI companies permanently monopolizing AI models and collecting rent forever on the commons, that would be a tragedy. It would forever shift the balance of power to use advanced technology.

[–] petrol_sniff_king@lemmy.blahaj.zone 2 points 2 days ago (1 children)
[–] AlteredEgo@lemmy.ml 0 points 2 days ago (1 children)

Well truly profitable applications for LLMs are pretty limited so far, but they will come. Lets say you can replace a tax advisor / accountant with a specialized LLM agent (one that doesn't hallucinate tax code lol). Imagine oyu have an open source project that uses a coding AI agent to frequently update and retrain the tax LLM with the new regulations and laws and unit tests all this. So it's ultimately easy to use, you just talk to the tax AI agent. Or alternatively, because they managed to make open weight LLMs illegal because they are piracy because they use books and posts without permission to train and can't afford to pay the license fees. Now everybody has to use a commercial AI tax service. At the same price at what it cost previously to hire a real human.

As AI models get better they replace human labor. This is a problem under capitalism, otherwise we could just all just be working less and chill. But it gets even worse if "we" (like the 99%) can't make use of open source models. Then the plutocrats get to own this newly replaced labor as free labor and collect rent.

This is why I believe the IP argument of anti-AI is so dangerous. They can afford to pay license fees, we / open source can't. See patents, or see healthcare insurance purposefully making healthcare costs go up.

That's all well and good, but AI makes me want to die, so I'm not using it.

[–] FishFace@piefed.social 0 points 3 days ago (1 children)

LLMs training on data don't prevent anyone from themselves learning on that data, so I don't see how the commons is going to be killed here.

[–] Natanael@infosec.pub 1 points 2 days ago

It heavily dampens the feedback loops which lead to new contributors joining. If more people feel encouraged to just let an LLM hack something for them then fewer things are learned by fewer people, less knowledge is developed and propagated, etc...

And more of that which was shared is worse because there's no quality control in those sharing pipelines, and ironically more ego behind it when the sharer has done less (see: that person in the group project who did nothing useful and took all credit)

[–] Toga77@lemmy.world 17 points 3 days ago

Nah if you're a massive AI company and you scrape without contribution, you're a huge piece of shit.

It's just stealing plain and simple like anything else.

They're not a small user getting open source software, they're scraping what is already done to try and make you obsolete.

[–] unknownuserunknownlocation@kbin.earth 12 points 3 days ago (1 children)

There are permissive licenses, and then there are copyleft licenses. Permissive licenses go in the direction of "do whatever the fuck you want". Copyleft licenses are more like "use it for whatever the fuck you want but if you change it give it back to everyone else with the same conditions". The people who have projects with copyleft licenses are the ones who are (rightfully) pissed about their projects being used to train AI.

[–] brucethemoose@lemmy.world 5 points 3 days ago* (last edited 3 days ago) (1 children)

Huggingface isn’t violating copyleft licenses here, I don’t think. And research projects that use it, with citations and documentation, wouldn’t either.

Now, if some business comes along and tries to make proprietary code derived from the dataset, that’s where things get hairy. But the people doing that are responsible for the potential violation, not Huggingface.

[–] Miaou@jlai.lu 2 points 3 days ago

They're violating proprietary licenses at the very least

[–] amio@lemmy.world 10 points 3 days ago* (last edited 3 days ago) (1 children)

On the other hand, totally did not see this particular shit coming. I wonder if we'll see a rash of "permissive, except LLMs can fuck right off" licenses.

[–] Lev@europe.pub 7 points 3 days ago (4 children)

Permissive licences should be the ones to fuck off entirely. GPL or death

[–] firelizzard@programming.dev 2 points 2 days ago

I will use whatever the fuck license I want to for my projects

[–] GreyEyedGhost@piefed.ca 4 points 3 days ago (1 children)

I've said it before and I'll say it again: there is a place for permissive licenses. A great example is reference code for open standards, eg. TCP/IP.

[–] Lev@europe.pub 6 points 3 days ago

Permissive licences are useful compared to copyleft ones only for unfree actors, which we should fight integrally at every step of the way

[–] boonhet@sopuli.xyz 3 points 3 days ago (1 children)

No, libraries should remain permissive IMO. Applications can be restrictive if they want to. I just don't see any point in a copyleft library or framework.

[–] Lev@europe.pub 3 points 3 days ago (1 children)

No unfree application should ideally be allowed ever again

[–] boonhet@sopuli.xyz 3 points 3 days ago

World runs on them though. I don't mean business to consumer shit, all that can rot in hell. I mean business to business. There's shit out there that's incredibly niche, takes a ton of effort to develop, and there's no way it would ever be achieved without a huge financial incentive (because it's just so niche and it turns out paying tens or hundreds of people takes money). And someone's gotta pay the people writing all your open source code so most of them need day jobs anyway, which will be difficult to have without any commercial software existing. Sometimes the "all our code is GPL, but you can pay us to host it for you" model works, but a lot of the time it doesn't.

[–] mindbleach@sh.itjust.works 2 points 3 days ago

You'll take my code and have a nice life or so help me!

[–] MonkeMischief@lemmy.today 2 points 3 days ago* (last edited 3 days ago) (1 children)

"Look, I wrote this neat highly advanced machine vision thing to help people with accessibility needs communicate with loved ones! ❤️. MIT licensed I guess! Let's make the world better!"

Raytheon, Northropp, Boeing, three-letter-agencies suddenly fork it as a base for their own "projects."

😐

[–] nykula@piefed.social 1 points 3 days ago (1 children)

Institutions with monopoly on violence or companies that they deal with don't care whether software is released as MIT or AGPL, they just take it and build on it. (Maybe that's exactly what you mean though, I'm not sure.)

[–] MonkeMischief@lemmy.today 2 points 2 days ago

Hehe yeah I guess that's what I meant. Just making a statement on how software has become I guess, and maybe a bit about how highly permissive licenses might have unintended consequences.

The open source spirit is one of the shining jewels of the human race, but it really sucks that I don't think any of those "You aren't allowed to use my code to make the world a worse place" clauses would actually hold up. =\

[–] theunknownmuncher@lemmy.world 2 points 3 days ago

Right, I mean I literally published my code openly, so idc lol