TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DVCS-Autosync: A personal Dropbox replacement based on Git

46 pointsby jnollerabout 14 years ago

6 comments

hemancusoabout 14 years ago
Ever tried committing a 100meg file to a Git repository? It'll peg your CPU to 100% for 45 seconds. I like the idea, but Git isn't a great general blob-store for this kind of project.
评论 #2510458 未加载
评论 #2510551 未加载
评论 #2512534 未加载
flipbradabout 14 years ago
Also competing with a relatively new feature - integrated with recent releases of Ubuntu (the linux OS) - called Ubuntu One (<a href="https://one.ubuntu.com/" rel="nofollow">https://one.ubuntu.com/</a>)<p>a cursory search for patents in this area turned up all sorts. it's a horrific mess of overlapping remote file sync patents out there. Try this, for example: <a href="http://www.google.co.uk/patents/about?id=UTJ7AAAAEBAJ&#38;dq=remote+file+synchronization" rel="nofollow">http://www.google.co.uk/patents/about?id=UTJ7AAAAEBAJ&#38;dq...</a> or this: <a href="http://www.google.co.uk/patents?id=dlXPAAAAEBAJ" rel="nofollow">http://www.google.co.uk/patents?id=dlXPAAAAEBAJ</a><p>There are pages and pages of published patents/patent apps in this domain.<p>Will such infringement (stealing! piracy! theft!) be tolerated?
评论 #2511360 未加载
s_tecabout 14 years ago
SparkleShare does essentially the same thing. The GNOME guys developed it so their designers could collaborate in a more open-source friendly way. It's developed in Mono, and has Windows and Mac ports coming. Unlike DVCS-Autosync, it doesn't need a Jabber channel on the side.<p><a href="http://www.sparkleshare.org/" rel="nofollow">http://www.sparkleshare.org/</a>
评论 #2511763 未加载
pronoiacabout 14 years ago
A conversation about this from two weeks ago: <a href="http://news.ycombinator.com/item?id=2468422" rel="nofollow">http://news.ycombinator.com/item?id=2468422</a>
anticsabout 14 years ago
Ugh. Developing around git is a nightmare. libgit.a is not reentrant. It just calls die() whenever it's done or something goes wrong.
simonhampabout 14 years ago
Nice idea, but looking at that site for a minute then skipping back to HN made my eyes go funny... :D