- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Brillant!
Admin
I remember that, killed me when I first saw it years ago. Also reminds me of "the Enterprise and the Lighthouse".
Admin
And if the tech (or automated call-response sw) had just sent a bit-twiddle down your line that would now allow a reset to fix the problem?
Admin
Spot on. Tak tochna. Bingo. Ichi ban. You got it.
I have my own "trouble-shooting scripts" that I follow for various systems. And a lot of the time it does require doing or repeating the obvious. And the number of times I've heard "but I did that!" is countless. And, I might add, I've been on the other side too..."but I did that!?". Sometimes it's just a wtf...wrong phase of the moon or cosmic rays. Other times I can logic out that I got the magic incantations in just the right order, and I never have the issue again because often the solution will provide insight into the architecture, design, or simply the flukes of the system.
Of course, there are exceptions to any rule. I have kicked back a few times. Once was back in Winblows 3.1 days...couldn't get a worm burner going. Called the vendor. He says "look in c:, do you see any 'file*.*' files? I said "sure, every Windows machine I've ever seen has those"...these were corrupted files that lost their links or whatever...the dos file system wasn't the most reliable. 99% of the time they were temp files left hanging after a crash. Harmless. So he says "reinstall Windows". He wouldn't even listen to the technical reasons why that wouldn't help. I argued but his script says "reinstall" & that was the end of it (it would have been a huge pita to reinstall for some reason, don't remember why now). I knew the issue had nothing to do w/ bad system software...it took some research but I fixed it myself.
The only other case or two is when some clown requested that I reinstall Unix.
Admin
also take into consideration that alot of subs exagerate what they have done.... they will say they reset it 5 times... but it is usually only once... and did they actaully even do it then? I've told plenty of people to just reset it again with me... and then, as if by some sorcerers magic... it fixes the issue
Admin
LOL best WTF i've read here
hahahahahahahahahahahahahahahahahaha what a classic! :D
Admin
On my keyboard, 'A' is to the left of 'Z', and a funny galaxy symbol is to the right of '/'.
Admin
Hey, that also works with spam!
So you have 25000 spam messages in your inbox and it takes half an hour to just download them but who cares, you don't have to read them!
Damn, why do I never have such great insight...
Admin
not at exetel, its encouraged.
FYI to those who care to read, ForumAdmin is the CEO of the company.
http://forum.exetel.com.au/viewtopic.php?f=4&t=32839
Admin
This bit of HTML near the top of the page was causing Firefox 3.5.1 on Windoze to complain about the duplicate style attribute and refuse to render the page:
It seems to have got over it now though (I changed nothing), but perhaps it needs looking into properly.
Admin
Hilarious, although also very recognizable. When visiting/auditing companies with large helpdesks, I always find comments like this in their ticket systems or not-that-official-internal system (aka, email, wikipages, department newspaper). And I understand completely, if you are working for a helpdesk and get calls like this without any manager understanding what kind of crap you have to deal with, writing things like this is the way to prevent you from going mad. Therefore, I tell my clients to keep this "informal" ticketing in place, as long as you make sure it never, NEVER, ends up on the customers site...
There is no thing like a "idiot proof" system, they will always make a better idiot...
Admin
Admin
So that's why you're commenting the wrong article.
Admin
I am calling tech support because they usually have access to systems that I don't and they would probably get upset if I rooted their boxen and fixed the problem myself.
Admin
Good advice unless said helpdesk is for a company in the uk or somewhere with similar freedom of information laws. Here companies are required by law to give all information held about a customer/client, humourous notes and all, if the customer requests it and pays a small admin fee. Similarly putting a customer on mute and venting out loud your opinions of their intelligence, could fall foul of the same law if your company records calls.
Admin
What is thy bidding, my master?
Admin
Worse is Better.
Admin
....your father... Now goto bed!
Admin
You say that the simplest solution would be putting rel="nofollow external" into each comment link but obviously this isn't going to work. After all, if you view the source of the comments page you'll notice that all links are set up as rel="nofollow" anyway. As I explained, spammers are retards and they sure as hell aren't going to bother checking little things like rel attributes. It doesn't stop them from posting and that is the point of spam protection.
Admin
I once had a problem with our sky box (satellite tv). We had hidden it for a party and when I plugged it in, it didn't have any signal.
I unplugged and re-plugged it about 5 times, checked the coax cables were tight enough, unplugged and replugged them too. I even tried swapping the 2 coax cables (for the 2 tuners) around a few times. But nothing worked.
I asked my aunty for advice before calling tech support and she told me to unplug it, slowly count to 20, then plug it back in.
And to my surprise, it worked. Apparently the waiting for an entire 20 seconds was the key to resetting it.
Admin
Not necessarily. I have seen first-hand more than once the reality distortion fields that come up around people "elevated" into management.
The one that stands out most starkly in my memory is a guy that was in the coding pits with us and joining in with us pointing and laughing at management's utter reliance on increasingly bogus (and increasingly obviously bogus) schedules. He would join in with us pointing out the fact that making us fill out more and more status reports (initially weekly, ending four times a day!) on why we were delayed would only delay us further.
Then he was promoted.
The VERY NEXT DAY he was out among us explaining to us why we had to report our status more often so that management could keep on top of why the project was facing ever-increasing overruns.
Admin
This is not even remotely the case. Your manuals are written assuming a certain level of customer knowledge. For example I wrote the manual for a telephony card's device driver back in the days. This was a DOS driver and it did crap behind the scenes to permit multiple simultaneous channels to record and play audio, collect DTMF digits, etc.
I had a customer cause us no end of grief because really weird and mysterious things were happening. In the end what was wrong is he was using a global state variable for his state machine. For all of the channels. Instead of one for each channel.
Once I corrected that little bug in his thinking, he complained that the manual didn't make it clear that programming parallel operations was significantly different from programming in a single thread of execution.
Were we to follow your logic, my device driver manual would have to contain a tutorial on writing multi-tasking software. While I was at it, I should probably also have written tutorials on how to interface with software interrupts in every DOS-based programming language that had the capability (since it was such software interrupts we used as our entry point to the API). Hell, while I was at it, why not toss in tutorials in basic programming for C, C++, Pascal, etc. etc. etc.?
Sometimes the manual is just fine. Sometimes it's the users who need to be modified.
Admin
I thought the whole article was lame. I mean these are the worst customers you have had to deal with? Holy F'ing crap you have to be joking.
Oohhhh they used bad spelling!!? The horror!
JC
Admin
Admin
"blah blah blah i confuse forum posts with formal writing"
fuck off, troll, i'll capitalize and proofread when it matters
Admin
While on the phone, I asked them to power off $EQUIPMENT. Then, while it was off, hum the Final Jeopardy theme. Either they would or I would explain to them that the equipment needed a bit of time to fully power down. I hummed the theme song along with them if they played along.
By the time all that was over, the equipment generally came back with no problems when the powered it on again.
I still smile when I hear the Final Jeopardy theme.
Admin
Best article I can remember in recent history - very funny.
Admin
I am reminded of my days in Tech Support for a technology company, dealing with our customers.
Some customers knew far less than they realized, while others had believed our Marketing department than you didn't have to know a damned thing to use the product and were proud of their ignorance. Sometimes belligerently so.
On occasion, it was necessary to resort to, "Well, sir! You certainly are a problem now, aren't you?" On no occasion was the response anything other than, "Yes I do!"
I always hoped that much later, perhaps while driving home, they'd pause and think, "Wait a minute! What did that *($@#$ say to me??"
Admin
Not true:
Ticket filed today: Agents keyboard is sticky, keys now stick and functionality seems to be getting worse. Can we get a new keyboard for her. Agent works M-F 9-5:30
My Response: There are instructions on Sharepoint for cleaning keyboards. Sticky keys are caused by spilling food (which is not permitted on the floor)or drink on the keys.
Admin
Then they should bloody well say so.
Admin
I've been reading for the last few months religously. While I enjoy all the coding fail and UI fail, this one was just freaking awesome.
Admin
Why? Do you explain in detail your code to a customer if they complain about a bug?
Admin
Because sometimes cursing once just isn't enough!
Admin
To iterate is human, to recurse, divine.
Admin
Admin
Typically my wait time is 30 secs. This is the arp reset time (address reverse protocol) & is used by the network cards. Also, some equipment needs time for their capacitors to fade to clear their state.
cr
Admin
Admin
Reminds me of when Fred was promoted to fire Barney :)
Admin
Not that hard, is it?
Even the script monkeys at vonage had the courtesy to keep me that much in the loop with what they were doing.
Admin
If you're asking about the keys which have a Z and / printed on them: One writes a 'y' the other an '8' (or '*' with shift pressed). If you're asking about the keys which produce a Z and / respectively when pressd: One writes a 'v', the other a '='.
Admin
Admin
Absolutlely, Joel Spolsky makes the same point ("Fix Everything Two Ways") in this article:
http://www.joelonsoftware.com/articles/customerservice.html
Admin
Support Wouldn't be necessary if the products were extensively tested, but then products would only get upgraded every 10 years and they would only add one feature. Instead we trade constant updates and loads of features for a few bugs and difficulties.
Admin
Yep. Never tell someone to do something by telling them that "we" need to do it. Otherwise, they expect you to do it with them. And, of course, never ask them to "click on My Computer".
Admin
it may just represent a different way of doing a particular step. user concerns and complaints should be listened to and those concerns can be a way of identifying points of improvement. But ceding to the myth that "the customer is always right" is a road to disaster. Moreover, that "flaw" may be something that is completely out of IT's hands. It may be management running the user through training without taking the time to understand. It may be the user having a perspective that is different than IT's. And it may be HR hiring a defective unit.
Admin
Perhaps the real WFT is that none of these queries are really technical support queries.
If these are the only queries coming through to technical support then your tecnical support team could be made redundant as they could easily be dealt with by a help desk.
However, more likely, there are underlying problems but these arent being communicated properly. If the queries are being submitted though a web paage form, then the form is badly designed. If they are coming through a help desk, then the help desk isnt asking the right questions.
The CTO is right - REAL tecnical support queries will highlight technical issues. Even if the issues are that the program hasnt been designed to be sufficiently 'idiot-proof'.
I used to work in a dept where the software would reguarly break because customers didnt follow the instructions. But this isnt the customers fault, its the developers fault for not making the program robust.
In any case, imho if your attitude is that customers are 'stupid' then you are in the wrong job.
Admin
I nearly soiled myself I laughed so hard at the "getting" bit.
Admin
One of the most funniest posts that i have ever read .. :)
Admin
Bahhh you still need titles. How drool
Admin
See Lotus Notes or IBM software in general. Very good examples of how to screw up user interfaces.