Viewing profile — mwitkow
mwitkow
HN member- Joined
- Tue, Dec 13, 2016, 6:04 PM UTC
- HN karma
- 27
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About mwitkow
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.
-
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 …
-
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…
-
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…
-
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 …