Will there be a Distributed HTTP?
31–40 of 72 posts
Re: Will there be a Distributed HTTP?
#32I'd settle for distributed IP, where everyone who wants one has a fixed IPv6 address visible to others. This allows straightforward VoIP and video chat without a server or gimmicks to get through dynamic DNS.
Re: Will there be a Distributed HTTP?
#33It's not clear to me what's novel about this proposal, compared to existing distributed stores like the Freenet Project ( https://freenetproject.org/ ).
2. It is not trying to be novel relative to existing distributed stores. It is trying to get the features in HTTP that have been used in lots of other custom applications.
Re: Will there be a Distributed HTTP?
#34There's already a quite large distributed "HTTP" being used everyday: BitTorrent's DHT network. URIs are just the keys of the distributed hash table. Keys are also mutable so one can change the content stored at specific keys. Right now it's being used to serve very large files and not HTML/CSS/JS files. Things like Project Maelstrom are a step in the right direction. Problem is that it's hard to find things, just li…
Re: Will there be a Distributed HTTP?
#35Heck if you did it this way, you could just have remote servers actually pull content from the regular web and serve it up through the peer web. It could be similar to a proxy.
Re: Will there be a Distributed HTTP?
#36its a shame webrtc is such a disaster of a project though. it could be truly reusable and powerful... instead its a nightmare of obsolete things, difficult configuration and fictitious problems imposed by bad developers. a lot of this is a legacy of being meant for all kinds of things... but we seem to be lacking a clean and simple p2p library today.
i don't want to depend on systemd or obsolete headers MS deprecated in VC 6.
Re: Will there be a Distributed HTTP?
#37Re: Will there be a Distributed HTTP?
#38No.
Re: Will there be a Distributed HTTP?
#39Things that are smaller than Google, Amazon, or Facebook can be DoSed into total oblivion. Abuse is the greatest unsolved problem of distributed systems.
Re: Will there be a Distributed HTTP?
#40This is one of the most crucial things we need to make free software viable again. In 2006, I wrote that the only solution to the problem of proprietary services was to "build these services as decentralized free-software peer-to-peer applications, pieces of which run on the computers of each user": https://www.mail-archive.com/kragen-tol@canonical.org/msg001... And, in particular, I wrote a few months later that rep…
> Ultimately, it was a losing game, because of the inherent conflict of interest between software author and software user. This is exactly what is broken with our current software business models. On-prem software is expensive to deploy and manage but gives users control of their data. SaaS software is cheap to deploy and manage but takes control of the user's data. We must find middle ground between the two models.…
After the initial install, their local servers (and data) don't have to be touched, but the SaaS portion can be continuously improved. So far it's worked really well.
Your MSaaS idea sounds really interesting, especially the multiple trusted deploys. That's the crux of trusting deployed open source software.