Slashdot Mirror


User: flumps

flumps's activity in the archive.

Stories
0
Comments
240
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 240

  1. Re:Get it right!!! on Acer Labs' (ALI) Plans Box To Play PS2 Games, DVD · · Score: 1

    Er well no, and yes.

    Depends on who you believe about the ownership of Taiwan, the Americans, the Taiwanese or the Chinese.
    China refuses to recognise Taiwan as an independant country.

    The Taiwanese think they are an independant country.

    The Americans, who are always right, think that China is silly, and that Taiwan definately is a new sta.. erm.. its own country.

    Check yr facts 2, matey.


    ~matt~
    0
    o
    .
    ><>

  2. Re:Shooting it down on Walking Around In Spherical VR · · Score: 1

    Now all you've got to do is emulate sitting/leaning on this virtual wall, rather than sitting/leaning through it.

    And bumping into it.

    Apart from that..

    ~matt~
    0
    o
    .
    ><>

  3. Re:Is there a name for this kind of system? on Walking Around In Spherical VR · · Score: 1

    What if you were in a car simulation but really really really needed to go to the toilet??


    Answer me that!!

    ~matt~
    0
    o
    .
    ><>

  4. Re:Maybe it's possible (Re: inertia) on Walking Around In Spherical VR · · Score: 1

    Nah, you apply an initial resistance to the sphere so that you dont have this problem. Plus, if you made the sphere large enough you wouldnt notice the inclined sides when you walked.

    It would mean, however, that objects and external influences to your motion would also have to "feed back" into the sphere, which could be tricky. Hmm..



    ~matt~
    0
    o
    .
    ><>

  5. Re:Mathematics and Reality on Why Does The Universe Exist? · · Score: 1

    To be picky,

    1 = concept of there being one.

    One what? Whole object. Why is it a whole object? We categorise it as being one, even though it is probably devisible into lots more objects.

    We discover patterns in the universe, not mathematics. We use mathematics to describe the relationship between "things", because it helps us to predict, determine and categorise. But its still abstract, numbers dont actually mean anything in themselves unless they are applied.

    or to put it another way:

    We discover patterns and our categorisation system of mathematics just helps us describe those patterns in chunks our tiny brains can understand...

    ~matt~
    0
    o
    .
    ><>

  6. Why a multiverse? on Why Does The Universe Exist? · · Score: 1

    Wouldnt an infinately recurring "big bang" solution work just as well as a multiverse one?

    Or am I missing something?

    ~matt~
    0
    o
    .
    ><>

  7. Re:So I'm a "clueless academic", am I? on Internet C++: Competition For Java And C Sharp? · · Score: 1

    I'd just like to address these points on your interesting post (well, at least it was interesting to me :)

    No reliable destructors, so you cannot use the "resource acquisition is a constructor and resource release is a destructor" idiom that is so useful in C++. This idiom is useful because it allows you to remove opportunities for error from your program (you can't forget to release a resource).

    You do not need to do it. Java ?never? forgets to deallocate the resource anyway when its not needed anymore. Why do you want belt *and* braces when braces will hold your trousers up anyway?


    - Java is a "police state" language, meaning that its designers have decided that they are smarter than everyone else, so they will dictate the programming style everyone has to use.(snip)

    The java programmers have not decided that they are smarter, they were working with an agenda in mind. That agenda was to remove the reliance on such things as pointers which can kludge up code on different platforms.

    For example, all functions must be class members, all exceptions that may be thrown (except for RuntimeException and Error) have to be declared with a throws clause, etc.(snip)

    There are good reasons also to be object oriented fully in a languages nature - it teaches good programming practice. Exceptions are a good way of determining that something illegal has happened without knocking out the entire app. Many times I've thanked the JVM for not knocking out an Java application completely that i'm trying to use.


    Apart from that, i tend to agree with what you are saying. All I can say is they must of had a reason to do it this way..


    "They" know best i suppose..

    ~matt~
    0
    o
    .
    ><>

  8. Re:You've Confused and Saddened Us All on Internet C++: Competition For Java And C Sharp? · · Score: 1

    Just out of pure interest you aught to read this comparison of different languages

    Ps, the stooopid mistake that guy made with the by reference and by value mix up just goes to show there are people who know squat out there. God save us all.

    ~matt~
    0
    o
    .
    ><>

  9. Re:Why not standardize the BYTECODE? on Internet C++: Competition For Java And C Sharp? · · Score: 1

    Why dont we just all agree on one computer platform to use? If we all had the same computer, all this talk wouldnt be necessary at all.

    Lets all throw away macs, pcs and sparcs and do all our coding on a commodore 64 :)


    ahh.. I miss the old days..

    ~matt~
    0
    o
    .
    ><>

  10. Re:Why not standardize the BYTECODE? on Internet C++: Competition For Java And C Sharp? · · Score: 1

    Why dont we just all agree on one computer platform to use? If we all had the same computer, all this talk wouldnt be necessary at all.

    Lets all throw away macs, pcs and sparcs and do all our coding on a commodore 64 :)


    ahh.. I miss the old days..

    ~matt~
    0
    o
    .
    ><>

  11. Re:Java's problems are not limited to performance on Internet C++: Competition For Java And C Sharp? · · Score: 1

    Hogswash! One of my main dislikes about C and C++ was that header files could float around like dead fish at the top of a pond. Which contains what function prototypes and what definitions? Theres only so much a filename can tell you, and if you've got a large project you have to search for ages to find the right info. Javadoc does this all for you, you know exactly what a class does and why it does it.

    As for using multiple inheritance, read this and see why its not a good idea before you slag something off you dont understand.


    ~matt~
    0
    o
    .
    ><>

  12. Re:Java's problems are not limited to performance on Internet C++: Competition For Java And C Sharp? · · Score: 1

    Ack, flamebait. oh well.
    I myself am using java in commercial applications. So your point falls over, and I dismiss your bait offhand as a cocky over reaction trying to ruffle feathers.
    Now please foad. Thankyou.

    ~matt~
    0
    o
    .
    ><>

  13. Re:it seems to me... on Open Source Nanotechnology · · Score: 1

    .. that theres a difference when you do it legally and when you don't.
    Just because you can, doesnt mean you should ;)
    ~matt~

    ~matt~
    0
    o
    .
    ><>

  14. Re:What about the virus threat ? on Microprocessors With Living Brain Tissue · · Score: 1

    >
    >
    >ls
    Cough/Cold error.. redo from start?(y/n)
    .
    .
    .

    ~matt~
    0
    o
    .
    ><>

  15. Re:Great Idea! on Online Hardware Swap-Meet · · Score: 2

    >keyboards with sticky keys (but no one knows >why...) Eww! EWWWW!! thats Gross! *shudder* Flumps -=-=-= Most people do. They just do, alright?!
    ~matt~
    0
    o
    .
    ><>