Slashdot Mirror


NASA Prepares to Open Source Code

comforteagle writes "According to this story at O'Reilly, NASA is looking for approval for their own open source license. The NASA submitter (lawyer of course) states that none of the current licenses meet their needs, but more interesting is that NASA needs a license at all. It makes one wonder what we, and other space agencies, might see coming out off NASA. It's also nice to see code that taxpayers paid for anyway being released for their use too. There must be at least one slashdotter who could dream up a use for NASA software. X Prize participants maybe?"

12 of 330 comments (clear)

  1. NASA, eh? by Faust7 · · Score: 5, Funny

    Jeez, who's next, Microsoft?

    1. Re:NASA, eh? by CeleronXL · · Score: 5, Funny

      Well no, Microsoft isn't next, Microsoft was before this. ;)

  2. Do it now! by Rope_a_Dope · · Score: 5, Funny

    I am most having got need for rocket open source. Now do open source me want for get. Sincerely, North Korean Military

  3. RE: NASA Prepares to Open Source Code by Anonymous Coward · · Score: 5, Funny

    Well, Microsoft already did so earlier today, so NASA is a bit behind the times for this one. [wink]

  4. Sweet! by hcetSJ · · Score: 5, Funny

    I've built this six-wheeled golf cart in my back yard, and I was hoping to find a good OS for it!

    --

    This side up.
  5. Maybe now... by twoslice · · Score: 5, Funny

    We can have more success at landing spacecraft on Mars. At least the metric/imperial error would have been caught before it went to alpha...

    --

    From excellent karma to terible karma with a single +5 funny post...
  6. Home NASA project? by micromoog · · Score: 5, Funny
    There must be at least one slashdotter who could dream up a use for NASA software. X Prize participants maybe?"

    Darwin Award, maybe?

  7. When's it coming out? by AhBeeDoi · · Score: 5, Funny

    I hope NASA gets their Open Source software out soon. I'm getting thoroughly frustrated trying to write an OS for my planetary rover.

  8. Sweet! by teamhasnoi · · Score: 5, Funny

    I've been itching to get my hands on NASA's Photoshop filters since 1969!

  9. Good imaging software by Kurt+Gray · · Score: 5, Funny

    I get the impression that NASA develops a lot of software for image processing. I'm picturing some really powerful GIMP plug-ins... "Make Mars Red", "Color Galaxy", "Add UFO"....

  10. Re:Government Copyright by Anne_Nonymous · · Score: 5, Funny

    Yup. Just go the NSA website and download your own copy of Echelon, citizen!

  11. Re:Absolutely by mog007 · · Score: 5, Funny

    That's easy:

    void mars_lander()
    {
    int dist;

    dist = to_ground(position,z); /* dist = dist * .3048
    * let's see what happens when we comment the
    * conversion!
    *
    / /* Someone please uncomment that before we compile... --Tim*/

    land(dist);
    }