Earlier quoted context omitted.
You seem like the type of person that will believe anything as long as someone cites a case without looking into it. Bartz v Anthropic only looked at books, and there was still a 1.5 billion settlement that Anthropic paid out because it got those books from LibGen / Anna's Archive, and the ruling also said that the data has to be acquired "legitimately". Whether data acquired from a licence that specifically forbids…
As long as they don't distribute the model's weights, even a strict interpretation of the GPL should be fine. Same reason Google doesn't have to upstream changes to the Linux kernel they only deploy in-house.
Coding agents could make free software matter again
221–230 of 351 posts
Re: Coding agents could make free software matter again
#222Earlier quoted context omitted.
Poor billionaire Rowling has no protections against the evil corporations. Everyone using this argument has no clue about artists and and writers. Yes, corporations take a large cut, but creative people welcomed copyright and made the bargain and got fame in the process. Which was always better for them than let Twitch take 70% and be a sharecropper. Silicon Valley middlemen are far worse than the media and music ind…
The individuals who get rich from copyright are a rarity. Most mid-list authors make very little from copyright. A lot of the "authors" who make a lot of money from writing are celebs who slap their name on a ghost written work. > Which was always better for them than let Twitch take 70% and be a sharecropper. Copyright predates Twitch or giant corporations and was designed to protect the profits of the publishers fr…
Re: Coding agents could make free software matter again
#223Having over a decade of open source software I've written freely available online, I actually really appreciate the value that AI && LLMs have provided me. The thing that leaves a bad taste in my mouth is the fact that my works were likely included in the training data and, if it doesn't violate my licenses (GNU 2/3), it certainly feels against the spirit of what I intended when distributing my works. I was made redu…
> I was made redundant recently "due to AI" (questionable) and it feels like my works in some way contributed to my redundancy where my works contributed to the profits made by these AI megacorps while I am left a victim. I think anyone here can understand and even share that feeling. And I agree with your "questionable" - its just the lame HR excuse du jour. My 2c: - AI megacorps aren't the only ones gaining, we all…
If anything, in Extremistan we're all useless. Platforms and whales are all that matters.
Re: Coding agents could make free software matter again
#224Earlier quoted context omitted.
The other day I was working with some shaders GLSL signed distance field functions. I asked Claude to review the code and it immediately offered to replace some functions with "known solutions". Turns out those functions were basically a verbatim copy of Inigo Quilez's work. His work is available with a permissible license on the Internet but somehow it doesn't seem right that a tool will just regurgitate someone els…
> Pre-LLM world one would at least have had to search for this information, find the site, understand the license and acknowledge who the author is. Post LLM the tool will just blatantly plagiarize someone else work which you can then sign off on as your own These don't contradict each other though, you could "blatantly plagiarize someone else work" before as well. LLMs just add another layer in between.
If you steal once or twice that’s bad and that’s on you maybe you will get away with it maybe not.
If you make it on scale and take cut from distribution of stolen goods that’s where normally you have doors kicked out at 6am.
Re: Coding agents could make free software matter again
#225Earlier quoted context omitted.
> Broadly speaking, GPL is a license that has specific provisions about creating derivative software from the licensed work, and just saying "fair use" doesn't exempt you from those provisions. Broadly speaking, yes it does. The whole point of fair use is that you don’t need a license.
Claiming LLMs are fair use is ridiculous bordering on ignorant or disingenuous. Here’s the 4 part test from 17 U.S.C. § 107: 1. the purpose and character of the use, including whether such use is of a commercial nature or is for nonprofit educational purposes; Fail. The use is to make trillions of dollars and be maximally disruptive. 2. the nature of the copyrighted work; Fail. In many cases at least, the copy writte…
Re: Coding agents could make free software matter again
#226[1] Malus.sh ; Initially a joke but, in the end, not. You can actually pay for their service.
[2] Your new code is delivered under the MalusCorp-0 License—a proprietary-friendly license with zero attribution requirements, zero copyleft, and zero obligations.
Re: Coding agents could make free software matter again
#227Earlier quoted context omitted.
The individuals who get rich from copyright are a rarity. Most mid-list authors make very little from copyright. A lot of the "authors" who make a lot of money from writing are celebs who slap their name on a ghost written work. > Which was always better for them than let Twitch take 70% and be a sharecropper. Copyright predates Twitch or giant corporations and was designed to protect the profits of the publishers fr…
Giant corporations started in the early 1600s and back then they had gunboats :-p
Re: Coding agents could make free software matter again
#228Earlier quoted context omitted.
The individuals who get rich from copyright are a rarity. Most mid-list authors make very little from copyright. A lot of the "authors" who make a lot of money from writing are celebs who slap their name on a ghost written work. > Which was always better for them than let Twitch take 70% and be a sharecropper. Copyright predates Twitch or giant corporations and was designed to protect the profits of the publishers fr…
This is so, but note that publishers were the "giant corporations" of the time. In this nothing changed. Authors never were and still are not the point of copyright/IP.
Re: Coding agents could make free software matter again
#229Value isn't just slapping a license on something and pushing to GitHub. It's maintaining and curating that software over years, focusing the development towards a goal. It's as much telling users what features you're not willing to add and maintain as it is extending the project to interoperate with others.
And that long term commitment to maintenance hasn't come out of the vibe coded ecosystem. Commitment is exactly what they don't want, rather they want the fast sugar high before they drop it and move on to the next thing.
The biggest threat to open source is the strip mining of the entire ecosystem, destroying communities and practices that have made it thrive for decades. In the past, open source didn't win because it always had the best implementation, but because it was good enough to solve problems for enough people that it became self sustaining from the contribution of value.
I feel that will continue, but it's also going to take a set back from those that aren't interested in contributing value back into the ecosystem from which they have extracted so much.
Re: Coding agents could make free software matter again
#230(luckily my projects are unpopular enough that nobody bothered training on them lol)