Slashdot Mirror


ISS Gets New Recycling Gear, Ready For Larger Crew

TnGoastiiaiu submitted a space.com story that expands on coverage we've had earlier about improvements being made to the ISS to increase crew capacity. He writes "ISS gets new recycling gear that transforms human waste to drinking water. Some of the water will be used to get Oxygene, too. This way it will soon be possible to host more crew members. " Also, someone needs to smack the webmaster over there for putting a background texture behind the text. It's pretty unreadable along the left hand side of the screen.

1 of 158 comments (clear)

  1. Re:Waste hydrogen? by clang_jangle · · Score: 1, Offtopic

    Indeed. Although I do think he does a great job with the functional aspects, I usually view /. with the following style sheet. It helps me avoid that ginormous "white out" headache:

    @charset "UTF-8";
    /*
    Name: user2.css
    Version: 1.01
    Author: me
    Description: a css for tired li'l eyes...

    */

    * {
    background: Black !important;
    color: #BF5FFF !important;
    }

    input, textarea, select {
    background: Black !important;
    color: #912CEE !important;
    }

    button, input[type="file"], input[type="submit"], input[type="button"], input[type="reset"] {
    background: Black !important;
    color: #912CEE !important;
    }

    a[href] {text-decoration: none !important; background: Black !important;
    color: #7F9A65 !important;}
    #a[href] img {border: thin solid #7171C6 !important;}

    @media print {
    * {
    background: White !important;
    color: Black !important;
    }
    }

    --
    Caveat Utilitor