Thread: The glass is half full

  1. #1
    Registered User dirkduck's Avatar
    Join Date
    Aug 2001
    Posts
    428

    The glass is half full

    Well, im sure a lot of you know about the question 'is the glass half empty or half full'. As I see it, it is half full. Half=0.5. 'full' (1) * 0.5=0.5. empty(0.0)*0.5=0.0, so a 'half empty' glass would be empty, as half of 0 is 0. Anyone agree or disagree? Im just curious about what other people think about this.

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    Well, that answers that question

  3. #3
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    Well as long as it's half full/empty with beer I don't care which description you use
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  4. #4
    Just because ygfperson's Avatar
    Join Date
    Jan 2002
    Posts
    2,490
    when you're using "half empty" you're describing the emptyness of it, not the beer. both are still true. maybe emptyness isn't a real quantity.

  5. #5
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    when you're using "half empty" you're describing the emptyness of it, not the beer.
    This calls for an experiment, *goes to fridge grabs beer pours in glass*
    I'll let you know when it's either half full or half empty.
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  6. #6
    Registered User dirkduck's Avatar
    Join Date
    Aug 2001
    Posts
    428
    lol. <james_lipton>C_Coder you are a delight!</james_lipton>

  7. #7
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522
    *hic* Who teh hels jams liptoon? *hic*
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  8. #8
    Registered User
    Join Date
    Jan 2002
    Location
    Vancouver
    Posts
    2,212
    Code:
    #include <stdio.h>
    
    int main(void)
    {
     float glass = 0.5;
     printf("%.0f",glass);
     return 0;
    }
    The glass is half full.

  9. #9
    Registered User dirkduck's Avatar
    Join Date
    Aug 2001
    Posts
    428
    james lipton - the host of 'inside the actors studio' . Saturday night live does a really funny skit with him.

  10. #10
    Patent Pending GSLR's Avatar
    Join Date
    Sep 2001
    Posts
    134

    Ahhhh

    Of course the glass is 2 * too big.












    And to all those opposed, mmm Well !!

  11. #11
    Bobish
    Guest
    half empty means that half of the glass is empty (nothing in the top half(at least i hope the top)). Half full means that the glass has been filled half way (meaning that the top half is empty again). There for they both mean the same thing. I'd say half full is more pesemistic because your complaining that you got only half of a full glass while half empty means that atleast its only half empty instead of fully so.

  12. #12
    Registered User Invincible's Avatar
    Join Date
    Feb 2002
    Posts
    210
    It doesn't matter. It's still only half a glass. There's no optimistic or pessimistic way of looking at it. If you choose one or the other, you're only fooling yourself. Be wise and see it for what it really is, a half a glass of whatever beverage you like, or don't.
    "The mind, like a parachute, only functions when open."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Half Humanoid, half Chimpanzoid
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 06-19-2004, 04:23 PM
  2. Dialog box with full screen app.
    By curlious in forum Windows Programming
    Replies: 2
    Last Post: 10-27-2003, 10:37 AM
  3. Half life Problem which I am right and the teacher is wrong
    By Shadow12345 in forum A Brief History of Cprogramming.com
    Replies: 13
    Last Post: 11-06-2002, 04:28 PM
  4. hashing help
    By alokin in forum C Programming
    Replies: 17
    Last Post: 10-28-2002, 06:33 PM
  5. Smile
    By Govtcheez in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 02-18-2002, 07:51 AM