Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Countdown to PDC2008: Technical Fellow John Shewchuk Talks About His Talk at PDC2008
Sep 15, 2008 at 1:27 AMCountdown to PDC2008: Technical Fellow John Shewchuk Talks About His Talk at PDC2008
Sep 14, 2008 at 3:18 PMCountdown to PDC2008: Secrets Revealed
Sep 08, 2008 at 8:07 AMIf I get an XL sized T-Shirt I could probably spare you the right arm
Countdown to PDC2008: Secrets Revealed
Sep 05, 2008 at 6:32 PMIF YOU WANT TO SOLVE THE PUZZLE ON YOUR OWN THEN PLEASE COVER YOUR MONITOR NOW!
The message in the audio file talks about "nothing left to chance", "seed", "ordering samples from the entire collection" and the importance of "the correct seed" being a "perfect number".
The .wav audio file is (like all other such files) made up of a header followed by samples, the actual values of the audio. When combining this together a solution comes to mind of picking samples randomly from the whole list of samples, but starting with some seed of a "perfect number". A further hint for this solution was a remark Mike made, that his friend in the .NET Framework team was behind all this, this could mean that the Random class of the .NET framework could be used for generating the random numbers. I wrote some C# code to do actually that:
Now we only need to pick the value of the seed, preferably a perfect number.
As tfraser pointed out in the comments, there is a mathematical concept of a perfect number.
There are only 5 such numbers that can be represented by Int32 (which is the type of the seed parameter to the Random class constructor). When we use the 5th perfect number (33550336) as a seed we get a new audio message. This message says:
"Hello, you have reached Carol's number, thats C A R O L. I am currently unavailable please try again using one of my other numbers"
Well since the perfect number was a mathematically defined number, is there perhaps something called a Carol Number? Yes indeed there is, and one of them, 1046527, yields a (somewhat better quality) audio file that asks the question: "What's the name of our PDC 2008 marketing manager?"
Countdown to PDC2008: Secrets Revealed
Sep 05, 2008 at 5:26 PMCountdown to PDC2008: Secrets Revealed
Sep 05, 2008 at 5:25 PM