Stargate Continuum
-
The new Stargate movie has come out. It's not in theaters, just on DVD. Looking forward to seeing it, i've been a fan of Stargate since the original movie. Anyone else out there a Stargate fan?
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
I saw the movie 2 weeks ago. It is a solid and entertaining movie although I normally hate the time-travel thing.
Michel Wassink
We must make user friendly software. Where are friendly users?
-
I have only seen Stargate Atlantis; would the movie be like that? BTW, I'd do it like:
your.Cool = your.Life == lifestyles.Programming;
;PStupidity is an International Association - Enrique Jardiel Poncela Die deutsche Sprache sollte sanft und ehrfurchtsvoll zu den toten Sprachen abgelegt werden, denn nur die Toten haben die Zeit, diese Sprache zu lernen. - Mark Twain
I still don't like the implicaitons of the false branch.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
I have only seen Stargate Atlantis; would the movie be like that? BTW, I'd do it like:
your.Cool = your.Life == lifestyles.Programming;
;PStupidity is an International Association - Enrique Jardiel Poncela Die deutsche Sprache sollte sanft und ehrfurchtsvoll zu den toten Sprachen abgelegt werden, denn nur die Toten haben die Zeit, diese Sprache zu lernen. - Mark Twain
I still don't like the implicaitons of the false branch.
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
The new Stargate movie has come out. It's not in theaters, just on DVD. Looking forward to seeing it, i've been a fan of Stargate since the original movie. Anyone else out there a Stargate fan?
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
They film it just across the water from here. I've always found it too "Canadian" for my tastes. Of all the current sci fi-ish tv programs filmed in Vancouver I think JPod is probably the best.
"It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson
-
I saw the movie 2 weeks ago. It is a solid and entertaining movie although I normally hate the time-travel thing.
Michel Wassink
We must make user friendly software. Where are friendly users?
Michel Wassink wrote:
although I normally hate the time-travel thing
Wow, that's always been my all time favorite theme in Sci Fi novels. Movies though generally treat it very badly as a subject.
"It's so simple to be wise. Just think of something stupid to say and then don't say it." -Sam Levenson
-
I like to be long winded if(you have some interests outside of coding and technology) { you're far more interesting company } else { you're a tad boring }
And this subthread seems to bear out what I've noticed on bbs systems many years ago, then on usenet, and now in discussion forums like this one --> when your sig is larger (by far) than the main content of your post, it becomes the focus of the message post. :doh: BTW, I enjoyed the SG movie with Kurt Russell, but the television series did nothing for me.
-
The new Stargate movie has come out. It's not in theaters, just on DVD. Looking forward to seeing it, i've been a fan of Stargate since the original movie. Anyone else out there a Stargate fan?
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
Love Stargate, especially the fragrant Amanda Tapping! Essex Girl I believe, so like Star Trek TNG, Essex Girls get about a bit.(I am pretty sure Councillor Troi comes from Essex too!) I am waiting to see Continuum, and, sadly, have every episode on DVD. (I also have near 700 episodes of Doctor Who too, God, somebody, get me a life! :) )
------------------------------------ "I want you to imagine I have a blaster in my hand" - Zaphod Beeblebrox. "You DO have a blaster in your hand" - Freighter Pilot "Yeah, so you don't have to tax your imagination too hard" - Zaphod Beeblebrox
-
Fernando A. Gomez F. wrote:
your.Cool = your.Life == lifestyles.Programming;
Although probably not required, I still prefer to see this parenthesised for clarity, like this: your.Cool = (your.Life == lifestyles.Programming);
-------------------------------------------------------- Knowledge is knowing that the tomato is a fruit. Wisdom is not putting it in fruit salad!!
_Damian S_ wrote:
your.Cool = (your.Life == lifestyles.Programming);
Shouldn't that be: "you're.Cool" ;)
-
The new Stargate movie has come out. It's not in theaters, just on DVD. Looking forward to seeing it, i've been a fan of Stargate since the original movie. Anyone else out there a Stargate fan?
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
-
The new Stargate movie has come out. It's not in theaters, just on DVD. Looking forward to seeing it, i've been a fan of Stargate since the original movie. Anyone else out there a Stargate fan?
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
I've always enjoyed Stargate but I think it jumped the shark a while back. Atlantis is okay but it's getting to be a home for retired SG1ers. And let's face it, without the humour of O'Neill, it isn't really the same. Still watch the reruns nearly every night on Sky when I get home: how sad is that? :-)
-
The only Stargate I liked was the original movie with Kurt Russell. SG-1 doesn't do it for me. Anderson was great as McGuyver, though.
Don't take any wooden nickels.
I'm with you. The movie was entertaining but the TV series feels cheap.
cheers, Paul M. Watson.
-
jacobrdan wrote:
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
Since when is programming perceived as 'cool' by the general opinion? I would say quite the opposite. Anyway, just by having a signature like that you sound geek rather than cool. Sorry...
blackjack2150 wrote:
Since when is programming perceived as 'cool' by the general opinion
Since 21 year old kids started becoming billionaires from it :)
cheers, Paul M. Watson.
-
The new Stargate movie has come out. It's not in theaters, just on DVD. Looking forward to seeing it, i've been a fan of Stargate since the original movie. Anyone else out there a Stargate fan?
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
I liked the original movie but the series left me cold.
cheers, Paul M. Watson.
-
I like to be long winded if(you have some interests outside of coding and technology) { you're far more interesting company } else { you're a tad boring }
Still too simplistic. I favor:
var weights = {coding: 2.0, tech: 1.3, food: 2.0, stargate: 0.5};
var threshold = 4.0;
var aggInterests = 0.0;
for each (var interest in interests)
{
aggInterests += weights[interest]||1.0;
}if ( aggInterests >= threshold )
{
You may be worth talking to
}
else
{
You are dull
}Citizen 20.1.01
'The question is,' said Humpty Dumpty, 'which is to be master - that's all.'
-
If it came to a choice between watching Stargate and plucking my body hair out with tweezers, I'd be bald from head to toe. One man's meat, and all that, but it is just cr*p.
Take a chill pill, Daddy-o .\\axxx (That's an 'M')
maxxx# wrote:
If it came to a choice between watching Stargate and plucking my body hair out with tweezers, I'd be bald from head to toe.
I've never seen the movie, but based on your profile photo, it must be a very long movie. :-D
// "In the end it's a little boy expressing himself." Yanni while (I_am_alive)
{
cout<<"I love to do more than just programming.";
} -
The new Stargate movie has come out. It's not in theaters, just on DVD. Looking forward to seeing it, i've been a fan of Stargate since the original movie. Anyone else out there a Stargate fan?
if (your.Life == lifestyles.Programming) { your.Cool = true; } else { your.Cool = false; }
I am! (Beth is a Trekkie, but I'm into Stargate) :-O
Anna :rose: Having a bad bug day? Anna's Place | Tears and Laughter "If mushy peas are the food of the devil, the stotty cake is the frisbee of God"
-
I like to be long winded if(you have some interests outside of coding and technology) { you're far more interesting company } else { you're a tad boring }
Well said. I can't bear the ones who think programming/technology is everything and look down upon the people who aren't in tech.
Cheers, Vıkram.
The hands that help are holier than the lips that pray.