vote up 6 vote down star
1

Possible Duplicate:
How can I explain to a non-technical person what I do for a living?

This has happened with me many times. I meet a relative (a distant aunt, grandmother) after sometime and they suddenly ask you "So what do you actually do?" Of course they have very little idea what programming is about.

Its easier for them to understand an electrical engineer or mechanical engineer but how to explain software engineering to them?

flag
1  
The thing that really baffles me is when I have to explain things in layman's terms to my fellow IT employees. I get having to do that for my parents but for the Help Desk -- sheesh. – tvanfosson Jul 9 at 2:41
Duplicate: stackoverflow.com/questions/6988/… – gnovice Jul 9 at 3:00

closed as exact duplicate by gnovice, ChrisW, dmckee, Chris Pietschmann, redsquare Jul 9 at 4:38

22 Answers

vote up 11 vote down check

I gave up trying to explain what I do to friends and family years ago. So I usually just say

I do computer stuff

That's usually followed up by something like

Oh, ok. I think my Windows computer has a virus and needs to be reformatted, could you have a look at it for me?

link|flag
2  
Sigh I hate how familiar this sounds. – Deinumite Jul 9 at 3:49
1  
I'm not sure if I should vote for this one. I know it's correct in far too many cases, but I don't want it to be. – MachinationX Jul 9 at 3:50
3  
And that's when you reply with the following canned response: "it's a hardware problem!" :) – Ahmad Mageed Jul 9 at 3:51
vote up 1 vote down

I ask them "you know myspace, facebook, fox sports, amazon, bestbuy ...I make web sites like that".

link|flag
6  
I would be embarrassed if anyone thought that I do or would build something as horribly broken as Myspace. As if what I do in life is to randomly throw a bunch of flashing backgrounds and fluff on the screen, and once every five loads post an error message. Personally, I also wish people understood more about server-side programming, rather than just the web. – Uri Jul 9 at 2:34
The question is regarding how I would explain something to someone that knew nothing. While I worked on Callaway Golf's ecommerce system Callaway Golf is not a household name. Unfortunately, the crap that is MySpace...is a hosuehold name for even people that don't have the internet. And they know it is popular. And they know it is a big deal. Similar to the customers that I build "web sites" for...they don't care to learn concepts such as "server-side"...as that just baffles them even more - "whats a server?" – Andrew Siemer Jul 9 at 4:26
@Uri: "Personally, I also wish people understood more about server-side programming"... Yeah, good luck with that! :-) – ObiWanKenobi Jul 9 at 5:59
vote up 0 vote down

"I make pretty graphs."

link|flag
vote up 7 vote down

"I lie to computers to convince them to do what I want them to. Instead, they just do what I say, which is never as good."

link|flag
+1 Very good. And very true! – Andrew Siemer Jul 9 at 4:28
vote up 0 vote down

I usually say that I solve problems - after all that's the whole reason our field exists.. to solve any given business problem with whatever method and technology we think best.

link|flag
vote up 0 vote down

IT supports a customer within some sort of domain. The Chief software architect of the Nebraska Department of Forestry is helping Nebraska keep track of it's trees in it's MS-Access databases. If people don't understand the second clause of the sentence, that is okay, because the first makes perfect sense.

link|flag
vote up 5 vote down

I write computer programs, the instructions that tell a computer what to do. Currently I'm working on...

and then I tell them a little bit about the goals of my latest project, from a user perspective, what the system will do for them. Most "civilians" can relate to that, whatever it is.

link|flag
vote up 4 vote down

Don't answer them the same way you'd answer a fellow programmer (with specifics to platforms, language, etc).

"Software developer" usually suffices and if they're interested then they'll ask for details (but if they're like my relatives they definitely won't ask for details).

link|flag
vote up 0 vote down

"I do what any other hexadecimal demigod would do."

link|flag
vote up 0 vote down

If I have a wireless connection handy, I grab my laptop or iPod Touch and show them. If not, I drone on about SQL, design patterns, web.config files, dependency injection, lambda expressions, LINQ, unit tests, etc. :-p

Actually, if I can't show them I usually try to explain that I write software and tell them about the latest problem I'm trying to solve. Typically I use the same sorts of descriptions that my customers give me to tell me what they want the application to do.

