this post was submitted on 10 Jun 2026
-61 points (12.3% liked)
Programming
27223 readers
363 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 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
iirc someone started a company doing just that.
..and they deserve eternal damnation for the idea, IMO. Hrrmph. LLMs by definition can only make derivative works. That's what they do, draw from their training on other works by humans. They are nothing without the training data. Data which was scraped from the entire f*cking Internet, without anyone's permissions. Why is this so hard for devs to understand?
Yes, I am grumpy about this.
I feel like rewriting a GPL thing based on the GPL version should require the GPL licence. After all, you've built something on top of GPL code which means it's also GPL right?
If I go and build my own implimentation of GTK, how do I even prove that I made it entirely without looking at GTK because that's what's required to relicense right?
Solely from the fact that I'm telling you I made my own implementation of GTK, I'm admitting It's not clean room right?
No. Not even a little. It's a copyright, not a patent.
I still feel like it should apply, this is the first term of the gpl:
"I rewrote it in another language as a library instead of an exe" is still covered under this term isn't it?
APIs don't fall under copyright, but implementations do. This is a good thing, otherwise we couldn't have linux or wine, because they used apis from unix and windows respectively, or open source implementations of anything.
If you look at how another program does something to, you are bound by it's license, but if you only look at what it does you are not.
Nope.