Juan Benet

Results 431 comments of Juan Benet

Yeah that's how the cli issues commands when daemon is on. (And why the api is separate from gateway route, so we can expose gateway without exposing api) — Sent...

We'll still need to bind DNS to ipns etc. lots of people will want to use DNS names too — Sent from Mailbox On Mon, Nov 2, 2015 at 12:58...

- the blog is ~180MB - the blog is all there - i "think" the viz loads the entire dag? (it was slow for me but worked) ![](https://ipfs.io/ipfs/QmWVyxFUGpcFYW2U7R37SsTSrJpRXM8mhMFNfzr5hGMQbn/cap.png)

~~would be good to have it on the readme of this repo, too~~ nvm, #7

Could actually avoid showing the bar part until it's done. eg something like: ``` / ? (calculating total size) [----=--] ? 2.98 GB / ? (calculating total size) [------------=--] 20.3...

yeah probably. want to record a little gif of the whole picture?

Very much agreed. this implies a fix in unixfs. go-unixfs is currently within go-ipfs.

You'll get an HTTP endpoint that pumps out a stream of ndjson (newline delimited JSON), as such: ```js {"type": "NewBlockMined", "from": "mineraddr1", "to": "all", "block": ""} {"type": "BroadcastBlock", "from": "mineraddr1",...

i can change it to make it nicer for you. and i can write the js browser side that parses it and emits the events for you.

@hannahhoward said (in the filecoin community slack) --- The IPLD Selectors spec do not strictly define a traversal order though right now it’s depth first in the implementation. (if I’m...