Results 257 comments of Will

it comes out of http://www.haproxy.org/ where you have an edge that terminates TLS, and passes the unwrapped connection back to the backend application.

i think the main reason that it's being done at application layer is that there are plenty of cloud cases where the people dealing with the application / fronting don't...

I have periodically been updating an NPM package tracking the library https://www.npmjs.com/package/e2e https://groups.google.com/forum/#!searchin/e2e-discuss/npm/e2e-discuss/z4wo947DN3Q/kh3T5rdrBPYJ

This might become much easier once we have https://github.com/ipfs/go-ipfs/pull/7995 which will allow for a `dag get` to use arbitrary ipld-prime codec encodings. cc @aschmahmann for recommendation on if this implies...

We should understand if we want to be doing DHT protocols over such a mixnet, or if it would make more sense to use something like delegated routing, where the...

I'm not personally a huge fan of `selector.`. I wonder if instead of `multibase({cbor serialization of selector})` it could be a cid with identity hash, so specifying codec, and multibase

there's some work ongoing for more ergonomic selectors to support parts of this. There's recently been selector support added for representing the blocks that constitute a range of a unixfs...

One issue with frames that makes us hesitant to use them, even with the sandbox attribute to limit communication is that the frame code often will run in the same...

I think it's valuable to develop a definitive API of what is available in a module as part of the design document explaining the security properties of freedom.js so that...

This probably is related to deciding the minimum android API level we're targeting. There are many fewer Low-end phones running Android 5.0, if we need that anyway. On Wed, Nov...