Earlier quoted context omitted.
Suddenly it looks a lot less decentralised.
I don't know, it looks pretty decentralised to me? >The purpose of this list is to allow IPFS node operators (e.g. someone running a public IPFS gateway) to opt into not hosting previously flagged content. IPFS node operators, who are supposedly interested in hosting malicious content (and i2p-hosted phishings are a real problem) can OPT INTO using this list. In this case, I don't see how that's any problem for pirac…
How We Made IPFS Content Publishing 10x Faster
61–69 of 69 posts
Re: How We Made IPFS Content Publishing 10x Faster
#62Earlier quoted context omitted.
Couldn't you also just build a bittorrent client that hosts a local webserver to provide http access? I could never get what IPFS actually did that bittorrent didn't.
> Couldn't you also just build a bittorrent client that hosts a local webserver to provide http access? And this does exist! See confluence by anacrolix: https://github.com/anacrolix/confluence
Re: How We Made IPFS Content Publishing 10x Faster
#63Earlier quoted context omitted.
I think the biggest sin of IPFS is not working natively in web browsers—instead, requiring the use of either HTTP gateways or native apps running outside the browser.
Actually, this works now! https://inbrowser.link/ https://github.com/ipfs/service-worker-gateway -- getting p2p working in browsers is still surprisingly hard: even the official routes like webrtc have lots of hard edge cases.
Re: How We Made IPFS Content Publishing 10x Faster
#64Is anyone still (or has anyone ever) used IPFS in production? I’m not talking about technology demos such as Wikipedia-on-IPFS (which indeed worked and was impressive) but where IPFS is actually being relied on for some functionality.
the thing that prevented me using ipfs in anger.. (granted i may not have looked hard enough) was that i couldn't have stuff in ipfs, and access it via posix filesystem at he same time. i'd have to store things twice. fine for publishing, but not for having a live data set that is both used and published at the same time, as you can do with torrent.
Maybe this is possible to implement using fuse/9p fs
Re: How We Made IPFS Content Publishing 10x Faster
#65Earlier quoted context omitted.
I don’t think NFTs (should) count: My first impressions of web3 by Moxie Marlinspike https://moxie.org/2022/01/07/web3-first-impressions.html
Moxie doesn't trash NFTs or Web3 in that article. He just points out some limitations of the ecosystem. Also, ipfs directly fixes one of the bigger issues: > Instead of storing the data on-chain, NFTs instead contain a URL that points to the data. If it's ipfs, it points to the content. If it's ipns, it points to a changeable link to the content, but one that is made consistent through the network, preventing the tri…
Re: How We Made IPFS Content Publishing 10x Faster
#66Earlier quoted context omitted.
Moxie doesn't trash NFTs or Web3 in that article. He just points out some limitations of the ecosystem. Also, ipfs directly fixes one of the bigger issues: > Instead of storing the data on-chain, NFTs instead contain a URL that points to the data. If it's ipfs, it points to the content. If it's ipns, it points to a changeable link to the content, but one that is made consistent through the network, preventing the tri…
I still don't count it because NFTs have seemingly died off in popularity. If there were tons of money staying in NFTs, regardless of how silly I think it is, I'd consider that an important use case of IPFS.
Re: How We Made IPFS Content Publishing 10x Faster
#67Earlier quoted context omitted.
At meta, there was a project for delivering binaries of internally built libraries / binaries to dev laptops using a private ipfs network. This was live for at least some period of time.
Very interesting! I wonder if it’s still live and there is any writing on it?
I’m not sure if it was actually a well thought out idea, since it’s not like fb has a lack of servers or bandwidth, but I didn’t work on it, so I don’t want to throw too much shade at it.
Re: How We Made IPFS Content Publishing 10x Faster
#68Re: How We Made IPFS Content Publishing 10x Faster
#69Having worked on libp2p‘s DHT (Double Hashing for rust-libp2p) for a bit two years ago, it’s really great to see that there are improvements. To get to CDN level speeds though on dense networks, I still see it as an architectural flaw to not somehow encode network topology into the PeerID / identity in the DHT. A start would be to use the five RIRs. If you want to be more sophisticated, and I spent a lot of time theo…
We need to get encrypted mesh networking (Yggdrasil, CJDNS, FIPS etc) out there before it’s too late.