this post was submitted on 07 Jun 2024
1007 points (98.9% liked)
Privacy
31954 readers
353 users here now
A place to discuss privacy and freedom in the digital world.
Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.
In this community everyone is welcome to post links and discuss topics related to privacy.
Some Rules
- Posting a link to a website containing tracking isn't great, if contents of the website are behind a paywall maybe copy them into the post
- Don't promote proprietary software
- Try to keep things on topic
- If you have a question, please try searching for previous discussions, maybe it has already been answered
- Reposts are fine, but should have at least a couple of weeks in between so that the post can reach a new audience
- Be nice :)
Related communities
Chat rooms
-
[Matrix/Element]Dead
much thanks to @gary_host_laptop for the logo design :)
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
This is the worst kind of misrepresentation of tech. Nothing you said is explicitly false, it sounds true in passing, but it sure is effectively false.
The amount of data you can actually store in any single node/transaction on a given blockchain is traditionally very small. Even most NFTs are not truly "on the chain" as in the image data fully stored in a node/element, it's instead a "smart contract" which just says X identity owns Y (with Y itself being stored elsewhere). There have been many many attempts at actually storing data on various chains and there hasn't been any successes significant enough to come even close to being able to store the classic 90's Space Jam website, let alone the fucking Internet Archive.
Beyond that, you absolutely can take down nodes in a chain, so to speak. Numerous major "heists" have been "rolled back" or had their nodes/transactions flagged to be ignored by marketplace admins.
You're right about NFTs. There's no reason to store the data on chain. Chain stores the metadata and pointers to the files (IPFS, torrent/magnet link whatever). Chain administers how many copies etc should exist and enforces those rules. Filecoin etc have already successfully done this.