LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 02-04-2004, 06:13 PM   #1
jlturbos
Member
 
Registered: Jun 2002
Location: Pennsylvania
Distribution: Anything and Everything
Posts: 61

Rep: Reputation: 15
Unix Acronyms Incorrect! Possible Paradox...


This is driving me crazy! Can you put an acronym inside an acronym?

ex:
GNU = GNU's Not Unix = How can GNU's be embedded in GNU
APSFILTER = Apsfilter Prints So Fine, It Leads To Extraordinary Results = You know what I'm sayin'.

Could someone please explain this to me? Is this a paradox, maybe?

Thanks,
JL
 
Old 02-04-2004, 06:16 PM   #2
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
GNU = GNU is not Unix
WINE = WINE Is Not an Emulator

These are all self referring acronyms. The acronym talks about the thing it is an acronym of. It's humour. That's all.

There are others around.
 
Old 02-04-2004, 06:16 PM   #3
Joey.Dale
Member
 
Registered: Jun 2003
Location: Tampa, Fl
Distribution: Gentoo, Slackware
Posts: 828

Rep: Reputation: 39
It is called a recusive(sp?) acronym
 
Old 02-04-2004, 06:17 PM   #4
jlturbos
Member
 
Registered: Jun 2002
Location: Pennsylvania
Distribution: Anything and Everything
Posts: 61

Original Poster
Rep: Reputation: 15
Thanks for the replies!

Is it a paradox tho?
 
Old 02-04-2004, 06:19 PM   #5
Nis
Member
 
Registered: Jul 2003
Location: Virginia
Distribution: Ubuntu Hoary (5.04)
Posts: 550

Rep: Reputation: 31
It's just a play on the whole acronym thing. It's less a paradox and more of an infinite recursion thing. Here's a few more:
pine - pine is not elm
LAME: LAME Ain't an MP3 Encoder
and my personal favorite, from the GNU Hurd website
Quote:
According to Thomas Bushnell, BSG, the primary architect of the Hurd:

`Hurd' stands for `Hird of Unix-Replacing Daemons'. And, then, `Hird' stands for `Hurd of Interfaces Representing Depth'. We have here, to my knowledge, the first software to be named by a pair of mutually recursive acronyms.
Who can think of some more?
 
Old 02-04-2004, 06:21 PM   #6
XavierP
Moderator
 
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
Blog Entries: 4

Rep: Reputation: 475Reputation: 475Reputation: 475Reputation: 475Reputation: 475
No. A Paradox is a self contradiction. GNU is, indeed, not Unix - no paradox there.

Joey.Dale - you are right, I just couldn't think of the correct word at the time.
 
Old 02-04-2004, 06:33 PM   #7
h3rb1
Member
 
Registered: Jan 2004
Location: New York City
Posts: 62

Rep: Reputation: 15
This is totally irrelavant and useless but "Infinite Recursion", reminds me of the movie "Dude wheres my car?" and that scene with the tatoos.
 
Old 02-04-2004, 06:38 PM   #8
Nis
Member
 
Registered: Jul 2003
Location: Virginia
Distribution: Ubuntu Hoary (5.04)
Posts: 550

Rep: Reputation: 31
For a geeky example of infinite recursion here's a way in bash:
Code:
dumb()
{
  if [ -x /dev/null ]
  then  
   dumb()
  fi
}
dumb()
 
Old 02-04-2004, 06:46 PM   #9
SciYro
Senior Member
 
Registered: Oct 2003
Location: hopefully not here
Distribution: Gentoo
Posts: 2,038

Rep: Reputation: 51
when it doupt just remember 2 things
1) there is no such thing as a paradox sience the universe is perfect
2)recursion is beuteyful, dont belive me just go look at pictures of some good fractles
 
Old 02-04-2004, 06:50 PM   #10
wapcaplet
LQ Guru
 
Registered: Feb 2003
Location: Colorado Springs, CO
Distribution: Gentoo
Posts: 2,018

Rep: Reputation: 48
Another good explanation: Recursive acronym (Wikipedia). One you might not know of: VISA (the credit card) stands for "VISA International Service Association."
 
Old 02-04-2004, 07:53 PM   #11
Jose Muņiz
Member
 
Registered: Jul 2003
Location: Mexico City
Distribution: Slackware 9.1, SuSE 9.1
Posts: 248

Rep: Reputation: 32
How do they decide on the first letter, though?
 
Old 02-04-2004, 08:32 PM   #12
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Well, in the case of GNU - RMS was trying to find a real English word that would enable him to have Is Not Unix but he couldn't find any real words ending in INU, but he did find one that would work if he dropped the I: xNU where x can be replaced = GNU!

Often the first letter is the recursed one and if chosen so that the acronym sounds nice.

There are also things called recipricol(sp?) acrynyms:

HURD = Hird of Unix-Replacing Daemons
HIRD = Hurd of Interfaces Representing Depth

Now, how cool/sad (delete as appropriate ) is that? Forget your recursive acronyms!
 
Old 02-05-2004, 08:45 AM   #13
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
Quote:
Originally posted by Nis
According to Thomas Bushnell, BSG, the primary architect of the Hurd:

`Hurd' stands for `Hird of Unix-Replacing Daemons'. And, then, `Hird' stands for `Hurd of Interfaces Representing Depth'. We have here, to my knowledge, the first software to be named by a pair of mutually recursive acronyms.
Since we're getting all geeky with each other, that one would be a circular reference, not infinite recursion. LOL
 
Old 02-05-2004, 09:35 AM   #14
fatman
Member
 
Registered: Mar 2003
Location: PA
Distribution: Ubuntu (x2)
Posts: 158

Rep: Reputation: 30
PHP - PHP Hypertext Preprocessor

XINU - XINU Is Not Unix
 
Old 02-06-2004, 11:38 AM   #15
jspenguin
Member
 
Registered: Feb 2003
Location: Wichita, KS
Distribution: Heavily modified Redhat
Posts: 194

Rep: Reputation: 30
Quote:
Originally posted by fatman
XINU - XINU Is Not Unix [/B]
Now why didn't RMS think of that one? Not only is it recursive, it's also UNIX in reverse.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Incorrect Mouse, Incorrect Keymap, and Trapped in X Kenji Miyamoto Debian 8 08-24-2005 02:42 PM
A paradox! MikeZila General 3 10-24-2004 01:58 PM
What are all these abbreviations/acronyms anyway? vharishankar General 1 09-18-2004 04:54 AM
Paradox?!? neo77777 LQ Suggestions & Feedback 3 12-22-2002 10:25 AM
Short acronyms MasterC Linux - General 4 05-20-2002 06:52 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 04:12 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration