I run a few groups, like @fediversenews@venera.social, mostly on Friendica. It’s okay, but Friendica resembles Facebook Groups more than Reddit. I also like the moderation options that Lemmy has.
Currently, I’m testing jerboa, which is an Android client for Lemmy. It’s in alpha, has a few hiccups, but it’s coming along nicely.
Personally, I hope the #RedditMigration spurs adoption of more Fediverse server software. And I hope Mastodon users continue to interact with Lemmy and Kbin.
All that said, as a mod of a Reddit community (r/Sizz) I somewhat regret giving Reddit all that content. They have nerve charging so much for API access!
Hopefully, we can build a better version of social media that focuses on protocols, not platforms.
It’s looking great! I joined just 2 days ago and the communities I subscribed to are already looking much more lively today. Thanks, Reddit blackout!
Also written in Rust, btw :)
How do you know something is developed with Rust?
Don’t worry, the devs will tell you.
Weirdly enough the fact that it’s written in rust is why I am using it instead of kbin (PHP)
PHP!? They’re writing the shiny new thing in the joke language from r/ProgrammerHumor?
Exactly right?
To the average Redditor I guess its fine, but to me its unacceptable haha.
Repo link: https://github.com/ernestwisniewski/kbin
Rust is a very good language but is relatively new on the scene so it has to compete against other languages that fit the same niche(primarily C++) that have been around a lot longer.
Rust has been very popular for hobby projects for a while but it’s still pretty rare to see it for larger projects, and you still almost never see it for enterprise projects. So it’s cool seeing an app that uses it blow up.
While I lean more towards Go, I have found that any Rust project that actually reaches maturity tends to be amazingly well built.
It might be a side-effect of Rustaceans on average being good programmers, or maybe the language itself just lends itself to robust, high performance software. Who knows.