joshzcold

joined 2 years ago
[–] joshzcold@lemmy.world 9 points 5 months ago

Have some kids and day one that fruit is at least half gone.

[–] joshzcold@lemmy.world 2 points 5 months ago

I've reached for some complex awk when I am looking to parse snippets of code where breaking out a full language parser would have been too much.

One example is parsing statements from a Dockerfile but only within certain stages of the image. So I reach for regex range in awk and I can make something that works everywhere.

Of course I probably could have done the same thing in python by controlling the beginning and end via variables, but I like awk sometimes.

[–] joshzcold@lemmy.world 17 points 1 year ago (3 children)

The gophers are https://podman.io/ which builds and runs containers. My guess is they are building the same application in multiple distros for their one application

Like

my-app-nix my-app-fedora my-app-alpine

It's a common practice so users can choose the distro they prefer when launching your container in their stack.

[–] joshzcold@lemmy.world 15 points 1 year ago (3 children)

Add on a CI system (not Jenkins) and you got yaml controlling your yaml!

[–] joshzcold@lemmy.world 6 points 1 year ago (1 children)

Be me, the only one who knows how to read the ancient text of Jenkins log.

[–] joshzcold@lemmy.world 16 points 1 year ago (4 children)

Now you're doing pipelines forever. 😞

[–] joshzcold@lemmy.world 2 points 2 years ago

Fun part about Orem is that all of those houses for 400-600 were built in the 80s and haven't been updated since then.

So then you start looking at houses in at least Saratoga or Spanish fork. I landed in Springville and I bought 3 years ago before the market got as bad as it did.

[–] joshzcold@lemmy.world 5 points 2 years ago

You can use kubernetes on any OCI container deployment.

So if you don't want/need to install the docker program, you can go with containerd.