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
Defrag Tools: #27 - WinDbg - Configure Kernel Debugging
Feb 12, 2013 at 1:21 PM@ChadBeeder Re-watched that part a few times. At first I though you had left that breakpoint disabled but that doesn't seem to be the case. Perhaps the modem wasn't powered on in the first place and that function is never called?
Anyway I'll be checking back to see if someone figures it out.
C++ and Beyond 2012: Herb Sutter - atomic<> Weapons, 1 of 2
Feb 12, 2013 at 1:16 PM@bcosta Interesting question. Where would do you think it can be of use?
Great talk. I'm sure all that information will come in handy as most languages and hardware are adopting this model.
C++ and Beyond 2012: Herb Sutter - atomic<> Weapons, 2 of 2
Feb 12, 2013 at 11:12 AM@Charles The page title has the same problem: http://imgur.com/KwHatso
C++ and Beyond 2012: Herb Sutter - atomic<> Weapons, 2 of 2
Feb 12, 2013 at 10:06 AM@Charles http://imgur.com/aUfHGnH Actually, I think this is a link to the same page we're on, it makes sense that it isn't click-able but there's still a minor problem with the escaping..
I feel bad bringing this up in the comments as it doesn't relates to the contents. If possible feel free to delete these comments after the fact.
The talk itself was the most thorough presentation I've seen on the topic. Quite enlightening.
C++ and Beyond 2012: Herb Sutter - atomic<> Weapons, 2 of 2
Feb 11, 2013 at 10:11 PMThe link to part one under the "More episodes in this show" section of this page doesn't work. There's probably some HTML escaping bug involved as the angle brackets are not displayed correctly in the link text.
Microsoft Board Member Dina Dublon
Jul 25, 2012 at 3:51 PMI didn't know about these interviews. Nice stuff.
Shouldn't this one also be tagged "Microsoft Board"?
E2E: Donna Malayeri, Gilad Bracha, Luke Hoban - Web Programming and More
May 16, 2012 at 3:07 AMDrawbridge: A new form of virtualization for application sandboxing
Jan 12, 2012 at 10:09 PMI like the way you can suspend a process or fork it across the network. That's quite impressive!
Scott Meyers, Andrei Alexandrescu and Herb Sutter: C++ and Beyond
Aug 25, 2011 at 8:39 PM@Super Mario: I don't know anything about the D language but I think they were only referring to the use of the vtbl as a mean to expose object interfaces across languages. Not the whole of COM.