9/22/2023 at 12:37:20 PM
Is this meant to be decentralized to avoid shutdown? Where is the engine itself hosted? Ens is just a naming system and ipfs is just a file address system right? So the engine itself still needs to be hosted somewhere? Would like to hear more about it, but no info available on the site.by dumbfounder
9/22/2023 at 12:43:48 PM
Actually the engine itself is also decentralized, there are multiple nodes running the search index over the network. There will be more docs coming out.by jerry374
9/22/2023 at 1:10:34 PM
How is it decentralized? Are you using Filecoin VM? Doing your own thing?by dumbfounder
9/22/2023 at 1:19:45 PM
The index files are stored on Filecoin, and there are multiple nodes loading those index files and serving queries.by jerry374
9/22/2023 at 2:04:42 PM
Multiple nodes that you run? What's the incentive for others to run them?by dumbfounder
9/22/2023 at 12:43:54 PM
That’s the very goal of IPFS: hosting is distributed. Every node taking part in the IPFS network may or may not have pieces of this particular website.Eth.link seems to be a centralized proxy enabling you to access that without an IPFS/EthDNS browser.
It should also be noted that what is hosted is a simple list of hashes with a name (and a size). The search engine is trivially looking through the name and displaying matching hashes.
Then, your bittorrent client try to find any torrent matching the hash (this is the magnet protocol).
So, yeah, you download something from nowhere. This is the real "cloud" we have been expecting for the last 20 years ;-)
by ploum
9/22/2023 at 1:12:21 PM
IPFS only serves files, there is no server side compute. You can’t just scan ipfs like a database so there needs to be some other tech used for the engine itself, as OP indicates.by dumbfounder
9/22/2023 at 1:34:22 PM
yeah, indeed, my bad.by ploum