Live data from Hacker News

Viewing profile — tignaj

tignaj

HN member
Joined
Sun, Aug 18, 2019, 8:40 PM UTC
HN karma
47
Public activity
20 items

About tignaj

No profile information was provided.

Recent public activity

  1. comment
    Comment #48499287

    Is ourcommons.ca an official House of Commons website? It says so but how do I verify before I submit the petition with my information?

  2. comment
    Comment #46508479

    If you are looking for a fast format with schema support see STEF: https://www.stefdata.net/ Disclosure: I am the author.

  3. story
  4. comment
    Comment #42348095

    Here is a fairly efficient version of a simple union like that I did a while back https://github.com/tigrannajaryan/govariant

  5. comment
    Comment #36913358

    This is also because Google's Protobuf implementations aren't doing a very good job with avoiding unnecessary allocations. Gogoproto is better and it is possible to do even better,…

  6. comment
    Comment #34316784

    Otel logs aim to record the execution context in the logs. In languages when the context is implicitly passed (e.g. via thread-local storage / MDC in Java) Otel automatically injec…

  7. comment
    Comment #32460996

    This. The statelessness of the OTLP is by design. I did consider stateful designs with e.g. shared state dictionary compression but eventually chose not to, so that the intermediar…

  8. comment
    Comment #32460924

    Here is a OneOf Go implementation I wrote that hopefully is less ugly and is significantly faster: https://github.com/splunk/exp-lazyproto#oneof-fields

  9. comment
    Comment #32460853

    Article author here, good to see it on HN, someone else has submitted it (thanks :-)). If you are interested in the topic you may be also interested in a research library I wrote r…

  10. comment
    Comment #27297403

    Please submit a bug at https://github.com/open-telemetry/opentelemetry-go/issues We want to make the SDKs rock-solid.

  11. story
  12. comment
    Comment #24574186

    Here is the draft plan for logs: https://github.com/open-telemetry/opentelemetry-specificatio... Logs are not going to be part of OpenTelemetry 1.0 release (only traces and metrics…

  13. comment
    Comment #24574099

    Disclaimer: I work on OpenTelemetry spec. Many tracing solutions settled on 128bits/16 bytes trace ids. Here is Jaeger's rationale: https://github.com/jaegertracing/jaeger/issues/8…

  14. comment
    Comment #24574029

    Disclaimer: I work on OpenTelemetry specification and Collector. I don't contribute to Go implementation but I encourage you to submit the feedback to https://github.com/open-telem…

  15. comment
    Comment #24573997

    Disclaimer: I work on OpenTelemetry specification and Collector. It is true that the spec and libraries have been changing. This is to be expected since we haven't yet made a stabl…

  16. story
  17. comment
    Comment #22246323

    If you are not familiar with how retrying is used and why exponential back off, jitter, etc are useful here is a shameless plug to a blog post I wrote recently https://blog.najarya…

  18. story
  19. comment
    Comment #20733306

    Thanks for the link, I haven't seen this before, going to read it.

  20. comment
    Comment #20732940

    Engineer / engineering manager here. Nicely articulated article. There is one observation that I respectfully disagree with - the one that says interviews are monotonous and boring…