zlacker

[return to "GitHub Copilot, with “public code” blocked, emits my copyrighted code"]
1. bmitc+le[view] [source] 2022-10-16 21:40:07
>>davidg+(OP)
What does

> with "public code" blocked

mean? Are you able set a setting in GitHub to tell GitHub that you don't want your code used for Copilot training data? Is this an abuse of the license you sign with GitHub, or did they update it at some point to allow your code to be automatically used in Copilot? I'm not crazy about the idea of paying GitHub for them to make money off of my code/data.

◧◩
2. defasd+hq[view] [source] 2022-10-16 23:26:47
>>bmitc+le
> We built a filter to help detect and suppress the rare instances where a GitHub Copilot suggestion contains code that matches public code on GitHub. You have the choice to turn that filter on or off during setup. With the filter on, GitHub Copilot checks code suggestions with its surrounding code for matches or near matches (ignoring whitespace) against public code on GitHub of about 150 characters. If there is a match, the suggestion will not be shown to you. We plan on continuing to evolve this approach and welcome feedback and comment.

From the FAQ https://github.com/features/copilot/

◧◩◪
3. bmitc+9A[view] [source] 2022-10-17 01:01:56
>>defasd+hq
That is for people using Copilot. I’d like a setting that tells GitHub to not scan my code at all. And I am curious about that sneaking into the terms in between me signing up and paying and them taking code for free.

I have also never heard of “public code” being used in that way.

◧◩◪◨
4. leni53+8Z[view] [source] 2022-10-17 06:18:03
>>bmitc+9A
> I’d like a setting that tells GitHub to not scan my code at all.

What about people forking/mirroring your code? Or people merely contributing code? There is no one-to-one correspondence between copyright holders and Github users.

Copilot should just comply with the license, that's it.

[go to top]