Viewing profile — JeffMcCune
JeffMcCune
HN member- Joined
- Wed, Jun 26, 2024, 7:09 PM UTC
- HN karma
- 71
- Public activity
- 34 items
- HN profile
- View on Hacker News ↗
About JeffMcCune
Recent public activity
-
comment
Comment #45683741
Why would you guess that? Most justices concern themselves with statute.
-
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 …
-
comment
Comment #44640708
You can’t revoke, rotate, or audit access to them.
-
comment
Comment #44609772
These are effectively MSPs and perform the kind of role GP describes.
-
comment
Comment #44561193
Use a bucket for this. Or if you’re in a home lab use a boring old NFS server outside k8s
-
comment
Comment #44552141
Harder to scale, stateful.
-
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 …
-
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?
-
comment
Comment #44542514
It’s anthropomorphism taking over. I pretend I’m talking with a colleague when I do this sort of thing.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.
-
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 …
- comment
-
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.
-
comment
Comment #42441616
For posterity, I'm documenting the integration between Holos and Kargo at https://holos.run/docs/kargo/
-
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…
-
comment
Comment #42402675
Very nice, would love to see a kubectl explain type plugin to integrate with this somehow.
-
comment
Comment #42383557
Got you, I did not mean to be argumentative, only to explain why Holos is what it is.
-
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…
-
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…
-
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…