LarryOsterman
Check me out on the web at my blog.
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
Anders Hejlsberg and Guy Steele: Concurrency and Language Design
Oct 06, 2008 at 9:27 PMGuy Steele was my comparative languages professor back at CMU, he was hands down one of the best teachers I've ever had.
The man's simply amazing.
Scott Field: How secure is Vista, really? - Part I
Nov 30, 2006 at 6:41 AMBlue pill was a proof of concept piece of software that ran as a hypervisor.
Charlie Owen - Your first Media Center/Vista application (and a look at their secret room)
Apr 07, 2006 at 7:30 PMEpisode 3
Feb 23, 2006 at 8:46 PMVista Audio Stack and API
Jan 27, 2006 at 8:31 AMApps can register for stream format events or they'll receive a distinguished error when the stream format changes.
Vista Audio Stack and API
Jan 27, 2006 at 8:30 AMThe big problem with a managed solution is that it's a managed environment.
What does your app plan on doing when GC comes along and blocks access to your audio buffer for 10 milliseconds? What happens when the jitter decides to re-gen your IL code?
If you're trying to do low latency audio, it's critical that all the memory and code involved be locked down in memory so that you don't incur paging hits. But in a managed environment, it is difficult to achieve that goal.
Robert Fripp - Behind the scenes at Windows Vista recording session
Jan 06, 2006 at 6:27 PMFor Vista, the per-app audio will help this problem, but for system sounds (especially those that are tagged as system sounds), we explicitly eliminate the relationship between the app making the sound and the sound itself (nobody wants to know that taskeng.exe or explorer.exe is making a particular sound, that's not relevant to them).
The problem is that the relationship between the .wav file being played and the event that generated the event, and the app which generated the event are all fuzzy.
Robert Fripp - Behind the scenes at Windows Vista recording session
Jan 06, 2006 at 11:55 AMSo if random app A calls PlaySound("Alert") (which plays the users configured alert sound), Robert Fripp should somehow come to their home, and figure out that it was random app A that called it?
System sounds are a smidge more complicated since they're a platform thingy.
Robert Fripp - Behind the scenes at Windows Vista recording session
Jan 06, 2006 at 5:49 AMIf you don't want to listen to the Windows sounds, that's your choice, whatever. Other people use the audio feedback provided by Windows. To each his own.
But you might concider not using pirated versions of Windows. You wouldn't steal from the local grocery store, would you? So why are you stealing from me?
Robert Fripp - Behind the scenes at Windows Vista recording session
Jan 06, 2006 at 5:47 AMBuggy, I'm not going to delete this post, but I have fixed the language.
See more comments…