floss.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
For people who care about, support, and build Free, Libre, and Open Source Software (FLOSS).

Administered by:

Server stats:

686
active users

@elb @ajroach42 Oh yes, I can jump in. So, start with . I love it. I explored some possibilities with it at changelog.complete.org/archive . Syncthing is serverless sync, ala Dropbox, but also distributed. One possible scenario: a device (laptop or phone) is the "carrier". Syncs locally at the house, and to someplace on the Internet at a coffee shop / in town / whatever.

The ChangelogA Simple, Delay-Tolerant, Offline-Capable Mesh Network with Syncthing (+ optional NNCP)A little while back, I spent a week in a remote area. It had no Internet and no cell phone coverage. Sometimes, I would drive in to town where there was a signal to get messages, upload photos, and…

@elb @ajroach42 2/ I also looked into Dat and IPFS, but they are neither as capable nor as useful as Syncthing for personal synchronization.

@elb @ajroach42 3/ For, eg, downloading websites, archivebox.io could be very nice. Archive Team also has some wiki pages on how to do it with wget and httrack. There are also plugins like webrecorder that could help.

@elb @ajroach42 4/ What you are really after is more general asynchronous communication. I have a whole blog series about this, including and other tools: changelog.complete.org/archive will give you all the posts in the series. Many of them are somewhat focused on backups, but should give you some good ideas for other things also. NNCP can use things like USB sticks, serial links, regular Internet connections, Syncthing, etc. as transport.

changelog.complete.orgasynchronous – The Changelog

@elb @ajroach42 5/ The NNCP page on use cases may give you some ideas (whether or not you use NNCP) nncpgo.org/Use-cases.html Their integration page nncpgo.org/Integration.html also is useful. nncpgo.org/WARCs.html describes downloading webpages.

www.nncpgo.orgUse cases (NNCP)Use cases (NNCP)

@elb @ajroach42 6/ You talked about accessing web pages offline. I've tried that but mostly don't really bother. It is fairly painful (you frequently want to click on a link you don't have). In some cases, for things like larger articles, it can make good sense. But you might want to look into something more like rss2email . Email is already asynchronous and there are lots of ways to get asyncrhonous email across. NNCP is one and documents this workflow at nncpgo.org/Feeds.html

www.nncpgo.orgFeeds (NNCP)Feeds (NNCP)

@elb @ajroach42 7/ Offline email is two separate problems: sending and receiving. Sending can go across BSMTP (delivered "somehow" via NNCP, UUCP, Syncthing, etc). I talk about Exim with NNCP as part of my series here changelog.complete.org/archive and the NNCP docs go over the Postfix setup. For incoming, you can use OfflineIMAP or an offline-capable mail reader. Alternatively, forwarding to an account you can receive via NNCP/etc to a local mailstore.

The ChangelogAsynchronous Email: Exim over NNCP (or UUCP)By John Goerzen

@elb @ajroach42 8/ So if you have a VPS or a machine "in town" or whatever, you can do some pretty nice things; take the photos you copied into the "to upload" Syncthing folder and upload them, then delete them out of there. Or a laptop can run those commands directly "in town"

@elb @ajroach42 9/ Finally the two best ways to improve your 4G signal are: 1) height, and 2) antenna. I got one of these smile.amazon.com/gp/product/B0 with a Nighthawk M1 awhile back. Tremendous difference. A booster can only boost what it can receive. A good antenna, mounted high, hardwired into the access point will almost certainly be better. That antenna has "gain", meaning it's directional, so figure out where your best towers are and point it at those.

John Goerzen

@elb @ajroach42 10/ Also point-to-point wireless may help; if there's a good place you can get Internet and you have line-of-sight from your house, you may be able to work something out, even something surprisingly fast. For more challenging conditions, LoRA or XBee could work... but at 100Kbps or less. Not suitable for browsing but could work for email.

@elb @ajroach42 11/ Finally, don't understimate the utility of sshing to a VPS somewhere and reading email in text. My qualifications to anser: have lived in Internet-challenged areas for 20 years, frequently travel into no-Internet areas, have experience with modern communication over extremely low bandwidth links (1 to 100Kbps) including LoRA/XBee radio, AX.25 packet radio, and satellite.

@elb @ajroach42 Also, @joeyh lives off-grid and may have lots of ideas to contribute here.