If it's unavailable at the ipfs link, you can also find it here.
It doesn't work very well yet - one word searches generally work best. The search is powered by lunr.js, and the search index is built by scraping a public searx instance, which itself is aggregating results from major search providers.
(search source, scraper source)
- The InterPlanetary File System (IPFS) is a new hypermedia distribution protocol, addressed by content and identities. IPFS enables the creation of completely distributed applications. It aims to make the web faster, safer, and more open.
IPFS is an open source project developed by the team at Interplanetary Networks and many contributors from the open source community.
Not in its present form, unfortunately. Hubski is powered by a server database and user authentication for login, and probably other things which aren't (currently) supported on ipfs. All of the code that runs on ipfs is 'client-side' code as opposed to server-side, so certain aspects--like data and content--from hubski could be stored on ipfs, but hubski couldn't run entirely on ipfs. It might not be worth it until the ipfs spec stabilizes though. Some of the hubski source code, if you're interested :)