xj9 [they/them, she/her]

en la sombra de un bolillo

  • 0 Posts
  • 6 Comments
Joined 1 year ago
cake
Cake day: August 17th, 2023

help-circle
  • we need significantly more resilient communications infrastructure. though this applies equally to disaster prep since the internet is extremely fragile. i see this as a problem with a bunch of parts, but some of the main pieces look like this to me:

    1. organizing computers (spare phones, spare laptops, actual server hardware) into cloud-like infrastructure components
    2. writing software that actually works well running on trash (fediverse nodes really hate it when hostnames change, so hexbear itself may not adapt well if the domain gets seized. they aren’t a good match for disaster services either since you can’t guarantee that global DNS will work)
    3. building overlay networks to connect nodes over the internet (yggdrasil+i2p looks like a winner in the short term)
    4. building a physical mesh network to link nearby computers together over fast links (BATMAN for no se vende mesh here in LA)
    5. developing a mobile adhoc mesh routing protocol that can setup a usable internet using only smartphones that interoperates with the fixed mesh noted in 4 (this will likely replace BATMAN, but is also a research problem and would represent a novel capability)

    there are a bunch of shitty mesh apps and hardware components out there that may also be applicable, but its hard to get anything useful out of them without more planning and coordination. (meshtastic, briar, secure scuttlebutt, simplex, et al. come to mind)

    i’ve been working on minibase for the micro-cloud component in an experimental capacity for years using alpine linux (just cuz i like it), but I’ve recently started working on a production version based on nix.