But still no way to opt-out from GitHub Copilot when using public repositories? I would have expected private profiles to give that option.
Private profiles are now generally available on GitHub
51–60 of 70 posts
Re: Private profiles are now generally available on GitHub
#52Just in time for Netlify to discontinue support for private GitHub repositories for free plans. Good thing cloudflare still has free Cloudflare pages support for private GitHub pages.
Do you have a link to where they've said that, that really sucks, I've had a much smoother experience setting up pages with Netlify than Cloudflare.
They recently changed the policy for Organization-owned repos. The continuous deployment for organization-owned private repos is no longer allowed in the free plan.
But personal account's public and private repos are still part of the free plan.
Re: Private profiles are now generally available on GitHub
#53But still no way to opt-out from GitHub Copilot when using public repositories? I would have expected private profiles to give that option.
If you don't want people training models on your code then do not make it public.
Re: Private profiles are now generally available on GitHub
#54But still no way to opt-out from GitHub Copilot when using public repositories? I would have expected private profiles to give that option.
Re: Private profiles are now generally available on GitHub
#55Re: Private profiles are now generally available on GitHub
#56Earlier quoted context omitted.
If you don't want people training models on your code then do not make it public.
You can make code public and still legally restrict its use (see: GPL).
Re: Private profiles are now generally available on GitHub
#57Earlier quoted context omitted.
Widespread practices infect norms. For example, thanks to the norms fostered on GitHub, you can no longer expect the average programmer to file good bug reports or to just interact in an appropriate way with the bugtracker. We can't really talk about "wikis", either, without confusion about what a wiki even is—again, thanks to GitHub.
How can GitHub be at fault for people being lazy or lacking common sense when filing a bug report, or being rude?
Re: Private profiles are now generally available on GitHub
#58Re: Private profiles are now generally available on GitHub
#59https://news.ycombinator.com/item?id=31115642 ("GitHub: Private Profiles beta", April 2022, 125 comments)
Re: Private profiles are now generally available on GitHub
#60Earlier quoted context omitted.
You can make code public and still legally restrict its use (see: GPL).
GPL doesn’t restrict you from using it as input to a model. It’s just that as the model is a derivative work, it also has to be released under the GPL.
Or does copilot not work like other ML projects and actually copies sections of code?