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

  • flatbield
    link
    fedilink
    51 year ago

    The biggest issue is who pays for the server infrastructure at scale.

    • @limelight79@lemm.ee
      link
      fedilink
      41 year 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.

      • DM_Gold
        link
        fedilink
        51 year ago

        As of right now, yes your account would go poof. Mastodon currently has a way to migrate servers, but it hasn’t been implemented in Lemmy yet. I’m sure at some point it will become available, but if you are worried about all your posts I’d make local backups for now.

        • @limelight79@lemm.ee
          link
          fedilink
          51 year ago

          Thanks. I’m not really worried about my comments, nothing I’m saying is that useful long term. It’s more the list of subscriptions, that would be a headache to recreate.

      • @Wizard@lemmy.dustybeer.com
        link
        fedilink
        21 year ago

        I had to reinstall my local instance, and wasn’t able to import my old database. That meant I had to go re-subscribe to everything and even worse, nothing on my account will actually federate. Comments I make on the “main” admin account won’t federate anywhere, because the instances see that “old” user with the same name, but exchange is different.

        So I had to create this second account, and use this to comment on things with. It’s a pain, but hopefully it gets better. Even if it’s just being able to export my subscriptions so I don’t have to try to find them all again.

    • parrot-party
      link
      fedilink
      31 year 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.

      • DM_Gold
        link
        fedilink
        21 year ago

        A lot of server owners do this already. The instance I’m on for example does this and also disclosed that they would donate any “proceeds” to the development of Lemmy. So they are only paying for upkeep costs.

    • Nomecks
      link
      fedilink
      01 year ago

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

      • QHC
        link
        fedilink
        81 year ago

        OMG why do tech bros try to force blockchain into everything

        • grue
          link
          fedilink
          01 year 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
            link
            fedilink
            31 year 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
        link
        fedilink
        31 year 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.