zlacker

[return to "GitHub Copilot, with “public code” blocked, emits my copyrighted code"]
1. deepsp+rh[view] [source] 2022-10-16 22:09:36
>>davidg+(OP)
This shows how copyright is all screwed up. Let's say the code in question is based on a published algorithm, maybe Yuster and Zwick, (I did not check).

What exactly gives Davis a better claim to the copyright than the inventors of the algorithm? Yes, I know software is copyrightable while algorithms are not, but it is not at all clear to my why that should be the case. The effort of translating an algorithm into code is trivial compared to designing the algorithm in the first place, no?

◧◩
2. zarzav+wW[view] [source] 2022-10-17 05:50:20
>>deepsp+rh
Algorithms cannot be copyrighted. What is copyrighted is the creative expression of an algorithm. The variable names, the comments, choosing a for loop vs a while loop, or a ternary operator over an “if”, the order of arguments to a function, architectural decisions, etc.

Copyright is formed when a human makes a choice about equivalent ways of implementing an algorithm.

◧◩◪
3. fulafe+ZW[view] [source] 2022-10-17 05:55:15
>>zarzav+wW
Also this depends on jurisdiction.
◧◩◪◨
4. zarzav+jv1[view] [source] 2022-10-17 11:50:47
>>fulafe+ZW
Is there a jurisdiction that allows purely algorithms to be copyrighted? As far as I know, usually algorithms come under the umbrella of patents (in jurisdictions that allow software patents) rather than copyright.

For example, it would interfere with e.g. copyright of scientific/mathematical papers if algorithms were copyrightable, as mathematicians would not be able to extend another mathematician’s ideas without first gaining permission.

◧◩◪◨⬒
5. fulafe+ho4[view] [source] 2022-10-18 05:44:04
>>zarzav+jv1
What constitutes a copyrightable creative piece varies. (And in a lot of places of course algorithms can't be patented either)
[go to top]