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

      • 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.

      • doesn’t have to be blockchain based, but there should be some sort of incentive for people to take up the burden of hosting (and moderating, I guess) like blockchains have for people to run nodes, or instances will start shutting down eventually when the people who were footing the bill get tired of it. Or maybe I’m wrong and instances will survive on donations and goodwill of their moderators. I’m not sure how that’d work if communities get really big though

    • 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.