maybe we need to change our perspective on things, switch to content-addressability vs location (See ICN[1]). Then any switch could be a potential CDN.
[1] https://en.wikipedia.org/wiki/Information-centric_networking
@jb55 it's a matter of just storing the bits, no matter where or how, just as long as they can be reassembled. All the nodes would have the appropriate means to request the parts it needs
@jb55 content-addressability is neat, i've read some interesting papers on it a few years ago, i guess the difficult thing is how to bootstrap it on top of the current internet architecture, without needing cooperation from every ISP (because that would take forever)
@orionwl @jb55 Isn't that pretty much what IPFS is? Even Cloudflare themselves are experimenting with that: https://www.cloudflare.com/distributed-web-gateway/
IPFS does look kind of interesting, i'[ve heard of it a few times but never looked deeply into it
do you know of any FOSS projects, linux distros, etc that (also) host their websites, downloads there?
i guess for most intents and purposes torrents already fill the 'distributed file distribution' niche
@jb55 i belive urbit's network stack works this way already
What's cool with this setup: you can say "give me a bitcoin block with this hash". And any node on your network could potentially answer this without having to even leave your network.
This could be a part of the network stack itself. How neat would that be?