What wonderful advice can we learn from the "What not to do" school of hard knocks?
|
95
|
|
|
|
|
|
Our product was used by police forces to input data about people that are arrested and what they are charged with. It would also store digital mugshots and fingerprints, and electronically submit the fingerprints to the FBI. While testing, we would routinely use our own fingerprints for fake bookings that got inserted into the test database. Except for the time that I "temporarily" switched the test machines over to the production database and forgot to switch them back... Cleaning up our production database was easy, but it took a court order signed by the superintendent of the Boston Police Department to remove my colleague's fingerprints from the FBI database -- she had booked herself under the name "Elroy Jetson". |
||||||||||||||||
|
|
|
I shipped my administrator password for an FTP site inside an open source project I was working on. ;) |
||||||||||||
|
|
|
Dude working at a bank was asked to write a mail merge to send out invitations to the top 10,000 richest clients. First he wrote up the invitation letter and addressed it to Mr Rich Bastard. Once he was happy with the letter, he replaced all the static information fields with meil merge tokens ... all but the saluting title. You guessed it, the top 10,000 richest clients of this bank received their invitation addressed to Mr Rich Bastard. The bank had some egg on its face and the guy no longer works there. Lesson: never use test data that can fire you later. |
||||||||||||||||||||
|
|
|
I had just imported a bunch of old data into a new system, had taken about 5 hours and was due to go live two hours later, this was around 4 in the morning. For some reason I tried to delete something: DELETE from important_table; where id=4 Yeah, I didn't notice the semicolon either. And no, there was no safety net. |
||||||||||||||||
|
|
|
I was given a GPS system that was used on ships and given the task of getting a program to interface with it and collect co-ordinates. We didn't have a manual for the device, but once I got it powered on, I found a big help button. I thought that might at least get us started with how to use it. After pressing the button, it beeped a couple of times, and then the screen started flashing: Sending S.O.S. signal Gosh damn - I unplugged the power cable, hoping the thing would turn off, but it must have had an emergency battery inside, because it carried on going, and there was no stopping it. I waited, very anxiously, expecting a Sea King helicopter to appear outside the office at any moment, wondering how I was going to explain what had happened. Fortunately - either because I was indoors and the signal didn't get through or because the receiver of the signal realized an S.O.S. originating 100 miles inland probably wasn't a real shipping incident - no sea king turned up. Phew. |
||||
|
|
|
I was logged into my new dedicated server box and configuring some firewall rules over ssh. The first thing I did was set it to not accept any connections from anyone. Then I saved it to test that before going through and adding the various ports I wanted to allow. Needless to say, the first rule worked... |
||||||||
|
|
|
This isn't my bug but it still made me lol. The Dev manager was responsible for developing one component for a really important release. The week before the release the Dev Manager went on holiday and people tried to use his component. It worked for about 10 minutes and then fell over, the office was in panic. The very best devs on the team were assigned to find out the problem. Eventually one of my colleagues burst into laughter and I swiveled my chair to see the following C# code (or thereabouts) on his screen.
The problem (aside from the REAL WTF) was due to the fact that he didn't dispose the DataReader. After about 10 minutes of the app executing a ridiculous number of round trips to the database the database refused to give out any new readers (or the app ran out of memory, I forget) and the whole thing fell over. This method was replaced by:
|
||||||||
|
|
|
When I set up a new VMware instance at the evening and went home keeping it running. What I didn't noticed was that I used the IP of the Nameserver as IP of the VMware instance. Suddenly all hosts in our building tried to connect to the VMware for DNS lookups. Our whole network was practically down. Since this was a VMware our Admins were not able to track down the MAC address. So they had to plug off every single computer in our office (~500) until the problem was gone. At the next day I found a letter on my desk: "Who dares to switch this computer on will die". |
||||
|
|
|
Near the end of the dot com bubble, my company was doing research on a sector of the market. We had been given a database with company names in that sector, and we weren't sure if many of them were still viable companies. I wrote a quick and dirty app which looped through the database and tried the URLs to see if it got a valid response... the assumption being that a 404 would be a failed company. The app used the IE browser COM component and actually displayed the pages while it processed. I split the database into three sections and set it to run on three machines beginning at the close of business and running overnight. My cube was extremely proximate to the CEO and CFO. Upon arrival the next day, I discovered that the database was not at all accurate. Apparently it was open to the public for update, and numerous spammers and porn companies had inserted records and URLs of their own. This, in itself, was not terrible. What was terrible is that many of the pages when loaded, spawned pop-up windows of extremely explicit details and while the program moved on to the next page, the pop-up windows were orphaned and visible for all to see. I had some 'splaining to do. |
||||
|
|
|
I worked for a large bank and added an error message to a piece of code that the application should never have been able to reach (theoretically)... One Monday morning the unthinkable happened. The error message was proudly displayed on over 10,000 monitors across 1800 branches, and would return when you dismiss the message. The message read: "If you can see this message the system is all F**KED UP and we might as well go home. Have a nice day." Thank goodness this happened before source control systems were implemented at the bank. |
|||
|
|
I rewrote a whole module that was working perfectly but that looked "messy" to me. I had managed to convince my boss that it was the Right Thing To Do, and the rewrite took me 3 weeks. I still remember the pearls of sweat running from my armpits as my boss, looking over my shoulder, was commenting on bug after bug in my new shiny super-clean module... I'm no longer "rewriting from scratch" without a really good reason. |
|||
|
|
Mopping the computer room floor, and hitting the (uncovered) emergency shutdown button with the handle of the mop. I did not get points for mopping the floor. The lesson here? If your emergency button is not protected, it's going to get tested. |
||||||||
|
|
|
I was using a third-party COM object for sending email from a Classic ASP page. It was a pretty simple process.
The problem was that the COM object didn't reset itself after each call to the sendEmail() method. I didn't know it but, you had to explicitly clear it. That meant that the first email went to Alice. The second email went to Alice & Bob. The third email went to Alice, Bob, & Charlie. I was, luckily, using the BCC field so no email addresses were exposed but I still ended up spamming about 100 people before I got IIS shut down. |
|||
|
|
Connected through remote desktop to a production windows box to make a change that's in a another city, when I was done making my change I did a 'shutdown' instead of 'logoff'!!! Since it was at a remote location and not a local box I had to own up to my stupid mistake and call to get the machine turned back on by someone at that site. I now overly pay attention to 'logoff' and 'shutown'. |
||||||||||||
|
|
|
A few years ago, I was responsible for slapping together an ad-hoc sales program for a company that was selling its products at NAB. The system was to be run on laptops connected to USB card-reader out front, all connected to a "server" in the back part of the display. We ran a bunch of tests to make sure the card readers worked, and that we could properly charge credit cards and everything looked great. The first morning we started off with pretty brisk sales, and it looked like the system was performing as expected. Then at about 11am, a guy gets shown into the back room and says that he went to use his credit card at another booth and it was declined; after calling his company they said he had reached his limit and the only other purchases today were listed as being from us. This is what had happened: the salespeople were complaining that they had to press {ENTER} everytime after they swiped the card to verify the amount and send the credit charge through. Figuring that everything was ok, I circumvented the dialog and had the app just send the charge directly. What I didn't realise was that the USB card readers could actually send the "swipe" message several times in a row and now the program was merrily charging people far more than they expected. I spent the remainder of that morning crawling through the hundreds of credit card transactions voiding all the duplicate/triplicate/.... charges we had made. Never, never again :) |
|||
|
|
Hit my credit card with 182 x £150 transactions. I then send refund requets, called them to ask what was going to happen and they didn't couldn't give me a better answer than "Wait and see" |
||||
|
|
|
Built a new machine at home several years ago. Plugged it all in, and nothing worked - looked like the Motherboard was dead. Spent a couple of hours removing and replacing stuff, including the PSU and the power cable. Called a friend for advice. Swore a lot. Convinced myself that I'd broken my shiny new toy. I eventually thought I'd replace the 4-way extension lead it was plugged into. That's when I noticed that I'd switched it off at the wall. |
||||||||
|
|
|
Programming a data synchronization system trough FTP, I didn't think what would happend if the FTP wasn't able to CD into a directory. Well he wasn't able to do it so it stayed in the root.. and after finding a lot of files that didn't match the synchronized system. Well the script started to delete everything in the server.....everything. I realized half an hour later when the script was around the WINDOWS\System32 folder.... |
|||
|
|
Ooh! Embarrassing confessional time. The first one that comes to mind was shortly after I switched to OS X from years on Windows and had basically forgotten anything I knew about unix. I was working on a personal project and decided I was at a point where I should backup my stuff. So I opened up the command line: gzip *.py Oh man! It zipped every file individually! Right, I have to tar them first. Okay rm *.gz Wait! Why is my directory empty?! Oh no.... Yeah, I also forgot that gz doesn't copy and zip, it zips in-place. I got lucky, though, and still had most of the files open in my editor. This was what convinced me to finally install a version control system on my home machine and use it for my own stuff. |
|||
|
|
Probably when I used a hardcoded password for the administrative dashboard of one of my earliest php sites. The client never noticed, but I felt really bad about it. Best of all, the password was submitted via GET. Later a prospective employer noticed. I just shrugged because what could be said? There's basically no excuse for that. |
|||
|
|
Told wife the dress made her look fat. :) No, really... I changed some value in sql 6.5 that told it how much memory to use. But the box was for physical memory, and I put in an amount more than the machine actually had installed. "You must restart the service for this change to take effect" which I did. At 1am, on a production server, and I didn't check the backups, which had been failing btw... anyway, the service wouldn't restart because it couldn't allocate the memory, and I couldn't change the setting because I couldn't connect to the server object because it wasn't running because it couldn't start because the value was wrong and I couldn't change it because, well, you can see the loop here... $249 to mss and an hour on the phone with a Guru and we found the registry setting. I finally got to bed at about 4am... |
|||
|
|
As a vendor, I was working inside a data center of a private ATM (automated teller machine) network. One of the customers PIN had to be reset as part of our maintenance work. I knew the encrypted PIN block of 1234 and wrote something like the following in SQL Query Analyzer: update atm_card set pin = 'BA3452318689A190' and somehow I selected the first line and pressed F5!! I didn't realize my mistake till the call center started getting calls from customers that there PIN was not working. There were around 10 calls in 5 minutes. When somebody from the call center approached me, I realized the mistake and temporary delayed breaking the catastrophic news by saying that the PINs will work when the maintenance work was over. I saved the day by looking for any backups the data center had taken that day; restoring the database with a separate name and running another update query referencing the external DB! Lesson learnt: Always, disconnect production servers and take database backup before making any changes |
|||
|
|
Once, our credit card processing system was down, so we just collected charges to be put through once it came up. When it was available, we wrote a script to collect the charges and input them into the credit card processing app. To make the coding and rounding easier, we treated the numbers in the script as cents (i.e. we multiplied by 100). Of course, we forgot to divide by 100 before submitting the charges. Even worse, we realized the problem after only a few charges went through, but the application would not let us remove the items or even void the transactions until it cleared its queue, so we had to wait for it to finish mischarging about a hundred people before we could void any of the transactions. Lesson #1: Make sure that your data is presentable at all times. |
|||
|
|
Trying to cleanup old emacs auto-save files (end in ~) by typing
Instead, I hit
|
||||||||
|
|
|
edited command.com and changed ". . ." to "..." since I though it was a grammar mistake. DOS 5 did not like that and would not boot |
||||
|
|
|
Joined an open source project. Got the latest code. Made a change. Checked it in. Broke the build. Spent an hour trying to figure out how to undo my changes and get the build working again. Its one thing screwing up when nobody else can see you. Its another to do it where everybody has a notification tray app that pops up a nice red X when you screw up. Lessons learned: Know you tools before using them. Follow this pattern when working on a project with multiple contributors: Get latest, make changes, test, get latest, run all tests, check in. |
|||
|
|
I once wrote a symbolic assembler in itself. I actually punched the source card deck and brought it into the machine room before realizing that I had no way to translate it the first time. Not a great public embarrassment but I did feel awfully stupid standing there trying to figure out which binary executable to load. -Al. |
|||
|
|
When issuing a DELETE command to remove a record from a table in SQL, never forget to add the WHERE clause... |
|||
|
|
A bug in the style of Office Space A while ago I had the first live purchase on a software shopping cart module that I coded in ASP.NET/C# for a popular CMS. We had tested and retested all aspects of the cart (except the live purchase, which we avoided because of the credit card bills). So the purchase goes through for $32.95 in all database records. For all intents and purposes, everything looks correct. The problem being that the Authorize.Net receipt shows another story. In reality, the customer paid $2.00. OMG Hacks! was my first thought. I retrace all the code to ensure nothing can influence the price besides the items in the cart. The item price is correct. The quantities are correct. The totals and subtotals are correct. Finally I trace the total to the last stage of the purchase process, wherein I format the System.Decimal type to a string for insertion into the authorization transaction via HTTPS. I see:
And now I see the source of the "$2.00". I rack my brain, trying to remember why on earth I would think this would work. I run a test and the string returned is "D2". I cry and wail. Evidently Authorize.Net thinks "D2" is close enough to the requisite "2.00" to charge $2.00. Finally I remember that I saw this as a forum post suggestion. (Where was Stackoverflow.com then?) When originally coding, I had planned to use the "C" (currency) formatting. This does everything correctly except for pre-pending a "$" to the string. The Authorize.NET API docs say they want it in decimal format without "$" or any other monetary symbol. So I went to the collective wisdom of other .NET developers for a quick workaround. I didn't like the idea of formatting as currency and then stripping the first character, so I saw an off-hand post about "D2" formatting causing essentially the same format but without the monetary symbol. I believed it and did not verify its output. Gah! Not to mention that this had been extensively tested in test mode. But for some reason we thought nothing of having Authorize.Net return transactions in test mode that had a purchase price of $2.00. Myself (and unnamed others) thought it was just a quirk of the test mode... The morals of the story are:
|
|||
