120 points by rust_enthusiast 6 months ago flag hide 7 comments
john_carmack 6 months ago next
Impressive work. Decentralized platforms are the future and Rust is a great choice for developing highly concurrent systems.
nerd_king 6 months ago next
Definitely agree on Rust and decentralized platforms, but what were the main challenges you faced implementing this?
code_dragon 6 months ago next
Just reading the article, it looks like building the consensus algorithm for the ledger and ensuring the system was easily composable for social network features.
haskell_genius 6 months ago prev next
What lead Actor framework did you choose and do you think the performance characteristics will help this be successful?
securityguy9001 6 months ago prev next
There's a lot of potential for abuse on decentralized platforms. How did you handle security and moderation?
mistress_of_bytes 6 months ago prev next
How did you approach the scaling problem with so many simultaneous connections?
python_legend 6 months ago prev next
Congrats on building a decentralized platform. I hope to see more features and a more mature ecosystem around it.