So everything generated also GPLv2?
GitHub Copilot
21–30 of 1001 posts
Re: GitHub Copilot
#22IMO a potentially more interesting application of this technology would be a learning system that is able to learn your coding style. You give it access to the codebase and it reformats all files on save according to your likings, perfectly. Obviously a program that is able to write actual great code reliably would be spectacular, but we aren't there yet, I don't think Copilot presently is able to make me meaningfull…
Re: GitHub Copilot
#23I'd like to see something like that, but with knowledge about every single file in the codebase, and running locally.
Re: GitHub Copilot
#24IMO a potentially more interesting application of this technology would be a learning system that is able to learn your coding style. You give it access to the codebase and it reformats all files on save according to your likings, perfectly. Obviously a program that is able to write actual great code reliably would be spectacular, but we aren't there yet, I don't think Copilot presently is able to make me meaningfull…
Re: GitHub Copilot
#25Re: GitHub Copilot
#26Re: GitHub Copilot
#27It's funny that GitHub ships their own text editor, Atom, but the second example (under the "More than Autocomplete" header) on the Copilot website is clearly using VSCode.
now they just need to build this into vim.
Re: GitHub Copilot
#28I'd like to see something like that, but with knowledge about every single file in the codebase, and running locally.
Yeah, running locally would be my preference. I get "Antitrust (2001)" vibes from this, but that's the tinfoil hat side of me.
https://visualstudio.microsoft.com/services/intellicode/
I bet it's the same people, trying to push their crap into all sorts of successful products.
Re: GitHub Copilot
#29So if it was trained using "source code from publicly available sources, including code in public repositories on GitHub." was it also GPLv2? So everything generated also GPLv2?
How would we classify that legally when it comes to training and generating code? Would you argue the machine is just picking up best practices and patterns, or would you say it has gained specifically-licensed or proprietary knowledge?
Re: GitHub Copilot
#30It's funny that GitHub ships their own text editor, Atom, but the second example (under the "More than Autocomplete" header) on the Copilot website is clearly using VSCode.
now they just need to build this into vim.