vote up 6 vote down star
1

I just told someone I'd VNC into their machine. It can be very embarrassing when someone asks you what that stands for and you don't know.

Throwing around terms like PHP, SQL, ASP, ESX, XNA, XHTML, AJAX etc. you need to be careful not to let an acronym into your vocabulary without knowing its meaning.

I would have asked what your favorite acronym was, but that's already been done.

So what acronyms do you frequently use without knowing the meaning of?

flag

24 Answers

vote up 6 vote down check

PCMCIA - because People Can't Memorize Computer Industry Acronyms.

link|flag
I have no idea why, but I've known that one for years. I think it's probably because it makes people think you're clever when you reel off personal-computer-memory-card-international-association. Yours is better, though :) – Dan Oct 3 '08 at 2:22
Forget knowing what it stands for, I get wierd looks just for using it. Apparently people started calling them "PC Cards" when I wasn't paying attention... – jj33 Oct 3 '08 at 2:32
People still use those? I thought PCIe cards were the new thing for laptops. – Jacob Oct 3 '08 at 3:30
Yeah, the funny thing is they changed the name from PCMCIA to "PC Card". Which is so generic and non-specific as to be useless in practice, so nobody uses it. – Wedge Oct 3 '08 at 5:27
Nice joke (in 1998) but who actually uses it? – Unsliced Feb 5 at 8:28
vote up 10 vote down

I still don't know what TLA stands for.

link|flag
Three Letter Acronym. – tsilb Oct 3 '08 at 2:22
2  
I think he was joking. – Mike Brown Oct 3 '08 at 2:25
ETLA = extended TLA - a four letter acronym FETLA = furter extended TLA - a five letter acronym – Martin Beckett Oct 3 '08 at 2:50
Yeah, I think it was a joke... and I always love it when I get a chance to use it in a conversation! – Elijah Manor Oct 3 '08 at 5:16
vote up 8 vote down

REST comes to mind...I still don't fully understand what it is but I know it's important.

link|flag
I think there are only about half a dozen people in the world that fully understand REST. They'll be the ones that come out of the woodwork to tell you how unRESTful your URI design is ;) – Dan Oct 3 '08 at 2:20
REST = Representational State Transfer. I didn't know either off hand. I had to look it up ;) – Elijah Manor Oct 3 '08 at 5:09
REST is something most developers don't understand from both aspects: the design acronym and the "I'm leaving work at 5pm to eat relax and get a good night's sleep" aspect. – Kevin Oct 3 '08 at 5:25
Yup, and also 'their customers complaining about duplicate data' aspect. – Milan Babuškov Oct 3 '08 at 6:30
vote up 3 vote down

I still don't know what XSLT stands for. I'm pretty sure there's an "template" in there, and likely an "eXtensible", too.. "stylesheet" ..?

link|flag
XML StyLesheet Transformations. – tsilb Oct 3 '08 at 2:24
I sooooooooooooooooooooooooooooooooooooo don't care. But thanks. Kinda. – Dan Oct 3 '08 at 2:26
and, ew, that is a horribly bastardised acronym. – Dan Oct 3 '08 at 2:32
1  
No its XML Stylesheet Language Transform... :) – dacracot Oct 3 '08 at 5:11
vote up 3 vote down

... and how many also use the word "acronym" without knowing what it really means?

VNC, PHP, SQL, ASP, ESX, XNA, XHTML ... not acronyms.

AJAX ... acronym.

:)

link|flag
1  
Who voted this down? Vnc isn't a word so, sql isn't a word, aps isn't a word, etc. Ajax is a name but not an ordinary word so I'd have trouble calling that one an acronym too, but still this comment made an important point. – Windows programmer Oct 3 '08 at 3:36
2  
PHP -> PHP: Hypertext Processor (recursive) AJAX -> Async Javascript And Xml – benPearce Oct 3 '08 at 4:22
2  
The pedantic grammar nazi would say the correct word for all these terms is "initialisms". also @Gordon: I always say S-Q-L. It makes me cringe when people say "sequel". – nickf Oct 3 '08 at 5:16
1  
@nickf: I couldn't agree more. – TraumaPony Oct 3 '08 at 5:24
1  
"The pedantic grammar nazi ..." I prefer the term "jerk" – David Aldridge Oct 3 '08 at 23:39
show 7 more comments
vote up 3 vote down

