Forgot your password?
typodupeerror

Comment Re:Pot meet kettle (Score 1) 106

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) 106

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) 106

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 Re:So i can just post 30TB and get it later? (Score 5, Informative) 66

No. Trying to push 30TB into Freenet will be interpreted as an attack on the network by other peers and they'll disconnect from your peer.

Freenet is better viewed as a communication medium than a storage medium. Data is prioritized according to demand, somewhat like an LRU cache. You can't upload 30TB and expect the network to preserve it for you.

On liability, running a Freenet peer is more like running network infrastructure that automatically routes and caches other people's traffic than intentionally publishing it. US law explicitly recognizes this distinction in the DMCA's provisions for transitory network communications and system caching. We discuss this in more detail in the FAQ.

Comment Re:Just a heads up, decentralized platforms... (Score 4, Informative) 66

You obviously haven't tried Freenet. You can join our room on River and you'll see no spam, no fraud, no hate speech, none of that.

Decentralized doesn't mean unmoderated. Systems built on Freenet can be moderated however their creators and communities want. River is moderated.

The difference is that nobody running one service gets to decide what everyone else is allowed to run.

Submission + - Freenet: Apps Without Platforms

Sanity writes: Earlier this year Slashdot covered the launch of the completely redesigned Freenet. I recently gave a talk about what we've been building since then. Unlike traditional web applications, apps on Freenet have no central server or database, with application state instead distributed across the network. These now include decentralized group chat, publishing, search, and fully decentralized Git hosting. The talk also gets into some of Freenet's internals, including how we use machine learning for network routing.

Comment Re:Where does the data live? (Score 4, Informative) 26

Thanks for your questions, Freenet caches data but it isn’t meant to be a long-term storage network. It’s better to think of it as a communication system. Data persists as long as at least one node remains subscribed to it. If nobody subscribes (including the author), it will eventually disappear from the network. So yes, if only your node subscribes then the data will only exist there and won’t be available when your machine is offline. But if other nodes subscribe it will be replicated automatically and remain available even if your node goes offline.

Submission + - New Freenet Network Launches With River Group Chat (freenet.org)

Sanity writes: Freenet’s new generation peer-to-peer network is now operational, along with the first application built on the network: a decentralized group chat system called River.

The new version is a complete redesign of the original project, focusing on real-time decentralized applications rather than static content distribution. Applications run as WebAssembly-based contracts across a small-world peer network, allowing software to operate directly on the network without centralized infrastructure.

An introductory video demonstrating the system is available on YouTube.

Slashdot previously covered the reboot of Freenet in 2023 in this article.

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.

Slashdot Top Deals

(1) Never draw what you can copy. (2) Never copy what you can trace. (3) Never trace what you can cut out and paste down.

Working...