Post office send black-box data point to to point. Amazon gets you thinggy matching SKU from arbitrary location.
HTTP is obsolete – it's time for the distributed, permanent web (2015)
21–30 of 337 posts
Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#22Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#23Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#24I like IPFS, I really do, but whenever I try to use it, it's either too slow to become usable or sometimes it plain doesn't work. I pinned a whole bunch of files on IPFS a while back to experiment with it and the system seems to work, but every time I try to fetch those resources from a location that hasn't cached the content yet, it takes several seconds to show me the HTML/JSON/PNG files. HTTP may be inefficient fo…
Do we need all that comes with IPFS? Not just technically, but the user training and pivot of technical doers?
So many of these projects feel like programmer vanity projects, there’s really little difference between them and a guy on the corner telling me why Protestants are wrong, join his flock.
That it’s a technical project not entirely ephemeral nonsense doesn’t matter; solutions exist already we just don’t implement that way.
Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#25Is there a way to install something on my local machine and host IPFS content to help "the swarm". If they combine this with some kind of crypto monetary incentive it would go a long way for people to help "the swarm". Odysee is looking into adding crypto to your balance when you serve content that helps viewers.
Maybe FileCoin is what you're looking for? https://filecoin.io
Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#26I read the docs and tutorials but no luck. Felt like docs were missing some special incantation or setup step, or precondition. Or the CLI wasnt giving me feedback on some blocking error, and it was failing silently. Dunno. Gave up. Hope to revisit some day. Because in theory it would be useful tech to have in my toolbox.
Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#27I like to explain it by comparing Amazon warehouses to the post office. Post office send black-box data point to to point. Amazon gets you thinggy matching SKU from arbitrary location.
Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#28The author claims that IPFS enables a "permanent web" and eliminates 404-like experiences. How does IPFS guarantee that all published content will be available forever? (In my beginner-level knowledge of IPFS, this is the first I've heard that claim. It seems absurd.)
Honestly, I like IPFS as a tech, and blockchain isn't useless, but the entire community just makes me want to puke because it's full of so many extremely ignorant people (at best), but mostly just fraudulent liars (at worse and most common).
Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#29I like to explain it by comparing Amazon warehouses to the post office. Post office send black-box data point to to point. Amazon gets you thinggy matching SKU from arbitrary location.
Re: HTTP is obsolete – it's time for the distributed, permanent web (2015)
#30Whether HTTP or IPFS, you want content:
(1) hosted/stored redundantly enough for availability but not over-hosted/stored because that raises costs.
(2) hosted “near” to requesters to make efficient use of the network, which limits costs and increases speed. (Near in terms of the network infrastructure.)
With HTTP I understand how this works (the content publisher figures out a hosting solution balancing what they are willing/able to pay and what kind of availability and speed they want/need).
Not sure with IPFS though. If people are choosing what to host, wouldn’t the hosting be uneven, with some content under-hosted (or not hosted at all) and some popular content greatly over-hosted? …leading to an inefficient system? Under—hosted content would be slow to retrieve or simply unavailable. Over-hosted content is wasting resources, making the system more costly than it needs to be (somebody is paying for the storage and servers to make that storage available).
I realize this a alpha/experimental, but without a strong answer to this, I don’t see how the system can work at scale.