Irving and Richard Kind have maintained BABEL since before the Web just for this purpose:

BABEL : A Glossary of Computer Oriented Abbreviations and Acronyms

http://www.geocities.com/ikind_babel/babel/babel.html

One of the best, if not the best, listing of computer industry acronyms you'll ever find.

link|flag
vote up 3 vote down

Nobody knows what CICS really stands for except "Covered In Chocolate Sauce"

TWAIN is (officially) Thing Without An Interesting Name.

link|flag
1  
I thought it was "Technology Without An Interesting Name" – Artelius Nov 14 '08 at 2:26
vote up 2 vote down

SOAP. Reminds me of prison. Not that I've ever been there.

link|flag
1  
The 'S' in SOAP stands for 'Simple'. I've had to debug it, and I think the irony was the only thing that kept me going :) – Dan Oct 3 '08 at 2:25
There's a rule that says any protocol with the word "Simple" in its name, isn't simple. – Greg Hewgill Oct 3 '08 at 2:25
(er, "it" == "a horribly broken implementation of a SOAP client", btw) – Dan Oct 3 '08 at 2:26
1  
I think the irony here is that it actually isn't even acronym anymore. According to wikipedia it used to stand for "Simple Object Access Protocol" but that was considered "misleading." – Outlaw Programmer Oct 3 '08 at 2:57
I agree... I use that term all the time, but couldn't tell you without looking what it means. Bla bla bla Protocol ;) Ahh... Simple Object Access Protocol! – Elijah Manor Oct 3 '08 at 5:14
show 1 more comment
vote up 2 vote down

I just read yesterday what CAPTCHA stands for, and now I can't remember.

link|flag
1  
Completely Automatic Public Turing Test To Tell Computers and Humans Apart – Gordon Bell Oct 3 '08 at 5:00
I used that term today and I had no idea what it stood for, but I knew what it was ;) – Elijah Manor Oct 3 '08 at 5:10
vote up 2 vote down

There are many acronyms that I've used that I didn't know the long version of the name.

However, I think there is a large difference between not knowing what the acronym means and what it is.

POP3 (Post Office Protocol v3) - I didn't know that, and if someone asks me what POP3 is, I wouldn't tell them that, I would tell them it is a communication protocol used for retrieving e-mail from an e-mail server.

link|flag
I thought POP was Point Of Presence – David Oct 3 '08 at 3:44
POP is Point of Presence, POP3 is a mail protocol. – ManiacZX Oct 3 '08 at 4:03
I was more-or-less fluent in speaking POP3 (eg, via telnet) before I knew what it stood for ;) – Dan Oct 3 '08 at 15:39
vote up 2 vote down

My answer is... I don't really use those acronyms, which I don't understand, FREQUENTLY. I'm even trying to avoid it at all. Because if I had to mention some acronym, because of my job, study, hobby, or I don't know, whatever, it would be like, for example, let's imagine following situation (phone call):

  • Hello, Veryhuge company, inc, my name is Jen, can I help you?
  • Yes, this is Matt (or someone), from BI-integration company, can we offer you some of our BI-solutions for your business?
  • I don't know, what is BI-soulutions?
  • It's kind of... hmm... arr.. we are just shiped new.. BI-platform...
  • What's BI?
  • I don't know, but it's very useful for your business! And...
  • Hm.. we don't need it, goodbye!

Kind a stupid, isn't it? So, if you working in some area (which requires using acronyms), or whatever, you should know, that SDK means Software Development Kit, not the Super-Duper Kid. You should known the meaning, or otherwise, HOW can you ever correctly use something if you don't even know, what is this, or what's it's meaning, or "what for this little red button"?? I suppose, this is question of the competence in some area.

link|flag
Giving them the expanded name isn't going to help at all. They'll want to know what it does, which is what you should know. – Xiong Chiamiov Jul 20 at 21:30
vote up 2 vote down

I'm constantly wondering what all those TPS Reports exactly are, but I have to write them all the time.

link|flag
vote up 1 vote down

http://en.wikipedia.org/wiki/List_of_computing_and_IT_abbreviations

link|flag
vote up 1 vote down

All the memory standards - you start simple with DRAM, but then there's just get more and more. SDRAM, RDRAM, FPM, EDO, and oh look, I see we've got ZRAM and TTRAM coming up.

link|flag
vote up 1 vote down

XML.

