• 0 Posts
  • 33 Comments
Joined 2 years ago
cake
Cake day: May 10th, 2023

help-circle










  • I have a Sceptre tv. I use it as a TV and computer monitor. I don’t remember exactly when I bought it, but it has been at least several years-maybe a decade, and it works great.

    The only issue is I think I damaged the screen slightly a year or two ago while cleaning. Most of the time the damage isn’t visible and is very small, so I don’t worry about it. Well…and I had to replace the remote once as some buttons stopped working properly. Otherwise I have been using it without problem.



  • I am no lawyer, but I suspect what will be considered either fair use or infringing will probably depend on how the programmed AI model is used.

    For example, if you train it on a book of poetry, asking it questions about the poetry will probably be considered fair use. If you ask the AI to write poetry in the style of the book’s poems and you publish the AI’s poetry, I suspect it might be considered laundering copyright and infringing. Especially if it is substantially similar to specific poems in the book.







  • Not a lawyer and it has been a while since I studied this, but when one open source project uses another, they aren’t really transforming the others code into a new license.

    When GNU/FSF says a license is compatible with the GPL, they mean you can legally use the code with the GPL. More or less, the FSF says if you use a GPL code the entire project has to give end users all the freedoms in the GPL. The LGPL is slightly different in that it can be a separate library. They consider even dynamic linking a GPL project to require both projects to be covered under GPL.

    This is why proprietary developers call the GPL “viral.” GPL code “infects” all other code with its license. This is the deal you make when you use GPL code, and I think it is a fair one. You don’t have to use their code.

    I suggest you read the licensing bits of the Free Software Foundation’s website. fsf.org and gnu.org