Earlier quoted context omitted.
> So is this primarily for static websites? More work would be needed here perhaps. But decentralized apps should happen one day. As someone without real technical knowledge in security and decentralized platforms, I'd love to hear from some on HN where we really stand on decentralized apps and security. - Public data. Distributing, searching and querying is not a problem. - Restricted data. You'd be distributing enc…
> Now, if we have a way to send an encrypted query to the peer and have it run on encrypted data without the peer being able to understand the query or the data, we'd be set perhaps. Is that possible? It doesn't seem to be "N versus NP" but it seems similar. How can a computer find a correct answer to a question it doesn't know? I suppose you could send off small units of processing across many nodes, such that none…
Neocities is implementing IPFS – distributed, permanent web
31–40 of 249 posts
Re: Neocities is implementing IPFS – distributed, permanent web
#32My first thought is how does it handle SHA hash collisions? Googling for it took me back to HN: https://news.ycombinator.com/item?id=9322489 AFAICT it's not yet resolved.
In the (relatively rare) case of a SHA hash collision, couldn't you try and resolve a collision by using (the results) of other hashing functions? While two things may produce the same SHA hash, they may differ with other hashing functions.
Re: Neocities is implementing IPFS – distributed, permanent web
#33My first thought is how does it handle SHA hash collisions? Googling for it took me back to HN: https://news.ycombinator.com/item?id=9322489 AFAICT it's not yet resolved.
In the (relatively rare) case of a SHA hash collision, couldn't you try and resolve a collision by using (the results) of other hashing functions? While two things may produce the same SHA hash, they may differ with other hashing functions.
Re: Neocities is implementing IPFS – distributed, permanent web
#34My first thought is how does it handle SHA hash collisions? Googling for it took me back to HN: https://news.ycombinator.com/item?id=9322489 AFAICT it's not yet resolved.
In the (relatively rare) case of a SHA hash collision, couldn't you try and resolve a collision by using (the results) of other hashing functions? While two things may produce the same SHA hash, they may differ with other hashing functions.
However, the probability of a hash collision is already incredibly low. As a demonstration of this, here's a list of a tiny subset of bitcoin private keys: http://directory.io/
The human mind just isn't capable of understanding how large of a number the number of sha hashes is.
Re: Neocities is implementing IPFS – distributed, permanent web
#35Re: Neocities is implementing IPFS – distributed, permanent web
#36Reading this felt kind of like the first time I read a writeup on Bitcoin. There's the same sense of throwing out some old, formerly immutable rules here, the excitement of something that's going to test some boundaries and inevitably clash with some authority (how can you, for instance, comply with the EU's "right to be forgotten" when that information is scattered into a redundant mesh?). Interesting times ahead fo…
Re: Neocities is implementing IPFS – distributed, permanent web
#37My first thought is how does it handle SHA hash collisions? Googling for it took me back to HN: https://news.ycombinator.com/item?id=9322489 AFAICT it's not yet resolved.
Re: Neocities is implementing IPFS – distributed, permanent web
#38Is there any incentive to host nodes?
yes. https://ipfs.io/ has more info, in particular, the linked pdf.
Re: Neocities is implementing IPFS – distributed, permanent web
#39Re: Neocities is implementing IPFS – distributed, permanent web
#40If you had the hash of some content, couldn't anyone find all of the ips currently serving it?
EDIT: Found this