Ask HN: What should I do with this project (HandyFind)?
I developed some software that improves on how you find text in documents, see http://www.youtube.com/watch?v=Zizoaped950. It's a major usability improvement and I expected someone like Microsoft, Apple, Mozilla, or Google to have done something similar by now. (I released the first version 5 years ago. Apple did it to some extent when they started animating the display of found text, but that’s only a small piece of it.)
1) Is there any way I could make money off this?
2) If not, is there any easy way I could get a big player to "steal" the idea to benefit users (with very little work on my part)?
I started the project for fun but now I want to create a viable startup and I’ve stopped working on it. But it would be nice if I could do something with it.
17 comments
[ 2.9 ms ] story [ 41.7 ms ] threadThe video needs to be redone with better enunciation and a presentation volume as if speaking to room not a pillow mate. I am somewhat hard of hearing in one ear and it took me three tries to get the above URL.
It looks to be worth investigating as a site search tool.
Edit: URL corrected
http://handykeys.com/v3 - download the beta version shown in the video.
Sorry about the sound and thanks for the feedback. I knew it sucked but it was going to come down to that or nothing.
Besides the fact that the keys/gestures for 'next/prev' and 'repeat' are a little different, what part of HandyFind isn't matched in these browsers?
That makes the matches about as prominent as your colorful pop-up bubble display.
But there's nothing really new in incremental searching (emacs has had it for years and years, firefox search works in a similar fashion). I suppose the main thing is the cross-application support.
I don't personally think you could make much money out of it.
I'm not sure who would "steal" it either. This kind of searching (as opposed to indexing) is per-application really. An OS-level "search any text interactively" feature might confuse users.
Personally, I see the video and I think it's useful enough that I would pay $4.99 provided a trial worked well and that I knew it worked with Vista/Windows7/etc.
Perhaps I'm not alone?
Edit: I'd love if you made a Firefox extension for this. I like your approach better than most approaches.
On Vista, I had to run HandyFind as an admin to get it to see Notepad properly, it seems.
Simple question to frame the inquiry: What's the advantage of your technology over control/command F and control/command G? The answer to that probably has hints as to a possible audience.
--
I've been hacking on a basic javascript-based regex highlighter (MIT license) that could be incorporated into a similar web technology, if you were so inclined. Check out http://www.jacobrothstein.com/highlightRegex/demonstration.h... for a demo and http://github.com/jbr/jQuery.highlightRegex for the code. Enjoy!