up vote 19 down vote favorite
4
share [g+] share [fb]

OK I know this could get some votes down, but as a time waster, who has some good Acronyms.

My Favourite:
TWaIN: Technology Without an Interesting Name

link|improve this question
show 6 more comments
feedback

closed as off topic by Jon, Bill the Lizard Sep 15 '11 at 2:40

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

74 Answers

1 2 3

From the depths of customer support hell ....

PEBKAC = Problem Exists Between Keyboard And Chair

link|improve this answer
5  
PICNIC (problem in chair not in keyboard) - way better due to being a real word :) – Aidan Ryan Oct 10 '08 at 17:31
1  
@Aidan: I think this should be "Problem In Chair Not In Computer"... – DrAl Nov 10 '09 at 10:41
show 4 more comments
feedback

RTFM (Read the ....)

I wish their was a button in stackoverflow which has RTFM on it. Lots of questions could then be answered with one push on a button.

link|improve this answer
1  
There are plenty of questions that can be answered by reading the manual or the spec, but sometimes people don't mind answering questions if they already know the answer and know the asker would spend much more time trying to find it in the documentation. – Albert Dec 5 '08 at 21:33
show 1 more comment
feedback

OK, so it wasn't the real definition, but PCMCIA once got labeled "People Can't Memorise Computer Industry Acronyms"

link|improve this answer
feedback

CDD = Career Driven Development

Basically it means choosing the technologies for a project based on what will look best on your CV. :)

link|improve this answer
show 1 more comment
feedback

Hmmm... ID-10-T comes to mind.

link|improve this answer
show 1 more comment
feedback

In a code sense, I definitely prefer KISS (Keep It Simple Stupid).

-Nicholas

link|improve this answer
show 1 more comment
feedback

without FUBAR where would all our variable names for code samples come from?

link|improve this answer
show 1 more comment
feedback

TLA - Three Letter Acronym! Many times in a tech meeting I'll ask (with an innocent look on my face) "What's the TLA for that?" Some get it, most don't. TLA is the Three Letter Acronym for Three Letter Acronym. Gets a laugh or a snort every time.

link|improve this answer
1  
I actually worked on a project where TLA stood for Top Level Architecture. I think the chief architect who invented the acronym pulled a joke on management, but he never admitted it. – starblue Feb 18 '09 at 12:56
1  
With the irony being it's not actually an acronym, it's an abbreviation. – Unsliced Dec 9 '09 at 12:27
show 5 more comments
feedback

I like YAGNI. I always say it to myself when coding. And I like the way it sounds :D

link|improve this answer
feedback

As a variation of PEBKAC there is the ever popular PICNIC - Problem In Chair, Not In Computer.

link|improve this answer
show 1 more comment
feedback

DRY is my favorite.

link|improve this answer
show 1 more comment
feedback

YACC - Yet Another Compiler Compiler

link|improve this answer
feedback

Campaign for the Reduction of Acronym Proliferation

link|improve this answer
feedback
  • WINE - Wine Is Not an Emulator

  • MCSE - Minesweeper Consultant, Solitaire Expert

But some of the favs around work are not so programming based but highly relevant for a client-driven environment:

  • BLGF - Bad Luck, Get F...razzeled

  • GLWT - Good Luck With That

link|improve this answer
6  
Upvote for MCSE! ^^ – Arnis L. Jun 26 '09 at 9:29
feedback

WWW - because it takes so long to pronounce

link|improve this answer
2  
It doesn't in Dutch... ;-) – peSHIr Feb 5 '09 at 9:58
1  
In German it's shorter was well. There's a nice Wikipedia article about the pronounciation: en.wikipedia.org/wiki/Pronunciation_of_%22www%22 – Joachim Sauer Feb 5 '09 at 10:14
show 1 more comment
feedback
  • I18N - "Internationalization" (I followed by 18 letters followed by an N)

  • L10N - "Localization" (L followed by 10 letter followed by an N)

  • Z-1A - "A" (Z followed by -1 letter followed by an A)

link|improve this answer
1  
Wow, finally I understand these... :] – binOr Feb 5 '09 at 9:41
show 3 more comments
feedback

POJO (Plain Old Java Object) kinda cracked me up the first time I heard it...

link|improve this answer
feedback

BAD - broken as designed, program that matches the design perfectly, but the design is rubbish.

link|improve this answer
show 1 more comment
feedback

I always liked how www (nine syllables) was a "short form" for World Wide Web (three syllables).

link|improve this answer
feedback

Gnu's Not UNIX (GNU) and Xinu is not UNIX (XINU) are two recursive ones that I liked.

link|improve this answer
feedback

DDT, the dynamic debugging tool (from CP/M if I remember correctly), was funny besause it was used for killing bugs, as was the chemical DDT when sprayed on crops.

link|improve this answer
feedback

BASIC - Beginners All purpose Symbolic Instruction Code.

link|improve this answer
show 1 more comment
feedback

Fast Action Response Team

link|improve this answer
2  
We actually had a brief time at one place I worked that they wanted to create a Special High-Intensity Team. Thankfully that idea got nixed. – John Biazo Feb 18 '09 at 19:25
feedback

I like SAX = Simple API XML. So its a three letter acronym for "Simple Application Programming Interface Extensible Markup Language".

link|improve this answer
show 1 more comment
feedback

Back in the day, EMACS was "eight megabytes and continuously swapping", but that doesn't seem such a bad thing any more.

And ACID always sounds more fun than it is.

BTW. Programmers are n00bs when it comes to slang abbreviations.

link|improve this answer
2  
It can also stand for "Escape Meta Alt Control Shift" – sykora Feb 18 '09 at 12:26
show 2 more comments
feedback

The recursive acronyms are (briefly) amusing, e.g., PNG: "PNG Not GIF". Worth half a snort, at least.

link|improve this answer
2  
maybe so, but PNG = Portable Network Graphics – Ferruccio Dec 6 '08 at 1:11
show 4 more comments
feedback

A system I worked on had components called the SPU and the SHTS. When pronounced phonetically, they said a lot about the system.

link|improve this answer
feedback

JFGI Just F'in Google It. With accompanying website.

link|improve this answer
show 1 more comment
feedback
1 2 3

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