NerdResa utilise witches.town. Vous pouvez læ suivre et interagir si vous possédez un compte quelque part dans le "fediverse".

I've just tried this magic wormhole to exchange a file between 2 computers and it worked as a charm without any problems, pretty neat :3

github.com/warner/magic-wormho

But it's quite nerdy: you need to install a command line tool using pip on a linux distribution, but if you are this kind of people it's really cool.

@bram @NerdResa sweet! I actually used tor's online share once to transfer a file from my laptop to my phone...

NerdResa @NerdResa

@floi @bram A good friend of mine wrote this tool called servefile for transferring files more easily, mostly on a local network: unix.com/man-page/debian/1/ser
It's nice because you can just give people a link and have them download the file using their browser, which is a familiar thing.

But also, this xkcd comic applies: xkcd.com/949/

@NerdResa @floi @bram yea, that xkcd is sooo on point. For LAN, I've been using python -m SimpleHTTPServer. Only really works for single/few files, though, and still requires opening a port on my machine...