Slashdot Mirror


User: tonigonenstein

tonigonenstein's activity in the archive.

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

Comments · 105

  1. ISS on French Doctors to Perform Zero-Gravity Surgery · · Score: 2, Interesting

    As others have pointed out, performing surgery 30 seconds at a time doesn't make sense and doesn't reflect the reality of being in micro-gravity during the whole operation. Why don't they do this kind of experiments on the ISS ? It was supposed to be a micro-gravity science laboratory. (Or was it a scheme to maintain 15'000 jobs at NASA ? I don't remember).

  2. Wow! on Intel Announces Lasers On a Chip · · Score: 1

    How novel! A laser on a chip ? You mean, like this?

  3. Re: General Relativity Is At Least 99.95% Right on General Relativity Is At Least 99.95% Right · · Score: 2, Informative

    This is incorrect. The theorem you are talking about says that you cannot prove the consistency of a complete theory that includes arithmetic in the theory itself. Nothing prevents the theory from being consistent and nothing prevents you from proving the consistency at a higher level (in a meta-theory).

  4. Re:Makes it Worse! on Bayer Petitions For Approval of Biotech Rice · · Score: 1
    One key problem with many of the GE crops is that they are engineered not to breed naturally. As a marketing point this makes the company the sole source of new seeds. Practically speaking this sets up a problem if the engineered crop contamninates other crop sources preventing them from breeding
    By definition if a GE crop cannot breed, it will not pass its genes to future generations so it is a non issue.
  5. Re:Old Hat on Blue Screen of Death for Mac OS X · · Score: 1
    The panic in the room was palpable -- everyone figured we'd just lost the whole morning
    Which just shows that engineers never heard of regularly saving their work.
  6. Re:Didn't help SACD on Toshiba Develops 3-Layer DVD and HD-DVD · · Score: 1

    Higher quality perhaps, but not higher resolution since it goes from 16 bits to 1 bit.

  7. non story on Your Garbage Can Could Be Spying On You · · Score: 1
    "If it's possible to scan the tag on the trash can with an ID, it's possible to use similar equipment to quickly scan your can to uncover your purchasing habits."
    Certainly, but if your garbage has RFID tags you can scan it, wether or not the can has a tag. Or if you prefer:
    $(A \Rightarrow B) \nRightarrow (\neg A \Rightarrow \neg B)$
  8. some exemples on F(OS)S for Learning a Musical Instrument ? · · Score: 3, Informative

    DansTuner - Tells you if you are playing a pitch in tune
    GNU Solfege - Eartraining program for GNOME
    Gtick - Digital metronome

  9. Re:OLGA on F(OS)S for Learning a Musical Instrument ? · · Score: 1

    You do realise a tablature archive has nothing to do with what the submitter asked for, do you ?

  10. Torrent available... on "Security Engineering" Is Now Online · · Score: 1
  11. Re:roblimo on The NYT's OS-Restrictive Video Policies · · Score: 1

    Not to mention that he runs Windows XP on his laptop.

  12. Re:Simple counterexample for your co-worker on Debunking a Bogus Encryption Statement? · · Score: 1

    Your terminology is incorrect. An idempotent cipher is one for which forall K, E_K(E_K(M)) = E_K(M). For exemple E_K(M) := M xor K is idempotent. I don't know the conventional term for a cipher satisfying the condition you consider, but you could say that it is closed under composition.

  13. 64 + 64 = 65 on Debunking a Bogus Encryption Statement? · · Score: 1

    To crack the first pass you have to find a key among 2^64 possibilities. Then you do the same search for the second pass. So your search space is 2^64 + 2^64 = 2^65. Hence encrypting twice with a 64 bits key is the same as encrypting once with a 65 bits key.

  14. Re:Tomato seed? on HP Provides Alternate Technology to RFID · · Score: 2, Funny

    If it helps you, 500 KB per tomato seed is exactly equal to 1E-5 library of Congress per coconut.

  15. Re:Article also includes information on Optimisati on Shared Source Device Emulator from Microsoft · · Score: 1

    In the first part (I didn't bother to read the rest) he explains how they improved the lookup time in the TLB by moving from a linear search... to a hash table. This is algorithm and datastructures 101. The fact that they are proud of this is frightening. If you want to learn optimization techniques, please, do yourself a favor and read something else.

  16. much ado about nothing on Cracking the GPS Galileo Satellite · · Score: 5, Informative

    The article is inacurate and makes a big deal about nothing (BTW did you notice it was written by a guy from Cornell ?) First, Galileo is not ready yet. The article claim they plan to charge for the keys. This is plain wrong, the base precision signal (which is the one we are talking about) will be available free of charge. The system is simply in testing phase right now and they don't want anyone playing with it, that's all. Second, this PRN sequence is not supposed to be difficult to crack at all, since it will actually be made public in time. This is in no way an achievement. It is was the high precision signal, this would be another matter.

  17. Re:It's becomming obligatory on Encrypted Ammunition? · · Score: 0

    Now be honest. How many of you tried it ? I know I did.

  18. and soon... on Rumormongering - Apple Could Buy Nintendo? · · Score: 1, Funny

    ...Apple might buy Apple

  19. Stupid on Would Vendor Liability for Bugs Kill OSS? · · Score: 0

    This is ridiculous. You cannot regulate software because it is speech. I have the right to publish bogus sources like I have the right to publish a medical book full of dangerous suggestions.

    I you want liability, just require the vendor to comply to a certain certification and if he turns out the product really doesn't conform to it, sue him. Oh wait, this is already done.

    So I you want certified software, ask for it and pay the price.

  20. Re:Banning mnors from social networking sites.. on Slashback: ASIMO History, CSIRO WiFi, Net Neutrality · · Score: 0
    If minors are prohibited, how does one prove one is an adult ?

    Like this
  21. Re:Forgive me for my stupidity, on Benchmarking 3 PHP Accelerators · · Score: 2, Informative

    In such a case you would compile each version of the function and implement the condition by an opcode that put a reference to the correct version into a pointer. Then every call to the function use the reference contained in the pointer. In a word, you use indirect function calls.

  22. Re:Otherwise it wouldn't be MIT... would it? on Freshman MIT Students Automate Dorm Room · · Score: 0
    MIT isn't one of the premier educational institutions in the world?

    At least, it sure is the best one in Cambridge.
  23. Re:Otherwise it wouldn't be MIT... would it? on Freshman MIT Students Automate Dorm Room · · Score: 1, Troll
    No wonder it is one of the premier educational institutions in the world

    I think you misspelled the USA.
  24. Easy... on Starting an Education in IT? · · Score: 1

    Easy. Start with calculus, then electricity, digital systems, turing machines, register machines, read the verilog source of a processor, digest the whole IA32 manual, then the Knuths (with all the exercices) then continue with C, compiler construction, OS design, UNIX, practice procedural/oo/data-flow/logic/functional/message passing programming with an assortement of C++/ML/Prolog/LISP/, read a lot of source, read introductory material on databases, computer graphics, networking, GUI design, etc..., skim through RFCs, read the whole o'reilly catalog, and... that's it !

  25. SICP on Starting an Education in IT? · · Score: 0

    Start with the one and only: "structure and interpretation of computer programs" (http://mitpress.mit.edu/sicp/).