Some of the planned blackouts will be temporary, others plan to shut their subreddits down indefinitely in protest.

  • 🦊 OneFluffyBoi 🦊
    link
    fedilink
    2011 months ago

    @argv_minus_one Oh yeah, I remember when they promised that CSS support was coming… 7 years ago. As for redirecting people to the Fediverse, some of the apps like RedReader are openly considering it.

    https://www.reddit.com/r/RedReader/comments/13ylk42/update_3_reddit_effectively_kills_off_third_party/

    “Right now I’m considering the possibility of modifying the app to connect to a Reddit alternative such as Lemmy or Mastodon. There would be something very satisfying about some of the bigger Reddit apps driving their userbase to alternative sites too, and if this helped one of those platforms gain traction then that would be a step in the right direction.”

    Personally I think it wouldn’t be a bad idea if some of these app creators hosted their own Fediverse instance and sent all their users to it.

    • @[email protected]
      link
      fedilink
      29
      edit-2
      11 months ago

      Problem: millions of redditors currently use third-party Reddit apps. Abruptly sending millions of people to the Lemmy instance you just deployed is a sure-fire way to break it, and maybe bring down the whole federated network of Lemmy instances. Lemmy currently has issues scaling above a few hundred users, as Beehaw has recently discovered, let alone millions.

      Problem: Lemmy is a completely different protocol, and there’s less than a month left before all third-party Reddit apps become useless and everyone uninstalls them. That’s an exceedingly tight timetable and an exceedingly unforgiving deadline.

      That said, it’s now or never; death or glory. We’re not going to get another chance to bring over that many people to Lemmy all at once.

      • 🦊 OneFluffyBoi 🦊
        link
        fedilink
        1011 months ago

        @argv_minus_one Is that scaling problem a software issue, or a hosting issue? There are other Fediverse platforms like Akkoma that use Elixir, so maybe they’d fair better? Could also pick several federated instances to distribute users to.

        • @[email protected]
          link
          fedilink
          1811 months ago

          Lemmy is written in async Rust. The language isn’t going to create a scaling problem. Well-written async Rust applications have handled vastly heavier workloads than Lemmy without a hitch.

          There are, however, some serious performance bottlenecks that need to be dealt with, and it remains to be seen whether any more bottlenecks remain undiscovered in either the protocol or the implementation. To be honest, as someone working on a Rust+Postgres application myself, this is the sort of thing that keeps me up at night.

          Hosting can of course be an issue as well. I’m under the impression that Beehaw had to go up several tiers in its hosting plan in the last few days in response to the surge in demand. I assume this was done to work around the aforementioned bottlenecks by simply throwing more hardware at the problem, but I don’t know.