My grandmother has an old laptop (going on 5 years) that has started to have a lot of odd problems. Of course, she bought the long warranty so it's the manufacturers problem for the most part. I haven't been able to convince her that all the time she spends fretting over it, on the phone with them, trying to fix the problem herself, calling me to get my advice on fixing the problem, etc. are far more costly than running out to Best Buy or whatever and picking up a new laptop, which now can be had for less than $500 easily. it's been another interesting exercise in Distance Debugging both with her on the phone, and listening to the results of her latest conversation with the manufacturer. Some highlights:
- The initial problem as she described it, was that she saw a flash of light and then smoke came out of the side of it. I don't know what really happened, because there is very little inside of a modern computer that dies in such a dramatic fashion.
- As it was under warranty, she sent it off to the manufacturer after I backed up the hard drive. They claimed that the screen was cracked (which it most certainly was not when it left here) and so they were sending it back.
- When she got it back, they had replaced the screen. So I guess they invented/discovered and then fixed a problem that as far as we know was unrelated to the original problem. It was some of the worst distance debugging I've ever seen.
- When she got it back, she started have a weird problem with not being able to click links in applications and have them open a web browser properly. While this had to be unrelated, she spent hours on the phone with their tech support who were completely stumped. Fortunately, I knew that she had tried to install Firefox and I guessed (correctly) that it screwed up her "Applications to Use" settings for HTML mime types and http:// URLs. I fixed it in about 30 seconds much to her amazement.
- A few days ago, the screen went black while she was working on it. The lights come on, it gets hot, etc. So something is happening, but it's impossible to tell what is going on. I assume that the brand-new screen they quietly installed failed, but my grandmother insisted that it was getting hotter than it used to. However, there is no proof either way.
To me, the basic principle being illustrated again and again here is looking at what has changed, In the case of the bad linking, I first ascertained what if anything was different and only after I learned that a new browser had been installed was it clear what the likely problem was. On the second issue, I assume that the new screen was to blame both because it was the thing that changed, and because of the famous "bathtub" failure curve that electronic components tend to follow. While the heat issue might in actuality have something to do with the problem, it has to be thrown out because we have no hard data about whether or not the computer is actually hotter than it used to be. I've wasted so much time in my debugging life because I've decided that some error or condition that I've noticed is responsible for a problem, when in fact, it was there before and so it probably has little or nothing to do with the problem. In the long run, this whole process showed me again why I don't get the warranties on anything. Companies are so bad at debugging problems that I might as well put that saved warranty money towards a replacement and save all the time and hassle. Warranties also convince you to keep something alive long after it should have been discarded. Keep that in mind the next time they try to upsell you.
