RE: https://mastodon.social/@stephenblum/115975513491202645
It's wild that we still don't have anything more portable than #bash scripts. And `curl | sh` being the norm says a lot about legacy in our tooling.
| GitHub | https://github.com/hypnoglow |
| X | https://x.com/hypnoglow |
RE: https://mastodon.social/@programmerByDay/115987357739540180
@programmerByDay Neither. I tried both and they still feel pretty raw.
I moved to k3s instead. My existing Kubernetes experience transfers directly, so I don’t need to learn a new infra abstraction invented instead of k8s, like Coolify does.
RE: https://mastodon.social/@stephenblum/115975513491202645
It's wild that we still don't have anything more portable than #bash scripts. And `curl | sh` being the norm says a lot about legacy in our tooling.
RE: https://mastodon.social/@golangch/115977078295734736
Emojis in README: helpful or cringe?
I use lazygit as a task - so I don't have to worry about missing git features in Zed
I use lazygit as a task - so I don't have to worry about missing git features in Zed
pushd overlays/dev
kustomize edit set image ...
popd
kustomize build ...
wait, what? is this the way-to-go with #kustomize?