A warning and a perspective from an insider who has been through this before.

    • limelight79@lemm.ee
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      This made me wonder - what happens if my chosen Lemmy server goes down? Do I lose my account?

      Hopefully, some kind of account portability is possible or in consideration. Even if it’s a manual download of settings and subscriptions that could easily be uploaded to another instance.

    • parrot-party@kbin.social
      link
      fedilink
      arrow-up
      3
      ·
      2 years ago

      We just need Wikipedia style funding. If the server publishes their costs and fundraises, then people can support it directly. Instead of the stick and carrot of subscriptions or the rat race of ads, just be open and honest about server needs. If the users aren’t able to raise funds, then cut back to what’s affordable. Users will either deal with the reduced server capacity or they’ll need to pay up to continue enjoying it. This doesn’t need to be a free ride, but I trust the community will rally for a good service.

      • flatbield@beehaw.org
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        The counter is that there are federation costs too. For relatively balanced nodes that should not matter. But if you are a small instance with a lot of popular communities it might be a problem. Plus you will never get a large fraction of people contributing. So those that can will need to remember to give a solid contribution.

    • Nomecks@kbin.social
      link
      fedilink
      arrow-up
      2
      ·
      2 years ago

      The Fediverse seems like a good place to implement a distributed, block chain based peering setup. Join a community and share the hosting

        • grue@kbin.social
          link
          fedilink
          arrow-up
          1
          ·
          2 years ago

          Think less “Bitcoin” and more “Freenet.” IMO the point shouldn’t be to try to monetize stuff, it should be to decouple content from the instance it was posted on (i.e., to mirror popular content across instances to distribute the load) while still maintaining control and attribution for the user that posted it.

          • QHC@kbin.social
            link
            fedilink
            arrow-up
            4
            ·
            2 years ago

            But how does blockchain, as a technology, help with that? The Fediverse already has a mechanism for distributing content across multiple instances.

      • parrot-party@kbin.social
        link
        fedilink
        arrow-up
        6
        ·
        2 years ago

        That’s not going to work for web hosting. The only reason it works for crypto or folding is because each request takes minutes to run and there’s no time dependence on returning the result. Additionally, they don’t need much data and all data needed is dispersed with the task.

        Websites are completely different. Each individual request is tiny, taking milliseconds to process. Each request is very time dependant, you have a person literally waiting for the result. But the biggest issue is that what people really want is stuff from a database. So that database would need up grant full access to everyone, meaning anyone could change whatever they wanted. Lastly, that database would need to be hosted anyway so you’ve gained nothing.

        Don’t suggest tech solutions when you don’t have any idea what the problem or solution actually involves.