Live data from Hacker News

Viewing profile — JeffMcCune

JeffMcCune

HN member
Joined
Wed, Jun 26, 2024, 7:09 PM UTC
HN karma
71
Public activity
34 items

About JeffMcCune

https://holos.run https://openinfrastructure.co jeff at openinfrastructure.co

Recent public activity

  1. comment
    Comment #45683741

    Why would you guess that? Most justices concern themselves with statute.

  2. comment
    Comment #45681852

    This is not accurate. I filed a claim against Bungalow in Oregon. They petitioned the judge to allow their in house attorney I was dealing with to represent them. The judge denied …

  3. comment
    Comment #44640708

    You can’t revoke, rotate, or audit access to them.

  4. comment
    Comment #44609772

    These are effectively MSPs and perform the kind of role GP describes.

  5. comment
    Comment #44561193

    Use a bucket for this. Or if you’re in a home lab use a boring old NFS server outside k8s

  6. comment
    Comment #44552141

    Harder to scale, stateful.

  7. comment
    Comment #44542679

    That was the first album on it for sure and yes he repeats it constantly. Luckily the speaker is in his room. He’s got a yoto too but won’t wear the headphones, so this has been a …

  8. comment
    Comment #44542659

    I don’t. It works, reliably enough that my son hasn’t had any issues using it for a week. What’s bad about it?

  9. comment
    Comment #44542514

    It’s anthropomorphism taking over. I pretend I’m talking with a colleague when I do this sort of thing.

  10. story
    Show HN: I built a toy music controller for my 5yo with a coding agent

    The HN community may find the context of the prompts, organized by each turn in each session, the most useful. See the website/docs/prompts.md and session-X.md files. I also starte…

  11. comment
    Comment #44319721

    Except you can easily install calico, istio, and ceph on used hardware in your garage and get an experience nearly identical to every hyper scaler using entirely free open source s…

  12. comment
    Comment #44294340

    Is Google sheets backend (from the screenshot in the readme) what I think it is? Sheets API as a database? If so props to you. My original idea behind https://holos.run was to crea…

  13. comment
    Comment #44164632

    Location: Portland, OR Remote: Yes Willing to relocate: No Technologies: Kubernetes, Go, Python, AWS, GCP, OIDC, TCP/IP, TLS Résumé/CV: https://docs.google.com/document/d/1L4l22Idw…

  14. comment
    Comment #42991860

    Yesterday I installed Karabiner Elements to get a jk chord mapped to escape globally. I’m a bit disappointed it’s not actually a chord, it’s a simultaneous press with a 100ms windo…

  15. comment
    Comment #42853639

    An artifact depends on the tools used to build it. This is why we pin versions. Go tool is common sense, allowing for any old tool version in the build chain invites failure.

  16. comment
    Comment #42837502

    As other sibling comments suggest these use cases are better solved with a generator. The rendered manifest pattern is a simpler alternative. Holos [1] is an implementation of the …

  17. comment
  18. comment
    Comment #42444594

    Congrats on the launch! Since this is Go have you considered using CUE or looked at their flow package? Curious how you see it relating or helping with data pipelines.

  19. comment
    Comment #42441616

    For posterity, I'm documenting the integration between Holos and Kargo at https://holos.run/docs/kargo/

  20. comment
    Comment #42405816

    Go was the first language where I deeply appreciated strong typing. I’d used other before but it was go to definition working 100% of the time that did it for me. Maybe start there…

  21. comment
    Comment #42402675

    Very nice, would love to see a kubectl explain type plugin to integrate with this somehow.

  22. comment
    Comment #42383557

    Got you, I did not mean to be argumentative, only to explain why Holos is what it is.

  23. comment
    Comment #42383455

    Could you clarify what process you're speaking of as the end goal? Holos is designed to produce configuration for Kubernetes. That configuration can be as small as a 10 line yaml f…

  24. comment
    Comment #42383151

    Holos writes fully rendered manifests to the local filesystem, a gitops repository. Kargo watches a container registry for new images, then uses the rendered manifests Holos produc…

  25. comment
    Comment #42382350

    I share Marcel's view, a DSL is the ideal position on the configuration complexity clock. CUE in particular is ideal for configuration because of how it handles unification. I wrot…