Is it just me or are many independent search engines down? Duckduckgo, my go to engine, qwant, ecosia, startpage… All down? The only hint I got was on the qwant page…

Edit: it all seems to be related to bing being down. I hope the independent engines will find a way to get really independent…

  • muntedcrocodile
    link
    fedilink
    English
    arrow-up
    64
    arrow-down
    2
    ·
    25 days ago

    Its about time we make a federated search engine and indexer

    • HootinNHollerin@lemmy.world
      link
      fedilink
      arrow-up
      36
      arrow-down
      1
      ·
      25 days ago

      Isn’t that searx / searxng?

      SearXNG is a fork from the well-known searx metasearch engine which was inspired by the Seeks project. It provides basic privacy by mixing your queries with searches on other platforms without storing search data. SearXNG can be added to your browser’s search bar; moreover, it can be set as the default search engine.

      SearXNG appreciates your concern regarding logs, so take the code from the SearXNG sources and run it yourself!

      Add your instance to this list of public instances to help other people reclaim their privacy and make the internet freer. The more decentralized the internet is, the more freedom we have!

      • muntedcrocodile
        link
        fedilink
        English
        arrow-up
        4
        ·
        edit-2
        24 days ago

        Looks interesting why have i never heard of this. Are there any websites that rank search engines to get some concrete metrics? I had a look at what people have been saying about it seems it has poor search results unfortubatly.

          • muntedcrocodile
            link
            fedilink
            English
            arrow-up
            2
            ·
            23 days ago

            Thats what im currently using but its a meta search engine and still relies on everyone else’s proprietary crap.

    • WhatAmLemmy@lemmy.world
      link
      fedilink
      English
      arrow-up
      12
      ·
      edit-2
      25 days ago

      I was thinking about this and imagined the federated servers handling the index db, search algorithms, and search requests, but instead leverage each users browser/compute to do the actual web crawling/scraping/indexing; the server simply performing CRUD operations on the processed data from clients to index db. This approach would target the core reason why search engines fail (cost of scraping and processing billions of sites), reduce the costs to host a search server, and spread the expense across the user base.

      It also may have the added benefit of hindering surveillance capitalism due to a sea of junk queries from every client, especially if it were making crawler requests from the same browser (obviously needs to be isolated from the users own data, extensions, queries, etc). The federated servers would also probably need to operate as lighthouses that orchestrate the domains and IP ranges to crawl, and efficiently distribute the workload to client machines.

      • muntedcrocodile
        link
        fedilink
        English
        arrow-up
        4
        ·
        24 days ago

        Shit man thats exactly the kind of implementation i was thinking about. Had the idea for a couple years now but now that the fediverse is starting to gain traction i think it’s probably about time some code gets written. Unfortunatly due to CORS u cant just start serving people a js script that starts indexing in the background.

      • intensely_human
        link
        fedilink
        arrow-up
        2
        ·
        24 days ago

        The theory with crawling is it has discovery built into it, no? You follow outbound links and discover domains that way. So you need some seeds, but otherwise you discover based on what other people already know about.

        To me the problem seems like a few submarines in a cave. They can each see a little bit of what’s around them, and then they can share maps. Like the minimum knowledge of the internet is one’s own explorations. As one browses the web, their sensors are storing everything they see. It also actively searches with other agents, automatically crawls on its own like active sensors on a submarine always mapping out the environment.

        Then, in the presence of other friendly subs, you can trade information. So one’s own personal and small map of the internet can get merged and mixed with others to get a more and more complete version.

        Obviously this can be automated and batched, but that’s sort of the analogy I see in the real world: multiple parties exploring an unknown/changing space and sharing their data to make a map.

    • Icr8tdThis4ccToWarn@lemmy.ml
      link
      fedilink
      arrow-up
      7
      arrow-down
      1
      ·
      25 days ago

      I’ve also thought about this, but I don’t know what would be the costs to do such a thing. (I’m ignorant on the subject)