this post was submitted on 11 Aug 2023
546 points (95.5% liked)

Programmer Humor

20039 readers
1047 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 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] fkn 14 points 2 years ago (1 children)

I can't even imagine not having a ci pipeline anymore. Having more than a single production architecture target complete with test sets, Security audits, linters, multiple languages, multiple hour builds per platform... hundreds to thousands of developers... It's just not possible to even try to make software at scale without it.

[โ€“] [email protected] 2 points 2 years ago (1 children)

Multiple hour builds dear god ๐Ÿ˜ตโ€๐Ÿ’ซ

[โ€“] Dasnap 3 points 2 years ago

If you fuck up the setup and deploy to multiple environments at once with each one set to rebuild an image/program things can get long. You really have to fuck it though.