Marcin Rataj

Results 1313 comments of Marcin Rataj

A basic test page was added in https://github.com/ipfs/in-web-browsers/pull/154: Preview: https://ipfs.github.io/in-web-browsers/ipfs-protocol-handler-support-tests.html Making it easier to eyeball and moving to AWDY hostname would be next step.

Worth being aware that in event of HTTP gateway _misconfiguration_, ServiceWorker could take control over all `/ipfs/*` and `/ipns/*` gateway responses. Details: https://github.com/ipfs/go-ipfs/issues/4025 + additional explanation in https://github.com/ipfs/go-ipfs/issues/4025#issuecomment-364402875

Somehow related, there is an IETF proposal to allow Let's Encrypt (ACME) certificate generation for raw IP addrs (https://tools.ietf.org/html/draft-ietf-acme-ip-05), removing the DNS from the picture.

Yes, it was on purpose. IPNS identifier in authority component was omitted mostly due to https://github.com/ipfs/go-ipfs/issues/5287 We want to close that first and then provide coherent addressing guidelines for entire...

Multicast DNS API for browser extensions is being designed in https://github.com/mozilla/libdweb/issues/7

cc https://github.com/ipfs-shipyard/ipfs-companion/pull/553: > [![screenshot_9](https://user-images.githubusercontent.com/157609/45371995-2dcb2f00-b5ec-11e8-8d8f-215cb5ac29ce.png)](https://twitter.com/_alanshaw/status/1027296652594499584) > > https://www.youtube.com/watch?v=FRzyWUXIyeo

Highly relevant: - The discussion about future of mDNS discovery in IPFS: https://github.com/libp2p/libp2p/issues/28 - [RFC] peer discovery with MDNS (Spec PR) https://github.com/libp2p/specs/pull/80

- Old: Compatibility with go-libp2p-mdns landed in https://github.com/libp2p/js-libp2p-mdns/pull/80/ - New: First draft of new peer discovery with mDNS spec got merged: https://github.com/libp2p/specs/pull/80 - See it at https://github.com/libp2p/specs/blob/master/discovery/mdns.md

Chrome 81 introduces the mobile web to NFC with an origin trial: - https://blog.chromium.org/2020/02/chrome-81-near-field-communications.html - https://web.dev/nfc

* Plugins for web bundlers (webpack etc) that automatically add assets (minified JS, fonts, CSS, processed images) to IPFS and also output them in `dist/` under content-addressed path, eg `dist/ipfs//chunk.N.js`