Microsoft Coding4Fun

Tony posted an excellent article: [Controlling Your Computer with X10]. The project makes use of hardware, xml, and speech synthesis. Example source is available.

[MSDN Coding4fun] has a ton of other cool webcasts.

Especially [this webcast] at 22:13 which touches on Open Source. Quite motivational. Shows what happens to engineers after 28+ years. Also definitively shows the intent of the mouse, which is “the mouse should have as many buttons as can possibly be affixed to it.”

Thread Performance of Modo

While watching the [Modo 201 Event] again, I found this slide interesting. It shows in this case, spawning 2 threads has better performance than 50-80 per CPU. The natural tendency for a developer is just spawn threads when performance is bad. “1 Thread” corresponds to a single processor server. “2 Threads” corresponds to a dual processor server. And “4 Threads” corresponds to a dual processor server with hyper-threading. In this graph of rendering times, the lower the number, the better.