Earlier 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…
Filecoin Foundation Successfully Deploys IPFS in Space
171–180 of 215 posts
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#172Filecoin 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.
source was personal communication, sorry
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#173Earlier 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…
I was working on the same building as the team from Protocol Labs. I talked with a couple of devs and it seems like they never even considered that most people who would be interested in running a node would like to have control over who gets access to the pinned files. I think I opened a ticket asking for an ACL system, but it got closed. I really had high hopes for it, but I realized that all I really want is an ob…
https://guide.fission.codes/developers/webnative/file-system...
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#174Earlier quoted context omitted.
ACLs are fundamentally incompatible with blockchains. Your only solution is to encrypt those files, and have off-chain key management if you ever want to revoke access.
ACLs are compatible with some blockchains. Token gating, merkle proofs, and RBAC are fairly common in smart contracts. See: https://docs.openzeppelin.com/contracts/2.x/access-control#r...
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#175Earlier quoted context omitted.
ACLs are fundamentally incompatible with blockchains. Your only solution is to encrypt those files, and have off-chain key management if you ever want to revoke access.
IPFS and distributed filesystems have nothing to do with blockchains.
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#176Earlier quoted context omitted.
> I’ve earned Storj for years That makes sense, but then what can you do with Storj?
You can turn it back into storage, and you can sell it to people that want storage. I feel like that's good enough to establish value.
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#177Earlier quoted context omitted.
Perhaps it should use the fact that any file A can be written as the XOR of two files B and C, where B and C look like complete noise. If you only host B and another person only hosts C, then there can be no copyright infringements, while you can still reconstruct A by simply XORing the other files together. Of course at the expense of having to store and transfer twice the amount of data.
This is engineer logic. This kind of thing would never fly in court. If you want an example, go back and look at what happened to Aereo back in 2014. They came up with a clever hack to work around broadcast TV copyright. It went to the U.S. Supreme Court and got shot down.
Assume A is the copyrighted work. Now construct a file of random bits and call it B. Then assuming A=B^C, then you can solve C=A^B (where ^ is the XOR operator). Both B and C appear to be completely random.
Assume you are sued because C is found on your harddrive and if you XOR it with B (found on someone else's harddrive) you get copyrighted work A.
To construct your defense, take a work in the public domain, and call it P. Compute D=C^P. Now tell the judge that there is a file D on a friend's harddrive, that allows you to reconstruct P.
Alternatively, tell the judge that you are researching random numbers and C is just a file you work with. It is not illegal to have random numbers (bits) on your harddrive.
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#178Re: Filecoin Foundation Successfully Deploys IPFS in Space
#179Earlier quoted context omitted.
How do you mark something for deletion? Or once its in the network thats it? Seems easy to DDOS by changing one character many times in a file which generates a new id each time
> How do you mark something for deletion? The same as you'd delete anything from any protocol essentially, you delete it locally. If you've shared it on the internet, you ask people nicely to delete it, if they refuse, you either pursue them legally or give up. Basically, just like how you delete a picture from the internet today. > Seems easy to DDOS by changing one character many times in a file which generates a n…
Re: Filecoin Foundation Successfully Deploys IPFS in Space
#180Earlier 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…
> Has it? I have never seen anybody using IPFS in the wild Every time someone downloads a book from a shadow library like Library Genesis, it's through IPFS most of the time, often via an IPFS gateway such as Cloudflare's IPFS gateway, so you don't even notice it's using IPFS. These shadow libraries have millions of users per day, especially academics.