Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
tignaj
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
tignaj
3mo ago
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.
▲
by
tignaj
8mo ago
If you are looking for a fast format with schema support see STEF: https://www.stefdata.net/ Disclosure: I am the author.
3.
▲
by
tignaj
2y ago
Here is a fairly efficient version of a simple union like that I did a while back https://github.com/tigrannajaryan/govariant
4.
▲
by
tignaj
3y ago
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, here is an example prototype I have put together
5.
▲
by
tignaj
4y ago
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 injects trace id and span id in the logs emitted using your
6.
▲
by
tignaj
4y ago
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 intermediaries can remain stateless. An extension to OTLP that uses sha
7.
▲
by
tignaj
4y ago
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
8.
▲
by
tignaj
4y ago
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 recently: https://github.com/splunk/exp-
9.
▲
by
tignaj
5y ago
Please submit a bug at https://github.com/open-telemetry/opentelemetry-go/issues We want to make the SDKs rock-solid.
10.
▲
Show HN: Fast Variant data type for Go
(github.com)
5 points
by
tignaj
6y ago
|
0 comments
11.
▲
by
tignaj
6y ago
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 will). Logs are coming later (no spec
12.
▲
by
tignaj
6y ago
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/858 It is also reco
13.
▲
by
tignaj
6y ago
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-telemetry/opentelemetry-go or https:&
14.
▲
by
tignaj
6y ago
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 stable release. We are aiming for 1.0 GA release this year.
15.
▲
Autonomously Robust Software
(blog.najaryan.net)
2 points
by
tignaj
7y ago
|
0 comments
16.
▲
by
tignaj
7y ago
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.najaryan.net/posts/autonomous-robustness/
17.
▲
Faster Protocol Buffers
(blog.najaryan.net)
2 points
by
tignaj
7y ago
|
0 comments
18.
▲
by
tignaj
7y ago
Thanks for the link, I haven't seen this before, going to read it.
19.
▲
by
tignaj
7y ago
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. I have done hundreds of interviews in my career and n