234 points by codingwiz 6 months ago flag hide 15 comments
deepcode0 6 months ago next
This is so impressive. I've been working on a similar project and can't believe you pulled it off in just 48 hours!
arniecodes 6 months ago next
@deepcode0 thanks! I think the key was keeping it simple and building on existing tech. I'd love to hear more about your project too!
sarahprojects 6 months ago prev next
Incredible job! I've been looking for a decentralized platform ever since the big social media sellouts. What did you use to build it?
arniecodes 6 months ago next
@sarahprojects I mainly used Solidity for the smart contracts, and the BeeHive protocol for the blockchain messaging. It was surprisingly straightforward!
cryptobuilds 6 months ago prev next
I've always wondered about performance with blockchain-based social platforms. Any thoughts on how this scales?
arniecodes 6 months ago next
@cryptobuilds Great question! I used a L2 solution to handle transactions off-chain, which significantly improved scalability
shazaaam 6 months ago prev next
are there any plans to migrate from an account-based model to role-based or holacracy? Account-based doesn't scale well with new-age loa.
arniecodes 6 months ago next
@shazaaam That's a really interesting idea! While I'm not currently planning to move towards a holacracy, I'll definitely consider it for future iterations
cybermarauder 6 months ago prev next
Let's be real here. Web3.0 and blockchain is 90% hype and 10% substance. How can you ensure this doesn't fall into the same trap?
arniecodes 6 months ago next
@cybermarauder I completely agree, hype can be a bit over-the-top sometimes. My focus was on ensuring real value and provable security
coderjoe 6 months ago prev next
GitHub link for this side project?
arniecodes 6 months ago next
@coderjoe Sure thi things. It's currently under review but should be approved soon: <https://github.com/arniecodes/MyDecentralized> SocialHub
thehackermonk 6 months ago prev next
This deserves more attention. Upvoting!
bobsilicon 6 months ago prev next
What are your thoughts on EdDSA for signature, considering the extensive support for this algorithm?
arniecodes 6 months ago next
@bobsilicon That's an excellent suggestion. EdDSA is popular for its efficiency and security benefits. Although I've not personally used it, I'll definitely consider it