Decentralized Syndication – The Missing Internet Protocol
The article introduces RSDS, a new decentralized syndication protocol addressing limitations of RSS. It features domain names as IDs, simplified hosting, anti-spam measures, and user control over content and licensing.
Read original articleThe article discusses the need for a decentralized syndication protocol on the Internet, highlighting the limitations of existing systems like RSS. While the Internet was designed to be decentralized, the lack of a universal content discovery protocol has led to reliance on centralized platforms. RSS attempted to address this but fell short due to its dependence on individual aggregators and the eventual shutdown of popular services like Google Reader. The author introduces a new protocol called RSDS (Really Simple Decentralized Syndication), which aims to provide a more efficient and user-friendly decentralized content syndication system. Key features of RSDS include the use of domain names as decentralized IDs, a simplified hosting process, and mechanisms to prevent spam and bloat attacks. The protocol also emphasizes the importance of allowing users to delete content and specify licensing for their posts. By enabling easy hosting and content management, RSDS seeks to create a resilient and open alternative to current centralized social media platforms, fostering a truly decentralized content ecosystem.
- The Internet lacks a universal decentralized content discovery protocol.
- RSS was a step towards syndication but failed due to reliance on centralized aggregators.
- RSDS aims to provide a more efficient decentralized syndication system.
- Key features include domain names as IDs, easy content hosting, and anti-spam measures.
- RSDS allows for content deletion and licensing, promoting user control over their data.
https://theonion.com/sumerians-look-on-in-confusion-as-god-c...
I feel like the "one feed" approach of most social platform is not here to benefit users but to encourage doom-scrolling with FOMO. It would be a lot harder for them to get so much of users' time and tolerance for ads if it were actually organized. But it seems to me that there might not be that much work needed to turn an RSS reader into a very productive social platform for sharing news and articles.
In other words what is missing is rules, regulations and incentives that are adapted to the way people use the digital domain and enforce the decentralized exchange of digital information to stay within a consensus "desired" envelope.
Providing capabilities in code and network design is ofcourse a great enabler, but drifting into technosolutionism of the bitcoin type is a dead end. Society is not a static user of technical protocols. If left without matching social protocols any technical protocol will be exploited and fail.
The example of abusive hyperscale social media should be a warning: they emerged as a behavior, they were not specified anywhere in the underlying web design. Facebook is just one website after all. Tim Berners-Lee probably did not anticipate that one endpoint would succesfully fake being the entire universe.
The deeper question is, do we want the shape of digital networks to reflect the observed concentration or real current social and economic networks or do we want to use the leverage of this new techology to shape things in a different (hopefully better) direction?
The mess we are in today is not so much failure of technology as it is digital illiteracy, from the casual user all the way to the most influential legal and political roles.
They have hundreds of servers running today by volunteers, there is little cost of entry since even cellphones can be used as servers (nodes) to keep you private notes or keep the notes from people you follow.
There is now a file sharing service called "Blossom" which is decentralized in the same simple manner. I don't think I've seen there a way to specify custom domains, people can only use the public key for the moment to host simple web pages without a server behind.
Many of the topics in your page are matching with has been implemented there, it might be a good match for you to improve it further.
2. Proof of work time IDs as timestamps: This doesn't work. It's trivial to backdate posts just by picking an earlier ID. (I don't care about this topic personally but people are concerned about backdating not forward-dating.)
N. Decentralized instances should be able to host partial data: This is where I got lost. If everybody is hosting their own data, why is anything else needed?
- Propagation (via asynchronous notifications). Making it more like NNTP. Though perhaps that is not very different functionally from feed (RSS and Atom) aggregators: those just rely on pulling more than on pushing.
- A domain name per user. This can be problematic: you have to be a relatively tech-savvy person with a stable income and living in an accommodating enough country (no disconnection of financial systems, blocking of registrar websites, etc) to reliably maintain a personal domain name.
- Mandatory signatures. I would prefer OpenPGP over a fixed algorithm though: otherwise it lacks cryptographic agility, and reinvents parts of it (including key distribution). And perhaps to make that optional.
- Bitcoin blockchain.
I do not quite see how those help with decentralization, though propagation may help with discovery, which indeed tends to be problematic in decentralized and distributed systems. But that can be achieved with NNTP or aggregators. While the rest seems to hurt the "Simple" part of RSS.
but it came right at a time when the industry had kind of just stopped listening to that whole group, and it was built on multicast, which was a dying horse.
but if we had that facility as a widely implemented open standard, things would be much different and arguably much better today.
One area that is overlooked is commercialization. I believe, that the decentralized protocol needs to support some kind of paid subscription and/or micropayments.
WebMonetization ( https://webmonetization.org/docs/ ) is a good start, but they're not tackling the actual payment infrastructure setup.
The project's main differentiating factor seems to be not propagating the actual content to the nodes but instead save disk space by only distributing hashes of content.
However, having a "p2p" decentralized network of hashes doesn't solve the "discovery" problem. The blog lists the following bullet points of metadata but that's not enough to facilitate "content discovery":
>However it could be possible to build a scalable and fast decentralized infrastructure if instances only kept references to hosted content.
>Let’s define what could be the absolute minimum structure of decentralized content unit:
>- Reference to your content — a URL
>- User ID — A way to identify who posted the content (domain name)
>- Signature — A way to verify that the user is the actual owner
>- Content hash — A way to identify if content was changed after publishing
>- Post time — A way to know when the post was submitted to the platform
>It is not unreasonable to expect that all this information could fit into roughly 100 bytes.
Those minimal 5 fields of metadata (url+userid+sig+hash+time) are not enough to facilitate content discovery.
Content discovery of reducing the infinite internet down to a manageable subset requires a lot more metadata. That extra metadata requires scanning the actual content instead of the hashes. This extra metadata based on actual content (e.g. Google's "search index", Twitter's tweets & hashtags, etc) -- is one of the factors that acts as unescapable gravity pulling users towards centralization.
To the author, what algorithm did you have in mind for decentralized content discovery?
As far as I can tell it is stuck in some sort of inefficient prototype stage. which is unfortunate because I think it is one of the neatest most compelling parts of the whole project. it is very cool to be able build protocols with no central server.
Here is my prototype of a video streaming service built on it. I abandoned the idea mainly because I am a poor programmer and could never muster the enthusiasm to get it past the prototype stage. but the idea of a a video streaming service that was actually serverless sounded cool at the time
http://nl1.outband.net/fossil/ipfs_stream/file?name=ipfs_str...
> In RSDS protocol DID public key is hosted on each domain and everyone is free to verify all the posts that were submitted to a decentralized system by that user.
DNS seems far too easy to hijack for me to rely on it for any kind of verification. TLS works because the server which an A(AAA) record points to has to have the private key, meaning that you have to take control of that to impersonate the server. I don’t see a similar protection here.
Yeah, this won't work. Like at all. This idea has been tried over and over on various decentralized apps and the problem is as nodes go offline and online links quickly break...
No offense but this is a very half-assed post to gloss over what has been one of the basic problems in the space. It's a problem that inspired research in DHTs, various attempts at decentralized storage systems, and most recently -- we're getting some interesting hybrid approaches that seem like they will actually work.
>Domain names should be decentralized IDs (DIDs)
This is a hard problem by itself. All the decentralized name systems I've seen suck. People currently try use DHTs. I'm not sure that a DHT can provide reliability though and since the name is the root of the entire system it needs to be 100% reliable. In my own peer-to-peer work I side-step this problem entirely by having a fixed list of root servers. You don't have to try "decentralize" everything.
>Proof of work time IDs can be used as timestamps
Horribly inefficient for a social feed and orphans are going to screw you even more.
I think you've not thought about this very hard.
Only in decentralized systems. In centralized ones, fake timestamps down to the bit all over the motherfucking space. So, basically, quasi, ultimately, so to speak, time and order don't matter in centralized systems, only the Dachshund does.