Viewing profile — kodama-lens
kodama-lens
HN member- Joined
- Tue, Sep 05, 2023, 7:48 PM UTC
- HN karma
- 172
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About kodama-lens
No profile information was provided.
Recent public activity
-
comment
Comment #48836719
In a world where code generation is cheap, why use untyped languages? Types add confidence, stricter interfaces, and most likely a better runtime performance.
-
comment
Comment #48698539
Firecracker has more tooling, but setting ist up and managing it is also more complicated, at least for k8s workloads. Libkrun is so easy for k8s! Compile crun with Libkrun support…
-
comment
Comment #48023953
I think there is an Issue/PR right now to change this. See: https://github.com/containerd/containerd/issues/13307
-
comment
Comment #47923588
Yeah, kind of. Lidl and Kaufland is owned by the Schwarz Group. They have been busy replicating the AWS orgin story. Their cloud is called StackIT. I've worked with them. Still som…
-
comment
Comment #47754317
I'm happy that there will be more tooling, but the reason for that (and the target audience) should not be ai agents. It should be a good experience for humans! Tools should be tes…
-
comment
Comment #47170785
I switched our entire container build setup to buildkit. No kaniko, no buildah, no dind. The great part is that you can split buildkitd and the buildctl. Everything runs in its own…
-
comment
Comment #46772310
It is a know problem. The strange part for me is that they fixed it in v1.35 with the FeatureGate AuthorizePodWebsocketUpgradeCreatePermission for pods but not for nodes which have…
-
comment
Comment #46421454
Thanks for the write up. It is indeed a simple and good solution for smaller workloads and as already pointed out it has some limitations. For devs the explicit configuration of th…
-
comment
Comment #46340759
Great way to apply your gathered Kubernetes knowledge! But I find the pricing tough and I don't like to give 3rd party tools that level of access to my clusters. I know its early s…
-
comment
Comment #46224865
Since customers carry out QA, the title is correct.
-
comment
Comment #46073631
It has gotten way worse since the Ai rise. Before it was the "how to be a winner" mindset now everything gets posted. Mostly AI garneted slop with glitchy AI images that advertise …
-
comment
Comment #45936406
Author here. I know the old way still works and I respect that. Given the history I ask myself how long will it work, since ist not the default anymore.
-
comment
Comment #45137854
I tried podman for multiple times. Normal testing & sandox stuff just works and you really can do alias docker=podman. But ass soon as you add nertworking me broke for me. And for …
-
comment
Comment #44210078
There are so many bad OAuth explanations and articles, this is NOT one of them! Thanks for writing it. Will recommend when I have to explain OAuth yet another time. My only nit pic…
-
comment
Comment #43024175
I don't think that WASM will replace containers. They will continue to move closer to each other but still have their advantages in different fields. Right now I can run containers…
-
comment
Comment #42220232
In my last year of university (5 years ago) I took a networking seminar. Each student took a look at a different technology to utilize multiple links for internet data transfers. I…
-
comment
Comment #42103177
It would fix a lot of the provider specific aspects of OAuth2, if the spec would be more strict on some claim (attribute) names on the jwt ID token. Some provide groups, some don't…
-
comment
Comment #41987882
At my old company we used to git pull and do make install on the prod server. Now I have to file an exceptions for a found buffer overflow vulnerability in libfdisk1 identified in …
-
comment
Comment #41893919
When I was finishing university I bought into the framework-based web-development hype. I thought that "enterprise" web-development has to be done this way. So I got some experienc…
-
comment
Comment #41585662
I can confirm this. All Google container registries, including the official k8s repos are unaccessible via some hetzner ipv4 domains. There is a GitHub issue that also covers the p…
- comment
- story
-
comment
Comment #40785884
> Ansible, if I'm not mistaken, requires python3 installed on remote hosts. It is not a requirement. There is the raw module that just sends commands over ssh . But if you want to …
-
comment
Comment #40478072
While I don't agree with quite some assumptions and comparisons the author makes I tend to agree that microservices are often not the right answer for your problem. They can be gre…
-
comment
Comment #40370151
> Certainly my utility websites (e.g. electric/gas) are a lot more functional and a lot less user hostile, because...those companies would really like it if you paid your bill on t…