vote up 47 vote down star
17

Hi,

One of the things I hate is when friends/neighbors find out that I am a programmer, and automatically assume I like to fix other peoples computers (hardware/software problems).

As a programmer, what can you do to explain to others you are not a hardware person?

flag
3  
How about "I am not technical support." – Robert S. Nov 24 '08 at 21:19
23  
People talk to programmers? – zarawesome Nov 24 '08 at 22:30
show 2 more comments

65 Answers

1 2 3 next
vote up 89 vote down

After years of getting burned by this stuff...

  • if you fix it, then you are now RESPONSIBLE for every problem they ever have again on their computer - for all eternity
  • if you don't fix it (i.e. crashed hard drive), then you are either STUPID for not fixing it, or AT FAULT for being the last to touch it.

SO NOW, I simply reply to EVERY query with:

"Gee. I don't know. But if you find someone who can fix that, let me know. I could sure use a good "fix-it" person myself".

They almost always leave you alone after that. ;-)

link|flag
1  
So true. So very, very true. Never mind the fact that reinstalling Office wouldn't cause a cap to explode on the motherboard... I touched it last, so it was obviously my fautl. – TraumaPony Nov 24 '08 at 21:54
6  
Actually, I see some of this behavior in other programmers. If you were the last one who worked on an application when a strange production error occurs, some devs will point fingers at you. Even if it's obvious it wasn't you. – peacedog Jan 22 at 15:27
2  
Be like the corner clocker, first time's free, after that you gotta to pay. – Ed Griebel Jan 27 at 14:56
1  
Lol that totally reminded me of Fast times at Ridgemont High "Gee, Mr. Spicoli, I don't know!" – Bruce Oct 17 at 1:11
show 5 more comments
vote up 56 vote down

Say it with a t-shirt!

No, I will not fix your computer.

link|flag
vote up 54 vote down

I just go ahead and fix their stuff - the disastrous result ensures they never ask again.

link|flag
show 2 more comments
vote up 41 vote down

Why do people ask for computer (IT) help if you tell them you’re a programmer?

Because the distinction between 'programmer' and 'troubleshooter' is lost on them, as they know nothing about the industry as a whole. This is by no means unique to computer programming.

My partner works for a bank and deals with commercial business. She is constantly getting asked about residential property and interest rates, because for "most people", bank == mortgage. Every time she then has to explain that commercial business is entirely different and she can't help them... To which people stare blankly, then ask the same question a second time.

what can you do to explain to others you are not a hardware person?

You can try to explain to them the differences between 'programmer' and 'tech support' but this is probably going to go over their head and they're not going to buy it... Especially when you probably can fix their computer and you just don't want to or have the time.

What seems to work for me just being honest. It's not offensive to say "that sounds like it would take a couple of days to fix, and I don't have the time, sorry" if it's the truth.
Also, if you say "Your local computer shop should be able to fix it if you take your PC in," then the next action for them is "go to computer shop". If you leave them hanging there with a broken computer and no idea what to do about it, they'll just come back to you in 2 weeks.

At any rate, fixing computers confers many rewards such as free beer, favours, and general goodwill. I always do it if I'm able to and have the time - never underestimate the value of goodwill and favours

link|flag
show 5 more comments
vote up 32 vote down

You probably asked this to give people a chance to vent, but here's why:

They ask you, because you have got more idea about whatever the problem is than they do. As a programmer you have a better chance of figuring out if it's a hardware problem, driver problem, application problem, etc.

What does annoy me is random questions about how to use shareware programs that I've never heard of.

link|flag
show 2 more comments
vote up 31 vote down

Even though everybody owns one, computers are still a mystery.

How many times have you heard stories about some hickups which went away after reinstalling Windows; malfunctioning programs causing the users to talk about the computer as if it was human and it just didn't feel like doing what it was told; or the computer ate my homework.

From my experience, I can only say that programmers have a different view of computers than non-IT people.

For example, I set up a mailman for a friend, and told her to add the email addresses from her current mail program. She didn't know how to do it, so I had a look, and even though it was a Mac and Entourage and I am a Windows guy, I had no problem walking around the menues and finding the Export data function - her comment was that she would never have guessed that that was the command to use.

That's why we are seen as the computer heroes. We click where no-one else dares to click ;)

