Git is no good for binaries. And SparkleShare is dead. The proper alternative is SyncThing https://syncthing.net/ I have it on my home and work laptops, a NAS and a VPS and it just works brilliantly.
Awww, dammit. Why did I never hear of this before? I just spent like 400 hours building something equivalent but far less finished. Syncthing has almost 10,000 stars, so it's not like others hadn't discovered it yet. Is there a way for me to browse all the popular repos on Github so I can see what other amazing things I've been missing? There's [0], but that just shows me an utterly useless view of all the repos I've…
Show HN: Pullbox – A dead-simple dropbox alternative using Git
11–20 of 32 posts
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#12Earlier quoted context omitted.
Awww, dammit. Why did I never hear of this before? I just spent like 400 hours building something equivalent but far less finished. Syncthing has almost 10,000 stars, so it's not like others hadn't discovered it yet. Is there a way for me to browse all the popular repos on Github so I can see what other amazing things I've been missing? There's [0], but that just shows me an utterly useless view of all the repos I've…
Try the trending page : https://github.com/trending?since=monthly
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#13Git Annex[1]
Very robust and well-written (Haskell), and extremely fast. An extension (daemon, client, and webui) to git. Gitlab uses this to provide large file support (which is similar to Github's LFS)[2]. Author is a Debian maintainer (and obviously a Haskell dev).
Sync Thing[3]
Fast and professional golang synchronizer with its own protocol[4]. Usually compared to BTsync.
1. https://git-annex.branchable.com/videos/
2. https://about.gitlab.com/2015/02/17/gitlab-annex-solves-the-...
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#14Git is no good for binaries. And SparkleShare is dead. The proper alternative is SyncThing https://syncthing.net/ I have it on my home and work laptops, a NAS and a VPS and it just works brilliantly.
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#15How does it deal with conflicts?
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#16How does it deal with conflicts?
It is based on Git so uses the same mechanism. When a merge cannot be done because of conflict, you can resolve in the usual git workflow.
[0]: http://git-scm.com/docs/git-merge (be sure to look for the "ours" option for the "recursive" strategy, not the "ours" strategy)
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#17Alternatives: Git Annex[1] Very robust and well-written (Haskell), and extremely fast. An extension (daemon, client, and webui) to git. Gitlab uses this to provide large file support (which is similar to Github's LFS)[2]. Author is a Debian maintainer (and obviously a Haskell dev). Sync Thing[3] Fast and professional golang synchronizer with its own protocol[4]. Usually compared to BTsync. 1. https://git-annex.branch…
Now, I very much doubt that was your intention, but please have some empathy for the person taking a chance when sharing something on Show HN. It's not easy and I'd hate for someone to give up on something just because someone linked to other things that already existed in the world. We wouldn't have Dropbox or Google under those conditions.
At the very least ask the creator how his project is different from these other projects or ask if he's seen these alternatives or even ask why he might have decided to build his own. A little bit of effort on your end shows you recognize his effort and isn't tone deaf to what's going on here.
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#18Alternatives: Git Annex[1] Very robust and well-written (Haskell), and extremely fast. An extension (daemon, client, and webui) to git. Gitlab uses this to provide large file support (which is similar to Github's LFS)[2]. Author is a Debian maintainer (and obviously a Haskell dev). Sync Thing[3] Fast and professional golang synchronizer with its own protocol[4]. Usually compared to BTsync. 1. https://git-annex.branch…
Linking to alternatives is not exactly constructive criticism for someone looking for feedback from a Show HN. It feels dismissive and out of spirit of what's trying to be accomplished here. Without any commentary or questions, it's almost like you're saying, "Why did you bother?" Now, I very much doubt that was your intention, but please have some empathy for the person taking a chance when sharing something on Show…
Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#19Re: Show HN: Pullbox – A dead-simple dropbox alternative using Git
#20Alternatives: Git Annex[1] Very robust and well-written (Haskell), and extremely fast. An extension (daemon, client, and webui) to git. Gitlab uses this to provide large file support (which is similar to Github's LFS)[2]. Author is a Debian maintainer (and obviously a Haskell dev). Sync Thing[3] Fast and professional golang synchronizer with its own protocol[4]. Usually compared to BTsync. 1. https://git-annex.branch…
Linking to alternatives is not exactly constructive criticism for someone looking for feedback from a Show HN. It feels dismissive and out of spirit of what's trying to be accomplished here. Without any commentary or questions, it's almost like you're saying, "Why did you bother?" Now, I very much doubt that was your intention, but please have some empathy for the person taking a chance when sharing something on Show…