Click here to log in
Click here to log in
Home
Popular
Search
Rank
Users
About

Thought



Main Conversations Thoughts Quotes
 
Hidden User July 19, 2018, 3:50 p.m.
  • 0
  • 0
  • 1
 
I had this idea one night for creating a decentralized search engine.
It would pull data from other search engines (through proxies or from a single server, so no personal user data is involved) and then re-display it to the user.

The next additional thought I had was to make it into a 'roll your own' search engine, so users could then deploy their search engine on their own server to have further control of the traffic as you obviously cant trust shit like duckduckgo (fishy)

Then you could mesh stuff together to further mix up results. Additional scripts like having a tool that also searches random shit to further obfuscate searches and their source (there is already browser plugin that makes calls to tons of websites while your browsing to achieve this result. same idea)

and i thought this was dope right.
turns out its been done https://searx.me/about
Why use searx?

searx may not offer you as personalised results as Google, but it doesn't generate a profile about you
searx doesn't care about what you search for, never shares anything with a third party, and it can't be used to compromise you
searx is free software, the code is 100% open and you can help to make it better. See more on github

If you do care about privacy, want to be a conscious user, or otherwise believe in digital freedom, make searx your default search engine or run it on your own server
Technical details - How does it work?

Searx is a metasearch engine, inspired by the seeks project.
It provides basic privacy by mixing your queries with searches on other platforms without storing search data. Queries are made using a POST request on every browser (except chrome*). Therefore they show up in neither our logs, nor your url history. In case of Chrome* users there is an exception, searx uses the search bar to perform GET requests.
Searx can be added to your browser's search bar; moreover, it can be set as the default search engine.


I GUESS IT WAS A GOOD IDEA
Comments