I run a few groups, like @[email protected], 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.

  • nii236
    link
    fedilink
    English
    41 year ago

    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.

    • @Bread
      link
      English
      11 year ago

      It is mostly the second part. To code in rust, you must rethink how you code. If it isn’t made properly, it just doesn’t work whatsoever. So if it works, it really works. It really isn’t an option to write error prone code.

      People that learn rust can often apply those principles it forces you to learn to other languages too.