Viewing profile — tignaj
tignaj
HN member- Joined
- Sun, Aug 18, 2019, 8:40 PM UTC
- HN karma
- 47
- Public activity
- 20 items
- HN profile
- View on Hacker News ↗
About tignaj
No profile information was provided.
Recent public activity
-
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?
-
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.
- story
-
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
-
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,…
-
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…
-
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…
-
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
-
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…
-
comment
Comment #27297403
Please submit a bug at https://github.com/open-telemetry/opentelemetry-go/issues We want to make the SDKs rock-solid.
- story
-
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…
-
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…
-
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…
-
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…
- story
-
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…
- story
-
comment
Comment #20733306
Thanks for the link, I haven't seen this before, going to read it.
-
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…