Live data from Hacker News

Viewing profile — thymelord

thymelord

HN member
Joined
Fri, Aug 26, 2016, 8:02 AM UTC
HN karma
8
Public activity
5 items

About thymelord

No profile information was provided.

Recent public activity

  1. comment
    Comment #12366501

    and I argue with your conclusion.

  2. comment
    Comment #12366427

    > That doesn't make a lot of sense, as UTC does have leap seconds. Pedantic much? Posting in technical forums is such a bother. People pick at any unimportant detail. Reworded just…

  3. comment
    Comment #12366362

    I've written a few JSON parsers over the years that treat commas as whitespace. The grammar is simpler and the parser is faster as result. As long as one always emits standards-com…

  4. comment
    Comment #12364961

    MessagePack is better supported than UBJSON and has far more implementations in almost every language. http://msgpack.org/index.html JSON Schema draft 4 is the defacto schema stand…

  5. comment
    Comment #12364896

    Timestamps are so complicated once you factor in timezones and daylight savings that it doesn't belong in JSON. Time zones are not static. They can change from country to country, …