The only thing I know about XML is that it's like violence. If it's not working for you, then you're not using enough of it.

-Adam

link|flag
vote up 1 vote down

Probably the acronym that is most widely used by people without knowing the meaning of it is the zip of zip code.

link|flag
Zone Improvement Plan – Wedge Oct 3 '08 at 5:29
vote up 0 vote down

ISDN - I Still Don't kNow...usually I know the meaning of the abbreviation but I am always amazed when I discover that the pronunciation of the ancronym is different from what I said in my head. S-Q-L vs. Sequel for example.

link|flag
Integrated Services Digital Network – DR Feb 5 at 8:57
vote up 0 vote down

I do not know what the following acronyms stand for:

  • RTFM
  • WTF
  • KMA
  • LOL
  • ROFL
  • COBOL

in fact, I've never heard of any of them!

link|flag
Some of those are a little crude ;) – Elijah Manor Oct 3 '08 at 5:12
How would I know that? I don't know what they stand for, remember? [though I suspect that COBOL is probably crude] – Steven A. Lowe Oct 3 '08 at 5:25
vote up 0 vote down

After 4yrs of .NET development I didn't know what SDK or IDE meant until 2mths ago.

link|flag
vote up 0 vote down

A client of ours actually uses so many abbreviations and acronyms within the company that they have an intranet site dedicated to keeping track of all of them called...

CHAOS ([Client-name] Acronym Online Search)

I think I'm going to start pronouncing all programming abbreviations so that they will all be acronyms. It will make me sound much more intelligent. Try it yourself: http, xhtml, css, aspx, tfs, svn, vss, msdn, js, ie, xml, xsl, w3c (that's a tricky one, I'd pronounce the '3' like an 'e'), dll, cvs, png. People around you will feel dumber for not pronouncing them correctly like you have. ;-)

link|flag
You don't normally say "ping" when referring to a .png? I don't believe I've ever heard it spelled out. – Xiong Chiamiov Jul 20 at 21:33
No, I don't normally try to pronounce anything that has no vowels. :-) Except for the invisible 'e' in JPG and the word "rhythm" if you don't count the 'y'. SWF ("swiff") and URI ("yoo-ree") are 2 others the client has enlightened me too. – travis Jul 22 at 17:30
vote up 0 vote down

"OOP". Everybody seems to know what object-oriented programming is, but nobody ever seems to agree on it. I've been left wondering if it means anything more than "programming in a style that I like".

link|flag
vote up 0 vote down

ADSL. I try not to speak any acronyms, but I know I've let this one slip out.

link|flag
vote up 0 vote down

I could never use an acronym without first knowing its meaning. For me its just like using any ordinary word without knowing its meaning, it's bound to bite you in the ass at some stage.

link|flag
vote up -2 vote down

I don't...throwing around acronyms without knowing their meaning is like certain candidates calling themselves "Mavericks".

isn't surprised that this was voted down

Let me clarify for people who took offense to this. "Maverick" doesn't mean just going against the grain, it implies that you're an anarchist and trying to cause chaos and confusion. By caling themselves "Mavericks" they're saying they are anarchists.

So throwing around acronyms without knowing their meaning is like running around saying vote for me because I'm an anarchist, and thinking it's a good thing.

link|flag
Unfortunately, in this business, it's hard to even have a basic conversation without dozens of them cropping up. There's bound to be one or two you don't know, or have forgotten, or THINK you know, but have got wrong. The contents of the acronym is rarely important - they're just used as names. – Dan Oct 3 '08 at 2:31
Yeah I have no qualms with asking someone what something means if I don't know the meaning. – Mike Brown Oct 3 '08 at 2:46
there is a difference between knowing what each letter of an acronym means and what the acronym means as a whole – benPearce Oct 3 '08 at 4:11
Okay...Seriously people it's funny that I'm getting voted down for making a simile. Must be a bunch of people who take it personally because there's another answer above that expresses the same sentiment (don't use terms you don't understand). But he's not getting voted down. Grow a pair. – Mike Brown Oct 3 '08 at 6:07
Well, I voted you up, anyway. For what it's worth, the dictionary doesn't seem to agree with your definition of Maverick, but I agree it's seriously overused, particularly with respect to politicians that vote along party lines 90% (or more) of the time. – Mark Bessey Oct 3 '08 at 6:33
show 3 more comments

Your Answer

Get an OpenID
or

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