joshzcold

joined 2 years ago
[–] [email protected] 2 points 1 month ago (1 children)

I don't use lazyvim, but I found the "auto pairs" plugin you can try to disable

https://www.lazyvim.org/plugins/coding#minipairs

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (1 children)

One thing that has kept me on dwm for so long is that my patched configuration no longer needs any more changes and I take it with me wherever I go. it was challenging but rewarding.

Never an upgrade needed.

I eventually want to go to Wayland and River seems nice!

Also might want to give https://codeberg.org/dwl/dwl a shot for dwm in Wayland

[–] [email protected] 1 points 1 month ago (1 children)

How's the stability of bspwm for you? It used to be my go-to but I think multiple monitors would make it crash when I used it years ago.

[–] [email protected] 9 points 7 months ago

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

[–] [email protected] 2 points 7 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.

[–] [email protected] 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.

[–] [email protected] 15 points 1 year ago (3 children)

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

[–] [email protected] 9 points 2 years ago (1 children)

Not sure if people think I'm weird, but I'll write down names of neighbors in Google keep.

Like Michael scott "brad, 2 kids with orange cat named sunny"

[–] [email protected] 6 points 2 years ago (1 children)

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

[–] [email protected] 16 points 2 years ago (4 children)

Now you're doing pipelines forever. 😞

view more: next ›