HackerTrans
TopNewTrendsCommentsPastAskShowJobs

phyrog

no profile record

comments

phyrog
·vor 2 Monaten·discuss
So just like for humans...
phyrog
·vor 3 Monaten·discuss
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
·vor 5 Monaten·discuss
The blog is under a German domain, the company is from Malta. Why would they care about a US law again?
phyrog
·vor 6 Monaten·discuss
Not everything is a business, you know? As far as I know tangled is not one.
phyrog
·vor 8 Monaten·discuss
It may not have to scale, but being able to use the same hardware for more (different things) is nice nevertheless.
phyrog
·vor 8 Monaten·discuss
OpenObserve might be what you're looking for
phyrog
·vor 8 Monaten·discuss
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
·vor 8 Monaten·discuss
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
·vor 10 Monaten·discuss
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.