Slashdot Mirror


User: fg22

fg22's activity in the archive.

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

Comments · 9

  1. Joint Services Perception Management Exercise 2001 on Further Updates On Terrorist Attack · · Score: 0

    Just got that from my UHF Satcom receiver:
    http://geocities.com/fgerlach.geo/jspm2001.html

  2. Re:Is this a BRITISH perspective ? on History and Culture of Computing? · · Score: 1

    It would also be quite interesting to see how much the russians benefited from Signals Intelligence. It seems to me that they had the biggest burden in fighting nazi germany...

  3. Is this a BRITISH perspective ? on History and Culture of Computing? · · Score: 1

    I agree that without Enigma Britian might have been invaded, but would that have meant that Hitler would have won ? The yanks were already designing intercontinental bombers for their nukes, in case Britain would fall.

  4. Turing's Universal Computer on History and Culture of Computing? · · Score: 1

    http://www.turing.org.uk/turing/bio/part5.html

  5. Andrew Hodges "Alan Turing - the enigma" on History and Culture of Computing? · · Score: 1

    Although this is mainly a bio of Turing and his contribution to breaking german codes, it is significant for the history of computers. Compared to german and american "competitors", he was clearly far ahead. Turing was instrumental both to the theory and the implementation of binary electronic computers. Therefore his bio is so important. War is still the father of of technological advancement !

  6. Very true: Turing invented the BINARY computer on History and Culture of Computing? · · Score: 1

    Although others worked on analog and decimal computers (e.g. Zuse in Germany), Turing was clearly far ahead of all other early "computer scientists". For example, he recognized that binary systems are more efficient than decimal. Also, his mathematical work is now very important for all of computer science and mathematics.

  7. Simple: Microsoft doesn't support Sandboxes on NSA Inside? · · Score: 1

    It is not just ACLs, just like with java, every system call can be intercepted and checked by what is called "SecurityManager" in java. Just code your own SecurityManager for SE Linux ! M$ and SUN did not buy in that concept, and so the NSA took the Guerilla tactic of taking matters in their own hands. That is the rationale behind it.

  8. SELinux Is Good For Society and Economy on NSA Inside? · · Score: 1

    Maybe the NSA finally recognized that concrete engineering is required to harden our high-tech infrastructures. We should demand more from them. For example, automatic tools for source code flaw analysis, or at least that they provide that as service for the analysis of critical internet infrastructure, such as routers,switches and DNS servers.

  9. How does this relate to the Sandbox concept ? on New Kernel Security Features In 2.4 Explained · · Score: 1

    Can somebody explain the difference of this to the Sandbox concept of Java or Janus ? (http://www.cs.berkeley.edu/~daw/janus/) Wouldn't it be better to have a good syscall-interception interface like Solaris ? Then there could be competing implementations for the "SecurityManager" (Java Terminology)