DuckDuckGo Terminal Interface
21–30 of 83 posts
Re: DuckDuckGo Terminal Interface
#22Re: DuckDuckGo Terminal Interface
#23I can't seem to search for "kubernetes" or "kubernetes linux"; with or without quotes.
Re: DuckDuckGo Terminal Interface
#24So I'm sure this is cool to programmers, but this feels like if DDG wants to go towards popular use it should be going in the opposite direction, yeah? I guess this probably wasn't much work (maybe even an internal hackathon project) but still feels like DDG isn't really headings towards popular adoption and I'm curious what their internal focus is.
Re: DuckDuckGo Terminal Interface
#25Fedback (see #1) from my use on Firefox 70 on Mac OS Catalina 1. Feedback isn't being sent anywhere (looking at the network requests.) 2. Searching for sum or difference of numbers (eg. 2-1) returns [Object]. 3. Typing / or ' invokes the browser's quick find option 4. I can never search for the letter M (or m, or 'm' inside quotes) because it always gives "-- End of search results." instead of the search results. 5.…
Re: DuckDuckGo Terminal Interface
#26So I'm sure this is cool to programmers, but this feels like if DDG wants to go towards popular use it should be going in the opposite direction, yeah? I guess this probably wasn't much work (maybe even an internal hackathon project) but still feels like DDG isn't really headings towards popular adoption and I'm curious what their internal focus is.
I've been using it full time for a bit longer than two years. In the beginning I think I had to use "g!" to search on google maybe 1 / 5 times, now I really only search on google maybe once a month and when I do I often don't find any better results. It's really come a long way from the first time I tried using it 5 or 6 years ago.
At this point it's good enough that I think I could recommend someone else switch to it without needing to change their search habits.
Re: DuckDuckGo Terminal Interface
#27This could be an excellent way to convert those who enjoy the command line (including me). I get awfully sick of google's garbage, "We've detected automated traffic from your systems." I don't scrape stuff, but if I did, so what? This is worse on things like tor or if I can't use JS. Why can't I just type in a query and get back a result? Now, please make this an actual CLI. I want to type `search "performant c hash…
Re: DuckDuckGo Terminal Interface
#28So I'm sure this is cool to programmers, but this feels like if DDG wants to go towards popular use it should be going in the opposite direction, yeah? I guess this probably wasn't much work (maybe even an internal hackathon project) but still feels like DDG isn't really headings towards popular adoption and I'm curious what their internal focus is.
DDG has so much momentum behind it now I dont understand why they dont do all they can to create a search engine all their own(bulk up search engineers.. bulk up on venture funding...make acquisition that improve its search, etc). One that is as good or better then Google. I so want to be able to keep recommending it yet not have to hear friends/family say its not as good as Google.
Re: DuckDuckGo Terminal Interface
#29So I'm sure this is cool to programmers, but this feels like if DDG wants to go towards popular use it should be going in the opposite direction, yeah? I guess this probably wasn't much work (maybe even an internal hackathon project) but still feels like DDG isn't really headings towards popular adoption and I'm curious what their internal focus is.
As to DDG vs. Search, maybe this is a bit programmer leaning; however, I'd say that was some of the draw that got Firefox and Chrome to own the web browser market. They presented products that developers and techies enjoyed using and always kept them (initially) in their vision. I recall telling my parents they needed to switch from IE to Chrome because "it was just better" a decade ago. So, while this brutalistic terminal version of DDG only caters to a niche market, it's the same niche market that ends up spreading why it's the "better" product.
Re: DuckDuckGo Terminal Interface
#30I think this is hitting a caching/prefetch layer and not actually querying the main index.
My theory:
- this was a hackathon/weekend/20%(ish) project...
- ...using JSON for simplicity...
- ...said JSON endpoint needs to be exposed in a straightforward way...
- ...without implementing authentication/obfuscation (which would have blown the allotted time budget)...
- ...and so the decision was made to "break" the results in some way instead, so that once you realize https://duckduckgo.com/?q=test&o=json is EXTREMELY easy to parse, it's of no value.