Live data from Hacker News

Viewing profile — psoundy

psoundy

HN member
Joined
Sun, Jan 10, 2021, 12:22 AM UTC
HN karma
13
Public activity
9 items

About psoundy

No profile information was provided.

Recent public activity

  1. 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…

  2. 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.

  3. 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…

  4. 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, …

  5. 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…

  6. comment
    Comment #28718667

    If you like grainy mustard, I can’t recommend Kozliks’ Triple Crunch enough: https://www.kozliks.com/

  7. 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…

  8. 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…

  9. 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…