vote up 2 vote down star
2

What expression do you "import" from programming while talking with programmers' not on work.

Is "2.0" the only expression that made it into mainstream?

flag

26 Answers

vote up 11 vote down check

I discovered that many people don't know what parse means. Used in a sentence:

"I cant parse what you are saying"

link|flag
3  
Also: iterate and increment are two common programmer words that you might use in a regular sentence most people don't seem to understand. – NetHawk Jun 18 at 20:09
Although I do remember "parse" coming up in the last presidential campaign. – Kit Sep 10 at 23:37
vote up 0 vote down

"Would you like fries or a salad with that?"

Just give me the default.

link|flag
vote up 0 vote down

Heard this one on the place I work:

"My car should have a flag that enables it to park anywhere"

link|flag
vote up 0 vote down

I use string, double and some other datatypes in my everyday talk. I also use parse.

link|flag
vote up 2 vote down

"It's on the table somewhere."

"Can you give me an index, or am I going to have to do a full table scan?"

Yes, my wife does a lot of DBA work, including query optimization.

link|flag
vote up 0 vote down

String.

When I point and some text and say something like "This string here means...", no one knows what I'm talking about.

As others have mentioned, "parse".

link|flag
vote up 1 vote down

cycles, as in "I don't have the cycles to handle your request right now". See also: bandwidth.

link|flag
vote up 1 vote down

"Could you hand me a pen?"

"404, Not Found"

link|flag
My brother does this when I ask him to pass the potatoes. "Server not found..." – mmyers Jun 18 at 22:12
vote up 1 vote down

'F'

Like when I'm trying watch a DVD with more than the usual number of anti-piracy warnings, previews, bonus features, and what-not: "Just PTFM!"

link|flag
vote up 2 vote down

I have a tendency to use names for some of the funny punctuation that come from geeky sources, such as discussions of Unix commands and pipes, as well as some borrowed from too much time playing rogue, hack, and nethack...

People look at me funny when I refer to ! as "bang", but they get it quickly. Clarifying which of < and > I meant by calling it an up or down staircase only muddies the waters unless there are other rogue-like players in the conversation.

Most people don't seem to know the correct names for | and # so calling them "pipe" and "hash" seems to not raise too many eyebrows. And it seems that "twiddle" for ~ is accepted without a murmur most of the time.

link|flag
vote up 1 vote down

I have a programmer friend who uses "return from interrupt" after being sidetracked (or, more often, sidetracking himself) and returning to the original topic of discussion.

link|flag
vote up 2 vote down

Interface and Exception Jokes.

Such as in:

"I'm gonna take a core dump"

reply: "TooMuchInformationException"

link|flag
vote up 4 vote down

"Overloaded", as in "They've overloaded the use of the word..."

link|flag
vote up 1 vote down

parse cache ping grep kill -9

link|flag
vote up 3 vote down

I find myself using logging for taking notes.

link|flag
vote up 1 vote down

call to fork() failed.

link|flag
vote up 0 vote down

Stackoverflow

link|flag
vote up 4 vote down
  • parse(which is simply an linguistics word that was brought into computer use)

  • orthogonal(although this is a linear algebra(originally geometry) term)

  • ping

In general, my speech patterns are more precise and literal than the average person I interact with. I have also made a conscious effort to speak "non-geek" when I am not speaking on work topics, for the purposes of clarity in communication to the average educated person.

link|flag
Orthogonal is a geometry word that was brought into linear algebra. – David Berger Apr 23 at 20:43
@David. Did not know that. Thank you. :-) – Paul Nathan Apr 23 at 22:13
vote up 3 vote down

This is difficult as most of these jargon words and phrases stem from non-programming concepts originally, so they don't necessarily sound out of place in isolation. It's more the frequency with which I use these in real life which marks me out as a programmer:

  • Pattern
  • Rationalize
  • Normalize
  • Robustness
  • Debug
  • Traversal
  • Garbage-in-garbage-out
  • First-in-first-out
  • Reboot
  • Class
link|flag
vote up 5 vote down

Busy-waiting (e.g., Let's not all stand here and busy-wait until the conference room is free).

Brute force

DFS and BFS

link|flag
vote up 5 vote down
  • bug as "it doesn't works"
  • ping
  • nerd as "smart", "cool"
  • lol/rotfl in place of "ahahahahah"
link|flag
1  
+1 for the naive "nerd" definition. Or shall I say superficial instead of naive? – dr. evil Apr 21 at 13:22
you use "lok/rotfl" while talking ? – ldigas Apr 21 at 13:24
@ldigas: sometimes! :D – dfa Apr 21 at 13:46
rotful doesn't sound as pleasant as rofle :p – Davy8 Apr 23 at 20:42
1  
I never use "nerd" meaning cool -- that's "geek". The way I heard it described: A geek knows he's a geek and is proud of it. A nerd doesn't know he's a nerd. – Graeme Perrow Apr 29 at 14:37
vote up 4 vote down
  • wtf?
  • n00b
  • lulz
  • NullReferenceException
link|flag
1  
The second and third aren't programming-related, really, although the first and last are. – David Thornley Jun 16 at 20:21
vote up 2 vote down
  • implement
  • encapsulate
  • agile
  • cast ("I cast level 3 Guard!") jk, I don't even know what MTG is
link|flag
I use "cast" in a type-conversion way. It really confuses any non-programmer standing around. – aehiilrs Jun 18 at 20:02
vote up 3 vote down

I'm constantly surrounded by programmers, it's hard to separate jargon from natural language.. That's probably why my girlfriend thinks I'm a nerd :)

link|flag
vote up 3 vote down

Dude, everything. A few:

ping (someone)

cache (an idea back into my head)

pop (a topic from the conversation stack)

...

link|flag
lol, nice! (why 15 char min not 10 now?) – Davy8 Apr 23 at 20:41
vote up 3 vote down
  • "disambiguate"
  • "orthogonal"
  • "idempotent"
  • "tedious and error-prone"
link|flag
1  
2 and 3 are actually mathematical terms. :-) – Paul Nathan Apr 21 at 14:27
Here's an answer I gave today, where I used "orthogonal" in a programming context: stackoverflow.com/questions/771801/… – tpdi Apr 21 at 22:01
Don't you mean 1 and 2 are methematical terms? :) – bogertron Jun 19 at 17:13

Your Answer

Get an OpenID
or

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