Forgot your password?
typodupeerror

Comment Re:So i can just post 30TB and get it later? (Score 4, Informative) 55

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

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 Re:One problem... (Score 1) 205

> The problem is when it costs MONEY to develop

It usually does, but we've somehow made free software for most tasks, and we maintain it. In some ways we do it better as free software.

Sometimes. And sometimes, development is faster with restricted sharing and per-copy fees. If faster development was the only issue, then maybe restrictions on sharing could be ok.

But there are other things like how much everyone should be able to know about the software that increasingly runs our lives, like whether people should be able to verify the security of some software, or audit the response to a security incident. Free software makes society better in those ways.

Also, you mention maintenance. We should keep in mind that the cost of maintenance is increased when only one person is allowed do the maintenance. So high costs is an argument for wanting money, but it can also be an argument for using a lower cost path, such as allowing everyone to do the maintenance, either for free or in a competitive market.

Comment Re:One problem... (Score 1) 205

He advocates sharing, and the GPL allows sharing.

He says to ignore laws that block sharing. That means ignoring some parts of copyright law. Some other parts of copyright law are fine. There's no contradiction.

(And if someone has a follow up question about sharing everything, no, he doesn't advocate for sharing everything. Some stuff is personal, for example. He's in favour of sharing generally useful technical information, such as the source code of software that has been given to you.)

Comment Re: The AI voices are awful (Score 1) 51

For the Irish language course the recordings of native speakers were taken offline in 2023. The AI replacements are nonsensical.

This story is about AI generated courses, not voices, but my post was still (accidentally) on-topic: when they previously used AI to increase volume of content, they were ok with quality being thrown out the window.

The AI generated courses might be low quality, and the original (English) courses might also go downhill because the type of exercises they produce may now be restricted to the type of things that their AI is able to reorganise for other languages. E.g. it might go further in the direction of vocabulary memorisation.

Comment They have a presentation at Fosdem on 2 Feb (Score 4, Informative) 35

FSF's Zoe Kooyman and Krzysztof Siewicz will give a presentation on Sunday 2nd of Feb:

"FSF's criteria for free machine learning applications"

https://fosdem.org/2025/schedu...

It'll be streamed. Well worth tuning in for. A recording should be online soon after.

Comment Re:What do the ad-blockers think? (Score 1) 39

Thanks for the details.

Sounds solvable. Not simple, but sounds like they'll be able to solve it, unless they're trying not to.

Maybe new lists could be downloaded per-domain. If I view one page on a domain, I'll probably view others in the same session. And energy use, there are probably ways to make the plug-ins more efficient - in their own code and by improving the functionality the browser makes available.

For the privacy problem of ad-blockers needing access to all of every webpage you view, this could be fixed by plug-ins being reviewed and verified. Mozilla does something like this.

Comment What do the ad-blockers think? (Score 3, Interesting) 39

So, the postponed the disabling of Manifest V2, but can the problems faced by the ad-blocker projects be fixed with some extra time?

I.e. Is this an actual solution? I presume ad-blocking is a bit of a cat-and-mouse, so auto-update filter lists sound crucial for ad-blockers to function. If Chrome blocks that, then they're not allowing useful ad-blockers.

Ad-blockers are the canary in the coal mine of the open web.

Slashdot Top Deals

"If there isn't a population problem, why is the government putting cancer in the cigarettes?" -- the elder Steptoe, c. 1970

Working...