link|flag
9  
We click where no-one else dares to click ;). That made my day – Varun Mahajan Dec 11 '08 at 14:18
3  
Voted up for "We click where no-one else dares to click":) Love it :) – Andy Webb Jan 5 at 20:48
2  
XKCD did a whole strip on this premise: xkcd.com/627 – Daniel Pryden Oct 17 at 0:18
show 4 more comments
vote up 24 vote down

If a close friend or relative asks for help fixing their computer, I just fix it. Even though it is a pain at times I feel a certain responsibility to help my family with their problems when it falls in my domain of expertise. I have never met a decent programmer would couldn't do a bench-tech computer repair job in his sleep.

It is another thing entirely when friends of friends, random people in the neighborhood, etc start bringing me their systems for repair. I quote them a price for my labor (nothing extravagant but at least $20/hr). If this upsets them I remind them that if their car broke down they wouldn't expect the mechanic who lives down the street to repair it free of charge! My time is valuable and I don't enjoy diagnosing and repairing peoples 10 year old Compaq machines.

link|flag
1  
Right on! This is exactly how I feel. Too bad I hit my vote limit for today... Will be back later to vote this up. – docgnome Jun 13 at 6:44
show 1 more comment
vote up 19 vote down

Here's how I see it:

#include <assert.h>

class IMakeThingsWork
{
public:
    virtual int MakeItWork() = 0;

    static IMakeThingsWork* GetNearestFixitPerson();
};

class ITPerson : public IMakeThingsWork
{
public:
    virtual int MakeItWork()
    {
        extern int TinkerWithIt();
        return (TinkerWithIt());
    }
};

class Programmer : public IMakeThingsWork
{
public:
    virtual int MakeItWork()
    {
        assert(false && "I am not an ITPerson!");
        // if you're kind, fix it anyways
        return (ERROR_SUCCESS);
    }
};

int main()  // entry point for most folks
{
    IMakeThingsWork* pPerson = IMakeThingsWork::GetNearestFixitPerson();

    if (pPerson)  // that's you
    {
        return (pPerson->MakeItWork());
    }

    return (ERROR_NO_FIXIT_PERSON_AVAILABLE);
}

So there you have it!

link|flag
show 2 more comments
vote up 19 vote down

My parents -- who raised me, fed me, kept me warm at night, and paid for my education -- are entitled to lifetime tech support.

Everyone else, I advise that they purchase a machine with a warranty from a reputable company, and use it.

link|flag
vote up 14 vote down

It's just an excuse to get you round their house when their husbands are out.

link|flag
4  
Or maybe an excuse for you to get out of your house when your wife isn't out? – pipTheGeek Feb 13 at 13:01
vote up 13 vote down

Well, in all fairness, it's probably for the same reason if someone says they're a doctor or an attorney, that you (or people like you) hit them up with medical or legal questions (regardless of specialty)... or if someone is a plumber, you talk about a leaky faucet, or if someone is a police officer, you ask how to get out of a ticket.

If you don't care to help, just say you're not sure or explain it's not your area of expertise.

link|flag
show 1 more comment
vote up 12 vote down

I'm a programmer, and I consider it a basic skill to be able to diagnose at least basic hardware issues. I feel like there's an appropriate Coding Horror article to link here, but I can't think of one of the top of my head

link|flag
1  
Agreed about the basic skill - but having that skill doesn't make it my responsibility to diagnose basic hardware issues for every friend, family member, and slight acquaintance within shouting distance. – Sherm Pendley Nov 24 '08 at 23:04
show 3 more comments
vote up 9 vote down

I once used this analogy:

I'm a driver, not a car mechanic. I might be able to change the tires or replace the coolant, but don't come up to me with engine problems.

Actually, it had a bit more about me knowing my way around my own computer (car), having to use it for work and all, but that's the gist.

Edit: Yes, it did work. I think the key is showing them that you are a user, just like them.

And I said "once" because there hasn't been the need for a (relatively) lengthy explanation ever since. Usually "I don't know" suffices -- and they stop bothering you after a couple of times.

link|flag
show 5 more comments
vote up 8 vote down

"Well, I usually charge $50/hour for this type of work. Visa or Mastercard?"

