this post was submitted on 20 Nov 2023
1721 points (98.1% liked)

Programmer Humor

32000 readers
775 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 9 months ago (1 children)

The hilarious thing about blockchain is that the core concept is actively making the whole thing worse. The matrix protocol is sort of essentially blockchain without the decentralized ledger part, and it's so vastly superior in every single way.

NFTs just show how fundamentally dumb blockchains are, if you skip the decentralized ledger bit then you never need to invent NFT functionality in the first place..

[–] [email protected] 3 points 9 months ago (1 children)

is sort of essentially blockchain without the decentralized ledger part

So a [Merkle tree](http://www..com/ https://en.wikipedia.org/wiki/Merkle_tree)?

[–] [email protected] 1 points 9 months ago

i'm not sure whether matrix uses that, what i'm talking about is how it does the things everyone finds neat about blockchains without the inherent downsides like massive power usage and EVERYONE having to replicate the ENTIRE ledger.

i know IPFS uses merkle trees though, and hilariously blockchains largely rely on that to actually store any significantly sized data.