this post was submitted on 05 Mar 2024
656 points (98.7% liked)

Programmer Humor

19176 readers
980 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] SirQuackTheDuck@lemmy.world 3 points 6 months ago (1 children)

I used to have this enormous dev folder of projects. Some with git, some before I knew what it was.

I clinged and backed it up like crazy, until I actually looked at what was contained (spoiler: horrid code). Then I just got used to burning some old code. Now I'm often distracted by stuff like docker, kubernetes and that stuff

It's fun though, I've grown a bunch. but the setup sometimes does overscale badly

[โ€“] jacecomix@sh.itjust.works 1 points 6 months ago

I have a personal project that was getting big and unruly, and I'm so happy I learned how to use Docker and converted all the little pieces into their own repos and containers.
That being said, I totally went down rabbit holes that didn't end up being helpful, like setting up my own CI/CD or trying to learn Kubernetes. They were totally overkill for me.