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

phyrog

no profile record

コメント

phyrog
·2 か月前·議論
So just like for humans...
phyrog
·3 か月前·議論
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.
phyrog
·5 か月前·議論
The blog is under a German domain, the company is from Malta. Why would they care about a US law again?
phyrog
·6 か月前·議論
Not everything is a business, you know? As far as I know tangled is not one.
phyrog
·8 か月前·議論
It may not have to scale, but being able to use the same hardware for more (different things) is nice nevertheless.
phyrog
·8 か月前·議論
OpenObserve might be what you're looking for
phyrog
·8 か月前·議論
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.
phyrog
·8 か月前·議論
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 these overly complex and config heavy charts people publish - just to make sure everything is customizable for consumers.

I'd love something that works more like Kustomize but with other benefits of Helm charts (packaging, distribution via OCI, more straight forward value interpolation than overlays and patches, ...). So far none have ticked all my boxes.
phyrog
·10 か月前·議論
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.