Slashdot Mirror


Sizing Up the Daedalus Interstellar Spacecraft

astroengine writes "How big would an interstellar spaceship need to be? New artwork of the British Interplanetary Society's 1970's Project Daedalus by the non-profit organization Tau Zero Foundation gives the impression that the fuel economy for a nuclear pulse propelled vehicle might be a bit steep."

2 of 191 comments (clear)

  1. Think Positron Engine Drive by tyrione · · Score: 3, Informative
  2. Re:HOW DO I VIEW ALL COMMENTS WITH NEW SLASHDOT? by Fnkmaster · · Score: 3, Informative

    You switch to D1 instead of the stupid D2 discussion system by clicking on Account while on the main page. D1 actually lets you view more-or-less all the comments for most stories.

    Then fix up the D1 system by creating/editing userContent.css (assuming you are using Firefox) in your profile/chrome directory:

    @-moz-document domain("slashdot.org")
    {

    div.col_1
    {
    position: absolute !important;
    }

    header.h
    {
    position: absolute !important;
    }

    li.comment
    {
    border:solid 1px grey;
    -moz-border-radius-topleft:10px !important;
    left:20px;
    width:95%;
    }

    }