Forgot your password?
typodupeerror

Comment Not in all the world (Score 3, Insightful) 71

There's not 10 petabytes of sensitive data in all the world. 10 petabytes is enough to store a copy of every movie and television show ever released to DVD plus every book ever written in any language on Earth.

What they captured was some sensitive data and a whole lot of garbage that someone could possibly, maybe analyze to make some statistical inferences about conceivably sensitive data.

Comment Re:I live in Washington state (Score 3, Insightful) 58

Sure, you don't want to pay full sticker price, because that's the sucker price. You have to waste a day of your life haggling with the dealer so that he can charge different prices to different customers. If you buy straight from the manufacturer under a no-haggle system, they have to offer the same price to everybody. So it's likely to be quite a lot less than the sticker price of a dealership-sold car. The manufacturer still wants to segment the market and milk more money out of less price-sensitive customers, but they have to do it by selling more luxurious trim levels.

Comment A Surprising Result From This Crew (Score 1) 91

Given that the Roberts Court is one of the most corporate-friendly in history, this decision comes as something of a surprise.

Nonetheless, it appears to be largely concordant with the so-called "Betamax case" from the early 1980's which established the principle of significant non-infringing uses as a defense and, despite passage of the DMCA, still largely informs the contours of contributory infringement.

Submission + - Python `chardet` Package Replaced with LLM-Generated Clone, Re-Licensed

ewhac writes: The maintainers of the Python package `chardet`, which attempts to automatically detect the character encoding of a string, announced the release of version 7 this week, claming a speedup factor of 43x over version 6. In the release notes, the maintainers claim that version 7 is, "a ground-up, MIT-licensed rewrite of chardet." Problem: The putative "ground-up rewrite" is actually the result of running the existing copyrighted codebase and test suite through the Claude LLM. In so doing, the maintainers claim that v7 now represents a unique work of authorship, and therefore may be offered under a new license. Version 6 and earlier was licensed under the LGPL. Version 7 claims to be available under the MIT license.

The maintainers appear to be claiming that, under the Oracle v. Google decision which found that cloning public APIs is fair use, their v7 is a fair use re-implementation of the `chardet` public API. However, there is no evidence to suggest their re-write was under "clean room" conditions, which traditionally has shielded cloners from infringement suits. Further, the copyrightability of LLM output has yet to be settled. Recent court decisions seem to favor the view that LLM output is not copyrightable, as the output is not primarily the result of human creative expression — the endeavor copyright is intended to protect. Spirited discussion has ensued in issue #327 on `chardet`s GitHub repo, raising the question: Can copyrighted source code be laundered through an LLM and come out the other end as a fresh work of authorship, eligible for a new copyright, copyright holder, and license terms? If this is found to be so, it would allow malicious interests to completely strip-mine the Open Source commons, and then sell it back to the users without the community seeing a single dime.

Slashdot Top Deals

"Our reruns are better than theirs." -- Nick at Nite

Working...