HackerTrans
TopNewTrendsCommentsPastAskShowJobs

markl42

139 karmajoined قبل 10 سنوات
GraphQL Nerd @ Yelp // https://twitter.com/mark_larah

Submissions

Preventing LLM unit test spam

blog.larah.me
2 points·by markl42·قبل 3 أيام·0 comments

The Case for Service-to-Service GraphQL

blog.larah.me
3 points·by markl42·قبل 4 أيام·0 comments

Introducing GAPs: GraphQL Auxiliary Proposals

graphql.org
2 points·by markl42·الشهر الماضي·0 comments

Default GraphQL response is now HTTP 500

graphql.org
34 points·by markl42·قبل 3 أشهر·4 comments

Show HN: Clip – Claude Interactive Picker

github.com
3 points·by markl42·قبل 4 أشهر·0 comments

Show HN: Spacelist, a TUI for Aerospace window manager

github.com
45 points·by markl42·قبل 7 أشهر·6 comments

Don't Gobble Up Errors

programming.protips.wiki
4 points·by markl42·قبل 7 أشهر·0 comments

comments

markl42
·قبل سنتين·discuss
At the risk of hijacking the comments, I've been trying to use OTel recently to debug performance of a complex webpage with lots of async sibling spans, and finding it very very difficult to identify the critical path / bottlenecks.

There's no causal relationships between sibling spans. I think in theory "span links" solves this, but afaict this is not a widely used feature in SDKs are UI viewers.

(I wrote about this here https://github.com/open-telemetry/opentelemetry-specificatio...)