• 3 Posts
  • 649 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle



  • Did you even read your own report? It says that AI works are copyrightable in certain circumstances, not that they make a whole project public:

    Copyright law has long adapted to new technology and can enable case-by- case determinations as to whether AI-generated outputs reflect sufficient human contribution to warrant copyright protection. As described above, in many circumstances these outputs will be copyrightable in whole or in part—where AI is used as a tool, and where a human has been able to determine the expressive elements they contain. Prompts alone, however, at this stage are unlikely to satisfy those requirements.











  • I want people to use the software I write, and people don’t want dependencies in their projects that are gpl because you either need to change your project to gpl or go through a very tedious process of providing object files for the entire project. That’s why I use mit for libraries.

    However, I don’t want to allow companies to just take my finished binaries and resell them as their services, so I use GPL for binaries and apps. They are free to reimplement the app using the libraries, but I at least want them to work for it a little.

    Also, I have found it easier to get contributions to projects that are licensed under mit than gpl, though this might just be insufficient sample size.