|
|
|
|
|
by micropresident
1329 days ago
|
|
This is a step in the right direction. Federated protocols that aren't moderated or controlled by private organizations is critical for free speech -- but I wonder how moderation will be handled on systems like this... It seems inevitable that it will still centralize around hubs which are efficient at keeping spam off, and that inevitably leads to other types of censorship. I think they're spot on with needing control over your identity, and them being transferable. Being locked into <username>@host.com is a big pitfall of email. I've been working on a similar federated protocol awhile which integrates Hal Finney's RPoW concept. Moderation isn't federated which is where it diverges from things like mastodon and bluesky. Instead, you're paid in messaging tokens by the sender to keep spam off the platform. Tokens are free, assuming you don't need mass amounts of them to spam. I'm hoping to find some other engineers that might be interested to help work on it. Can contact me Stamp at lotus_16PSJPAVocAM5behRWxqwQnpEVRPJrV4XxbthBhJR. (Human readable handles using DIDs are something we need to get working.) https://web.stampchat.io |
|
I guess this means you need to store some sort of key that can be used to create a persistent id across servers. Which is great. But we need an explicit mechanism to avoid people having to trust a centralized authority to store that key. Storing on their own devices is going to inevitably result in people losing that key.
I don't know if secret sharing can ever be dumbed down and simplified that the average non-tech person can use without getting confused.