Viewing profile — psoundy
psoundy
HN member- Joined
- Sun, Jan 10, 2021, 12:22 AM UTC
- HN karma
- 13
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About psoundy
No profile information was provided.
Recent public activity
-
comment
Comment #47070104
When using Claude Code, it's possible to opt out of having one's sessions be used for training. But is that opt out for everything? Or only message content, such that there could r…
-
comment
Comment #47000556
It's called 'setting an example'. One might disagree with value of the example being set, but I'm not sure I would characterize his choices as in any way convenient for him.
-
comment
Comment #45394373
I used kinesis advantage for 15 years, switched to a glove80 for the past 2, but recently went back to kinesis with an advantage2. The glove80 is very nice, but my hands are big en…
-
comment
Comment #42070506
Even in the best case of what you are describing, how are these tools configured and their configuration maintained except via PRs to the repos in question? For every such change, …
-
comment
Comment #42067716
Have you heard of OpenShift 4? Self-hosted Kubernetes by Red Hat. Every little piece of the control plane is its own 'operator' (basically a microservice) and every operator is dev…
-
comment
Comment #28718667
If you like grainy mustard, I can’t recommend Kozliks’ Triple Crunch enough: https://www.kozliks.com/
-
comment
Comment #25710956
The number of deployed CRDs is not likely to be an issue. The number and size of custom resources (CRs - instances of CRDs) is potentially an issue. Scalability is relative, and de…
-
comment
Comment #25707354
Not sure why you’re being downvoted. OpenAPI schema generation is one of the most challenging elements of developing with CRDs. Anyone who is not an apimachinery SME is likely to s…
-
comment
Comment #25707034
tl;dr If you’re operating with CRDs at trivial scale, you probably having nothing to worry about. But operating with CRDs at scale is a different story and suggests careful testing…