Earlier quoted context omitted.
Because AI is also proving to be very good at reverse engineering proprietary binaries or just straight up cloning software from test suites or user interfaces. Cuts both ways.
Have you ever seen what obfuscation looks like when somebody puts the effort in? Not to mention companies will try to mandate hardware decryption keys so the binary is encrypted and your AI never even gets to analyze the code which actually runs. It's not sci-fi, it's a natural extension of DRM.
AI assistance when contributing to the Linux kernel
251–260 of 464 posts
Re: AI assistance when contributing to the Linux kernel
#252Earlier quoted context omitted.
> So is music free now? Uhm... yes? The cost of downloading pirated music is essentially zero. The only reason why people use services like Spotify is because it's extremely cheap while being a bit more convenient. But jack up the price and the masses will move to sail the sea again.
The cost of stealing has always been essentially zero. Same argument can be made for streaming, and yet Netflix is neither cheap nor struggling for subscribers.
That is not necessarily true, depending on the level of enforcement and the availability of opportunities to steal.
> Same argument can be made for streaming, and yet Netflix is neither cheap nor struggling for subscribers.
Netflix is still pretty cheap for the convenience it provides. Again, jack up the price and see the masses move to torrent movies/shows again.
Re: AI assistance when contributing to the Linux kernel
#253Earlier quoted context omitted.
The music industry has an army of lawyers too, and it did not make a damn bit of difference once bittorrent was popularized. IP law means nothing once tens of millions of people are openly violating it. The software industry is about to learn this lesson too.
So is music free now? The record industry doesn't exist anymore, isn't ridiculously profitable? Artists are finally earning a fair share?
Re: AI assistance when contributing to the Linux kernel
#254Earlier quoted context omitted.
It's obvious that a computer program cannot have copyright because computer programs are not persons in any currently existing jurisdiction. Whether a person can claim copyright of the output of a computer program is generally understood as depending on whether there was sufficient creative effort from said person, and it doesn't really matter whether the program is Photoshop or ChatGPT.
So if creative effort was put into writing the prompt, then whoever wrote the prompt should have the copyright to the output produced by ChatGPT?
Re: AI assistance when contributing to the Linux kernel
#255Earlier quoted context omitted.
Are they against change in general, or certain kinds of change? Remember when social media was seen as near universal good kind of progress? Not so much now.
Social media has never been seen as a universal positive force? It's the same with AI. It has good and bad aspects as does any technology that has an impact on this scale, AI will arguably have a much bigger impact imo. People are generally against change that forces them to change the way they used to do things. I'm sure most will have their reasons why they are against this particular change, but I don't think it w…
You missed the whole arab spring thing?
Re: AI assistance when contributing to the Linux kernel
#256Earlier quoted context omitted.
Quite a lot of companies use and release AI written code, are they all liable?
Yep, and honestly it's going to come up with things other than lawsuits. I've worked at a company that was asked as part of a merger to scan for code copied from open source. That ended up being a major issue for the merger. People had copied various C headers around in odd places, and indeed stolen an odd bit of telnet code. We had to go clean it up.
Re: AI assistance when contributing to the Linux kernel
#257Earlier quoted context omitted.
Just remember that "reviewed" is not enough to not be considered public domain. It needs to be modified by a human. No amount of prompting counts, and you can only copyright the modified parts. Any license on "100% vibecoded" projects can be safely ignored. I expect litigations in a few years where people argue about how much they can steal and relicense "since it was vibecoded anyway".
I don't think modified by a human is enough. If you take licensed text (code or otherwise) and manually replace every word with a synonym, it does not remove the license. If you manually change every loop into a map/filter, it does not remove the license. I don't think any amount of mechanical transformation, regardless if done by a human or machine erases it. There's a threshold where you modify it enough, it is no…
Re: AI assistance when contributing to the Linux kernel
#258Re: AI assistance when contributing to the Linux kernel
#259Earlier quoted context omitted.
> Being in the public domain is not a license; rather, it means the material is not copyrighted and no license is needed. Practically speaking, though, if a work is in the public domain, it might as well have an all-permissive non-copyleft free software license. Public domain material is compatible with the GNU GPL. https://www.gnu.org/licenses/license-list.html#PublicDomain
Yes, if it is clearly labeled as such, than GPL/LGPL licenced works may be included in such products. However, this relationship cannot make such works GPL without violating copyright, and doesn't magically become yours to re-license isomorphic plagiarized code from LLM. For example, one may use NASA public domain photos as you wish, but cannot register copyright under another license you find convenient to sue peopl…
Re: AI assistance when contributing to the Linux kernel
#260Earlier quoted context omitted.
Because AI is also proving to be very good at reverse engineering proprietary binaries or just straight up cloning software from test suites or user interfaces. Cuts both ways.
Have you ever seen what obfuscation looks like when somebody puts the effort in? Not to mention companies will try to mandate hardware decryption keys so the binary is encrypted and your AI never even gets to analyze the code which actually runs. It's not sci-fi, it's a natural extension of DRM.