I guess it'd be this entire website (visual amazon search): http://bigbooksearch.com/ Reason for failure? Google doesn't index search results...
Ask HN: What's the best feature you've built that no one uses?
91–99 of 99 posts
Re: Ask HN: What's the best feature you've built that no one uses?
#92At the risk of being contrary to the spirit of the thread: if no one uses it it's probably not a very good feature.
Re: Ask HN: What's the best feature you've built that no one uses?
#93Earlier quoted context omitted.
Emacs already comes with functions for that. pop-global-mark (C-x C-SPC) moves you around a global mark stack, and C-u set-mark-command (C-u C-SPC) does this locally in a buffer. (I use this hundreds of times a day.) The bookmark package (go to "Bookmarks" in the Emacs info pages) give you persistent bookmarks, with a fairly nice interface. I've written stuff in elisp only to find that it already existed in Emacs, to…
I had looked at global mark (pop-global-mark), local mark, and Bookmark but i didn't like their behaviors. Global mark (or local mark) doesn't work on buffers that have been killed. When I jump back to a quick bookmark, I want its file loaded back into memory if its buffer has been killed. Global mark doesn't work consistently. It seems to only remember the last mark set in a buffer, so it has an one mark per buffer…
Then again, even when implementing something that (it turns out) already exists, solving the problems that come up along the way almost always teaches one something.
And with Emacs extensions, even if you're the only one who finds it useful, it's still useful. :)
Re: Ask HN: What's the best feature you've built that no one uses?
#94The site http://www.soundsabitlike.com probably it's not visible enough on Google or it's just me who finds song similarities interesting :)
Re: Ask HN: What's the best feature you've built that no one uses?
#95Earlier quoted context omitted.
Have you thought about integrating these similar features into Chrome via a plugin? Would be fairly good to be able to search Wikipedia by typing w: in the URL bar.
You can already do this in Chrome. For example, I hit ' to search Wikipedia and hit ; to I'm Feeling Lucky Google. Preferences -> Basics -> Manage (Next to Default Search)
Re: Ask HN: What's the best feature you've built that no one uses?
#96Re: Ask HN: What's the best feature you've built that no one uses?
#97Re: Ask HN: What's the best feature you've built that no one uses?
#98Re: Ask HN: What's the best feature you've built that no one uses?
#99We spent months on an in depth analytics tool for our users. Most of them don't have an idea what the data means. It's over their heads, so we missed the mark audience wise.
I've encountered this numerous times with charting data for others. I find a great top level view of some key data, but it flies over their head and it never gets used. This is probably our failure, not theirs. We can't expect our audiences to understand something the way we understand it.