this post was submitted on 29 Jul 2026
45 points (95.9% liked)

digitalescapetools

211 readers
74 users here now

A hub for discovering and sharing privacy-respecting, open-source, and self-hosted digital tools that improve productivity, creativity, and digital independence.

founded 4 months ago
MODERATORS
 
all 11 comments
sorted by: hot top controversial new old
[–] brotundspiele@sh.itjust.works 7 points 1 month ago* (last edited 1 month ago) (1 children)

Meanwhile, my backup strategy:

[–] MystValkyrie@lemmy.blahaj.zone 1 points 1 month ago (1 children)

Floppy discs are certainly the cutest of the storage formats. If they made a 1 TB floppy, I'd go back.

[–] lauha@lemmy.world 1 points 1 month ago

Just buy 700,000 floppies from wholesale

[–] glimse@lemmy.world 2 points 1 month ago (1 children)

I sure hope your homies don't store valuable data on flash drives

[–] lauha@lemmy.world 2 points 1 month ago

I sure hope they don't store valuable data without redundant backups, regardless of the storage format

[–] FavouriteShapes@sh.itjust.works 1 points 1 month ago
[–] StaticallyLazy@lemmy.blahaj.zone 1 points 1 month ago (1 children)

I force all my homies to use magic-wormhole. It can transfer files and folders with no sign-up and (as far as I can tell) no limits.

For all you command-line nerds, including on Windows, it works like this:

> wormhole send <filename>

Sending 0 Bytes file named '<filename>'
Wormhole code is: 1-medusa-puppy
On the other computer, please run:

wormhole receive 1-medusa-puppy

This will ping the relay server, which defaults to Canonical on my system, as I recall, to generate a code so the two computers can locate each other.

Then on the other computer, (again including Windows,)

> wormhole receive 1-medusa-puppy

Waiting for sender...
Receiving file (0 Bytes) into: '<filename>'
ok? (Y/n): y

Receiving (->tcp:192.168.1.1:36587)..
0.00B [00:00, 4B/s]
Received file written to <filename>

Note that, as both computers were on the same LAN, it transferred locally because it's awesome that way.

Working as a TA in the computer science department, this is invaluable. Students from all skill levels can transfer stuff with no extra headache, and the generated codes can be spoken aloud for simplicity.

[–] Bluescluestoothpaste@sh.itjust.works 1 points 1 month ago (1 children)

You wrote you did this on LAN but it would work as well over IP?

[–] StaticallyLazy@lemmy.blahaj.zone 2 points 1 month ago (1 children)

Yes! My mistake for that implication. Automatically using LAN is what impressed me the most, but it transfers over networks and, because it relies on outbound HTTP connections, bypasses many firewalls.

I do not know if it uses NAT hole-punching, but it has always been relatively fast at transferring data considering that it's a free service.

Ha, no you're good you mentioned it i just dont know too much about the topic so i wanted to confirm i was reading it correctly, but thank you for the further details!