Re: [nodejs] Foundit - Open Source Chrome Extension for Bookmark Management

2012-10-05 Thread Nick Thompson
Hi Ribao, Great! I'm glad you like it! There's actually nothing that you should be worried about in terms of privacy - the inverted index is stored with HTML5's localStorage. The server is only used to build the inverted index, it then sends it back to the client, and forgets everything else. I

Re: [nodejs] Foundit - Open Source Chrome Extension for Bookmark Management

2012-10-05 Thread ribao wei
Hi Nick, Thanks for this wonderful extension. It provides the missing functionality that I have always wished browser can have. However, I have a concern about the privacy, since it stores the inverted index on remote server. Have you consider making it store the index locally? -Ribao Wei On Fr

Re: [nodejs] Foundit - Open Source Chrome Extension for Bookmark Management

2012-10-05 Thread Nick Thompson
Johnny: Awesome! Glad you're interested! Sotonin: To the best of my knowledge, Chrome doesn't handle your bookmarks the same way that this extension does. Foundit doesn't try to provide any sort of synchronizing solution; it acts on your browser's local set of bookmarks (whether they're synced

Re: [nodejs] Foundit - Open Source Chrome Extension for Bookmark Management

2012-10-05 Thread shawn wilson
Well, if I'm reading the description correctly, chrome doesn't search the contents of the page afaik - just the url and title. On Oct 5, 2012 4:00 PM, "Kevin Holland" wrote: > Doesn't google chrome sync do exactly that? > > Sent from my iPhone > > On Oct 4, 2012, at 9:42 PM, Setiaji Kurniawan >

Re: [nodejs] Foundit - Open Source Chrome Extension for Bookmark Management

2012-10-05 Thread Kevin Holland
Doesn't google chrome sync do exactly that? Sent from my iPhone On Oct 4, 2012, at 9:42 PM, Setiaji Kurniawan wrote: > Hi Nick, > > This project come to me as in the right time. As i work in 2 different place, > so i got to save each bookmarks every time i make changes. Long ago there is >

Re: [nodejs] Foundit - Open Source Chrome Extension for Bookmark Management

2012-10-04 Thread Setiaji Kurniawan
Hi Nick, This project come to me as in the right time. As i work in 2 different place, so i got to save each bookmarks every time i make changes. Long ago there is delicious site, save bookmarks in their cloud. Ill try your tools... On Fri, Oct 5, 2012 at 12:34 AM, Nick Thompson wrote: > He

[nodejs] Foundit - Open Source Chrome Extension for Bookmark Management

2012-10-04 Thread Nick Thompson
Hey all! I just built a chrome extension that scrapes and indexes your bookmarks so you can search them later by the content of your saved pages rather than by the url or title of the bookmark you saved it under. It's a pretty simple idea, and I'm not trying to shamelessly promote it; it's