Live data from Hacker News

Viewing profile — mwitkow

mwitkow

HN member
Joined
Tue, Dec 13, 2016, 6:04 PM UTC
HN karma
27
Public activity
11 items

About mwitkow

No profile information was provided.

Recent public activity

  1. comment
    Comment #17102806

    We use Thanos to provide the observability features (monitoring in particular) to Workers (i.e. user processes we run on our Cloud) that perform the simulation. You can have multip…

  2. comment
    Comment #17102523

    (disclaimer: I work at Improbable) The reason why we built Thanos was to enable monitoring of large scale simulation systems, which are inherently stateful, such as the Survival de…

  3. comment
    Comment #14211150

    That sounds very much what we're doing, except our microservice stack is in Go. For nodeJS you probably want to front your pods with grpcwebproxy ( https://github.com/improbable-en…

  4. comment
    Comment #14211092

    Totally agreed. There are cases where you basically want to deal with well structured web resources: HTML, images etc. For these, HTTP is a perfect fit. What we're replacing with g…

  5. comment
    Comment #14211002

    There's actually a stand-alone proxy that translates the REST mappings of `google.api.http` into gRPC requests. It relies on code-generation: https://github.com/grpc-ecosystem/grpc…

  6. comment
    Comment #14210989

    We haven't tried using gRPC in Python, as we have completely migrated from Python away towards Go. Our experience of using gRPC in Java, C++ and Golang is pretty good. While it had…

  7. comment
    Comment #14210959

    Yea, we actually work closely with the gRPC-Web team at Google to make sure our implementations are interoperable and we have plans for cross-integration-testing.

  8. comment
    Comment #14210438

    One of the authors here. This is indeed our own implementation of the pending spec. We are in touch with the gRPC team to make sure that their (still unreleased) implementation is …

  9. comment
    Comment #13169731

    That's interesting, we have a slightly related architecture. SpatialOS Runtime, itself distributed across many machines, acts as your "Master Control Process". It orchestrates Work…

  10. comment
    Comment #13169214

    Seems like an issue with skillsmatter/vimeo :( If you're interested, we also went to CoreOS Fest Berlin this year, where I presented how we dynamically reconfigure our SpatialOS si…

  11. comment
    Comment #13169002

    Our Platform team uses Golang extensively. We use it together with gRPC to form our microservice stack that orchestrates the SpatialOS simulations. The TL of our Platform API team …