Slashdot Mirror


User: acaeus

acaeus's activity in the archive.

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

Comments · 3

  1. gloves on US Visitor Fingerprints To Be (Perhaps) Stored by FBI · · Score: 2, Funny

    just wear gloves and when asked say it's a religious thing. It works at airport security...

  2. anthropomorphism at its best! on New Telescope Hunts for Earth Sized Planets · · Score: 1

    http://www.daviddarling.info/encyclopedia/A/anthro pomorphism.html It is really scary when scientists *never* think outside the box...

  3. Apples and Oranges on High-level Languages and Speed · · Score: 1

    I can think of several general applications that could NOT or at least should NOT be developed in a truly high-level language like Java:

      - Real Time Client/Server programs
      - Gaming (intensive CPU/Graphics)
      - Servers that deal with large amount of data/connections/transactions

    *** Not to mention any application that should run for a long period of time and thus must not "trust" OS's memory management and the inherent cost of memory fragmentation.