Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
annanay
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
13 ms
·
1.
▲
Show HN: gcx – The Official Grafana Cloud CLI
(github.com)
9 points
by
annanay
5mo ago
|
0 comments
2.
▲
Document search using Claude and Inverted Index
(annanay.dev)
4 points
by
annanay
9mo ago
|
0 comments
3.
▲
by
annanay
10mo ago
Overkill but clever :) reminds me of https://www.pinterest.com/pin/we-are-looking-for-graphic-des...
4.
▲
by
annanay
10mo ago
sweet, will use this the next time :)
5.
▲
by
annanay
10mo ago
Yeah I just used off the shelf base material and didn't have the eight equipment to make rounded corners, hence the current diamond shape :(
6.
▲
by
annanay
10mo ago
Ah yeah, I should have mentioned that in the post somewhere, but reflective would definitely be a nice next step. I have seen TheSignGuy use reflective material in his videos, I'll have to find the equivalent on the Cricut store.
7.
▲
by
annanay
10mo ago
Do you have sample images of what this would look like? I imagine the texture and finish won't be as smooth as vinyl but curious nevertheless.
8.
▲
Building road signs at home using a Cricut Machine
(annanay.dev)
48 points
by
annanay
10mo ago
|
32 comments
9.
▲
I Made a Google Wallet Pass for my Github profile
(annanay.dev)
3 points
by
annanay
10mo ago
|
0 comments
10.
▲
Navigating development in a hyper-growth startup
(annanay25.github.io)
1 points
by
annanay
3y ago
|
0 comments
11.
▲
by
annanay
3y ago
The Parquet backend helped unlock traces search for large clusters (>400MB/s data ingestion) and over longer periods of time (>24h). It also helped unlock TraceQL (a query language for traces similar to PromQL/LogQL). There&
12.
▲
by
annanay
3y ago
Grafana Tempo also switched from Protobuf storage format to Apache Parquet last year. It's fully open source, and the proposal (from April 2022) is here: https://github.com/grafana/tempo/blob/main/do
13.
▲
by
annanay
3y ago
This is really interesting, thanks for sharing. What's also cool was the low effort needed for this setup (Java autoinstrumentation + Clickhouse exporter + Grafana Clickhouse Plugin).
14.
▲
Grafana Tempo is now GA with the release of v1.0
(grafana.com)
20 points
by
annanay
5y ago
|
0 comments
15.
▲
by
annanay
6y ago
Since Tempo is a k/v store that can retrieve traces given a traceID, we need either a metric system that can store traceIDs in exemplars OR any logging framework to log traceIDs that can be copied over to the Tempo Query UI.
16.
▲
by
annanay
6y ago
The semi structured nature of logs works to the advantage of Tempo, because as developers we have the flexibility to log _anything_, high cardinality values like cust-id, request latency, gobble-de-gook .. the equivalent of span tags. Inste