Live data from Hacker News

All DuckDuckGo bang operators on one page

mosermichael.github.io

131–140 of 140 posts

Re: All DuckDuckGo bang operators on one page

#131
post #61

Earlier quoted context omitted.

This is niche, but honestly I search for a lot of magic cards. I get a lot of use out of `!mtg`

That's a good example where I get zero results if I misspell the search term: https://scryfall.com/search?q=black%20lotuss Whereas I Google or Duck for "mtg black lotuss" I'll almost certainly get the correct results. I feel like I'd just get frustrated with the much worse text parsing of each site's search field. Although it is interesting that this "Scryfall" site that owns "!mtg" isn't on the first SERP for Google…

You're right, but everytime I'm searching for magic cards I want to see them in scryfall. It gives you so much more information about the card that I'm okay with having to fix a typo

Being able to see price, reprints, legality, etc is great

Also, the best part about scryfall is it's searching paramaters. If I want to see the most expensive red creature cards currently legal in standard, I can do `!mtg color:r sort:usd legal:standard type:creature` and it's right there

It's made building decks so much easier for me with these easy text searches, as someone who loves being able to do things with a keyboard rather than selecting these parameters using a mouse on something like Gatherer

https://scryfall.com/docs/syntax

Re: All DuckDuckGo bang operators on one page

#132
post #61

Earlier quoted context omitted.

This is niche, but honestly I search for a lot of magic cards. I get a lot of use out of `!mtg`

That's a good example where I get zero results if I misspell the search term: https://scryfall.com/search?q=black%20lotuss Whereas I Google or Duck for "mtg black lotuss" I'll almost certainly get the correct results. I feel like I'd just get frustrated with the much worse text parsing of each site's search field. Although it is interesting that this "Scryfall" site that owns "!mtg" isn't on the first SERP for Google…

The low ranking of Scryfall results is actually why I search this way. Couldn't agree with stnmtn more.

Re: All DuckDuckGo bang operators on one page

#133

Earlier quoted context omitted.

I just realized I need this for myself and quickly cooked up a solution using tridactyl, ddgr, and jq that fits perfectly in my workflow. Everything is reduced to just typing `:cp ` without moving to a new tab or losing flow. The entire function is basically this (requires Tridactyl native messenger). command cp js -p tri.native.run('cd ~ && ddgr --json -n 1 ' +JS_ARG + '| jq -r ".[0].url" | xclip -sel clip') [1] htt…

This kind of thing makes me uneasy, and is an example of why I don't enjoy the web platform for applications. In this case, we have Firefox, which has built-in integration for DDG, as well as lots and lots of capability for querying and processing JSON. And on top of that, we are adding a command that drops to the command line to make a series of command calls to different programs for sending and extracting a search…

I'm sure it can be made simpler, I just wanted to create a quick hack with the tools I'm already familiar with.

Re: All DuckDuckGo bang operators on one page

#135

I love the concept of bang operators, but sadly my usage is limited to: - `!g` if I can't find what I am looking for and am ready for a different angle. - `!` + another letter than g, typed my mistake. This results in an annoying search on the wrong site (e.g., Flickr) or even more random. This must puzzle anyone analyzing search logs on Flickr. Why are users searching for obscure Python error messages?!

I've developed muscle memory for `g! ` even on mobile. I started using DuckDuckGo in an attempt to unGoogle my life, but I'm starting to realise that DDG won't do as a google replacement. It displays annoying ads with no clear way to disable them and the quality of search results is significantly worse.

Same. I have to control myself not to include that !g on every query. Manageable, but makes it too easy to relapse.

Re: All DuckDuckGo bang operators on one page

#136
post #103

Earlier quoted context omitted.

Didn't know about Tridactyl, thanks! This is a really cool extension!

It's the best Vim emulation addon I've seen so far, and God knows I used almost all of them.

Hey. I have long been wanted to know from someone who has used both Tridactyl and Surfingkeys. On the surface level it seems like they have a larger set of features, but maybe almost all of those can be done in Tridactyl as well. Can you please tell me how these two compare?

https://github.com/brookhong/Surfingkeys

Re: All DuckDuckGo bang operators on one page

#137
post #103

Earlier quoted context omitted.

It's the best Vim emulation addon I've seen so far, and God knows I used almost all of them.

Hey. I have long been wanted to know from someone who has used both Tridactyl and Surfingkeys. On the surface level it seems like they have a larger set of features, but maybe almost all of those can be done in Tridactyl as well. Can you please tell me how these two compare? https://github.com/brookhong/Surfingkeys

Surfingkeys is great, but the real killer feature of Tridactyl for me is the hint mode, more details here https://news.ycombinator.com/item?id=24637041

Re: All DuckDuckGo bang operators on one page

#138
post #11

How many bangs do you really remember ? Bangs are cool but i don't think one can remember many bangs. This site is also very good. But, it's unfortunately not much use to me as i would directly search the term with 'site:' during the time i would take to search for specific bang. Also, if i wanted to search specific site, i would add it in search engines of my browser.

I love the !sr bang. For example, "!sr apple" takes me to Reddit's Apple subreddit.

Re: All DuckDuckGo bang operators on one page

#139
post #62

Earlier quoted context omitted.

Personally I use !yt (YouTube), !py3 (Python 3 docs), and !w (Wikipedia) very often, and !g (Google) sometimes.

These, plus !gm and !gi (for Googles Maps, and Images respectively) feature often in my use.

!m is Google Maps as well.

Re: All DuckDuckGo bang operators on one page

#140
post #16

I much prefer Firefox's "keyword" favourites. For example, I have a "cpp ..." search that automatically searched cppreference, another one "cmake ..." that searches CMake's documentation, and so on and so forth

Main advantage of DDG bangs is they work everywhere, especially if you can set your default browser.

In an on-location training on a laptop provided by the training company? Set search engine to DDG, type "!w election fraud" and you're on Wikipedia.

So it's sort of the Firefox keyword feature, in the cloud, but with a little less control.

Post reply on HN