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
Robert Fripp - Behind the scenes at Windows Vista recording session
Jan 06, 2006 at 7:28 PMExplorer *tries* to help by flashing taskbar items in <gag> orange during certain events, but it is extremely hit or miss in doing it in a consistent manner. Basically, it's feedback with an often ambiguous cause.
Robert Fripp - Behind the scenes at Windows Vista recording session
Jan 06, 2006 at 6:10 PMEvidentally, the "
Robert Fripp - Behind the scenes at Windows Vista recording session
Jan 06, 2006 at 10:43 AMReally, though, I like the sounds a lot and generally keep the defaults turned on, so I'm looking forward to hearing Vista when it's released. The thing I dislike about Windows sounds, though, is the random beep from a window wayyyy underneath a stack of others. It's a little late, but it'd be cool if the greater the window's Z value, the quieter the sound, and then what I desperately want is some kind of sound log so I can track down a particular sound made at a particular time to find out why the sound got triggered.
Windows Vista Tattoo
Nov 30, 2005 at 6:22 PMWhy not just hire someone (main requirements: no pre-existing tattoos and you must sign The Waiver) as a product evangelist whose only purpose is to get tattoos of MS product logos whenever they update? Pay them ~40k a year to just get tattoo'ed and allocate $300-ish per tattoo x 10/year.
Erik von Fuchs - Tour of Hardware Lab, Clip One
Jun 09, 2005 at 11:14 AMMy biggest problem with the keyboard is that I can't find Naturals anymore. I saw a gray MMN at Office Max yesterday, but Best Buy and CompUSA no longer have them in stock, and my cat likes to chew through the cable.
Another gripe: I LOVE trackballs (finger, not thumb), but it doesn't benefit from any of the newer design perks that the mice get (leather grip, for example...I'm about to just mold my own formed rubber one) or newer colors.
Daniel Lehenbauer - Demo of Avalon 3D
Jan 06, 2005 at 1:23 PM<ViewPort3D>
<Camera .../>
<Controls>
<Panel .../>
<Button .../>
</Controls>
</ViewPort3D>
?
Jeffrey Snover - Monad demonstrated
Oct 19, 2004 at 7:19 PMFunny you should mention that...I wrote my own CLR app (for communicating with a multi-component distributed app) that is similar (piping, including scripts, everything's an object) but has a mIRC-like interface (input textbox on the bottom and output text above, but I allow the input textbox to be switched from single line to expandable). It's really interesting when the thing "speaks" .Net, because the power you expose is unreal. For instance, mine really talks to a finite set of components, but because it's .Net, it could probably talk Monad, too, and vice versa.
I really like some of the aspects of Monad, but not being a CLI person myself, I didn't "get" the format in terms of how you pass/pipe things...could be because watching Jeffrey type in commands, I couldn't really understand the format being parsed...too flexible I guess. Mine supports ">" and "<" bi-directional parsing (fully configurable, as the pipes are just "sentence" delimiters, so I guess I could add |), <verb> <noun> <params> formatting, script support, but I defined a very restricted sentence format with all the complexity in the piping order. Monad kinda blew my notion of a grammar out the window, so I'm still trying to wrap my head around it
Jeffrey Snover - Monad demonstrated
Oct 19, 2004 at 2:07 PMI'm probably being too picky, but I was hoping it would have a richer CLI UI rather than being so similar to cmd.exe (one big textbox). It doesn't need to be a very visual GUI, but there are areas where UI controls can enhance the CLI experience. I know purests might cringe at adding any UI elements (even menu bars), but they can be added without making them necessary to using the tool
Mike Hall - Why are there so many operating systems?
Jun 24, 2004 at 10:30 AMRobert Hess - Getting over sloppiness
Jun 03, 2004 at 1:55 PMNow, the hardest part on working on a real project is trying to maintain a pure and consistent organization of the constructs while dealing with organic requirements and tight deadlines where a customer doesn't care about elegant code or an intuitive API (but then, I write mostly end-user code) and prefers something hacked together but on-time vs. something that is maintainable and aesthetically pleasing to a developer.
See more comments…