Randall Munroe shows us how it’s done:
Every time you email a file to yourself so you can pull it up on your friend’s laptop, Tim Berners-Lee sheds a single tear.
Sad that this XKCD from 2011 is still just as accurate today…
Only because IPv6 and self-hosting are not mainstream yet. But if it were commonplace for everyone’s home to have something as simple as a public file server or SSH server, then this problem would be trivialized.
Opera tried to make self-hosting mainstream back in 2009 with Opera Unite, but regular people just weren’t interested. It was a web server built in to the browser, which had a few apps like a whiteboard, a way to write notes, file transfers, etc.
Also, IPv6 is already mainstream in some countries. In the USA, several of the mobile networks are IPv6-only, using 464XLAT to allow connections to legacy IPv4-only servers. Comcast/Xfinity was also the first ISP to roll out IPv6 at a wide scale, and the majority of their customers had IPv6 connectivity way back in 2014 or so.
Globally, around 50% of traffic to Google and 60% of traffic to Facebook are using IPv6.
Kde connect all day erry day
Syncthing is amazing though.
It’s pretty good. Definitely better then self-hosted stuff like nextcloud, because you don’t need to maintain your own server. But sometimes it takes a while for two hosts to discover each other on the same local area network.
I think they’re both good for different use-cases. I use nextcloud myself on a truenas system. I sync things like my pictures to nextcloud, and delete them from my phone after I’ve sorted them into the correct folders.
This way my data isn’t clogging up my phone and other things, is still available from anywhere (as long as my home internet doesn’t go down), and it’s still safely stored on redundant storage.
This does take a bit more setting up than something like syncthing, though it wasn’t very difficult at all. Basically install the docker image, tell it where my data goes, and set up a new dns record if you want it publicly accessible. I personally run it through a zerotier network so I don’t have to do that.
I like Nextcloud on my TrueNAS scale setup, but for photos I’ve started using Immich. It works extremely well, and does automatic backups of specific folders from your phone. The interface looks nice too.
I’m actually using Photoprism on the same truenas system to view my photos, I just already had nextcloud for the rest of my files, so I’m using that to upload. They point to the same datasets, so they share the image data. I believe photoprism is pretty similar to immich, but i haven’t used immich myself.
I use a USB cable with file transfer. I also do phone file management like this because it’s easier
No shout out for my boi, LocalSend?
Shiiit dude thanks! Installed - definitely a keeper
You’re welcome! 😊
Is safe?
How do you mean?
Is it vetted by someone reputable?
I am unaware of any independent audit. That being said, it is opensource. Given that and its popularity, I am, personally, quite confident in its safety.
Right on. Thank you
You’re welcome ☺️
So we’re reinventing
scp
now?For what LocalSend is designed, imo, it is more convenient to use than
scp
— by quite a large margin.