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.

        • CanadaPlus@lemmy.sdf.org
          link
          fedilink
          English
          arrow-up
          3
          ·
          edit-2
          1 year ago

          Fast because it’s pointer-based like C/C++, but better because it’s memory safe, which means it won’t crash, leak or mysteriously overwrite it’s own data constantly.

          • Danacus@lemmy.vanoverloop.xyz
            link
            fedilink
            English
            arrow-up
            3
            ·
            1 year ago

            I’d say that it’s fast because it’s compiled to machine code and doesn’t use garbage collection. But I see what you mean with “pointer-based”.

    • bhj 🦥@lemmy.one
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      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.

      • Ragoo@feddit.de
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        It should be noted that while Rust is rarely used, some very big players are pushing it. E.g. last year Microsoft Azure’s CEO tweeted that “it’s time to halt starting any new projects in C/C++ and use Rust for those scenarios where a non-GC language is required”, Windows contains some Rust code now and the Linux kernel also supports Rust in addition to C since December.

      • pimeys@lemmy.nauk.io
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I’ve written a bit less than half a million lines of Rust now and worked mainly with it in the last three companies in the past seven years. It works really well for large projects with many contributors.