I started using DDG a long time ago when it first came out. I asked for a few stickers to add at my IT department, but I got a good bunch instead. There are now random DDG stickers in various cities around southern Ontario.
The next version of DuckDuckGo
121–130 of 331 posts
Re: The next version of DuckDuckGo
#122If you are using DuckDuckGo for privacy reasons, I strongly suggest you use https://startpage.com/ instead. DuckDuckGo isn't much better than Google; both of them hijack your links. This gives an opportunity to track what you click on. If you watch carefully your links go to "r.duckduckgo.com" -- this page also doesn't use SSL. For example: http://r.duckduckgo.com/l/?kh=-1&uddg=https%3A%2F%2Fen.wikip... StartPage doe…
r.duckduckgo.com is actually there for privacy, to remove HTTP referers. See: https://duck.co/help/results/rduckduckgocom
Those two combined offer better privacy as no website can know what you were searching for and only secure websites know you came from DuckDuckGo. This setup doesn't give DuckDuckGo a chance to track what I'm clicking on.
Re: The next version of DuckDuckGo
#123Re: The next version of DuckDuckGo
#124If you are using DuckDuckGo for privacy reasons, I strongly suggest you use https://startpage.com/ instead. DuckDuckGo isn't much better than Google; both of them hijack your links. This gives an opportunity to track what you click on. If you watch carefully your links go to "r.duckduckgo.com" -- this page also doesn't use SSL. For example: http://r.duckduckgo.com/l/?kh=-1&uddg=https%3A%2F%2Fen.wikip... StartPage doe…
> StartPage doesn't hijack links, it (optionally) uses POST and you never send a referer header so traffic looks organic ... and looks like MSN Search results from 2006. Not just ugly and cluttered, which I don't mind too much, but dysfunctional too: no keyboard navigation between results nor editing the search query without using the mouse to focus the box. That is an immediate no-go for me.
Re: The next version of DuckDuckGo
#125Re: The next version of DuckDuckGo
#126Re: The next version of DuckDuckGo
#127Earlier quoted context omitted.
I'm using Firefox. I see a lot of r.duckduckgo.com entries in my history. Edit: I can't replicate in Chrome or Safari but if I change my user-agent in Safari, it begins hijacking my URLs. The JavaScript is obfuscated so it's hard to tell if it's actually checking for Firefox or not. The function it calls is DDG.get_http_redirect
You can read more about that here: https://duck.co/blog/https-on-by-default It has no privacy impact since we do not store or collect personal information.
But the redirection is done over plain HTTP and not HTTPS. If you don't have a wildcard certificate, you could use /r?url=... instead of a subdomain.
Ideally, the best setup would be to use the "noreferrer" attribute on anchor tags. It's a relatively new standard but perhaps you could detect if it's supported and then use that rather than a redirector?
https://www.webkit.org/blog/907/webkit-nightlies-support-htm...
Re: The next version of DuckDuckGo
#128DDG has been my primary search engine for nearly 2 years. I love you guys for both your service and your mission. You've struggled in the past with local searches and map inferences to non-address searches (think "Godwin Park Houston"). I threw those at next.ddg and the result back were very good. I don't see having to !g a query for these in future. I'll edit as I use the beta in the next few days but first impressi…
Re: The next version of DuckDuckGo
#129I use DuckDuckGo as my primary search engine and have had a positive experience using it. This redesign incorporates two of the worst design trends today: very low contrast text and gratuitously, obnoxiously large fixed headers. I dislike fixed headers on any non-phone/tablet UI because almost all laptop and desktop screens are widescreen. Fixed position elements on the sides of the screen make much more sense, altho…
A practical application for fixed headers is retaining access to search fields on pages with infinite scrolling (which is why they're doing it here). Otherwise, you might be ten pages deep and then have to scroll all the back up to search again. With this, search is accessible at all times.
Re: The next version of DuckDuckGo
#130I use DuckDuckGo as my primary search engine and have had a positive experience using it. This redesign incorporates two of the worst design trends today: very low contrast text and gratuitously, obnoxiously large fixed headers. I dislike fixed headers on any non-phone/tablet UI because almost all laptop and desktop screens are widescreen. Fixed position elements on the sides of the screen make much more sense, altho…
Thanks for the feedback! Our current version also has a fixed header, and that can be turned off in the settings, which we plan to make work in this next version as well. Noted on contrast. We will look into it more -- that's exactly the kind of feedback we were hoping to get.