Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 34

Thread: Java Junkies of the world unite!

  1. #16
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,471
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    Is green tea actually green?

    I don't like coffee or tea. I have cup'a'soups and hot chocolate.

    EDIT: Yeah, I thought this would be about the programming stuff too. I don't even know why 'Java' is in the title of this. Is there a coffee company in Java?
    Bow before the mighty Javoo!

  2. #17
    toothpaste kisses Resha's Avatar
    Join Date
    Mar 2004
    Location
    Who knows?
    Posts
    6,192

    Default

    Quote Originally Posted by Giga Guess
    Thanks to the miracle of caffeine, I have a building full of people fooled into thinking I'm a morning person.
    Exactly! Thanks to coffee, I have the ability to take exams without dying, and look sufficiently alive generally for people to not point and stare. *high fives* I'm totally a morning person.

    BoB, green tea is green! It's kind of...an olive green, the greener the stronger, I suppose. Delicious stuff. Especially cold.

    Isn't Java the stuff coffee is made from? Like...java beans or something like that. *unsure*
    This subliminal message could be meant for YOU. But it's probably not. Move along ;D

  3. #18
    Enlightened Despot SammieBabe's Avatar
    Join Date
    Jul 2005
    Location
    Heaven's Waiting Room
    Posts
    3,143
    Blog Entries
    1

    Default

    Quote Originally Posted by Resha
    Coffee is my only saviour.

    What can I say? It's like a little cup of life-energy whenever I drink it. I survive school because of it!
    Ditto. Except the school part. Change that to work...

  4. #19
    Newbie Administrator Loony BoB's Avatar
    Join Date
    Aug 2000
    Posts
    52,471
    Articles
    53
    Blog Entries
    19

    FFXIV Character

    Loony Bob (Twintania)

    Default

    Quote Originally Posted by Resha
    Isn't Java the stuff coffee is made from? Like...java beans or something like that. *unsure*
    I think coffee is made out of coffee beans.
    Bow before the mighty Javoo!

  5. #20
    yunafan11's Avatar
    Join Date
    Jun 2005
    Location
    Under a Blanket... Playing Final Fantasy
    Posts
    247

    Default

    I like coffee ice cream... mmmm. lol.
    Yeah, so what, I'm a chick that plays Final Fantasy. Not my fault my dad got me hooked when I was little. Started with Final Fantasy Tactics, and now I'm on Final Fantasy X-2... And I'm only 14!

  6. #21
    Pat Fenguin Xaven's Avatar
    Join Date
    Jan 2005
    Location
    Desert Beach
    Posts
    2,945

    Default

    Yes, I adore coffee. 'Specially Starbucks coffee! After all, caffeine is the source of life itself.

    Java typically refers to coffee and coffee shops for those of you who are confused.

  7. #22
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Quote Originally Posted by Loony BoB
    I don't like coffee or tea. I have cup'a'soups and hot chocolate.
    Now that's more like it.

  8. #23
    Fragaria addict Recognized Member Momiji's Avatar
    Join Date
    Mar 2005
    Location
    On top of this frustrating world
    Posts
    10,543
    Contributions
    • Former Site Staff

    Default

    Quote Originally Posted by Xaven
    Yes, I adore coffee. 'Specially Starbucks coffee! After all, caffeine is the source of life itself.

    Java typically refers to coffee and coffee shops for those of you who are confused.
    I agree fully with the Starbucks opinion. ^_^

  9. #24

    Default

    I love coffee

    i'm giving up,
    on the entire human race....

  10. #25
    ..a Russian mountain cat. Yamaneko's Avatar
    Join Date
    Aug 2001
    Location
    Los Angeles, CA
    Posts
    15,927
    Contributions
    • Former Administrator
    • Former Cid's Knight

    Default

    I hate the VM, but garbage collection is pretty cool I guess.

  11. #26
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    It's really slow. At least as far as C/C++ memory management speed is concerned.

  12. #27
    ORANGE Dr Unne's Avatar
    Join Date
    Dec 1999
    Posts
    7,394
    Articles
    1
    Contributions
    • Former Administrator
    • Former Developer
    • Former Tech Admin

    Default

    Quote Originally Posted by Samuraid
    It's really slow. At least as far as C/C++ memory management speed is concerned.
    I agree Java is slow, but not for the reason you gave. The loss of a few CPU cycles is worth it for sane memory management (among other things). If you aren't writing an OS or device driver or something ridiculously CPU-intensive, you don't need C as far as I'm concerned. Being able to play with pointers isn't worth it when you're sitting around for weeks debugging segfaults and array bounds overflows and memory leaks.

    Programming languages are meant for people to read. Straight binary is really really fast compared to C, but no human can understand it. Java takes forever to read and write, from my memory of using it in college, which is why I think it's slow. One too many NullInsaneRabidMonkeyBoundsExceptions, almost drove me out of my mind.

  13. #28
    lomas de chapultepec Recognized Member eestlinc's Avatar
    Join Date
    Jun 2000
    Location
    brooklyn
    Posts
    17,552
    Contributions
    • Former Cid's Knight

    Default

    Java is an island in Indonesia. They grow coffee there, thus coffee is sometimes referred to as java. I don't drink the stuff, personally. I also think you should not be allowed to add sugar or cream or anything to coffee. Drink it black or not at all.

  14. #29
    ffxfreak93's Avatar
    Join Date
    Sep 2005
    Location
    training w/ sephiroth-i'm currently lv62
    Posts
    1,500

    Default

    c-cc-cof-ff--coffee!!!

  15. #30
    Ominous Wanderer Tech Admin Samuraid's Avatar
    Join Date
    Oct 2001
    Posts
    5,522

    Default

    Quote Originally Posted by Dr Unne
    I agree Java is slow, but not for the reason you gave. The loss of a few CPU cycles is worth it for sane memory management (among other things). If you aren't writing an OS or device driver or something ridiculously CPU-intensive, you don't need C as far as I'm concerned. Being able to play with pointers isn't worth it when you're sitting around for weeks debugging segfaults and array bounds overflows and memory leaks.

    Programming languages are meant for people to read. Straight binary is really really fast compared to C, but no human can understand it. Java takes forever to read and write, from my memory of using it in college, which is why I think it's slow. One too many NullInsaneRabidMonkeyBoundsExceptions, almost drove me out of my mind.
    I'll agree that Java is a much safer language. However, I still stand by the fact that garbage collection is slow and takes a lot more than a few extra CPU cycles.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •