Earlier quoted context omitted.
>Some unknown person is trying to get some hype on “cancel github” cry. >I don't give a shit about the Copilot, but I care even less about Rian Hunter and his statements. This is untrue because you had a choice of not saying anything at all and carrying on (clearly not giving a shit) or take the time to leave such a comment (giving enough of a shit to inform everyone you don't give a shit.) So far this and Lloyd's is…
This is true. And I didn't even read your nickname because I don't give a shit about a shmuck who is trying to tell me what I care about :)
I do not agree with Github's use of copyrighted code as training for Copilot
171–180 of 545 posts
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#172This is exactly why people have issue with Github's Copilot. It's not the technology, but the fact that any code you pushed to GitHub in the past 13 years is now 'accessible' to anyone. Private repo? Paid account? Deleted repo five years ago? Deleted repo today? Proprietary code? Embarassing commits? Accidental API keys or passwords in commits? All 'available'. It feels like the entirety of GitHub was just 'leaked',…
Wasn't Codex (the tech underlying CoPilot) trained on purely publicly available repos?
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#173Anyone know how they're hosting their repositories? https://thelig.ht/code/ is actually kind of nice and minimalist; I was hoping to set up the same thing, mostly just for kicks.
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#174I thought this was a pretty good thread (by an ex-Wikipedia lawyer) on Twitter about the IP meaning of Copilot. https://twitter.com/luis_in_brief/status/1410242882523459585... And this is a longer article about how IP and AI interact: https://ilr.law.uiowa.edu/print/volume-101-issue-2/copyright... I am not a lawyer, but I am capable of summarizing the thoughts of lawyers, so my take is that in general, fair use allow…
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#175This is exactly why people have issue with Github's Copilot. It's not the technology, but the fact that any code you pushed to GitHub in the past 13 years is now 'accessible' to anyone. Private repo? Paid account? Deleted repo five years ago? Deleted repo today? Proprietary code? Embarassing commits? Accidental API keys or passwords in commits? All 'available'. It feels like the entirety of GitHub was just 'leaked',…
Wasn't Codex (the tech underlying CoPilot) trained on purely publicly available repos?
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#176Anyone know how they're hosting their repositories? https://thelig.ht/code/ is actually kind of nice and minimalist; I was hoping to set up the same thing, mostly just for kicks.
https://codemadness.org/stagit.html
Contrast these two pages, and you'll see it's a match:
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#177Feels like everyone is missing the point: Copilot will ultimately serve to weaken the arguments in support of software patents and copyright. That can only be a good thing for society (though perhaps not for rent seekers).
I think a lot more people on this site (and in the FOSS community in general) would be on board with Copilot if it respected viral licenses, e.g. if it had a way of inferring that the code it was copying verbatim were GPL-3 and warned the user that including it in their project would require them to GPL-3 their project as well.
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#178Re: I do not agree with Github's use of copyrighted code as training for Copilot
#179I thought this was a pretty good thread (by an ex-Wikipedia lawyer) on Twitter about the IP meaning of Copilot. https://twitter.com/luis_in_brief/status/1410242882523459585... And this is a longer article about how IP and AI interact: https://ilr.law.uiowa.edu/print/volume-101-issue-2/copyright... I am not a lawyer, but I am capable of summarizing the thoughts of lawyers, so my take is that in general, fair use allow…
> Nobody is really being hurt when a new tool makes it easier to copy little bits of code from the internet. That's the first time I've heard copilot get described as copying little bits of code from the Internet. Copilot aggregates all github source code, removes licences from the code, and regurgitates the code without licenses. Furthermore, both github and the programmers using copilot know this. Look at any one o…
And Github themselves have stated that only 0.1% of the Copilot output contains chunks taken verbatim from the learning set. Of those, the vast majority are likely to be boilerplate so generic it's silly to claim ownership, and maybe sometimes impossible to avoid.
Re: I do not agree with Github's use of copyrighted code as training for Copilot
#180Lets face, gitlab and github valuation is based on future “ai” code autogens. Brave new world
I cannot see them even throwing together a library. For example, how could they architect, let's say something like jQuery?