Slashdot Mirror


User: SAN1701

SAN1701's activity in the archive.

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

Comments · 84

  1. Re:Assorted movie-related quotes on Simpsons on the Silver Screen · · Score: 1

    Well, being precise, McBain is a character normally interpreted by Reiner Wolfcastle (who was playing Atomic Man in the quote), in the successful McBain's movies.

  2. Re:Cooling via the fuel tank? - not a new idea on More on JSF Laser System · · Score: 1

    Take a look at the good old Concorde

  3. Joel on Software on Best Websites for Developers? · · Score: 1

    Joel on Software
    Many texts to read, some of them really insightful

    Devshed
    Many tutorials, focus on scripting languages

  4. Let's thank the germans on World Cup Final · · Score: 1

    Because

    1- They loose the game to us

    2- They invented beer for us to celebrate

    ;-)

  5. FP? on Draw! · · Score: 1

    I don't know much about chess algorithms, but aren't they exaustive calculations with integers only?
    I mean, if we are not using (or using too litle) floating point units, the results of the test can be very biased. And, for financial, scientific, gaming, DTP, etc, FP is very used.
    Anyway, this is one of the most fun bench tests I've seen.

  6. Worst Patent EVER on Scientific American On Bad Patents · · Score: 1
    This comes from the IgNobel Prize Past Winners WebPage:

    TECHNOLOGY
    Awarded jointly to John Keogh of Hawthorn, Victoria, Australia, for patenting the wheel in the year 2001 , and to the Australian Patent Office for granting him Innovation Patent #2001100012.

  7. Submited yesterday, still pending on Borland Backs Down · · Score: 1

    I dont get it. I've submited this news yesterday, with the same links, but it's still "pending (1)"

  8. Re:Sorry, it can't be proven. on Regarding the WWII Meeting of Bohr & Heisenberg · · Score: 1

    Well, I think as long as they dont say anything about the speed of the plane/train he used to get there, there will be no problems.

  9. Delphi/Kylix uses it too... on With XML, is the Time Right for Hierarchical DBs? · · Score: 1

    I use Delphi in my daily work, and we can use its TClientDataSet components family both to:

    1- Create a cliente-side cached data-packet in client-server/multi-tier environments.

    2- Use "briefcase model" functionality (copy data to your notebook in the morning, go do your business and merge them back with the database in the end of the day).

    3- Create small, single-user applications that stores data in XML format.

    I mean, altough its obvious hierarchicals capabilities, XML is well adapted to relational stuff too.