Konubinix' opinionated web of thoughts

Ipfs

Fleeting

A peer-to-peer file system where each node stores its own data and the network maintains a DHT to be able to ask the correct node when wanting the get the data.

Thus, wherever you are, you can get the data and ipfs will ask the dht about the node that possesses the data so as to get it for you.

It is that incredible that I eventually decide to organize all my static files with it, using org-roam.

Mutable File System

MFS acts as a single, dynamic filesystem mount. MFS has a root CID that is transparently updated when a change happens (and can be checked with “ipfs files stat /”).

ipfs files –help

Notes linking here