this post was submitted on 17 Feb 2026
277 points (100.0% liked)
Fuck AI
6027 readers
1579 users here now
"We did it, Patrick! We made a technological breakthrough!"
A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.
AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Not quite correct. The GPL (any other free software license I'm aware of) doesn't require you to accept changes from anyway. You can develop a piece of software and release it under the GPL without accepting public pull requests.
Free software licenses protect your rights to do certain things with the source code (the distinction from 'source available' software being exactly what is explicitly protected), but it doesn't require you to accept or entertain changes from anyone who wants to make them--essentially you can force them to fork the project in those cases.
Yeah you're actually right, I misinterpreted "contributions" as modifications. The shiny Open Source label should be applicable to any code that can be viewed, modified and redistributed freely. Even if the original project doesn't accept community PRs, it must be able to be forked - potentially by a party that would welcome public submissions to their fork.