guissou
guissou.bsky.social
guissou
@guissou.bsky.social
Same experience here. Owned both and completely agree.
October 2, 2025 at 11:35 AM
I recommend using Swiss Topo for planning hikes in Switzerland
June 30, 2025 at 10:55 AM
DHT identifiers are bytes anyway. The different RPCs give context and disambiguate the identifiers 👍️
May 9, 2023 at 9:13 AM
@expede.wtf what do you mean by "update CIDs"?If you want to use a generic libp2p DHT (without IPFS), you could just define a new RPC ("feature"), accepting CIDs as input. This sub-DHT would be totally isolated from IPFS (no common "feature"), but you could still use IPFS bootstrapers to join.
May 5, 2023 at 6:41 AM
There is an ongoing discussion about creating a more stable and reliable sub-DHT https://github.com/ipfs/specs/issues/404
github.com
May 5, 2023 at 6:34 AM
The Composable DHT won't make nodes more stable, but not less stable either. Stability depends on the stability of the evaluated "feature". However, if you need very reliable network, with long lived peers, you would be able to add a new "feature" creating a sub-DHT of very stable nodes.
May 5, 2023 at 6:33 AM
I can only agree with @jorropo.net
May 5, 2023 at 6:29 AM
It is opening new doors, and we still need to explore what it can enable. For instance, we could even make IPv4 and IPv6 "features", to allow all nodes to discover all peers they can connect to, and to allow content providers to advertise for both IPv4 and IPv6 clients.
May 5, 2023 at 6:26 AM
We can imagine that each libp2p protocol can be seen as a distinct "feature". It would make it easier to discover, and talk only with nodes speaking your libp2p protocol
May 5, 2023 at 6:22 AM
DHT "Protocols" represent sets of DHT "features" that a specific application is using. E.g the IPFS DHT "Protocol" is made up of the IPFS Provider Records, IPNS, and Hole Punching "features".
May 5, 2023 at 6:18 AM
You can think of a "feature" like a RPC that is not essential for vanilla Kademalia to work, but useful to your application. E.g IPFS Provider Records can be seen as a "feature", because storing and serving IPFS data shouldn't be a requirement for all DHT nodes.
May 5, 2023 at 6:16 AM
Link to the IPFS Thing 2023 recording on the Composable DHT https://www.youtube.com/watch?v=OHrtv1jz2Jc
www.youtube.com
May 5, 2023 at 6:10 AM