Skip to content

Commit

Permalink
Merge branch 'main' of github.com:davidgasquez/handbook
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Nov 22, 2024
2 parents b4f1332 + 4254963 commit 9d9813f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Federated Networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
- To set the rules which govern users of their instance.
- To set the rules which govern who they federate with.
- It encourages fractal [[governance]] (e.g: communist at family level, liberal at state level, ...)
- Users can choose servers based on trust, privacy policies, and community standards, which can enhance security and user control over data.
- [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/).
8 changes: 5 additions & 3 deletions IPFS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
- Files are automatically deduplicated.
- [It chunks, hashes and organizes blobs in a smart way](https://docs.google.com/presentation/d/1Gx8vSqrWZ7X-3SCgITXqQdinZQeXIAA7ITqL25SsPN8/edit#slide=id.g741b4d76cd_0_13).
- Once something is added, it can't be changed anymore.
- IPFS supports versioning using commits.
- 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.
- IPFS makes some nice properties the default. E.g: content addressing.
- At the heart of everything, is the concept of content identifiers (CIDs).
- 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.
- They provide Portability and Openness.
- Keeping files available is a challenge. If the nodes storing a file go down, it'll disappear from the network.
- Filecoin idea was to help with this adding incentives to the equation.

## [IPLD](https://ipld.io/)

Expand Down

0 comments on commit 9d9813f

Please sign in to comment.