1. Use distributed, federated services like Lemmy, mastodon etc.
  2. Support the hosts with our own funds.
  3. Moderate our own communities.

The second point is the most important. Reddit happened because they are a corporate entity seeking profit. Let’s own our social media platforms by actively contributing funds to them.

  • douglasg14b@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    edit-2
    1 year ago

    Can we?

    For real, can we assist with hosting using our own servers as distributed nodes? I have business fiber and plenty of dedicated compute just hanging around. I’d happily host nodes to assist with stability, redundancy, and general compute/networking.

    • darthfabulous42069@lemmy.world
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      You literally can just download the Lemmy program and install it on any computer you want to use as a server. I used to run Mastodon servers a few years ago, and it’s not without its hurdles, but with some Linux knowledge and a little bit of server admin knowhow, you absolutely could.

      You’d need a computer you’re gonna use as a server, put Linux on it, then install NginX or Apache on it, then Lemmy, then set everything up and get a domain name to attach to the computer’s IP. Question mark, profit. It might be a bit of an oversimplification, but with some research and work, it can be done.

      • douglasg14b@lemmy.world
        link
        fedilink
        English
        arrow-up
        0
        ·
        1 year ago

        I mean to contribute distributed resources to existing instances. Not so much make new ones. Assuming Lemmy has a protocol for distributed resources built on something like the raft consensus algorithm.

        I’m mobile ATM, so not at home, trying to learn as I go. The goal being by the time I’m home I’ll know enough to provision resources if such a concept is a thing.

        I have a whole cluster at home with business internet, so plenty of ready to go resources 🤔

        • tburkhol@lemmy.world
          link
          fedilink
          English
          arrow-up
          0
          ·
          1 year ago

          Lemmy isn’t distributed like that. Each instance does its own user and community management with local storage and processing. The community content - posts and comments - gets distributed to any other instance that asks for it, and that instance then presents it to its users. The result is that the content is replicated & distributed across many instances, and the load of presenting that content to users is shared.

          So, running your own instance, where you’re the only user, will cause that instance to fetch whatever communities you’ve subscribed to via API. That probably reduces, slightly, the load on those servers, but it’s not going to be a huge effect.

          Running your own instance and getting a dozen or a hundred friends to use it instead of lemmy.world or feddit.de, on the other hand…

          • douglasg14b@lemmy.world
            link
            fedilink
            English
            arrow-up
            0
            arrow-down
            1
            ·
            edit-2
            1 year ago

            Ah gotcha.

            Isn’t that a hard barrier/limit to scale then (as well as support)? Would it even be possible to run say a 5 million user Lemmy instance with a single write postgres DB (I assume compute can be load balanced, you can utilize CDNs for media content, can heavily cache the API, and that it supports read replicas?)

            Nevermind 10, 30, or 50 million user communities 🤔

            Though at that point you’re essentially just lighting your bank account on fire for infra costs.