this post was submitted on 13 Jun 2023
59 points (100.0% liked)

Technology

1928 readers
7 users here now

Rumors, happenings, and innovations in the technology sphere. If it's technological news, it probably belongs here.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

Google's results have been getting worse over time, but it seems like the last couple years, they've taken a steep nose-dive, completely overrun with crappy content farming.

I've mitigated a lot of that by doing searches for any kind of product comparison or technical question with "site:reddit.com", but now with the possibility that that trick will become less useful over time as well...?

Yeah. What search engines are other tech folks using?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 15 points 1 year ago* (last edited 1 year ago) (8 children)

I really like SearXNG for searching. It combines results from multiple search engines (that you define) and strips out advertisements. You can host your own SearXNG instance if you are in to self hosting, or you can use one of the many available public instances.

[–] jason 9 points 1 year ago (3 children)

SearXNG has come a long way. I self-host, and I consistently get more reliable results than when I use Google, and you can set it to replace something like twitter.com with nitter.net or reddit.com with teddit.net, so you can still visit those sites automatically on mobile (not sure, but that might be a self-host only thing).

[–] [email protected] 1 points 1 year ago (1 children)

Thanks for the tip! Just set up my docker container. How do you configure the hostname replacements? In the UI Preferences menu, there's just a toggle switch for "Hostname Replace", but nowhere to input a list of names.

[–] jason 1 points 1 year ago* (last edited 1 year ago)

Not sure if you can see this since beehaw defederated us, but just add/edit the following in your settings.yml file in the searxng folder. The following redirects only reddit & twitter:

enabled_plugins:
   - 'Hostname replace'

hostname_replace:
#   '(.*\.)?youtube\.com$': 'invidious.example.com'
#   '(.*\.)?youtu\.be$': 'invidious.example.com'
#   '(.*\.)?youtube-noocookie\.com$': 'yotter.example.com'
   '(.*\.)?reddit\.com$': 'teddit.net'
   '(.*\.)?redd\.it$': 'teddit.net'
   '(www\.)?twitter\.com$': 'nitter.net'
#   # to remove matching host names from result list, set value to false
#   'spam\.example\.com': false
   '(.*\.)?pinterest\.com': false
   '(.*\.)?instagram\.com': false
load more comments (1 replies)
load more comments (5 replies)