I have a growing respect for Microsoft employees who actually have ample time to blog about meaningful stuff. (As a side note, it is somewhat consoling, however, that there aren't many people who fit into this category. (Hah!))
Person p = PersonFactory.Load(“JoeDu“);
Random r = new Random();
p.AcceptJob(msPosition);
while (true)
{
p.Work();
p.Work();
p.Work();
p.Eat();
if (r.Next(0, 100) < 50)
p.Sleep();
}
Where exactly do I insert the p.Blog() statement? :P
With that said, I've been living under a rock without internet access for over three weeks now. And without 99.9% of my belongings (some clothes, laptop, and books - all a geek needs... although I guess the first is optional). I'm sure this is contributing to the problem.
On to the exciting news... our stuff was delivered today, and we're moving out from underneath the rock and into our [semi-]permanent residence. And internet access is on its way... Wahoooooo!
I'm sure I'll find my way out of the dark shroud soon enough.
BTW, once I get Ponghorn functioning on the WinHEC drop of LH, I'll be talking a bit more about it. I'm super excited because the facts are:
- I was able to build a functioning WinFX application that spans the pillars.
- It wasn't forced - it was very natural to use the various pillars together.
- It was easy and took very little time.
- It works!