Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.
Can dat be accessed without that browser? I haven't found something like the IPFS node, and that's what made me not want to run dat. Also, ZeroNet seems more advanced than both in terms of things that actually work today.
IPFS Companion 2.2.0 brings window.ipfs to your Browser
11–20 of 27 posts
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#12I'd really love to see something like this show up as a proposal with the W3C (or the WHATWG -- I'm not entirely sure who's the authority on this?).
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#13Earlier quoted context omitted.
Interestingly I've heard of IPFS many many times and this is the first I've heard of Dat+Beaker. Do you have a starting point you suggest to get an idea of what it is or does?
Here are the official websites of the Dat Project and Beaker Browser: https://datproject.org https://beakerbrowser.com And a short video for Beaker: https://www.youtube.com/watch?v=U2B9mwRFE8U
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#14Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.
Can dat be accessed without that browser? I haven't found something like the IPFS node, and that's what made me not want to run dat. Also, ZeroNet seems more advanced than both in terms of things that actually work today.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#15Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#16Or does this extensions have the same issues as Metamask[0], which means there's no way to hide the fact that one has the extension installed?
This is a pretty important privacy feature, because I'm pretty sure the presence of such an extension massively increases the accuracy of targeting.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#17Earlier quoted context omitted.
Interestingly I've heard of IPFS many many times and this is the first I've heard of Dat+Beaker. Do you have a starting point you suggest to get an idea of what it is or does?
Here are the official websites of the Dat Project and Beaker Browser: https://datproject.org https://beakerbrowser.com And a short video for Beaker: https://www.youtube.com/watch?v=U2B9mwRFE8U
Got a white paper link up at the top and some graphics of some decentralized nodes, so probably hit the back button faster than I delete spam from my inbox.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#18Is it possible to completely/selectively prevent websites from knowing I have IPFS running in my browser? Or does this extensions have the same issues as Metamask[0], which means there's no way to hide the fact that one has the extension installed? This is a pretty important privacy feature, because I'm pretty sure the presence of such an extension massively increases the accuracy of targeting.
I wonder if we could have a standard api, like window.requestAPI('ipfs' or 'eth' or whatever) returns a Promise, and the user gets a 'page is requesting' bar like we do with location requests.
That way, you wouldn't be leaking information about your browser capabilities to pages that you don't wish to use those capabilities on.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#19Dat+Beaker is way ahead of IPFS in tooling, developer mindshare, consumer friendly UI, etc. With $250 million it's pretty shocking they don't seem more worried/focused on that.
Currently Dat's browser integration model requires the use of a specific browser (Beaker). Not that Beaker isn't awesome; I think Dat would garner more mindshare if it moved to browser-extension-based model like IPFS and didn't require a full installation of a new browser.
Re: IPFS Companion 2.2.0 brings window.ipfs to your Browser
#20Is it possible to completely/selectively prevent websites from knowing I have IPFS running in my browser? Or does this extensions have the same issues as Metamask[0], which means there's no way to hide the fact that one has the extension installed? This is a pretty important privacy feature, because I'm pretty sure the presence of such an extension massively increases the accuracy of targeting.
Off the top of my head, there could be some things we could do to help this, but the async/sync nature of `window.ipfs` makes it harder. If variable access was async, we could prompt before exposing it, but since we want to enable the browser extension to be a migration path to having native IPFS support in the browser, it becomes harder.
lide went ahead and opened a issue (https://github.com/ipfs-shipyard/ipfs-companion/issues/451), so if you're reading this and have ideas, we'd love to hear from you! We care deeply about this issue but was not required for the initial prototype we have now.
(Disclaimer: I work on IPFS)