“I found it very weird that there essentially is no way to browse the web in an open manner. So that’s what I am trying to build,” the founder of Stract said.

  •  Big P   ( @peter@feddit.uk ) 
    link
    fedilink
    English
    245 months ago

    What are the actual reasonable outcomes here:

    1. The search engine becomes successful and requires monetization to pay for the hosting/indexing costs
    2. The search engine does not become successful and the ever increasing cost of indexing the entire internet forces monetization or shut down
    3. You self host your own version, in which case you need to start indexing yourself (see problem #2)
    • I think what would be interesting is to get everyone who self hosts this do part of the indexing. As in, find some way to split the indexing over self-hosted instances running this search engine. Then make sure “the internet” is divided somewhat reasonably. Kind of what crypto does, but instead producing the indexes instead of nothing.

        • There areways to get around this. Give every indexing job to multiple nodes, decide the result by majority vote between those nodes and penalize (i.e. exclude) nodes that repeatedly produce results that don’t match the majority. Basically what distributed research has done for decades.

          Getting the details of such a system right wouldn’t be easy but far from impossible.