Interesting, thanks
Comment on Internet Archive breached again through stolen access tokens
psycotica0@lemmy.ca 4 weeks agoYou should look up IPFS! It’s trying to be kinda like that.
It’ll always be slower than a CDN, though, partly because CDNs pay big money to be that fast, but also anything p2p is always going to have some overhead while the swarm tries to find something. It’s just a more complicated problem that necessarily has more layers.
But that doesn’t mean it’s not possible for it to be “fast enough”
el_abuelo@programming.dev 4 weeks ago
sugar_in_your_tea@sh.itjust.works 4 weeks ago
And there’s a promising new IPFS-like system called Iroh, which should have a lot less overhead and in general just be faster than IPFS. It’s not quite ready to just switch to right now, but an enterprising individual could probably make something useful with it without too much work (i.e. months, not years).
I’m using it for a distributed application project right now, but the intent is a bit different than the IA use-case.