the language barrier
November 27, 2009 10:13 PM
Subscribe
You're talking to some people about computers when you realize that somehow, they know even less than you do. How do you figure out what they need to hear? How do you phrase it clearly, simply and accurately, but not condescendingly? How do you know when you're screwing that up, and how do you recover? And conversely, when people talk to you about computers, how do you figure out what they mean even when they are using a different set of jargon from what you've learned, or incorrect jargon, or plain don't themselves know what they mean?
My job frequently requires me to discuss technical topics with people of all levels of expertise. I can handle myself just fine when I'm the more ignorant one, or when we're about equals, because I just ask a lot of questions, but somehow when I know more than the other guy, things just go south.
To give a recent example, it took me at least five minutes to explain why it would be a waste of IP space to assign every computer a static IP and also reserve it a slot in the DHCP pool. Later that same day, my boss asked me to set up some arrangement that passed through a middleman server for analysis but, in case of technical difficulty, failed down to letting clients send data directly to the destination. It was honestly ten or fifteen minutes before I realized he was saying "direct pass-through" to refer to the failsafe mode where the middleman server wasn't doing any passing at all.
posted by d. z. wang to human relations (14 comments total)
11 users marked this as a favorite
I usually start by describing the usual way to do things, to establish a baseline; often, the standard deployment already does what the customer/user wants, they just don't realize it yet. It also lets you establish some basic terminology. So for the DHCP example, I'd say, "Typically, I would set static IP addresses for only those machines that need to have a dedicated IP that never changes, like mail servers, and then the user computers would get a dynamic IP address out of the DHCP pool, because that will let us conserve our IP addresses. How many of your computers would require a static address, and why?"
For the jargon mismatch, "I've always heard it called" is my catchphrase. "The firewalls/IDS servers I'm familiar with can either let all the traffic through when they fail, or block everything until they're fixed. I've always heard the two modes referred to as 'fail-open' and 'fail-closed', but maybe it's called something else by another vendor."
posted by five toed sloth at 11:40 PM on November 27, 2009