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:"proud maga" (Score 1) 229

I've seen what happens when atheists take power in a country. Anyone care to relate what the usual outcome is?

Yes, they become an economic superpower and they slowly take the place of the USA on the world stage.

A very nice country, with very nice, hard-working but still fun-loving (take that, calvinists!) people, thank to them not having religious hangups and neuroses.

Comment Ha. Old hat... (Score 1) 87

More than 35 years ago, well before the Internet, BBSes ruled.

One I was a pillar of was nothing but a wall where you would post anonymously (or not).
The software was written to verify the typing rate to make sure that no text was uploaded

CHALLENGE ACCEPTED!

I wrote a special terminal program that would randomize the time between characters to foil that BBS's rejection of uploads...

(Oh, it worked, and the dude running the show never found out).

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 Nothing really new (Score 1) 86

Some years ago, an old aluminium plant has been repurposed as a data center in Beauharnois, Québec, by OVHcloud, which is located not even a kilometer from the Beauharnois powerhouse (at one time, it was the largest [Jeremy Clarkson pause] in the world). That powerhouse is fed by a 1km wide by 10m deep canal diverting nearly 90% of the St-Lawrence river through it (the powerhouse is 1 km long). Also Google is implementing a data center nearby. Another plus is the low temperatures during most of the year will reduce the need for air-conditionning

Comment Re:Idiot (Score 1) 127

I'm lazy, but even I would do a daily backup if hundreds of millions of dollars were at stake.

Hundreds of millions were not at stake the day the hard drive was lost. He could have easily replaced it back then at a much lower cost.

The drive was lost in 2013. In 2013 the price of 8000 bitcoins ranged between $400,000 and $8,000,000US.

Even at the low end of that estimate, it's still more than the value of my house. Not doing basic due diligence like keeping good backups is massive negligence. Yes, his girlfriend shouldn't have thrown his hard drive away, but he was the one who put himself in a situation where he could lose that kind of money from a single mistake.

Slashdot Top Deals

Those who do not understand Unix are condemned to reinvent it, poorly. -- Henry Spencer

Working...