I’d like to start a thread for people to share what they’re using for search now that quality & relevance of results are in steep decline on all major search engines.
I’m doing this for selfish as well as altruistic reasons, mostly because my “stack” has gotten a lot less useful over the past year, because the search engines I use repackage Bing, whose ability to return relevant results at all seems to be cratering.
My (shitty and getting worse) solution:
- DuckDuckGo as default search engine mostly for bang commands, in my personal opinion DDG’s relevance has been shit for its entire existence
- StartPage as where I direct most of my general searches (by appending !sp on DDG)
- currently attempting to tune the Ublacklist extension to remove most of the clickbait results; this works, but it’s not easy to set up if you don’t use Google which seems to be the main search engine the developer tests with
The problem with this approach is that increasingly, Bing simply doesn’t return hits on topics I know should have plenty to choose from. Filters only solve the issue of too many hits, not too few.
BTW I tried Qwant, but their claim of having their own index seems to be bullshit, the results look like repackaged Bing to me. And, the UX is terrible in Firefox for Android.
I’d love to hear suggestions.
tl;dr pls share what you are doing for web search these days in order to work around the rapidly declining quality of major search engines
I also use Kagi. It has the option for AI but doesn’t shove it down your throat like other providers.
One feature I especially appreciate from Kagi are URL redirects. I can have it automatically replace parts of the URL from any search result. For example, I have YouTube results redirect to Invidious, and Reddit redirect to redlib, without me having to replace the domain myself
How are you doing this? I can’t get it to work. ^https://www.youtube.com/|https://www.invidious.io/ doesnt work for me and I can’t find what to put in for redlib
invidious.io isn’t actually an instance of invidious. If you replace your rule with “^https://www.youtube.com/|https://inv.nadeko.net/” (or any other instance: https://docs.invidious.io/instances/), then it should work. For Redlib, I replace www.reddit.com with reddit.nerdvpn.de (although reddit often blocks redlib instances from being able to access their content).
An easy way to see if services can be redirected like this is to open a link (such as a video on youtube.com) in your browser and replace it with another domain. If it pulls up the correct content on the new domain, then such a rule can work.
Neat. I’ll take a look and see how it works. Thanks