Slashdot Mirror


User: schroddinger

schroddinger's activity in the archive.

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

Comments · 3

  1. Re:Why? on Scientists Clone Horse · · Score: 1

    It's not about what mother nature wants or doesnt want. It's about preserving something that is about to be destroyed.

  2. Re:Why? on Scientists Clone Horse · · Score: 1

    hmm, not every circumstance in which an animal has acquired a disease may be due to natural causes, and many of the reasons that we now find animals becoming extinct has alot to do with humans exercising their right of "survival of the fittest." If it was true that when humans burn down a forest and any animals that don't survive have only been filtered out of the gene pool, then your argument would seem to make sense. But that's just not the case. This isn't us screwing up the gene pool, it's an attempt to fix it.

  3. Re:Good intro to RPN on New High-End HP Calculator? · · Score: 2, Informative

    it's the process of inputing the quantities first, then inputing your operators, and yeilding a result. i.e. operators follow operand. It allows you to evaluate complex expressions without brackets or parentheses. (4+5) x 6 becomes: 6 5 4 + x