link|flag
3  
I am shocked at the cultural differences between countries, whenever I see that response, which is so often on sites like slashdot. In my country (Turkey) saying that to a friend or relative would be a very shameful thing to do :) You would have to make some excuses instead ;) – hayalci Nov 24 '08 at 22:17
6  
@hayalci, I think it would be considered rude in most countries. On the plus side, if you make all your friends hate you, they will probably stop asking for help. – Dan Dyer Nov 24 '08 at 23:15
1  
@hayalci: I'm from Turkey too and I know exactly what you mean. I am an electrical engineering major, so on top of the usual wireless connection problems I often get asked by my family to fix the toaster too. It was quite the bummer when I realized a bachelors in EE isn't enough to fix the stereo. – caglarozdag Dec 1 '08 at 22:09
show 4 more comments
vote up 7 vote down

"I'm more expensive than your car mechanic" usually works for me.

link|flag
show 1 more comment
vote up 6 vote down

I solved this problem years ago. I just tell 'em "I've been using Linux for so long I forgot how to get around in Windows.. with the new Vista and all..." ; ) This will obviously only work if the person asking the question is a Windows user, and more often than not, they are.

link|flag
show 4 more comments
vote up 6 vote down

As a programmer, what can you do to explain to others you are not a hardware person? I've given up trying, metaphors with mechanics etc get lost on people, because they can't remember if you're they guy driving the car, or fixing the engine, and they don't know if their computer problem is with "the driver" or "the engine", so they end up asking anyway sigh

When someone says “I’m having a problem with my Pc”, I immediately either wash my hands of it, or I go over and sort it out. Immediately is the key word in there.

I’ve learned the hard way, over many years.

Non technical friend / acquantance says "I'm having a problem with x . . . "

Me : "Gee, don't know nuthin about that, I do insert-jargon-here and thats completely different, best of luck with it". (for insert-jargon-here I could say to most of my friends “I wyrdle herdules round grindles”, rather than “I write code”, and they’d be as wise)

Close friend mentions in passing "I'm having a problem with x . . . ", at the earliest possible moment I call over (regardless of whether or not it suits them) and keep them up until the problem is sorted (till 4am if necessary, if I'm up re-installing windows or office, that guy is up too).

This tactless behaviour serves to negate several potential problems.

  • People learn not to bother you with trivial stuff, or they'll be up till 4am
  • People learn not to bother with the “I'll pay you with food approach”. i.e “Hey I'll cook and you call over and fix it”. It means they're doing you a favour and/or they’re paying you for your trouble, when it's you fixing their feckin PC. How much do these people think I make? Do they think I regularly go hungry for the want of friends with computer problems? Don't get me wrong, I'm all for a free meal, but expecting me to fix their stuff is behaviour I don't encourage.
  • It gets rid of the guilt caused by deferring these things and putting them on the long finger

e.g. Guilt from deferring a friends pc problem

Friend : “Gee, call over some night for dinner, my computer is running real slow”

Me : Sure, some night soon

(Three months pass)

Friend : “Gee, remember you said you’d call over? My Pc starts grinding out smoke now when I run Word, I can’t imagine that’s a good sign”

Me : It sure isn’t, I’ll call over some night soon

(Another three months pass)

Friend : Dude, my computer died and I lost the whole Family Tree thing I was doing for my poor dying Mother, and the contact details for her long lost twin that she never met, but hey, it’s OK, on her death bed she said “It’s Ok, don’t blame Binary Worrier, he probably had much more important things to do”

Me : Boy do I feel guilty now.

I don't like feeling guilty.

Either of my sisters mentions in passing . . . I call to their house, take the kit home and fix it, or bring it to a computer doctor if I can't do it. Family comes first.

I can do the basic things with PC's (adding wireless network cards, adding ram, recovering data from old hard drives). I'll give anything a go unless I think I'm in danger of doing harm, then I tell them to bring it to a computer doctor (which I've found they almost never do unless I do it for them, which I'll only do for family)

Thats me.

link|flag
show 2 more comments
vote up 6 vote down

I came across this on TheNextWeb blog

It can easily be extended extended to include programmers as well

alt text

link|flag
vote up 5 vote down

Because I'm a programmer I'm assumed to know how to do things like Mail Merge and print out mailing labels in Word. Even when I'm no where near a PC.

Thing is I usually have a better chance of figuring it out than my parents do, so I don't mind so much.

link|flag
show 2 more comments
vote up 4 vote down

"family tech support" is a common problem. It really does no good to explain that you write software, and that fixing desktop-support problems is a different set of knowledge and skills which is wholly different from networking problems etc. Most people don't know the difference between Geek Squad and Jeff Atwood. Or care.

i finally just told them i would be happy to help, at my normal billing rate - since i would otherwise be spending that time working.

oddly enough, calling Geek Squad or whoever they bought the computer from suddenly seemed like a Much Better IdeaTM

link|flag
show 4 more comments
vote up 4 vote down

Hey
I really don't mind helping other people out with their IT Problems.
I don't see how a person that uses his/her computer for writing letters and maybe some emails should know how to deal with a driver problem or something like that.
As a programmer i do have a certain expertise with these things. So why not let my friends make profit of that.
I also have a friend who is good with cars and helps me out everytime mine breaks down. So i dont mind him calling me and asking for computer help.

link|flag
show 1 more comment
vote up 4 vote down

I use the car mechanic analogy: there are people who fix transmissions, others who fix engines, guys who do body work and painting, others who change tires, work on brakes, on front end components, repair upholstery. And then there are people who work on foreign cars, others on just Fords. People who work on modern cars, and people who work on older cars.

And computers are way more complex than cars: there are more way more types of things to learn about "computers" than there would be to learn about every type of fix on every type of car.

So, pretend I work on manual transmissions for American cars from the 70s. You're asking a question about the exhaust system on a new Volvo. Do you still want me to help you?

That helps them understand that just because I "work on computers" it doesn't mean I know how to fix their problem (or that I've even heard of the software they are having problems with!)

