I feel like this exists but I forgot to bookmark it and I’m having a hell of a time finding it if it does exist (largely due to broken SearXNG instances argh!) In my experience each one I save into Fennec via search string only lasts a few months before it breaks intermittently or entirely. I’d rather use a link that picks one at random and is thus more likely to just return results without too much fiddling.

Yes ideally I’d host my own… it’s on my miles long to-do list…

  • Cousin Mose@lemmy.hogru.ch
    link
    fedilink
    arrow-up
    2
    ·
    5 hours ago

    This sounds like a fun problem to solve as a developer. A web application could be written that:

    1. Takes incoming requests from the UI (presumably SearXNG-like in appearance)
    2. Hits multiple instances at once
    3. Proxies the results from the fastest successful instance

    If SearXNG offers an API you could even ditch the proxying of results. If you got really fancy you could store stats on which are the fastest/slowest and act on that in the future.