Slashdot Mirror


Stargate Universe

Last night I finally scraped together the two hours to watch the premiere of Stargate Universe. Since the last two series really ran their course and deserved to end, I was skeptical. At first blush it appears that the show is just Atlantis + Voyager, shot in the documentary style that practically every sci-fi show since Firefly uses. But I enjoyed it, and figured we should have a place to discuss it. The TV landscape needs more real, good sci-fi: there's not a lot of it left, even on the moronically renamed Syfy channel. But maybe this one will have a solid season. I just hope that future episodes don't have so many commercials. I couldn't believe how many ads appeared during this thing.

8 of 829 comments (clear)

  1. Big SG1 fan, not impressed. by Hercynium · · Score: 5, Funny

    Stargate: Why simply beat a dead horse where it lay, when you can transport it anywhere in the universe?

    --
    I'm done with sigs. Sigs are lame.
  2. Re:Troubleshooting skills. by Shakrai · · Score: 5, Funny

    I liked the show... but they they still need some thinking writers.

    They don't need writers. What they need is more lens flares. You can't have a Sci-Fi show without them, ya know?

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  3. Re:Firefly by Canazza · · Score: 4, Funny

    If Firefly had been called Starfly it'd have suceeded

    Look at the 3 biggest Sci-fi franchises.
    Star Trek (5 TV Spin-offs, 11 Movies, countless books, 40 years old)
    Star Wars (7 Movies, 1 TV series, countless books too, 30 years old)
    StarGate (1 Movie, 2 DVD Movies, 3 TV Spin-offs, lots of books too, 15 years old)

    Then you have BattleSTAR Galactica, 2 Spin-offs and one in the works, also 30 years old.

    Next time you're pitching a script, put STAR in the title name somewhere, it'll go far!

    --
    It pays to be obvious, especially if you have a reputation for being subtle.
  4. The bold new face of science fiction! by Mad+Quacker · · Score: 5, Funny

    1. Scientists are evil scheming power hungry liars that screw everything up.
    2. Politicians are selfless and caring human beings who will gladly give up their lives for you.
    3. Thirty year old gamers living with their mom are solving for the Grand Unified Theory by playing Warcraft 18 hours a day.

    Well, at least they didn't leave out the patronization.

    *sigh* to me it feels like the era of good science fiction is over.

    --
    "I don't know that atheists should be considered citizens, nor should they be considered patriots." George HW Bush
  5. Re:Troubleshooting skills. by Lumpy · · Score: 3, Funny

    Picard tried to use ramming speed with the Enterprise on at least one occasion that I remember, one would think they would have realized that would be a hell of a weapon,

    I remember captian kirk trying to ram everything he could with the ship....

    KIRK:"Scotty! There's a giant hole there, let's RAM The ship in it!"

    McCOY:"Dammit Jim you can to around screwing the entire universe!"

    --
    Do not look at laser with remaining good eye.
  6. Re:Only 42"??? by mweather · · Score: 3, Funny

    You need to get yourself a girlfriend.

  7. Re:Only 42"??? by artemis67 · · Score: 4, Funny

    A girlfriend with a MythTV box.

    Hey, as long as we're fantasizing here, might as well go for broke...

  8. Re:firefly by Hal_Porter · · Score: 4, Funny

    Are you trying to imply Firefly was some sort of fiction?

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