Forgot your password?
typodupeerror

Comment SCO? In 2026? Inconceivable! (Score 1) 85

What year is this? Itâ(TM)s so wild that SCO is still doing this same bullshit after 30 fucking years!!!!

Jesus! I know that donâ(TM)t have anything else to do, but itâ(TM)s hard to believe that thereâ(TM)s anyone at SCO that would be willing to dust off their parentsâ(TM) failed lawsuits, but apparently there is.

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: Biased news (Score 1) 118

>One could infer that the State of California thinks its citizens are dumber than the average American, and thus can't be allowed to see triangular arrows lest they draw the wrong conclusion

Or the plastics recycling was always an industry greenwashing campaign, and the vast majority of people actually do believe that sorting their plastics into a recycling bin leads to less plastic being manufactured, and this is just a move to educate the people that plastic recycling is actually a sham.

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: What is it? (Score -1, Troll) 37

Itâ(TM)s in its name. SERP = Search Engine Results Page. Theyâ(TM)re scrapes of Google SERPs. This is fallout from the Reddit license where Reddit decided to collect rent from Google and others for scraping their content. Apparently Reddit and Google decided to put Google only visible stuff on their pages (which is explicitly illegal under Googleâ(TM)s TOS, and has resulted in index banning) and then served up this secret content via SerpAPI.

Scraping Google SERPs has been standard behavior for literally as long as Google has existed. Thatâ(TM)s literally how Facebook, Microsoft, and countless startups and academics evaluate their own search engines. Iâ(TM)m not exaggerating. They literally compare their results to Google results, which always made me wonder what Google does.

As far as ignoring robots.txt and using different IPs? Please. Thatâ(TM)s also has been standard behavior for as long as the web has been around.

This is monopoly behavior, and Google is openly engaging in it and attacking the open web because thereâ(TM)s a sympathetic White House administration for them.

Slashdot Top Deals

Do not underestimate the value of print statements for debugging.

Working...