Testing Sync at Dropbox
dropbox.tech
Testing Sync at Dropbox
1–10 of 26 posts
Re: Testing Sync at Dropbox
#2Re: Testing Sync at Dropbox
#3hey all, author of the previous post ( https://news.ycombinator.com/item?id=22595782 ) here, and I'm happy to answer any questions about the system! I think the author isaac is here too.
Re: Testing Sync at Dropbox
#4Re: Testing Sync at Dropbox
#5hey all, author of the previous post ( https://news.ycombinator.com/item?id=22595782 ) here, and I'm happy to answer any questions about the system! I think the author isaac is here too.
Re: Testing Sync at Dropbox
#6What platforms do you test in “native” mode? What hardware backs it?
Re: Testing Sync at Dropbox
#7Interesting, I learned this technique of having a third, synchronization intermediary with offlineimap and this helpful blog post: http://blog.ezyang.com/2012/08/how-offlineimap-works/
Re: Testing Sync at Dropbox
#8hey all, author of the previous post ( https://news.ycombinator.com/item?id=22595782 ) here, and I'm happy to answer any questions about the system! I think the author isaac is here too.
Like, if both Alice and Bob has changed somefile.txt, but Alice has added a few lines in the beginning, and Bob a few lines at the end (i.e. something that would "git merge" cleanly), will the sync engine merge that into one file?
I'm very curious about what thoughts you guys had on this issue, because I can see arguments for both sides.
Re: Testing Sync at Dropbox
#9hey all, author of the previous post ( https://news.ycombinator.com/item?id=22595782 ) here, and I'm happy to answer any questions about the system! I think the author isaac is here too.
How smart is the sync engine's "merge" system? Can it cleverly merge files, or if it sees a single file that has diverged, does it just create a conflict copy and let the user sort it out? Like, if both Alice and Bob has changed somefile.txt, but Alice has added a few lines in the beginning, and Bob a few lines at the end (i.e. something that would "git merge" cleanly), will the sync engine merge that into one file?…
The file object model wouldn't work for merging Word documents and such
Re: Testing Sync at Dropbox
#10hey all, author of the previous post ( https://news.ycombinator.com/item?id=22595782 ) here, and I'm happy to answer any questions about the system! I think the author isaac is here too.
Why is that? Google Drive doesn't seem to need to struggle that much.