Jeremy D. Miller -- The Shade Tree Developer

Sponsors

The Lounge

Syndication

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
I could code that, well maybe not

After getting my toddler to bed, I've been sitting on the living room couch writing a real blog post and watching a Tivo'ed episode of Stargate SG-1.  The brilliant scientist types are concocting a scheme to write a computer virus to disable the Stargate system for the bad guys, or something like that.  I happened to look up and notice the two characters on the show were writing snippets of code on a whiteboard to open a FileStream object in what looks like C#. 

I don't know about you, but I don't think I could write a C# program in 24 hours to reprogram an advanced alien technology.  Heck, I spent a good chunk of the day last Thursday just trying to get a web service proxy and web service to work with X509 certificate security.  I feel inadequate.

Of course, if we could just make the right abstracted DSL for the Stargate protocol...

 

Ok, I'm fine with the Stargate shows and Battlestar Galactica, but explain to me again why Firefly was a commercial flop and these shows are going strong?

 

 

 

 


Posted Sun, Jul 30 2006 9:51 PM by Jeremy D. Miller

[Advertisement]

Comments

Sahil Malik wrote re: I could code that, well maybe not
on Mon, Jul 31 2006 1:56 AM
Don't worry Jeremy, I have this tiny penny, which is really a 2 terabyte hard disk that can copy everything wirelessly. Just place it on top of your television, and it will automatically copy the code off the stargate programmer.

Those shows are just stupid.
Justin-Josef Angel [MVP] wrote re: I could code that, well maybe not
on Mon, Jul 31 2006 3:55 AM
Here's the exact code shown on the board:

FileStream fout = new FileStream(outfile, FileMode.OpenOrCreate, FileAccess.Write);
fout.SetLength(0);
byte[] bin = new byte[40];
long totlen = fin.Length;

(courtsy of Mark's weblog - mark.farragher.com)
eyal wrote re: I could code that, well maybe not
on Mon, Jul 31 2006 4:09 AM
Maybe the Asgard have a pocket dimension where they have a colony of chimps typing random characters, which eventually results in the right program code.
Since the pocket dimension's time flows much faster then ours, the final code is a matter of seconds

Jose wrote re: I could code that, well maybe not
on Mon, Jul 31 2006 9:28 AM
>Ok, I'm fine with the Stargate shows and Battlestar Galactica, but explain to me again why Firefly was a commercial flop and these shows are going strong?

http://en.wikipedia.org/wiki/Firefly_%28TV_series%29#Broadcast_history

Can't be a commercial success if you're not going to actually broadcast it...
Greg wrote re: I could code that, well maybe not
on Mon, Jul 31 2006 12:23 PM
Wow didn't you see the episode where the asgard gave them a stargate JIT compiler/runtime and ported the BCL? I hear it was going to be added to the mono project but that it got turned down because "it did not have enough end users to warrant the changes required to the mono runtime".
Kudos wrote re: I could code that, well maybe not
on Mon, Jul 31 2006 3:02 PM
I remember when the ancients installed the .NET framework on all the stargates a million or so years ago. I think MS found a stargate and reverse engineered it to give us .NET as we now know it :)
ulab wrote re: I could code that, well maybe not
on Mon, Jul 31 2006 6:35 PM
So so many of us see StarGate. Is it for Sam Carter or Jack !!!.
Dave wrote re: I could code that, well maybe not
on Wed, Aug 2 2006 11:16 PM
ulab, it's definately Sam Carter.
boohiss wrote re: I could code that, well maybe not
on Tue, Aug 8 2006 11:06 AM
My guess is because the budget/ratings dynamic is so much different on SciFi than it is on Fox.
Willie wrote re: I could code that, well maybe not
on Tue, Jan 13 2009 6:13 PM

Most people think that Sci-Fi is only for nerds.

Nerds don't watch Fox.

Firefly was aired on Fox.

BSG is very little Sci-Fi and heavy on humanity stuff n junk.

Add a Comment

(required)  
(optional)
(required)  
Remember Me?