←back to thread

108 points sirbread | 1 comments | | HN request time: 0.198s | 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
tomhow ◴[] No.44396481[source]
[stub]
replies(10): >>44394250 #>>44394284 #>>44394292 #>>44394325 #>>44394329 #>>44394331 #>>44394367 #>>44394401 #>>44394538 #>>44394630 #
bbno4 ◴[] No.44394331[source]
[flagged]
replies(2): >>44394379 #>>44398825 #
sirbread ◴[] No.44394379[source]
lol sure i "reinvented it" but the reason I made it in the first place is because my school's whitelist. they whitelisted certain apps (like Python 3.11, for our Comp Sci class) and i've been using that since to get around the whitelist :p
replies(1): >>44394466 #
1. jonwinstanley ◴[] No.44394466[source]
Re-inventing a product is great for learning. Looks like a decent project and hopefully you had a good time solving the issues.