vote up 0 vote down star

Closed as 'Exact Duplicate' of: How can I explain to a non-technical person what I do for a living?


It sucks trying to explain your job to someone and they give you a blank stare in return. Any remedies?


My best answer is "I am like Micheal Bolton on Office Space"

flag

75% accept rate
at least supply the duplicate for the poster... – tim Dec 22 '08 at 19:15
you have to give me a second. There's no "close and edit at the same time" option. – ctacke Dec 22 '08 at 19:17
LOL n1, he pwnt u – theman_on_vista Dec 22 '08 at 21:09
The duplicate in question is: stackoverflow.com/questions/6988/… – Jon Ericson Dec 29 '08 at 21:24
i was jus trolling this back so i can get my cleanup badge – theman_on_vista Dec 29 '08 at 21:26

closed as exact duplicate by Shog9 Dec 22 '08 at 19:18

8 Answers

vote up 5 vote down check

It's an art you should try to improve. It's called the elevator pitch, how to tell a stranger in 30 seconds what do you do in words she can understand, whatever her background.

I've found that talking about what do your programs mostly do (the what) is more helpful than what do you actually do (the how). This is a bit counterintuitive, because for us the how is the most interesting part (holy wars, learning new technologies, etc.)

For instance, instead of "I use .NET Remoting to call Web Services that deliver the stock quotes via a Java Application Platform that is down a lot of the time" go "I design systems to help my company get stock quotes"

link|flag
vote up 2 vote down

Very slowly...

link|flag
And loud too - that helps. – ctacke Dec 22 '08 at 19:18
vote up 1 vote down

Why not an analogy to a builder?

link|flag
are you talking about jbuilder? – theman_on_vista Dec 22 '08 at 19:13
you're kidding, right? No - I mean like building a house or a building. Architects plans, blueprints, etc. Maybe that is too much also? – tim Dec 22 '08 at 19:15
I always explain in either cars or how to build a house, "a house with no interiours" = Functions with no bodies. "Crack in the ceiling" = Compilation error – Filip Ekberg Dec 22 '08 at 19:16
Winchester House = spaghetti code... ;-P – Shog9 Dec 22 '08 at 19:20
vote up 0 vote down

Move on. You aren't going to teach them CS in an hour. Try to tell them what you do on a higher level perhaps.

link|flag
Hm i always thouhg that CS-people learnt all their stuff in less than one hour.. – Filip Ekberg Dec 22 '08 at 19:13
lol, book titles would have you believe that. – Ed Swangren Dec 25 '08 at 10:02
vote up 0 vote down

Nope, your best bet is to find an BBC documentary that explains it, like they do it to explain string theory to common people. You on the other hand are too technical to do this.

link|flag
vote up 0 vote down

I've found it's a good idea to skip the details and use a very broad brush. Among people in the same field, I might say I do FPGA design with VHDL and algorithm modeling with matlab, but to the public at large, I design electronics.

link|flag
vote up 0 vote down

People can vaguely understand business if not technology. Discuss what you code, not how.

link|flag
Or lie and tell them you scan the internets for their credit card numbers. Then they'll pay attention. That is a lie right? – annakata Dec 22 '08 at 19:12
vote up 0 vote down

This is a very common communication challenge. Here are some ideas that I have found useful:

  1. Get to know the non-tech person. If they're into sports, use (judiciously!) sports analogies where you can. Or basket weaving, or music, or whatever they can relate to.
  2. Try to remember how you learned the topic. You have a mental model for the topic you're discussing- deconstruct it as much as you can and rephrase it with suggestion #1 in mind.
  3. Be aware of the role of the non-tech person. Executive management isn't interested in method naming conventions. Project management doesn't need to understand the pros/cons of the framework you're using (that's your job!) Target the discussion to their primary interest and do not include information that is not relevant to their job responsibility.
  4. DO NOT BE CONDESCENDING!! Your job is difficult, takes long hours, and lots of study and trial and error. It's a rough gig. Tough. Nobody else at your company cares except your peers. Be available, open, honest, and forthright. If a non-tech person it having trouble understanding you, that's your problem not theirs. Try ONCE to completely rephrase your explanation (don't just speak more loudly and/or slowly.) If that doesn't do it, research for a better explanation or ask a peer for help.
link|flag

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