Live data from Hacker News

Viewing profile — pherl

pherl

HN member
Joined
Fri, Jul 29, 2016, 5:27 PM UTC
HN karma
8
Public activity
2 items

About pherl

No profile information was provided.

Recent public activity

  1. comment
    Comment #12188486

    There are also wrapper well known types that you can fallback to (in wrappers.proto), when you need to distinguish between, say empty string and null.

  2. comment
    Comment #12188422

    The main concern that the deterministic serialization isn't canonical is due to the unknown fields. As string and message type share the same wire type, when parsing an unknown str…