This is the problem I see with decentralized projects. The user experience here, is essentially the same as WeTransfer. The only difference is the underlying technologies. Now, one would have to either blindly trust that the infrastructure is truly decentralized, or have the time and necessary skills to audit the code. And then they'd have to trust that web server is actually hooking up to the code that was just audi…
The decentralized WeTransfer
11–20 of 52 posts
Re: The decentralized WeTransfer
#12Re: The decentralized WeTransfer
#13I'm trying to figure out how this would be decentralised. As far as I understand, merely hosting something on IPFS doesn't make it decentralised if there is only one node. - Where is my file hosted when I receive it? - Has your server pinned and seeding that file? - Is there a distributed set of nodes that also host it?
> As far as I understand, merely hosting something on IPFS doesn't make it decentralised if there is only one node. Doesn't that apply to torrents, too? If 2 or more people don't own (and share) the exact same content, then of course it's not decentralized.
Re: The decentralized WeTransfer
#14Re: The decentralized WeTransfer
#15This is the problem I see with decentralized projects. The user experience here, is essentially the same as WeTransfer. The only difference is the underlying technologies. Now, one would have to either blindly trust that the infrastructure is truly decentralized, or have the time and necessary skills to audit the code. And then they'd have to trust that web server is actually hooking up to the code that was just audi…
Recent reports of google docs arbitrarily removing people's access to their documents seem like pretty good marketing for decentralized solutions.
Re: The decentralized WeTransfer
#16I'm trying to figure out how this would be decentralised. As far as I understand, merely hosting something on IPFS doesn't make it decentralised if there is only one node. - Where is my file hosted when I receive it? - Has your server pinned and seeding that file? - Is there a distributed set of nodes that also host it?
> As far as I understand, merely hosting something on IPFS doesn't make it decentralised if there is only one node. Doesn't that apply to torrents, too? If 2 or more people don't own (and share) the exact same content, then of course it's not decentralized.
Re: The decentralized WeTransfer
#17This is the problem I see with decentralized projects. The user experience here, is essentially the same as WeTransfer. The only difference is the underlying technologies. Now, one would have to either blindly trust that the infrastructure is truly decentralized, or have the time and necessary skills to audit the code. And then they'd have to trust that web server is actually hooking up to the code that was just audi…
Re: The decentralized WeTransfer
#18Re: The decentralized WeTransfer
#19This is the problem I see with decentralized projects. The user experience here, is essentially the same as WeTransfer. The only difference is the underlying technologies. Now, one would have to either blindly trust that the infrastructure is truly decentralized, or have the time and necessary skills to audit the code. And then they'd have to trust that web server is actually hooking up to the code that was just audi…
Re: The decentralized WeTransfer
#20Earlier quoted context omitted.
> As far as I understand, merely hosting something on IPFS doesn't make it decentralised if there is only one node. Doesn't that apply to torrents, too? If 2 or more people don't own (and share) the exact same content, then of course it's not decentralized.
Sure, I guess the difference is, torrents have an inherent mechanism of becoming distributed. Once someone else has a whole/part of the file, they begin seeding immediately (unless stopped of course). In the case of this app, I just receive a download link which is a proxy for pulling something from the network. It would be something else, if the way to get a hold of this file would be through an IPFS node that the u…