<div dir="ltr"><div>Good work, Doug.  That's probably the best analysis of the current state of things that I've ever seen.  Thanks for that.</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jun 18, 2022 at 8:31 AM Doug Moen <<a href="mailto:doug@moens.org">doug@moens.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Matrix and IRC are decentralized chat rooms.<br>
Mastodon is decentralized Twitter.<br>
Diaspora is decentralized Facebook.<br>
Peertube is decentralized YouTube.<br>
There are a bunch more.<br>
<br>
All the programs I just mentioned use a type of decentralization called Federation. There is a client-server architecture, but you can choose a server, or run your own. For example, in Matrix or IRC,  multiple servers can participate in a single chat room. In Mastodon, you can follow people on your own server, or on other servers.<br>
<br>
The universe of federated social media services is called the Fediverse.<br>
<br>
Other architectures for decentralization: peer to peer, and Blockchain.<br>
<br>
IPFS is a peer to peer alternative to HTTP. Internally, it's like a mashup of BitTorrent and git. Files are identified by hashes and are downloaded from the nearest peer rather than a centralized server.<br>
<br>
A Merkle Tree is a data structure used by many decentralized systems, including Blockchain, Git, IPFS, Matrix. It is essentially a tree of hashes.<br>
<br>
A Blockchain is a decentralized, publicly viewable, append-only database or ledger. It doesn't have to be used for cryptocurrency, you can store anything in a blockchain. Like NFTs. NFTs were originally intended to be decentralized Patreon, where you can donate to an artist and have a Blockchain record of your donation. Then NFTs were co-opted by grifters, who created a market for NFTs, based on the false claim that you were "buying" an artwork. Actually you are buying a character string containing a URL that points to an art work. If the URL stops working, maybe your NFT becomes worthless.<br>
<br>
On Sat, Jun 18, 2022, at 1:10 AM, Chris Frey wrote:<br>
> On Fri, Jun 17, 2022 at 10:41:25PM -0400, Doug Moen wrote:<br>
>> Matrix is real time chat, like a modern version of IRC. Conversations take<br>
>> place in specific "rooms".<br>
>> <br>
>> Mastodon is decentralized twitter. You are broadcasting short messages to all<br>
>> of the people who follow your message stream.<br>
><br>
> I think Matrix is also supposed to be decentralized too, if<br>
> I understand correctly.<br>
><br>
> - Chris<br>
><br>
><br>
> _______________________________________________<br>
> kwlug-disc mailing list<br>
> <a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
> <a href="https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
<br>
_______________________________________________<br>
kwlug-disc mailing list<br>
<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a><br>
<a href="https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org" rel="noreferrer" target="_blank">https://kwlug.org/mailman/listinfo/kwlug-disc_kwlug.org</a><br>
</blockquote></div>