16
Web 3.0 is basically a webring
(infosec.pub)
A "Showerthought" is a simple term used to describe the thoughts that pop into your head while you're doing everyday things like taking a shower, driving, or just daydreaming. The most popular seem to be lighthearted clever little truths, hidden in daily life.
Here are some examples to inspire your own showerthoughts:
If you made it this far, showerthoughts is accepting new mods. This community is generally tame so its not a lot of work, but having a few more mods would help reports get addressed a little sooner.
Whats it like to be a mod? Reports just show up as messages in your Lemmy inbox, and if a different mod has already addressed the report, the message goes away and you never worry about it.
The point about decentralization is absolutely the fediverse, however my shower thought is basically the second point, where the hyped technology known as blockchain really is only something old called linked lists, which basically is an object holding a reference to the next object in a chain (linked list) or a reference to the previous and next objects in the chain (double linked list). This is essentially how webrings worked.
It's a little more than a linked list; it also has a cryptographically verifiable hash of the block contents, based on the hash of the previous block. That's what makes it a verifiable ledger.
One of the main reasons to use linked lists is O(1) insertions and deletions; the point of a blockchain is to foil such insertions and deletions.