Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rfratto
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
rfratto
2y ago
I'm one of the developers working on Grafana Alloy. Happy to answer any questions people may have!
2.
▲
by
rfratto
6y ago
One of the Loki maintainers here (though I mostly work on other stuff now). I promise it's not difficult on purpose. We've put a lot of effort into optimizing the Kubernetes experience that non-containerized installations haven&#x
3.
▲
Grafana Tempo: High volume, minimal dependency trace storage
(github.com)
31 points
by
rfratto
6y ago
|
2 comments
4.
▲
by
rfratto
6y ago
Congrats to the team at Grafana! I've been working here for a little over a year and I'm really excited to see how far we can go with this.
5.
▲
by
rfratto
6y ago
Great job Cortex team!
6.
▲
Grafana Cloud Agent 0.1 Released
(grafana.com)
2 points
by
rfratto
7y ago
|
0 comments
7.
▲
by
rfratto
7y ago
Grafana Labs employee here. We've been using jsonnet-bundler as a package manager on top of our Tanka configs. As for some common packages, we open source most of ours[1]. We also provide Tanka-compatible configs for Loki[2]. [1]: htt
8.
▲
by
rfratto
11y ago
After looking more into Crystal, it seems to try to be as Ruby-like as possible. I like Ruby, but I think its more involved features are syntactically complicated. I'm also just not a fan of the "everything is an object" mant
9.
▲
by
rfratto
11y ago
Ah, yeah, I figured this would be an issue, which is why I thought having it be something you could disable could fix some of those potential headaches.
10.
▲
by
rfratto
11y ago
I've seen both, but I haven't spent a lot of time looking at their documentation to start making comparisons. At the moment, I only have a vague idea of what I want Orange to be. The development has mostly been driven with what I
11.
▲
by
rfratto
11y ago
Any options I had planned for the language were going to be per-project settings, so at least the coding style in any given project would be consistent.
12.
▲
by
rfratto
11y ago
You're absolutely right. While I do strongly believe that optional typing is a feature I want to keep, I have been focusing too hard on taking a middle-of-the-road approach. The original idea was to have a systems development language
13.
▲
by
rfratto
11y ago
When a standard library is introduced, Orange will be garbage-collected.
14.
▲
by
rfratto
11y ago
Each parameter in a function without a type identifier is a unique generic type. This means any function with two typeless parameters already accepts two different kinds of generic types.
15.
▲
by
rfratto
11y ago
I was more inspired by Ruby's syntax, which I always thought was very clean to read. I struggled coming up with a lot of examples since I don't have a standard library to work with (yet), but the most diverse group of existing pro
16.
▲
by
rfratto
11y ago
That's a good point; I updated the README to note that the language is still under development. And yeah, as for https://github.com/orange-lang/orange/tree/master/lib/libor , it only contains bo
17.
▲
Orange: A simple systems programming language
(orange-lang.org)
55 points
by
rfratto
11y ago
|
38 comments