Arthur T Knackerbracket has processed the following story:
In a surprising announcement, Sir Tim Berners-Lee, founder of the web, and Rosemary Leith, co-founder of the World Wide Web Foundation, revealed that the organization is ceasing operations. The decision comes after 16 years of advocating for a safe, trusted, open web.
However, Berners-Lee is not giving up on the Foundation's goals; instead, he's just redirected his efforts to the Solid Protocol. That said, some of the Foundation's original objectives have been achieved. These include:
- Expanding internet access: When the Foundation started in 2009, only 20% of the world had internet access. Now, nearly 70% of the global population is online.
- Advocating for affordable internet: The foundation set a benchmark called "1 for 2", which stated that 1GB of mobile data shouldn't cost over 2% of a person's average monthly income. Not only was this successful, but now the Alliance for Affordable Internet is advocating for "1 for 5", where the goal is for the cost of 5GB of broadband, both mobile and fixed, to be no more than 2% of someone's average monthly income by 2026.
- Promoting net neutrality: The foundation helped win victories for net neutrality in the EU, India, and the US.
Berners-Lee and Leith cited the dramatically changed landscape of internet access as a key factor in their decision. The Foundation's original mission has evolved with most of the world now online, at affordable prices, and numerous organizations now defending web users' rights.
From where they sit, the top threat to users' rights is dominant, centralized social media platforms, such as Facebook, X, and Reddit. This dominance has led to the commoditization of user data and a concentration of power that's contrary to Berners-Lee's original vision of the web.
[...] This shift aims to restore power and control of data to individuals and build powerful collaborative systems. So, what is the Solid Protocol?
It's a set of specifications and technologies designed to decentralize the web and give users more control over their personal data. It's built on top of existing web standards, such as HTTP, REST, WebID-TLS, and Web Access Control.
End users will keep their data in pods. These are secure personal web servers for storing your information, rather than Google, Meta, or X. This data will be kept in Linked Data formats, such as Resource Description Framework. Users will use WebID, a decentralized authentication and identification system to access data. You will enable other people to access or use your data via a variety of access control systems. In short, you will control your data and no one else.
Will enough people and groups support Berners-Lee's vision to make it viable? Or has the pendulum swung so much towards the corporate web that his vision will remain an unfulfilled dream? Stay tuned.
(Score: 3, Touché) by Nuke on Wednesday October 09, @12:15PM (2 children)
This is available already, it's called hosting.
(Score: 2) by JoeMerchant on Wednesday October 09, @01:51PM
Yeah, I've had my own hosted site on a .com TLD since 1997 - I'm going to guess less than 1% of the global internet using population would ever even think of doing such a thing for themselves, much less maintaining it in a secure fashion.
Hopefully, "Solid Protocol" makes doing that simpler, easier, more fool proof, and updates to address evolving threats in the landscape. Maybe it also re-orients website ownership from "serious business oriented people" to more of a personal thing, at more of a personal price point - like they have done for broadband access.
🌻🌻 [google.com]
(Score: 3, Informative) by VLM on Wednesday October 09, @06:58PM
https://solidproject.org/for-developers [solidproject.org]
https://communitysolidserver.github.io/CommunitySolidServer/latest/ [github.io]
https://docs.inrupt.com/developer-tools/java/client-libraries/introduction/ [inrupt.com]
It's quite a bit more elaborate and complicated. Has anyone here messed around with this SOLID stuff?
I would like to experiment with this, but I've been beyond swamped at work recently, which is both nice for the finances and bad for the hobbies.
I'm somewhat allergic to Java, like most healthy people, but I assume I could bind to this in Clojure using JVM interop, if my life needed more headaches in it.
The name for their project is awful, trying to search "SOLID" for Python or any language other than Java will merely find infinite OOP design commentary.