☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 month agoAmazon's internal agentic tool decided that existing code was inadequate and decided to replace it taking down a part of AWS for 13 hours, and was not the first time it had happened. 🤣lemmy.mlimagemessage-square9fedilinkarrow-up111arrow-down10file-text
arrow-up111arrow-down1imageAmazon's internal agentic tool decided that existing code was inadequate and decided to replace it taking down a part of AWS for 13 hours, and was not the first time it had happened. 🤣lemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square9fedilinkfile-text
minus-squareI Cast Fist@programming.devlinkfedilinkarrow-up1·edit-21 month agoLast time I had a load balancing error with my nginx configuration, I did the following steps to fix it all: ssh into the machine alias fixit='rm -rf /var/www' alias restartnginx='rm -rf /etc' alias balance='rm -rf /usr' sudo fixit sudo restartnginx sudo balance ls -lah It’s been up and running nonstop for over 3 years now.
Last time I had a load balancing error with my nginx configuration, I did the following steps to fix it all:
sshinto the machinealias fixit='rm -rf /var/www'alias restartnginx='rm -rf /etc'alias balance='rm -rf /usr'sudo fixitsudo restartnginxsudo balancels -lahIt’s been up and running nonstop for over 3 years now.