> Microsoft GitHub is the largest collection of open source code in the world. Microsoft GitHub is in a unique and dominant positions to host and access and distribute most of the open-source code in the world No, it's not in a "unique and dominant position". Open source code is freely available online, it's almost trivial to build a bot to scrape OS code from anywhere on the web (GitHub included). The comparison to…
Github also has access to private repositories.
Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
31–40 of 127 posts
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#32Earlier quoted context omitted.
Wow, that's horrible. I didn't know that sampling and mashups required an explicit license. Looks like it's in the EU as well. edit: Hm, Pelham v Hütter C-476/17 might offer some grace for mashups under the quotation exemption at least. Though I wouldn't rely on that.
"Wow, that's horrible. I didn't know that sampling and mashups required an explicit license." The conclusion essentially boils down to "remixing is not fair use". Today's hip-hop is a direct result of that decision because sampling became prohibitively expensive.
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#33What a ridiculous article. Copilot does not violate antitrust law. GitHub is not a monopoly just because open source devs choose to host there. Devs are free to use GitLab or whatever. Comparing this to Google Books is silly. Google stole copyrighted books. Copilot uses freely shared open source code. No copyright issue. The article claims "Open source code on GitHub might be thought of as 'open and freely accessible…
> The MIT and Apache licenses explicitly allow reuse > No evidence Copilot [...] violated any licenses Both of these allow redistribution _if you include the license_. Copilot doesn't include any licenses in the code it distributes. You can argue whether that's fair use or not, but you can't argue that it doesn't respect the license.
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#34Earlier quoted context omitted.
It appears to be the exact opposite to me, `git clone --depth 1 ...` will give you a code that you can know exactly how to parse, vs. webpages that have all sorts of semantical issues.
Git clone is a very expensive operation. Git hosts generally will try to prohibit mass git clone:ing for this reason.
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#35Earlier quoted context omitted.
There’s no need to crawl for your own dataset: https://pile.eleuther.ai/
@article{pile, title={The {P}ile: An 800GB Dataset of Diverse Text for Language Modeling}, author={Gao, Leo and Biderman, Stella and Black, Sid and Golding, Laurence and Hoppe, Travis and Foster, Charles and Phang, Jason and He, Horace and Thite, Anish and Nabeshima, Noa and Presser, Shawn and Leahy, Connor}, journal={arXiv preprint arXiv:2101.00027}, year={2020} } So if I understand this correctly, the Pile is for c…
There are multiple private companies and public institutions that are currently training LLMs.
The work that it required to train an LLM is actually in support of fair use, just as it was with regards to Google scanning books.
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#36I personally think Copilot is training on all the code. It's not verifiable so I go with the worst case scenario. But it shouldn't be a problem if you don't publish code that's licensed.
Lines of code shouldn't even be copyrightable. But that's a whole other discussion.
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#37Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#38> Microsoft GitHub is the largest collection of open source code in the world. Microsoft GitHub is in a unique and dominant positions to host and access and distribute most of the open-source code in the world No, it's not in a "unique and dominant position". Open source code is freely available online, it's almost trivial to build a bot to scrape OS code from anywhere on the web (GitHub included). The comparison to…
This is addressed in the same paragraph - you can't scan/download "whole" github because you'll be throttled.
Has anyone actually tried, because i've cloned lots of repos and have never been throttled. I'd go so far as to say the author of that post has never even tried it.
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#39Earlier quoted context omitted.
"Wow, that's horrible. I didn't know that sampling and mashups required an explicit license." The conclusion essentially boils down to "remixing is not fair use". Today's hip-hop is a direct result of that decision because sampling became prohibitively expensive.
The verdict was reached in December 1991. A lot of sampling has gone on since then.
Re: Why are there no antitrust claims vs. GitHub Copilot, when there is a precedent?
#40Earlier quoted context omitted.
This is addressed in the same paragraph - you can't scan/download "whole" github because you'll be throttled.
Are you actually throttled if you try to git clone or is that what the theory is, or is the assumption that it uses API calls to scrape through github? Has anyone actually tried, because i've cloned lots of repos and have never been throttled. I'd go so far as to say the author of that post has never even tried it.