HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Duologic

no profile record

投稿

Show HN: Jsonnet implementation in Jsonnet

github.com
1 ポイント·投稿者 Duologic·昨年·0 コメント

Registry Explorer

oci.dag.dev
2 ポイント·投稿者 Duologic·昨年·1 コメント

Stanisław Barzowski on the jsonnet Language [audio]

se-radio.net
2 ポイント·投稿者 Duologic·3 年前·0 コメント

Microsoft and Grafana Labs invest $40M in Isovalent

isovalent.com
12 ポイント·投稿者 Duologic·4 年前·0 コメント

コメント

Duologic
·7 か月前·議論
I work at Grafana and did quite a bit of work on Tanka in the past, so yes.
Duologic
·7 か月前·議論
Any particular libraries you use to generate TF-JSON from jsonnet?

I wrote a generator a little while ago that can create jsonnet libraries from the TF schemas: https://github.com/Duologic/soysonnet

Example lib here: https://github.com/Duologic/soysonnet-aws

I only needed it for AWS so I didn't spend more time on it.
Duologic
·昨年·議論
I noticed phillebaba using it during his Spegel talk at FOSDEM.
Duologic
·2 年前·議論
This reminds me of the Danish Navy oak: https://en.m.wikipedia.org/wiki/Visings%C3%B6#History
Duologic
·3 年前·議論
I'm interested in the code that processes the swagger/openapi into jsonnet, can you link to that?
Duologic
·4 年前·議論
Hit me up on the #jsonnet channel on Kubernetes Slack or the #tanka channel on Grafana Slack if you want to go a bit more in depth.
Duologic
·4 年前·議論
At Grafana Labs we're using jsonnet at scale, while being a powerful functional language it is also excellent for rendering JSON/YAML config. We have developed Tanka[0] to work with Kubernetes, for other purposes I can recommend this course[1] (authored by me).

[0] https://tanka.dev/

[1] https://jsonnet-libs.github.io/jsonnet-training-course/
Duologic
·4 年前·議論
I've bought them 2 years ago including a few spares, haven't replaced them since (not sure what 'vacuum' means in this context).
Duologic
·4 年前·議論
I can really recommend cable sleeves/tubes, I use these on my desk: https://www.amazon.com/Alex-Tech-10ft-Protector-Sleeving/dp/...
Duologic
·4 年前·議論
Last year I wrote a blog post about this exact question: Who watches the watchers?

The general takeaway is that you run a minimal prometheus/alertmanager setup that only scrapes the agents, then use a dead man switch-like system to ensure this pipeline keeps working.

Link: https://grafana.com/blog/2021/04/08/how-we-use-metamonitorin...