this post was submitted on 16 Oct 2024
6 points (87.5% liked)
Decentralization
146 readers
1 users here now
All things and everything about decentralization: news, announcements, proposals, and discussions about decentralized apps, protocols and communities.
- decentralized web (dweb)
- peer-to-peer (P2P)
- file-sharing (e.g., BitTorrent, IPFS, and Gnutella)
- self-hosting
- federation (e.g., ActivityPub/Fediverse and Bluesky)
- federated apps (e.g., Mastodon, Lemmy, and Pixelfed)
- cryptocurrencies (e.g., Bitcoin and Ethereum)
Rules
- Be polite and follow the rules of our instance lemmy.world.
- "Follow a general principle of robustness: be conservative in what you do, be liberal in what you accept from others."
- With respect to peer-to-peer and file-sharing technologies, refrain from posting illegal content (piracy) or links to it.
- With respect to cryptocurrencies, refrain from
- posting initial coin offerings (ICOs) and giveaways
- posting referral and promo links/codes
founded 2 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Okay, so first of all, Tenfingers is wildly different compared to IPFS or say Filecoin, it's another underlying paradigm.
There are no "hashes", the nodes are trust-less, and everything is encrypted.
Which means that if you have the link to a data, you can retrieve it, and decrypt it. If you don't have the link you cannot do either.
The link is not a hash like in IPFS but a small collection of information, like how to connect to the nodes, encryption key etc.
So, in order:
If you have a bot net, you don't need tenfingers to control it. But sure, you could I guess, like you could control a lamp with it. A normal web server can do the same thing ofc.
Yes you can use the data for communications, that is actually the idea behind the protocol. You can have a web page that "communicates" with other people for example, by you updating it when you want to communicate something. You can even share links to other webpages shared with tenfingers, and they can link back to you.
I hope that explains it, but just to be a bit more precise, there are no hashes, instead the IP:ports are used (several if you overshare) so that the link only knows exactly who to call (and that's all secured so you can't just randomly try to get random data).
Hope it helps, it is a quite different system, so please say if there is something unclear!