this post was submitted on 05 Jun 2025
626 points (99.4% liked)

Programmer Humor

31317 readers
1220 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
626
submitted 11 months ago* (last edited 11 months ago) by lena to c/programmer_humor@programming.dev
 

https://www.githubstatus.com/

Edit: seems like they fixed it, it works for me

you are viewing a single comment's thread
view the rest of the comments
[–] douglasg14b@lemmy.world 3 points 11 months ago (1 children)

There's a reason we value the local development environment.

You can run everything locally, the only use for the cloud environment is for CD.

[–] Gonzako@lemmy.world 2 points 11 months ago (1 children)

I'll be honest. I just enjoy seeing my auto updater script work whenever I push to main and the Web page updates itself. FEELS SO GOOD TO JUST DO A PUSH AND HAVE YOUR CHANGES UP IN 3 MINS.

[–] douglasg14b@lemmy.world 1 points 11 months ago* (last edited 11 months ago)

Well yeah!

That's the CD part :)

We're rolling the same thing, except with all our cloud infrastructure, our code, and various integrations.

Automatic deployments are so great, as long as you trust your integration process and test suites.