Earlier quoted context omitted.
Why the torrents didn’t move to IPFS already? I think it looks more like DoA than standing the test of time. From my experience it’s a “heavy tech”/resource hog hog that does not appeal neither to developers nor to end users(it has no killer app)
Isn't IPFS pretty much the same tech as torrents with magnet links? I'm not sure there's any benefit. I think the challenge with torrents is maintaining communities of seeders without getting taken down, but I don't think IPFS really helps with that.
Filecoin Foundation Successfully Deploys IPFS in Space
141–150 of 215 posts
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#142Filecoin is probably one of the few cryptocurrencies with intrinsic value, even if the amount is debatable. IPFS has stood the test of time and seems like a good protocol; and a cryptocurrency that can be used to pay for storage is not valueless.
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#143Earlier quoted context omitted.
OK. But, going back to my comment about cheap. This claim: > The benefit of this is that you can fetch the data from anywhere Only works if the data I want is being replicated in many locations. But storage in spacecraft is presumably a tightly constrained resource, due to the need to use technology that's space-hardened and has an extremely good reliability record, and is therefore probably far from being both cutti…
I don't think price is the point at this time. We need to start thinking about how to manage data transfer where latency is significant Imagine shipping an IPFS node to Mars and being able to have content consistency
See, for example, DTN, which is already being used to do real work on the ISS. There are also plans use it elsewhere, including in some future lunar missions. https://www.nasa.gov/communicating-with-missions/delay-disru...
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#144Re: Filecoin Foundation Successfully Deploys IPFS in Space
#145Re: Filecoin Foundation Successfully Deploys IPFS in Space
#146I'm still a little lost. Could someone more knowledgeable than me explain how operations in space would benefit from a public content-addressable filesystem? This seems like the kind of application that works best when bandwidth and storage are cheap, and I would have assumed that that, in space, both are about as far from cheap as you can get.
You're asking about why run this service in space, but this service is a reliable scalable data store. Ask instead what kinds of data would you want in space, and why? The throughput probably won't be great, but mainly if we assume 1:1 not broadcast connections! There will be roving access, not continual, to a given satellite - a fact until there are thousands of other satellites also serving ipfs. Costs will be high…
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#147Earlier quoted context omitted.
Has it? I have never seen anybody using IPFS in the wild, even projects for which it should be well suited (archive.org, Linux package distribution, Git, Lemmy, Imgur, CivitAI), don't use it. Worse yet, IPFS still provides no real way to deal with private or local data, which drastically limits its use. I love the idea about data being addressable by hash, but I don't feel IPFS has actually delivered anything meaning…
Wouldn't all those examples also work just as easily with torrents/magnet-links? I think in all those cases a central server distribution model has unfortunately been "good enough" for the majority of users (even though their data is mined and ads are injected) When it comes to FOSS, I personally don't understand why something like a package manager isn't P2P by default. It feels very aligned with the hacker culture…
My (possibly wrong) feeling is that IPFS is meant for smaller files, and torrents for bigger collections. So with the example of a package manager, you could download each individual package via IPFS, whereas a torrent would make sense if you wanted to download an archive of them all.
Not to say torrents couldn't work, but it just kinda feels like not the intended use case.
(The above feeling come from reading about IPFS a few times throughout the years and toying with it for a while).
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#148Re: Filecoin Foundation Successfully Deploys IPFS in Space
#149Re: Filecoin Foundation Successfully Deploys IPFS in Space
#150Earlier quoted context omitted.
> there is also the legal problem that IPFS conflicts with copyright. Redistributing anything is illegal by default I think you might misunderstand how IPFS works, or possibly confuse it with Freenet. When you use IPFS, nothing is automatically distributed, unless they happen to know the hash of the content you've added locally. It's not until someone starts to explicitly request data from you, that you start sharing…
Everything in your local cache is redistributed, meaning every single website you view through IPFS ends up getting potentially redistributed. Can you guarantee that each and every item you view on the Web allows redistribution?