And then, if they insist, I listen to their problem, try to come up with some ideas, pretty much prove that I am useless, and eventually they learn to stop asking.

link|flag
vote up 4 vote down

It's probably because you have a better clue than they do since you work with computers more than them.

link|flag
vote up 4 vote down

Well most people assume that being a programmer, you have gone beyond basic computer knowledge and into making software for the computer itself. This is usually perceived as pretty advanced stuff so people assume you know basic computer problems if you've gone that far into the technology.

It's a common misconception that if you do something abnormal with computers that the average internet-browsing facebook-dweller doesn't, your computer knowledge is assumed to be a little more advanced.

link|flag
show 1 more comment
vote up 2 vote down

I say "Sorry, I'm a Mac guy. I don't know anything about Windows."

It's a complete lie of course - although I do own and use a Mac, I also have several versions of Windows running in VMWare, and Macs are no different inside than PCs these days. But it does send them packing, and it's less upsetting to them if they think I can't fix it, than if they think I won't.

link|flag
2  
Just don't go converting them all to Mac =] – mdec Dec 11 '08 at 0:49
show 1 more comment
vote up 2 vote down

I also get the "oh you're in computer science, can you help me with my powerpoint/excel/word/(insert random microsoft software) problem?"

I recommend installing logmein on your families (or at least the non computer literate subset of your family) computers. It's much easier to log on to their computer remotely to install and run anti-virus/anti-spyware software rather than explain to them exactly why paying for the "anti-malware" software that came up in a pop-up is/was a terrible idea. And 9 out of 10 tech support questions I get involve spyware, even if they don't know it when they're asking. Next most common are driver problems, which can also be solved by logging into their computer to download and install the proper driver.

link|flag
show 1 more comment
vote up 2 vote down

It's strange that people who work in IT, whether they be programmers, db admins, hardware engineers, etc. are the only people that others expect free work from.

If you have a lawn care business, your neighbor would never ask you to trim his hedges for free. But if your a "computer guy", everyone expects you to just fix their problem for free like it's no big deal. I don't get it.

link|flag
show 1 more comment
vote up 2 vote down

I think this comes down to the attitude of the person being asked:

I don't enjoy fixing another persons computer woes, but I don't mind helping someone out (as long as they don't take advantage). I usually end up fixing the problem as, being a developer, I like to solve complex problems, which means when faced with a difficult problem, I'll generally persevere until I do fix it or I can advise.

If I fix the problem, I feel good and I may get some favour in return, which is usually something I suck at, or hate (getting a nice meal cooked or some chore sorted) - but it also builds my reputation as someone to ask about computer problems.

It's a viscious cycle that's taken years of work to perfect.

link|flag
vote up 1 vote down

I as a recently graduated telecommunications engineer was supposed to fix the TV set or my mom's mixer

link|flag
vote up 1 vote down

I make my family buy from Dell and get an extended warranty. That way when they have a hardware problem I have them call Dell instead because "it's their fault".

For the neighbor case, not much to do :(

link|flag
show 2 more comments
1 2 3 next

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.