How to hack alien technology with C#
Just in case you wonder how such a code would look like or if you need evidence that .NET also runs on non-intel platforms, here is a snippet from the C# code that is shown in that epsisode.
FileStream fout = new FileStream(outfile, FileMode.OpenOrCreate, FileAccess.Write);
fout.SetLength(0);
byte[] bin = new byte[40];
long totlen = fin.Length;
[via some guy who wrote it down first]
battery life...