Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Layoffs (Score 1) 125

The real problem will happen is when nearly all companies mandate RTO, then all these digital nomads will be required to actually show up - and probably for less money they were making before had they sucked it up and kept their jobs instead of quitting.

Comment Re:Kinda Sorta (Score 1) 182

>They make copies in order to do training.

Yes, but making copies in order to compile information about a protected work was already litigated and won in the Authors Guild v Google case.

"The court's summary of its opinion is:

        In sum, we conclude that:

        Google's unauthorized digitizing of copyright-protected works, creation of a search functionality, and display of snippets from those works are non-infringing fair uses. The purpose of the copying is highly transformative, the public display of text is limited, and the revelations do not provide a significant market substitute for the protected aspects of the originals. Google's commercial nature and profit motivation do not justify denial of fair use.
        Google's provision of digitized copies to the libraries that supplied the books, on the understanding that the libraries will use the copies in a manner consistent with the copyright law, also does not constitute infringement."

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2F....

Comment Re:Kinda Sorta (Score 1) 182

So at what point could the copyright infringement even happen? Is it in the training of the data and adjusting the weights? Is it the fact that those weights exist in a state that can somewhat reproduce the data it was trained on? Or is it when we prompt it to reproduce that data? My bet is, if anything, the courts will come down against the last one. Training data is already sufficiently transformative as to not infringe copyright. It's only when it actually spits out something substantially similar to an existing work that copyright is violated.

Comment Re:you can't (Score 1) 83

>Without a license, purely for developing software, and en masse, yes.

You don't need a license to compile data about an article, and that's all that an LLM is - data about the frequency of words and their order. It's highly transformative, and this sort of thing was already fought an won by Google when they digitized and made searchable millions of books without their copyright holder's permission and for commercial purposes. An LLM doesn't even retain the original work.

https://ancillary-proxy.atarimworker.io?url=https%3A%2F%2Fen.wikipedia.org%2Fwiki%2F....

"The court's summary of its opinion is:

In sum, we conclude that:

1. Google's unauthorized digitizing of copyright-protected works, creation of a search functionality, and display of snippets from those works are non-infringing fair uses. The purpose of the copying is highly transformative, the public display of text is limited, and the revelations do not provide a significant market substitute for the protected aspects of the originals. Google's commercial nature and profit motivation do not justify denial of fair use.

2. Google's provision of digitized copies to the libraries that supplied the books, on the understanding that the libraries will use the copies in a manner consistent with the copyright law, also does not constitute infringement.

Nor, on this record, is Google a contributory infringer."

Comment Re:Now you can do "ls -al" in windows (Score 3, Informative) 101

powershell scripting is overly verbose. in PS you can do "cat (Get-PSReadLineOption).HistorySavePath" whereas linux it's just "history". This is one of DOZENS of ridiculously long commands that should, by default, have a more succinct alias to it. Sure you can create your own aliases but you shouldn't have to manage a dotfile config you pull from github or something.

Slashdot Top Deals

You know you've been spending too much time on the computer when your friend misdates a check, and you suggest adding a "++" to fix it.

Working...