Viewing profile — sudorandom
sudorandom
HN member- Joined
- Wed, May 02, 2012, 7:52 PM UTC
- HN karma
- 39
- Public activity
- 16 items
- HN profile
- View on Hacker News ↗
About sudorandom
[ my public key: https://keybase.io/sudorandom; my proof: https://keybase.io/sudorandom/sigs/lhEkaUpV37r7QzVea_cLcElODrYrTIMZezP1qIJjCro ]
Recent public activity
-
comment
Comment #48881473
The buf CLI can do this. Here's how it looks to convert from encoded protobuf to json (protojson). buf convert schema.proto \ --type YourMessageName \ --from payload.binpb \ --to o…
-
comment
Comment #41473917
You should really check out ConnectRPC. Out of the box it supports gRPC, gRPC-Web and a much more reasonable protocol called Connect without an extra middleware to do translation b…
-
comment
Comment #41472730
They are the protobuf descriptors, which is basically the protobuf encoded version of the protobuf files. They can be optional and many plugins have options to exclude that part fr…
- story
- story
- story
-
comment
Comment #40817967
This is probably not exhaustive but I think these frameworks can support HTTP/3 today: - The standard grpc library for C#, dotnet-grpc - It may already be possible in rust with Ton…
-
comment
Comment #40814773
Hey, author here: > Why does gRPC have to use such a non-standard term for this that only mathematicians have an intuitive understanding of? I have to explain the term every time I…
-
comment
Comment #40814564
Author here: Sorry that I was so harsh on textproto. You are right that it has some strengths over JSON... I'm actually a fan of JSONC for this reason. It does limit you on tooling…
-
comment
Comment #40814461
Author here: I definitely should have been more explicit for my love of connectrpc, buf, protovalidate, etc. I do mention ConnectRPC but maybe not as loud as I could have. I defini…
-
comment
Comment #40814435
Author here: it's nerdy web trivia but HTTP trailers are actually in the HTTP/1.1 spec, although very few browsers, load balancers, programming languages, etc. implemented it at th…
- story
-
comment
Comment #10706081
This hasn't been my experience... You can also set that value using an environmental variable (GOMAXPROCS). You might want to make sure that isn't set in your environment. Otherwis…
-
comment
Comment #10703794
Golang: to enable all the cores, you have to put in your code runtime.GOMAXPROCS(num of cores you want to use) This is no longer true. With Go 1.5 and higher GOMAXPROCS is set to t…
-
comment
Comment #5409001
github: sudorandom
-
comment
Comment #3920831
To be honest, the overall market effects were trivial. The one thing that did happen was the actual trade that happened in and out of Jita (the biggest trade hub in the game) was v…