···99 - To set the rules which govern users of their instance.
1010 - To set the rules which govern who they federate with.
1111- It encourages fractal [[governance]] (e.g: communist at family level, liberal at state level, ...)
1212+ - Users can choose servers based on trust, privacy policies, and community standards, which can enhance security and user control over data.
1313+- [The network needs a way to preserve content when a node goes down (probably using content-addressed storage)](https://dustycloud.org/blog/how-decentralized-is-bluesky/).
+5-3
IPFS.md
···44 - Files are automatically deduplicated.
55 - [It chunks, hashes and organizes blobs in a smart way](https://docs.google.com/presentation/d/1Gx8vSqrWZ7X-3SCgITXqQdinZQeXIAA7ITqL25SsPN8/edit#slide=id.g741b4d76cd_0_13).
66- Once something is added, it can't be changed anymore.
77-- IPFS supports versioning using commits.
88-- Keeping files available is a challenge. If the nodes storing a file go down, it'll disappear from the network. Filecoin can help with this adding incentives to the equation.
99-- IPFS makes some nice properties the default. E.g: content addressing.
77+- At the heart of everything, is the concept of content identifiers (CIDs).
88+ - A CID isn't just a hash of a file—it's a combination of the hash, metadata about how the content is hashed, details about encoding, and instructions for interpreting the data.
99+ - They provide Portability and Openness.
1010+- Keeping files available is a challenge. If the nodes storing a file go down, it'll disappear from the network.
1111+ - Filecoin idea was to help with this adding incentives to the equation.
10121113## [IPLD](https://ipld.io/)
1214