Forgot your password?
typodupeerror

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.

Comment Re: Next time... (Score 1) 118

I didn't say they don't need calibration.

I said they don't need calibration all the time.

Failure to connect to the cloud should not result in immediate device failure. Manual calibration steps should be possible. Or at least a message "cloud service unavailable, device will stop working in 48h" or similar.

I don't understand why people are willing to bootlick the company in this case. Cloud connected everything is cancer.

Comment Re:Next time... (Score 1) 118

Sure, in this case we can say "fuck you" to drunk drivers and the don't deserve sympathy, but this everything must be cloud connected trend is going to fuck us all eventually.

The problem is that the above sentence requires a person to be able to hold two thoughts in their head at the same time, which appears to be above almost everyone commenting in this thread.

Comment Re:Next time... (Score 4, Interesting) 118

Drinking and driving is not cool.

Making a device that could and should operate locally rely on a cloud service is also not cool. Breathalyzers have been around for decades, and do not need calibration all the time.

Sure, in this case we can say "fuck you" to drunk drivers, but this everything must be cloud connected trend is going to fuck us all eventually.

Comment Re: Meal Team Six: The Keyboard Warrior Chronicle (Score 1) 188

Alternatively (and I understand that this is unintelligible to Americans), I have a social conscience, and socioeconomic structures that exacerbate the already destructive and divisive civilisational landscape that we are currently suffering with bother me. I want my fellow humans to live in a world characterised by justice, fairness, compassion, and kindness.

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

FORTRAN is a good example of a language which is easier to parse using ad hoc techniques. -- D. Gries [What's good about it? Ed.]

Working...