Viewing profile — rfratto
rfratto
HN member- Joined
- Tue, Jan 14, 2014, 1:57 AM UTC
- HN karma
- 76
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About rfratto
No profile information was provided.
Recent public activity
-
comment
Comment #39979934
I'm one of the developers working on Grafana Alloy. Happy to answer any questions people may have!
-
comment
Comment #25435484
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 experi…
- story
-
comment
Comment #24192550
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.
-
comment
Comment #22758706
Great job Cortex team!
- story
-
comment
Comment #22011600
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 …
-
comment
Comment #9788796
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 no…
-
comment
Comment #9788652
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.
-
comment
Comment #9788035
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. T…
-
comment
Comment #9788010
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.
- comment
-
comment
Comment #9787690
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 or…
-
comment
Comment #9787616
When a standard library is introduced, Orange will be garbage-collected.
-
comment
Comment #9787493
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…
-
comment
Comment #9787386
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…
-
comment
Comment #9786604
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 on…
- story