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

Privacy

33164 readers
821 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...

top 4 comments
sorted by: hot top controversial new old
[–] 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.

[–] krolden@lemmy.ml 4 points 1 day ago
[–] Far@lemmy.ml 3 points 1 day ago* (last edited 1 day ago)

You can also add farside.link/ before the search URL and it will direct you to a random searxng instance. Also using it on some sites like youtube will redirect you to a privacy respecting front-end alternative.

[–] janus2@lemmy.zip 8 points 1 day ago* (last edited 1 day ago)

Edit: Found one!!
https://thesearxng.vercel.app/search?q=%25s

Drawback is it doesn't seem to support adding settings at the end of the string (e.g. &category_general=on&language=en-US&theme=simple)