Live data from Hacker News

Show HN: Treev – Search Bar for Dropbox, Box, Google Drive, and Trello (Chrome)

treev.co

1–10 of 11 posts

Re: Show HN: Treev – Search Bar for Dropbox, Box, Google Drive, and Trello (Chrome)

#2
looks great!

setup was slick, but I think it might be better if you had a full page view of connecting your various accounts and showing the status of your accounts. The small modal area felt too squished.

I'm also surprised at how fast the indexing went, great job on that. I'll report back with search quality...

Re: Show HN: Treev – Search Bar for Dropbox, Box, Google Drive, and Trello (Chrome)

#5
I can't tell from the description if the indexing is local or in the cloud. If cloud, then it's perhaps pretty similar to what Greplin/Cue was. (and involves giving another company all your data for their cloud...though it also means it's possible to later use on mobile)

Re: Show HN: Treev – Search Bar for Dropbox, Box, Google Drive, and Trello (Chrome)

#8
post #5

I can't tell from the description if the indexing is local or in the cloud. If cloud, then it's perhaps pretty similar to what Greplin/Cue was. (and involves giving another company all your data for their cloud...though it also means it's possible to later use on mobile)

How large can the indexing data be? I really doubt it's larger than a couple of MB.

Zero Knowledge is a perfect fit for this scenario (due to the concerns you outlined), store the data encrypted on the server and decrypt it with some personal key (most likely the password - not great security but Better Than Nothing™). The trick is how to patch the data without decrypting it each time (or exposing the keys) - although for such small datasets even that wouldn't be _that_ painful. (Except you'd perhaps need to save the patch client side until the data is processed and the server acknowledges getting it, otherwise you risk losing data on sudden disconnects.)

I work on a Zero Knowledge PGP email service, I think about stuff like this a lot.

Post reply on HN