←back to thread

107 points sirbread | 1 comments | | HN request time: 0s | 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
alt187 ◴[] No.44395205[source]
Be proud you did a thing. Not everything has to optimize profits, userbase, or some other metrics. You developed something for yourself, and saw it through until it worked, and no one can take that away from you.

It's also much more stimulating to build something than ask like a pedant "why this exists when Syncthing?", so, I guess the joke's on them.

replies(2): >>44397829 #>>44398485 #
kunley[dead post] ◴[] No.44398485[source]
[flagged]
1. odo1242 ◴[] No.44398777[source]
From the README: i built this to solve a specific problem: syncing files on a locked-down school laptop where python was one of the only things i was allowed to run.