This can be addressed. Protocols not platforms™. However, these protocols need to have spam mitigation mechanisms built it. We need "RPoW" tokens deployed ubiquitously.
Spam is the reason. Phone numbers are a costly resource to spammers. Having them permanently banned from Discord after spamming is a way to keep spam down quite a lot.
I've been working on this exact problem for years, and have solved it differently. If anyone is interested, here's the draft whitepaper on my solution: https://www.stampchat.io/whitepaper.pdf
Not quite sure what's wrong but the FAQ on your site doesn't expand when you click the questions. Debugger says `__webpack_require__` is undefined. (no adblock or scriptblock)
C++'s compile times are caused by design issues. Dlang compiles nearly instantaneously (for example). Lack of modules, and abiguities in the syntax are roughly what causes it.
I've already built a fully working prototype of all of this, and am looking for funding to complete it. It also supports a number of other things such as pay-to-mail that have been talked about for years.
Tipping is to incentivize personalized, special, service. The proliferation of it is because people forgot what it's for. Don't tip when you're a fungible customer.
My first floor flooded on NYE. I'm not looking forward to Wednesday -- will likely flood again. Going to be a lot of $$$ to repair and fix the drainage.
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.)
> I think they're spot on with needing control over your identity, and them being transferable.
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.
Yup. The UX is going to be tricky. In the system I'm building there's a shared-everything KV store that your client publishes to similar to their system. I've got a system worked out for recovering your account in a decentralized way if a trojan exposes your key. However, I think there will be a need for services that help with this.
No offense, but I think all of these federation protocols are a massive waste of time. Everything is building on top of the existing. At the end of the day, nation states still control the links.
Also lack of free speech isn't the problem with Twitter, nor do federated services solve it (control over your identity is meaningless if noone will let you distribute your content). The problem with Twitter/social media is that it amplifies all of the negative aspects of social power.
Moving that to a federated protocol won't make the environment less toxic. There won't suddenly be less misinformation (on one side) or less censorship (on the other). Social media is rotten at its core and just shouldn't have a place in polite society.
The fact that Twitter is so popular/necessary among journalists is a feature -- the profession moved from working class to being a tool/playground of billionaires decades ago and the combination of publications and social media is how they enforce their worldview on masses. The most social-media savvy journalists (e.g. Carlos Maza, Taylor Lorenz, etc) come from ultra-wealthy families.
Jack Dorsey either fundamentally misunderstands that or is complicit and doesn't care.
If people really want "internet freedom", then we're going to have to fully embrace balkanization and be prepared to run completely parallel networks with separate root DNS and compelling content to make people use it. It's a pipe dream.
Agree with you. However, Stamp is federated only for encrypted direct messages. The twitter-ish feeds are shared everything, and anyone can spin up a node. Anyone can post anything. Good luck taking it down from all the nodes.
That's the reason for the RPoW tokens, otherwise the platform would collapse from spam/DDoS.
Also, where you accept your DMs can move relatively quickly with the way the system is designed.