184927950
submission
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.
180987216
submission
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.
170985903
submission
Sanity writes:
Freenet, a familiar name to Slashdot readers for over 23 years, has undergone a radical transformation: Freenet 2023, or "Locutus". While the original Freenet was like a decentralized hard drive, the new Freenet is like a full decentralized computer, allowing the creation of entirely decentralized services like messaging, group chat, search, social networking, among others. The new Freenet is implemented in Rust and designed for efficiency, flexibility, and transparency to the end user.
30250531
submission
Sanity writes:
LastCalc is a cross between Google Calculator, a spreadsheet, and a powerful functional programming language, all with a robust and flexible heuristic parser. It even let's you write functions that pull in data from elsewhere on the web. It's all wrapped up in a JQuery-based user interface that does as-you-type syntax highlighting.
Today, LastCalc's creator Ian Clarke (Freenet, Revver) has announced that LastCalc will be open sourced under the GNU Affero General Public License "to accelerate development, spread the workload, and hopefully foster a vibrant volunteer community around the project".