Thread: Pronouncing Abbreviations

  1. #1
    Master Apprentice phantomotap's Avatar
    Join Date
    Jan 2008
    Posts
    5,108

    Talking Pronouncing Abbreviations

    I was just watching a mandatory introduction video on database administration for a small programming job. The job isn't interesting, but the video was.

    1) Every reference to `nonce' was pronounced "noonzay".*
    2) Every reference to SQL was pronounced "squeel" (not "sequel" or "es-qu-el").
    3) Every continuing list would end with "et cetera" pronounced "ee-tee-see".

    I just thought it was funny. I wish I could post the video. ;_;

    So, anyone else have training material with bizarre notations or pronunciation?

    I need more stuff. I couldn't stop giggling after hearing "noonzay" the fifth or sixth time. ^_^;

    Soma

    * I had no idea what he was saying until he showed an SQL example.

  2. #2
    Officially An Architect brewbuck's Avatar
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    7,396
    Never, ever have I heard of "squeel." That's a completely new one to me...

    How do you say "ioctl()" ?

    At work, we pronounce "eye-octal".
    Code:
    //try
    //{
    	if (a) do { f( b); } while(1);
    	else   do { f(!b); } while(1);
    //}

  3. #3
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    Squeel. Nice.
    Are the video makers native English speakers?

    Knowing what ioctl stands for, and having never heard it pronounced, I simply say it's expanded name (I/O Control).

  4. #4
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Also, note that "etc" should be enunciated with a long, falling pitch at the end there ("ee-tee-cee~ee").

    For maximum effect, say it in Ben Stein's voice.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  5. #5
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Eye-oh k'trll?

    I still haven't gotten used to saying "gooey". It sounds wrong.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Pronouncing...
    By Stan100 in forum Tech Board
    Replies: 38
    Last Post: 09-21-2003, 08:46 PM