Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
phyrog
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
phyrog
4mo ago
So just like for humans...
2.
▲
by
phyrog
5mo ago
Yes they tried to hide the fact that it's a OnlyOffice fork so hard that they openly state it on the organization page in a whole section.
3.
▲
by
phyrog
7mo ago
The blog is under a German domain, the company is from Malta. Why would they care about a US law again?
4.
▲
by
phyrog
8mo ago
Not everything is a business, you know? As far as I know tangled is not one.
5.
▲
by
phyrog
10mo ago
It may not have to scale, but being able to use the same hardware for more (different things) is nice nevertheless.
6.
▲
by
phyrog
10mo ago
OpenObserve might be what you're looking for
7.
▲
by
phyrog
10mo ago
Yeah, but then it is yet another layer of configuration slapped on top of the previous layer of configuration. That can't be the best solution, can it? Same thing for piping helm template through Kustomize.
8.
▲
by
phyrog
10mo ago
In my book the main problem with Helm charts is that every customization option needs to be implemented by the chart that way. There is no way for chart consumer to change anything the chart author did not allow to be changed. That leads to
9.
▲
by
phyrog
1y ago
But that is exactly what slog provides? The a unified interface that can be implemented by other logger libraries. Yes the Logger itself is not the interface, but the Handler it is backed by is.
10.
▲
by
phyrog
2y ago
So a hand-wavy "look at the world bro" instead of actual metrics. Got it. > I'm just commenting on what I hate about golang. No you're not. You say Go (or a part of Go) is bad, which is vastly different. If you stuck
11.
▲
by
phyrog
2y ago
Majority of what people? Get off your high horse, your opinion is not a fact. Give me objective metrics to measure how "good" a language or language feature is, otherwise you are just wrong. I'm looking forward to trying out
12.
▲
by
phyrog
2y ago
> I don't think you realize there's stuff way better then go out there. Every language makes trade-offs. For you the trade-off Go makes is bad. I disagree. I like some languages better in certain parts, while I prefer Go's
13.
▲
by
phyrog
2y ago
> that’s stupid because people don’t typically use folders as if they were packages. Folders are typically used just to categorize things of similar meaning or naming or whatever you want You might do that. That does not mean everyone