Jeff Thompson

Results 446 comments of Jeff Thompson

So, it sounds like the answer "no", none of the proposed solutions (including IPNS pinning) will help me when I click the IPNS link _for the first time_ a year...

How does `ipfs name follow` help? The original publisher has stopped publishing IPNS records into the DHT, so when I try to resolve the IPNS name for the first time...

@Stebalien, the use case is were I download a research paper with an IPNS link and click it for the first time. I have never pinned this IPNS name before...

Case in point: The [IPFS Weekly for January 22](https://blog.ipfs.io/65-ipfs-weekly-26/) has an entry for PirlTube. It is an IPNS link: [https://ipfs.io/ipns/QmPq5wsJx28EJaGHHxkBzbRgufVK3scJey2oM886iUQ175/#/videos](https://ipfs.io/ipns/QmPq5wsJx28EJaGHHxkBzbRgufVK3scJey2oM886iUQ175/#/videos) I didn't click this link when it was good. But...

These Wayback Machine extensions require manual intervention for the user to click the snapshot button. The whole awesomness of IPFS is that I am already viewing a snapshot, and the...

... People are used to copying from the address bar or doing "right-click Copy Link Address". It has to work in this case or the web will continue to be...

An IndexedDB connection [can only access databases associated with the origin of the global scope from which the connection is opened](https://w3c.github.io/IndexedDB/#database-connection). If the browser thinks the URI of an IPFS...

@kumavis I believe the [same-origin policy](https://en.wikipedia.org/wiki/Same-origin_policy#Origin_determination_rules) requires the entire host to be the same. So the different ${cid} would make it a different host and origin.

@gfanton, I don't see an option in gnodev to _not_ start gnoweb. What should we do if we run gnoweb separately?

Thanks. Sounds good. Do you want me to change this PR to "Add an option to disable `gnoweb` in gnodev" ? What should the gnodev option be? There is already...