Slashdot Mirror


Timeglider Software Outlines Rosenberg Spy Case

An anonymous reader writes "Related to the previous story on Slashdot on the release of the Vassiliev Notebooks: the Cold War project has created a timeline on the Rosenberg spy ring (using Timeglider — a web-based, Flash-powered software for creating timelines), integrating the documentation from the Venona Intercepts, the FBI files related to industrial and atomic espionage, the Rosenberg trial papers and the Vassiliev notebooks in a easy-to-digest, complete picture of the evidence on the Rosenberg's involvement in atomic espionage. It can be accessed via the project's webpage. The use of Timeglider makes understanding the complex nature of the case and the newly available documentation more manageable."

1 of 99 comments (clear)

  1. Re:What is treason? by Hal_Porter · · Score: 5, Insightful

    Treason is to act against your own countrymen in the service of another country. But is that really what it boils down to when you prevent more deaths through dissemination of state secrets? Is it really an offense worthy of death to act according to your own morality?

    Meh. What the Rosenbergs did - giving atomic secrets to a hostile tyranny is treason. I'm no fan of the death penalty, but it's definitely a serious crime. And I'm sure if the sort of people the Rosenbergs had favoured had ended up running the country there would have been a lot more people executed under treason charges who were just 'acting under their own morality', treason being a popular though spurious charge in Stalinist show trials.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;