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 Green Energy (Score -1, Troll) 120

I work for an electric utility. The politicians are forcing green energy, which doesn't work. Shutting down coal fired plants eliminates the base load energy production, and wind and solar are unreliable. So as we are forced to get rid of our base-load generation, and if the wind ain't blowing (or its blowing too hard) or the sun goes behind the clouds, we must purchase that electricity somewhere, and that excess capacity is getting scarce. It's a supply & demand issue. That's it.

Comment Apple Pascal on ProDOS (Score 1) 50

Good question. I have no idea how difficult that would be. It would depend on how well-factored the disk access routines are from the other OS routines. You *can* reserve part of a Profile hard disk as a Pascal volume using a tool that comes with Apple Pasca, but I don't know if that's a file on a ProDOS volum, or how it works.

The MS-DOS p-system did apparently interoperable with the FAT filesystem, so it's possibly do-able?

Comment Re:awesome (Score 3, Insightful) 50

Why in the world would you want a new interpreter for the Apple II? The one that exists is fine. And yes - people *have* done this before, mostly rather a long time ago. Building another version of the same thing isn't a bad thing, especially if it comes along with better documentation of the internals, in a way that's accessible to a modern audience.

Unsurprisingly, the 25-year-old project you refer to doesn't build on my system. And neither does the version Peter Miller updated way back in 2010. It's probably worth revisiting projects like this every decade or so.

Submission + - A Blast From The Past: The UCSD p-System and Apple Pascal

mbessey writes: As we're coming up on the 50th anniversary of the first release of UCSD Pascal, I thought it would be interesting to poke around in it a bit, and work on some tools to bring this "portable operating system" back to life on modern hardware, in a modern language (Rust).

The series is ongoing, but it starts here:
https://markbessey.blog/2025/0...

Slashdot Top Deals

Time is the most valuable thing a man can spend. -- Theophrastus

Working...