Earlier quoted context omitted.
DDG logs very litte information...so while NSA can subpoena DDG, there's no data to get. Developers should read "Playing chicken with cat.jpg" [1] which was a response from cperciva [2] to the 37 Signals privacy blunder. It was discussed quite a bit on HN [3] and for me it was a perspective-changing read on privacy. [1] http://www.daemonology.net/blog/2012-01-19-playing-chicken-w... [2] https://news.ycombinator.com/u…
Why bother asking DDG itself when traffic can be intercepted and logged at their ISP?
DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
31–40 of 128 posts
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#32Google's strategy is to profit from advertising. It fundamentally benefits from knowing as much about its users as possible. Every tactic it has will always support that strategy or it will risk failure. You can tell its strategy motivates it toward evil (its term, not mine), because its slogan is "Don't be evil." It chose that slogan because it risks being evil, in its own terms. It doesn't need a slogan like "Don't…
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#33Earlier quoted context omitted.
If I recall correctly, DDG claims not to keep a record of your searches, so a subpoena would not provide anyone with much information.
Yep, exactly. Now, this makes me wonder: What could be an equivalent implementation for e-mails. An e-mail host that encourages immediate download, totally deletes e-mail contents, deletes logs of any sort, etc. when you delete messages?
That would be POP3.
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#34Earlier quoted context omitted.
If I recall correctly, DDG claims not to keep a record of your searches, so a subpoena would not provide anyone with much information.
Yep, exactly. Now, this makes me wonder: What could be an equivalent implementation for e-mails. An e-mail host that encourages immediate download, totally deletes e-mail contents, deletes logs of any sort, etc. when you delete messages?
And we also need distributed search engines (https://en.wikipedia.org/wiki/Distributed_search_engine).
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#35I hope people are aware of the fact that DDG does not have its own index and is using Bing under the hood.
[1] http://help.duckduckgo.com/customer/portal/articles/216399-s...
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#36Earlier quoted context omitted.
You are correct, I was drawing the wrong conclusions from how the HTTP headers are sent. It doesn't affect how much info the ISP gets. However, POST parameters are somewhat more secure, since less info about your query is cached by your browser: http://stackoverflow.com/questions/198462/is-either-get-or-p...
POST parameters also usually won't show up in logs, unlike GET parameters.
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#37Too bad the actual search results are not relevant at all. I tried searching for something and I switched back to Google in the end.
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#38Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#39Google's strategy is to profit from advertising. It fundamentally benefits from knowing as much about its users as possible. Every tactic it has will always support that strategy or it will risk failure. You can tell its strategy motivates it toward evil (its term, not mine), because its slogan is "Don't be evil." It chose that slogan because it risks being evil, in its own terms. It doesn't need a slogan like "Don't…
Isn't DuckDuckGo's strategy to profit from advertising? Does that mean it will inevitably become "evil"?
Re: DuckDuckGo Sees Record Traffic After NSA PRISM Scandal
#40They run a tor exit enclave which is really, really, cool; there is a blog post about it here: http://www.gabrielweinberg.com/blog/2010/08/duckduckgo-now-o... One motivation for switching: they have lots of "gadgets" like Google, and will take suggestions and/or apparently let you develop new ones. Here is a cool example: https://duckduckgo.com/goodies#Programming/crontab_0_0______... Another useful feature: https://…
Overall the use of enclaves is not advised for these two main reasons:
- They will not be supported in future versions of Tor (> 0.2.3.x)
- They do not fit any particular threat model
[1]: https://trac.torproject.org/projects/tor/wiki/doc/ExitEnclav...