←back to thread

105 points sirbread | 2 comments | | HN request time: 0.408s | source

i made sink. it's a simple little tool that continuously syncs folders between 2 devices. no cloud, no email, flash drives, no bs.

it just uses your local wifi. run it on your machines, tell them to trust each other, and you're set. and if you manage to edit the same file at once, it handles the conflict and saves both copies.

for anyone who just wants to get files from point a to b without the headache. hope it makes your life a bit less annoying.

github: https://github.com/sirbread/sink binary: https://github.com/sirbread/sink/releases/tag/v0.1

Show context
dewey ◴[] No.44394289[source]
What is the selling point over the very mature Syncthing? I’ve been using that for this use case for many years, with the additional benefit of also being able to sync it to my server, having a UI and being in all package managers already.
replies(9): >>44394330 #>>44394365 #>>44394409 #>>44394416 #>>44394449 #>>44394452 #>>44395219 #>>44396409 #>>44397983 #
sirbread ◴[] No.44394449[source]
being fr, i never even knew about syncthing until now. it's (clearly) a lot better, but again, the reason I made this is because of my school's software whitelist. they only allow certain apps to run on my laptop, one of them being python due to out compsci class. since then, I've been using it to get around whitelists and make my own stuff. this allows me to sync up me and my friend's stuff (like projects, etc.) while we're in school and not have to worry about the whitelist :)
replies(3): >>44394502 #>>44394650 #>>44397389 #
udev4096 ◴[] No.44397389[source]
This kind of whitelisting does absolutely nothing. It's a straight up lolbin. Anyway, if python is allowed, then surely other languages can be added to whitelist. Ask them to whitelist go and use syncthing
replies(3): >>44397770 #>>44398114 #>>44400494 #
1. woodrowbarlow ◴[] No.44398114[source]
> This kind of whitelisting does absolutely nothing.

well, aside from getting students more interested in programming, apparently.

replies(1): >>44398677 #
2. xeonmc ◴[] No.44398677[source]
Necessity is the mother of invention, constraints the cradle of imagination, and contrarian teenagers the womb of ingenuity.