/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

jbrandhorst.com
| | blog.owulveryck.info
3.2 parsecs away

Travel
| | This is a simple article that describes the wiring of the tool I made for streaming the content of the remarkable 2 on a computer. From the proc filesystem to the gRPC implementation over HTTP/2 via the certificate generation.
| | bartlomiejmika.com
2.7 parsecs away

Travel
| | Did you just finish reading the gRPC Basics tutorial and you dont know where to begin with using it? In this post Ill explain how to take a fast time-series database called tstorage and write a gRPC server and client with it.
| | www.joeshaw.org
2.1 parsecs away

Travel
| | Two great tastes that taste great together
| | matttproud.com
13.8 parsecs away

Travel
| Pop quiz, hot shot: what is the behavior of func f (as defined below) when it is called from a bare gRPC method or HTTP handler as go f(ctx) using the context.Context provided to the handler?1 1 2 3 4 5 6 7 8 9 10 11 func f(ctx context.Context) { // Flimsily make it improbable for this function to continue while the // handler is serving. time.Sleep(time.Second) select { case <-time.