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
Brian Beckman: Monads, Monoids, and Mort
Sep 03, 2006 at 8:39 AMAnyone technical enough to know about bytes, bits and hertz would be aware of the peculiarity about measuring quantities of bytes.
I'm not saying it's correct, it's just the way it is. Standards are often illogical. For example, how many standard definitions of a 'mile' are there? Imperial, US Survey, Nautical, Roman, etc. Which one of those is correct?
This could make a good poll for the other Niners:
How many of you are using or plan to use correct SI units?
Brian Beckman: Monads, Monoids, and Mort
Sep 03, 2006 at 3:26 AMFrom the same article:
The current methodology may not be strictly correct but it is understood. Can you imagine the resulting mess from changing binary data metrics at this late stage?
Ifeanyi Echeruo: Testing WPF - UI Fuzzing with InvokeStress
Sep 02, 2006 at 5:38 AMI ran InvokeStress against a little multi-threaded app of mine and it coped fairly well with the 'carpet bombing' input. (I've noticed that Alt+F4 seems to be the best way of aborting the driven application.)
One issue that did come to light was that my winform layout needed to be tightened up since InvokeStress set up some weird dimensions that I'd never have tried.
I'll definitely be using this in future, it's a powerful technique.
- Jonathan
Ifeanyi Echeruo: Testing WPF - UI Fuzzing with InvokeStress
Sep 01, 2006 at 4:57 PMHow safe is this to leave unattended? Having tested it, I think I'd prefer to let it crunch away on a VM rather than on my main dev machine.
Also, how difficult would it be to adapt this technique to record your (or your users') actions as you drive your application?
This would be a very fast way of building up test scenarios for later playback.
- Jonathan
Programming in the Age of Concurrency: The Accelerator Project
Aug 26, 2006 at 7:26 AMHow does programming with this library compare with other concurrent languages such as Occam-pi?
BTW Is that a pyramid of 14 patent cubes in the background??
- Jonathan
Tony Williams: Co-inventor of COM
Aug 13, 2006 at 5:48 AMIt's always good to hear some real opinions being expressed.
One of the highlights here is when Tony called the product name of XCal "disgusting" (48:30)
The other Behind The Code episodes have been excellent too. Are there any plans to release these more often?
Jonathan