• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

My heart stopped for a second at work today

Page 2 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
True. The programmer's defense was that he had that command in the program while he was developing it so he could quickly reinit the database, then forgot to disable it when he no longer needed it and released the code. Seemed logical.
Ah, yeah.

Though I (try to remember to) put //DEBUG or //REMOVE into code if I'm doing anything that's either there (or removed) just to debug, or if it's something that needs to be removed before it leaves the building.

NASA does the same sort of thing - big, highly-visible tags that say very plainly that they need to be removed before the thing gets squished into a rocket.
 
I may or may not have disconnected our ancient phone system while techs were working on it remotely and thereby erasing all extensions.

To be fair to me, we've had horrible service w\ them and afterhours isn't something they do aside from that day.

Had everything fixed in 45 minutes though : D
 
I took down a major retailer website for about 90 seconds many years ago while at work due to fatfingering some SQL statements and then accidentally push out an update. Well technically only about half of their load balancing site, half the customers got thru and the other half probably was just spinning. Not sure how much sales was lost.
 
I've had a few scary moments like that when I was doing server management.

The most heart pounding one was the time I was trying to restore a single file from backup, for whatever reason, it started restoring EVERY FILE FROM EVERY SERVER! Funny thing is I normally restore to a separate folder but this time I decided to just restore straight to the destination as the files there were deleted anyway. Thankfully the default was to not overwrite files that are newer at the destination. I was wondering why it was taking so long but figured it was just trying to load the tape or something.

I had a few moments like that at home too when doing rm -rf on a folder and realize I'm on the wrong server.... oops.
 
Back
Top