link|flag
Now that will get them to stop asking! :p – DeadHead Jul 9 at 2:30
1  
Writing it out as a LISP program would be another good way to bring the conversation to a grinding halt. "Did you say, 'cooter?' What's that?" No, no, CDR -- you know, contents of the decrement part of the register! – tvanfosson Jul 9 at 2:36
I make windows stop appolagising for it's inconvienience – Crippledsmurf Jul 9 at 4:11
vote up 0 vote down

Put everything into what you consider "simple" terms.

Say that you develop software for whatever company you work for, and then (if you're able to) describe what the customer will expect from what you are developing. If you can't say anything that specific, just say: I writing software that these people will use to speed up their day to day job, and say that you can't specify due to confidentiality.

link|flag
vote up 0 vote down

I work with the JCAPS engine delivering TCP/IP messages to many endpoints. In laymens terms = glorified mail man. :)

link|flag
3  
Psst. Your slash fell on its back. – Nosredna Jul 9 at 2:34
vote up 3 vote down

The best description of programming for nonprogrammers that I have ever seen comes from an issue of National Geographic Magazine that was published sometimes in the late 70s or the early 80s (only remember it from my childhood). I am guessing 70s since it described a mostly mainframe environment.

It then posed to the reader some question from everyday life. Something like "How would you teach a child to cross the road?" (the example was somewhat different, I don't remember exactly). The thing is that the example seems trivial at first glance. However, they then state that "child" had no ability to reason or act beyond the instructions it was explicitly given.

They then iteratively developed this example, to illustrate the complexities involved in programming, branching behavior, quality, etc.

25+ years later, I still consider this example to illustrate the core of our profession.

link|flag
12  
Tie it to a chicken? – Nosredna Jul 9 at 2:35
@Nosredna: Unlike the chicken, the child should survive :) – Uri Jul 9 at 3:40
My parents have every national geographic since 1968 and I couldn't find this one. Do you remember the focus of the article, or any other article that might be on the spine? – dlamblin Jul 9 at 3:48
I have National Geographic on disc. I could probably track it down. – Nosredna Jul 9 at 4:07
vote up 2 vote down

"I make video games"

Short and sweet.

link|flag
vote up 0 vote down

What's a "job"?

link|flag
vote up 0 vote down

I tell them "We put GPS on big mining vehicles to help the operators work more accurately, and help the mine operators know how to use their workforce efficiently" - pretty much it does to the customer.

How we make it work is the magic part. Or the details are boring but most people get the purpose.

link|flag
vote up 4 vote down

Don't. They won't understand anyway, so why bother.

link|flag
1  
Had to up vote that just for the laugh! – Preet Sangha Jul 9 at 3:16
<GRIN> yes...I agree. – Andrew Siemer Jul 9 at 4:26
vote up 0 vote down

When my son was young it was I fix computers that go wrong. As he got older it became:

  • I work with other and we fix computers
  • I make the new icons that let other people do new things
  • I tell the computer using special 'programs' how to do things that people want to
  • I write documents in a language that the computer understands to that we can make it do something that our customers want to computer more easily
  • I write software which is the way you tell the computer to do something - like firefox lets you go to a website. Firefox is software that other people have done.
  • I (currently) write workflow software that lets other companies make do things more easily

I swear I'm regressing to

  • I fix computers
link|flag
vote up 0 vote down

It's worth trying to see if you can come up with a very high level (and necessarily vague) description of what you do, even if it's only something like "I work for a company that tracks what people buy in grocery stores, so that we can offer them only coupons they want instead of giving them lots of coupons they just put in a landfill." Or, "I write the software on this mobile phone that connects it to the nearest cell tower when you make a call." You can then add more detail (and accuracy) if the person you're talking to is interested.

This kind of practice makes it easier to talk to non-technical users of your software, which is very helpful for much of what we do.

link|flag
vote up 0 vote down

I fix problems

link|flag
vote up 2 vote down

I write software so our doctors can charge your insurance company.

Alternatively: Well... well look. I already told you: I deal with the god damn customers so the engineers don't have to. I have people skills; I am good at dealing with people! Can't you understand that? What the hell is wrong with you people?

link|flag
vote up 0 vote down

I am a wizard. I make things happen using magic words.

link|flag

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