Slashdot Mirror


User: HermanAB

HermanAB's activity in the archive.

Stories
0
Comments
2,531
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,531

  1. Re:If we wait on Commission Says NASA Failed on Shuttle Safety · · Score: 1

    No ship at all??? The US Army, Navy and Air Force all have better space programs than NASA. Sure, they are not flying expendable human cargo, but that is a good thing.

  2. Re:NASA on Commission Says NASA Failed on Shuttle Safety · · Score: 1

    Well, quite a few Astronaughts have been nullified in the process. I sure won't buy a Shuttle ticket, even if it was free.

  3. Fill'er up! on Lake spotted on Titan? · · Score: 1

    So, is Titan an Inter Galactic Filling Station for Vogon space ships, or does it lack something - an oxidizer maybe?

    Could you fill up on Titan with methane fuel and on Saturn with oxigen?

  4. Calm down, on Britain's First Jedi Member of Parliament · · Score: 1

    your comment is far too forceful...

  5. Re:The Force is *retarded* with this one... on Britain's First Jedi Member of Parliament · · Score: 1

    It is time to drag out the Orange Catholic Bible - all seven interstellar trucks of it - and see whether Jedi Knights are mentioned at all. If it is not in the OC Bible, then they don't exist.

  6. Re:How do the people of France like this? on France Will Be Home To Fusion Plant · · Score: 1

    What are you complaining about? It is in France! The worst thing that can happen is that some French will get Fried...

  7. Re:The Complete Military History of France on France Will Be Home To Fusion Plant · · Score: 2, Funny

    The old De Gaul slogan: Follow me! I'm right behind you!

  8. Windoze only. on Google Earth Launching For Free · · Score: 1, Redundant

    Blech. 'Nuff sed.

  9. Fast Steam Locos on Japan Tests New Bullet Train · · Score: 2, Interesting

    Steam trains were pretty damn fast since Victorian times: http://www.o-keating.com/hsr/mallard.htm Diesel electrics and pure electrics do not have the raw power required for high speed travel. Slow diesel trains is a major reason why air travel became popular.

  10. Re:well... on U.S. Scientists Create Zombie Dogs · · Score: 1

    Car crashes produce a never ending stream of 'volunteers'...

  11. Re:All two computers... on Norwegian Minister: No More Proprietary Formats · · Score: 1

    Something like Norway, Brazil, South Africa, Indonesia, India, China and Japan combined?

  12. Re:Wow on Japan Tests New Bullet Train · · Score: 1

    These trains are finally faster than the steam trains of the nineteenth century, which attained speeds up to 250km/h.

    Amazing - it took us 100 years to get fast trains again!

  13. Re:Difference between data and trash on Archiving Digital History at the NARA · · Score: 1

    for example: Multiple revisions...

  14. Re:Really a good idea? on Keeping a Data Center Cool on the Cheap · · Score: 3, Funny

    Actually the takedown of the tents is automatic: When the computers overheat, the plastic will slump and drop onto the floor...

  15. Re:Poland's broadband... on 164 Million Broadband Subscribers Worldwide · · Score: 1

    Zlotys??? Isn't Poland part of the Union yet?

  16. Re:What is Utah really like? on Send Email to Utah, Go to Jail · · Score: 1

    Let me answer your question with a question: If a man and a woman from Utah, marries in Las Vegas and divorces in Los Angeles - are they still brother and sister?

  17. Re:Slashdot's American Flag Icon on Send Email to Utah, Go to Jail · · Score: 1

    It isn't an American flag. It is a flag from an alternate reality.

  18. Difference between data and trash on Archiving Digital History at the NARA · · Score: 4, Insightful

    In the age of pen and paper, only important stuff was written down. Nowadays all crap is preserved. This is useless. There is a big difference between data and information.

  19. Re:Hopefully.. on Yahoo! Orders Wikipedia Hardware · · Score: 1

    Yup, HPs problems are deeper than just replacing the CEO. They have trouble executing and delivering orders. That doesn't make HP products bad, but it does make it hard to deal with them.

  20. Maxtor on The Neuron Drive · · Score: 2, Interesting

    A serious work of art with a joke for a disk drive.

    What would the MTBF of this painting be?

  21. Re:Say "NO" to Bloatware on Windows Longhorn and Internet Explorer 7 · · Score: 1

    You missed Windows XP Tablet Edition...

    Windows is very fragmented - far too many distributions - users don't know what to do with all the choices. MS is trying to emulate Linux in more ways than one...

  22. Re:Ridiculous on HOWTO: 0.5TB RAID on a Budget · · Score: 1

    I have wondered about that myself - in order to make Linux run an an ARM using as little memory as possible, they have to optimise things and apparently Linksys isn't very good at it...

  23. Re:RAID with 4xIDE disks is better on HOWTO: 0.5TB RAID on a Budget · · Score: 1

    Yup, though a 128MB USB memory stick is also only about $25 and way smaller - also, booting off a USB stick has a much higher Geek Coolness factor than booting off a clunky old USB CDROM drive... ;-)

  24. Re:I dont get it... on Linux Chess Supercomputer Overpowers Grandmaster · · Score: 1

    Chess is a very 'large' problem. You cannot simply proram all possible outcomes and then do a brute force pattern match. For example chess programs - including Deep Blue - use a method of play based on the `state-space search' (SSS) model. How programs like this work can be illustrated using a simpler game - Noughts and crosses. Size of search space in Noughts and Crosses: # First move: 9 possibilities # Second move: 8 possibilities # Third move: 7 possibilities Total number of move sequences: 362880 (= factorial 9) Searching each of those sequences, at the rate of one per second, would take about 100 hours. This is an illustration of what is called the `combinatorial explosion'. Search spaces can become huge, even when they involve a relatively small number of alternatives at any single node in the search tree. With chess, the problem space is much, much larger - factorial 64.

  25. RAID with 4xIDE disks is better on HOWTO: 0.5TB RAID on a Budget · · Score: 1

    Fourteen SCSI disk drives - The MTBF will be rather bad...

    A more practical RAID is to put 4 large IDE disk drives in an old PC and run software RAID1, to give you two virtual disk drives.

    That means that you can't use a CDROM drive, since all IDE ports are used, but you can do a network install using either a boot floppy disk or a USB key.