Henry Story

Results 422 comments of Henry Story

It looks like a good idea, just in my caseI have not gotten so far yet with my own setup. Btw, there is a new spec from IETF in the...

Note, with [HTTP Sig](https://github.com/bblfish/httpsig) working via a wallet or through an http proxy, the signatures can be thought of as coming I think directly from the user. Ie. the [Solid...

@RubenVerborgh regarding identifying an app: you can identify an app with a WebId as I did in the [WAC rules above](https://github.com/solid/web-access-control-spec/issues/81#issuecomment-1307245919). There `` is meant to be the App Instance...

Just came back to reading your book, updated a lot of course, and so I stumbled upon the same sentence and remembered this conversation. > I think it's just the...

From afar it looks like WebAssembly is really a form of Machine Code. It runs in the browser but can also run in the server with node.js. It looks a...

@mkotsbak I don't think I mentioned needing Java libraries. :-) I am very happy with Scala, where it targets JVM bytecode. I am also very happy with ScalaJS as a...

Btw, here is an interesting paper on writing an RDF library in Rust, and having it compile to WASM, what needs to be done to have it be efficient to...

yes, the idea is to allow solid to be tested in the wild as deployed, continuously. So that would complement your current work. But this idea could guide the current...

I am able to demo the user of an Akka server using HTTP Message Signatures and an http4s client now. That could be part of the documentation: it helps explain...

Is this a generic bug, or just one with a particular implementation? It seems that specific server implementation issues should first be posted against that implementation and then if it...