Earlier quoted context omitted.
any type of profiling, opt-in or not, may be used to identify users
I mean, hacker news can probably also identify users based on which articles they click on, and how often they jump straight to the comments. I hope they don't. But a system such as I'm describing is probably the only one that can be entirely consistent with the two disparate requirements of fully anonymizing users, and being useful to both programmers and ophiologists studying different things called "python".
We can do better than DuckDuckGo
281–290 of 383 posts
Re: We can do better than DuckDuckGo
#282> ⇒ This article is also available on gemini.
Does anyone know what is gemini? I couldn't find relevant results in any of the search engines.
Re: We can do better than DuckDuckGo
#283> Crawling and indexing non-HTTP data sources (Gemini? Man pages? Linux distribution repositories?) > ⇒ This article is also available on gemini. Does anyone know what is gemini? I couldn't find relevant results in any of the search engines.
Re: We can do better than DuckDuckGo
#284> The search results suck Do they really though, for normal people that is?. Some of my searches today below, can't remember the exact terms I used. Mix of DDG and Google. 1) Walt Whitman, I wanted a basic overview of his work to satisfy some idle curiosity. DDG gave me his wikipedia page. Bingo 2) EAN-13 check digit. First result wikipedia telling me how to calculate it. I see it is simple and I have a long list in…
Now, even with quotes, I routinely get a whole first page of results where my terms are not included anywhere. Google generally respect the quotes.
Re: We can do better than DuckDuckGo
#285> The search results suck Do they really though, for normal people that is?. Some of my searches today below, can't remember the exact terms I used. Mix of DDG and Google. 1) Walt Whitman, I wanted a basic overview of his work to satisfy some idle curiosity. DDG gave me his wikipedia page. Bingo 2) EAN-13 check digit. First result wikipedia telling me how to calculate it. I see it is simple and I have a long list in…
I suspect that anyone who claims that Duckduckgo "Just works" only do english search. I usually do "english" / "mother tongue" searchs all day. Everytime, I need to remember to toggle the regional button otherwise I get attrocious results. Whereas google simply understand that if I'm searching using the english language it should prioritize english results while if I'm searching in another language it should prioriti…
Re: We can do better than DuckDuckGo
#286Why couldn't several coordinating specialized search engines share their data via something like "charge the downloader" S3 buckets? Then you get an org like StackExchange who could provide indexed data from their site and the algorithms to search the data the most efficiently, GitHub can do the same for their specific zone of speciality, Amazon, etc. Then anyone who wants to use the data can either copy it to their…
I think your idea has merit. Though it would require development of the "charge to download" S3 buckets and infrastructure to support payments. There is also an economic issue where you have to calculate the download cost to also cover storage costs.
Re: We can do better than DuckDuckGo
#287Re: We can do better than DuckDuckGo
#288The harder question is "who and why is going to pay for development?"
Open source means you can't sell ads, any sane person would search for a fork without ads.
Re: We can do better than DuckDuckGo
#289> The search results suck Do they really though, for normal people that is?. Some of my searches today below, can't remember the exact terms I used. Mix of DDG and Google. 1) Walt Whitman, I wanted a basic overview of his work to satisfy some idle curiosity. DDG gave me his wikipedia page. Bingo 2) EAN-13 check digit. First result wikipedia telling me how to calculate it. I see it is simple and I have a long list in…
I suspect that anyone who claims that Duckduckgo "Just works" only do english search. I usually do "english" / "mother tongue" searchs all day. Everytime, I need to remember to toggle the regional button otherwise I get attrocious results. Whereas google simply understand that if I'm searching using the english language it should prioritize english results while if I'm searching in another language it should prioriti…
Re: We can do better than DuckDuckGo
#290Earlier quoted context omitted.
> why build a search engine at all in this case? On a public scale, you could make an argument for tighter integration/better privacy with the lists. For example: Browser -----Request-to-SE-----> Search Engine ^ | | Unfiltered Results (In YAML/JSON) | | | V |--Desired Results------ Local Filtering/Rendering On a private scale, if you are only crawling sites on the allow list than you have the possibility of being abl…
Aside from this a big reason to build this is it seems a lot simpler than writing a giant web crawler ala google and thus is a good target for an open source solution. Which is the biggest problem with duck duck go.
I'm thinking about playing around with this in my spare time, but that part seems the hardest to do.