Forgot your password?
typodupeerror

Comment Re:Pot meet kettle (Score 1) 105

I don't think training a model with copyrighted data is any kind of gray zone at all.

Running inference against such a model _might_ be infringing.

But I don't see the legal argument that model training would be.

Think of model training as lossy data compression. You provide an input, it produces a compressed artifact, and it can no longer reproduce the original when you uncompress it. It can produce _something_. It cannot reproduce the original.

On slashdot, we all agree that format shifting copyrighted works should be allowed and unrestricted, right?

If there is applicable case law here about how lossy a "reproduction" can be before copyright has something to say about it, that would be relevant. Do you know of any?

Comment Re:Pot meet kettle (Score 1) 105

I think you're repeating something that feels emotionally valid but in my experience, isn't factually (or legally) accurate.

I have found AI models to be frustratingly _obedient_ of copyright.

I'll be in a situation where I ask a specific question about what a document says, and the AI repeatedly says the work is copyrighted and it can't just tell me what it says _verbatim_, but it can answer specific questions for me in its own words (while telling me to check the original).

Two examples from my life are procedural questions about what Roberts Rules of Order would require in a given situation, and, what ASD STE-100 says about how to name/word things.

The applicable US law would appear to be USC 17 Sec 106 and 107, which on one hand limits derivative works, but on the other, allows fair use for purposes of teaching, scholarship, or research.

(USC references provided by AI, btw. Which I haven't read)

Comment Re: They distilled human knowledge (Score 5, Interesting) 105

I used to agree with you, and then oddly enough, about 25-30 years ago, I came across this signature on another regular slashdot posters postings:

"The law, in its majestic equality, forbids the rich as well as the poor to sleep under bridges, to beg in the streets, and to steal bread."

(AI tells me the attribution is "The Red Lily", Anatole France, 1894)

Comment "Premium" ? (Score 2) 57

I think the only Premium TVs left are the business TVs that give you meaningful mechanisms to not have intrusive "Smart" features.

Is there a meaningful difference between a Sony TV that harvests data and won't let you opt-out of "smart" features, and a Wal-mart TV that harvests data and won't let you opt-out of "smart" features?

I guess I am blessed to not be an audiophile and not have flawless supervision :)

FWIW, I have:
- a 20 yo 720p dumb 42" plasma
- a 20 yo 1080P dumb 50" plasma
- a 1yo 4k Samsung 65" TheFrame TV

That last one was a splurge I wanted because the "Art Mode" is just too beautiful, and at the time, Samsung really had the only coherent offering. (I guess there are now "off brand" ArtTV attempts from HiSense and others.. i have no experience with them.)

On the ArtTV, we watch youtube or DVDs or XBox on it a little of the time, and all that stuff looks fine to me on the 65" Samsung. But the TV is otherwise displaying pretty artwork almost all of the time, and whatever Samsung has done with the screen, dimming control, bezel, etc, really does work and really is lovely. And you don't need a service or an app to get the experience - just stick a USB full of public domain masterpieces into the TV.

Even so, the Samsung ecosystem is pretty annoying. I can have it show my images in ArtMode, but i cannot have the "real" experience you'd get with a subscription - with Art XML metadata and stuff (artist, date, etc). We don't always remember what a piece is or who painted it when it comes up..

Anyway, AFAIK, the only way to get TVs that aren't enshittified spyware is a business SKU, right?

Comment Re:Single Linux Target Platform for Games (Score 2) 30

In my house, we use Steam to play "windows-only" games on:
- Devuan with XFCE
- Devuan with Cinnamon
- Arch with hyprland
- bone stock Ubuntu 24
- ubuntu 25 laptop w/ second GPU

From my POV, there's not much need to port games to Linux. With the heroic efforts of Valve, most Windows games now just work. Win32, DX, D3D, and whatever else windows game devs have been using seems to have become the defacto reference gaming API on Linux.

Steam makes it work on every linux distro we've tried.

In writing this, it occurs to me: The F/OSS ecosystem does a very good job of re-implementing someone else's API/products (WINE, Proton, LibreOffice, etc)

The F/OSS ecosystem does a comparatively poor job at independently developing its own technology and then standardizing/universalizing those choices. E.g. the transition from X11 to Wayland; the systemd "situation(s)", desktop environments... gui greeters, audio muxers...

I think Valve has done the right thing. They made existing games work on Steam; they made Steam work on most linux distros.

Making everyone use a reference linux platform seems to be a total non-starter.

We already have a reference gaming platform: Windows 7 thru 10. And what we learned in 2025 is that Steam on nearly _any_ Linux often implements that windows reference gaming platform better than Windows 11 does.

Comment Such annoying policies (Score 1) 20

The community college I'm attending a class in online uses Proctorio. The rules say that we shouldn't wear headphones during the tests because we could be getting answers through the headset.

I'm taking a foreign language class, and part of the tests involves listening to spoken words. I don't own computer speakers, so how am I supposed to follow that rule? I'd have to buy speakers for just Proctorio.

Comment And it doesn't stop anything. (Score 2) 60

You can always make your own custom Secure Boot key database and sign whatever you want.

It's even easier on millions of Dell and Alienware computers that used the test key as their production Platform Key. You can just use the leaked private key to modify the keys without being easily detectable.

Comment Re:are there alternatives that will actually work? (Score 1) 31

They really should use quantum-resistant algorithms alongside a traditional algorithm for now so that you have to crack both. Quantum algorithms are very new compared to our old favorites. One of the NIST finalists for quantum-resistant crypto was cracked using classical computing near the end of the standardization process, highlighting the danger of relying on these alone.

Slashdot Top Deals

Programmers used to batch environments may find it hard to live without giant listings; we would find it hard to use them. -- D.M. Ritchie

Working...