Forgot your password?
typodupeerror

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: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 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:USB 2? (Score 1) 31

I still want to use iTunes on my phone to replace my CD collection (or let me put the CDs in the basement while still listening to them). Sadly Apple has crippled it in another way. Songs disappear from iTunes on the phone if they would not be able to stream in your region, even though you ripped them from your own disc.

Comment Re:8k is nice for computers though (Score 1) 138

Yes, I saw crisp text on my 1024x768 LCD display a quarter century ago. But you missed the next part of the sentence, "even at small sizes". As text gets smaller you reach a point where it is no longer clear. On an 8k display even the smallest sizes are pin sharp. They are a bit fuzzy on 4k (as I use at work) and would be headache-inducing mush if you tried to show such tiny text on a 1920x1080 display.

Back in the day there were hand-created bitmap fonts for crisp display at small sizes. Nowadays, for better or worse almost every application uses outline fonts, which look a bit jaggy if rendered without anti-aliasing ("font smoothing") and a bit fuzzy with it. Only on a very high DPI display is this completely unnoticeable. My laptop is 4k and I am very happy with it, but to make best use of a 32 inch screen a higher pixel density is better.

Comment 8k is nice for computers though (Score 2) 138

I'm posting this from my home PC with Dell's 8k monitor. It's nice to see completely crisp text, even at small sizes, and certainly a noticeable quality improvement from 4k. But that's because I am sitting a few inches away. I recently bought a new television, and while I was tempted to pick up a cheap used 8k model, in practice it would make no difference when viewing it from the sofa.

Even Dell seems to have retreated from 8k, however. Their newer top-end monitor has a roughly 6k horizontal resolution.

Slashdot Top Deals

Do not underestimate the value of print statements for debugging.

Working...