JustVik

joined 5 months ago
[–] [email protected] 5 points 3 months ago* (last edited 3 months ago) (1 children)

If you really understand what your tools do (not how tools do it), you are a true professional (in this case, an artist). You use some tools to achieve a certain effect and you know what it will be like. AI "artists" don't know what AI will do for them in the next moment. At least something like that.

 

Once I bought a set of plants cheaply, but the disadvantage was that even the seller himself did not know the exact names of these plants. Please help me roughly identify the plants in my aquarium if you have free time. :)

I know that there is a bit of Java moss in the upper center.

Other photos:

1- https://pxscdn.com/public/m/_v2/97422265439883264/9da63c77d-bc90ba/2Y7ztxF5OhF5/XatFdsUf93W6m1btC7H3ZDFhFzTAB1RuTO2LYsvt.jpg ^ This one looks like some kind of Vallisneria.

2- https://pxscdn.com/public/m/_v2/97422265439883264/9da63c77d-bc90ba/xwq36tdy7LMh/NLgm3lgdnBLrTi6irJ6bWD5wxnurhfnb59zJ9Vvt.jpg

3- https://pxscdn.com/public/m/_v2/97422265439883264/9da63c77d-bc90ba/ZPr0zlmeF1LE/7VqCUvRyJn0Q3JKFSp15vi5LzIabjAOu4H2uUZWq.jpg

4- https://pxscdn.com/public/m/_v2/97422265439883264/9da63c77d-bc90ba/xjGyvctbwP1u/0iCuXZisnxnmqwiFlRsqGRWEnuIb2CMMRgVIgSOs.jpg

EDIT:

Thanks all for your answers.
2.- I think it is Ludwigia Repens. And it's across all of aquarium.

[–] [email protected] 2 points 5 months ago* (last edited 5 months ago) (1 children)

Thank you very much for your reply. I support your opinion in a way that I am already inclined that a complete prohibition on the training of "AI" models on the source code of software is not a very good solution and is difficult to limit according to current laws. I hope somtimes someone smart will come up with some approaches to such problems.

[–] [email protected] 6 points 5 months ago* (last edited 5 months ago) (5 children)

Yes I understand It's complex question. In principle, I support the freedoms declared in the GPL. But the GPL license itself restricts the use of code in closed source proprietary programs for the sake of the freedom of all future users. And the question arises, isn't the whole point of this nullified if you can train an "AI" model on this code, and then use the output from the "AI" of the same code in closed sourced proprietary programs? I wouldn't mind if these "AI" were the same kind of free and open source software, but even then you can use their output to create your own closed source proprietary programs... Maybe you are right, it is not entirely clear what is better in this case.

[–] [email protected] 2 points 5 months ago

That's a good idea. Now I have to think about how to formulate it better and what it will mean. :)

[–] [email protected] 5 points 5 months ago* (last edited 5 months ago) (3 children)

But what will stop them from train copilot on code from other publicly available hostings. Are there any restrictions why they won't be able to do it using something like the principles of fair use as an excuse in this case?

 

How can I add a simple requirement "do not train Al on the source code of the program" to AGPLv3 or GPLv3 and thereby create a new license?

Don't know is it a good place for such a question but I try :).

Why did I come up with such an stupid idea? There have been reported cases where artificial intelligence such as Github Copilot has been trained on many open source and free software projects, and in some cases it can output code snippets from GPL-licensed projects without specifying it. https://www.pixelstech.net/article/1682104779-GitHub-Copilot-may-generate-code-containing-GPL-code

I am not a lawyer, and I do not know where it is better to insert such a requirement. And how to formulate it in the best and correct form.

I understand it maybe complicated to check, to comply with this requirement and it may cause other difficulties, but I still think it can be a useful addition.

How to fit it with the fundamental freedoms of the GPL or it is unfitable?

I understand that this would make the license non-free, since it puts constraints on what the code can be used for. It's sad that it doesn't combine in some way. Maybe change requirements to do not train "closed source AI"(without code and training data of AI model publicly available).

And how can I name it? Is it better to name it without "GPL" If this new license cannot be considered free? NoAIFL or your variants :)?

Is it good to just add a new item?

For example like this:

Additional Clause:
You may not use the source code of this program, or any part thereof, to train any artificial intelligence model, machine learning model, or similar system without explicit written permission from the copyright holder.

or

Section [X]:
Restrictions on AI Training You may not use the source code of this program, or any part thereof, to train any artificial intelligence model, machine learning model, or similar system without explicit written permission from the copyright holder.

What you think about it? Maybe you already know licenses like this?