this post was submitted on 30 Jan 2025
22 points (92.3% liked)

Privacy

33164 readers
553 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
 

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

you are viewing a single comment's thread
view the rest of the comments
[–] undefined@lemmy.hogru.ch 3 points 1 day 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.