Forgot your password?
typodupeerror

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:BS (Score 5, Insightful) 149

Because I've tried using LLMs to generate code and I've seen the results. They are not usable. They *resemble* valid code, but they typically throw exceptions and raise errors, they can't pass unit tests, and they don't correctly handle edge cases. AI-generated code is a mess that *superficially looks right* but isn't fit to purpose.

There is a meme going around about the fact that you can tackle a normal coding task by spending 3 hours to write code and 1 hour to debug and test it, or you can use CoPilot to spend 15 minutes to write the code and 8 hours to debug and test it. That matches my experience.

Comment I've been switching registrars recently... (Score 1) 20

I've been uses Name.com and Google Domains for years. The recent sale of Google Domains to SquareSpace incentivized me to look for alternatives. The advise I got mainly came down to Namecheap and Porkbun.

I moved some domains from Google to Namecheap and it went fairly easily except for one which was a total pain in the ass which required intervention from an online support specialist, and even then it sucked.

I moved some others to Porkbun and it was as smooth as glass. I moved the rest of my Google domains over and have started migrating my Name.com domains over there as well, due to it becoming so pricey.

Comment Re:Best of luck (Score 5, Insightful) 54

Locutus is primarily designed for decentralization, not anonymity - which will make it less suited to IP theft than various other technologies that are already pervasive, the same is true of a lot of the other "people you don't want to be your early adopters" that you mention. It's definitely a risk for systems like Freenet, but it's a manageable risk.

Comment Re:Nice to see Ian is still at it. (Score 5, Informative) 54

Not quite sure how reality will go for this project at least based on comments here so far

Most of the negative comments so far are from people who I doubt spent 20 seconds looking at our site, so I hope they don't color your judgement. Read through our user manual and form your own opinion.

Of course, the irony of using Youtube and Google Docs for the presentation kind of hurts.

Once there are viable alternatives on Freenet we'll use them.

I remember a few years back thinking how the promise of Freenet was so easy to achieve today between low power computers, cheap storage, and bandwidth... yet we are stuck with what we have.

I think the time is right, which is exactly why I'm doing what I'm doing :)

Slashdot Top Deals

It is impossible to travel faster than light, and certainly not desirable, as one's hat keeps blowing off. -- Woody Allen

Working...