object88
Currently doing more stuff with less things and some junk. Hoping to do most things with no junk and lots of stuff.
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
Steve Ball - Learning about Audio in Windows Vista
Sep 20, 2005 at 12:39 PMGreat video and replies, and it looks like many of my "but what about..." questions are already answered. So I'll just have to make a request instead.
What are the chances of getting audio setting snapshots? By this, I mean that I can have a couple
of different snapshots where particular settings are tweaked, and I can jump back and forth between them.
Let's say that I'm on my work machine. Sometimes I'm listening to music as I'm coding, and that's ALL that I want to hear-- nothing else. Sometimes I'm listening to a #9 video, and I wouldn't mind hearing various small notifications (IM, email, etc.). Sometimes I just want notifications, but I'm browsing noisey websites (and thus want to turn off browser audio). It would be nice to have snapshots of these different settings that I can select at a glance, rather than tweak a bunch of different settings (and miss many that hadn't run in the last 30 seconds) if I want to go between different "modes".
Thoughts?
Anders Hejlsberg - LINQ
Sep 19, 2005 at 11:11 AMI'd like to know that as well!
Very exciting stuff, although I can't help thinking about LISP a little...
Aside, is there any way that we can get a clearer video of what's on the demonstrator's monitor? Half the time I can't make out what's being typed. (Sorry if this has already been covered a thousand times over; I have been gone from #9 for a while...)
Eric Lippert - What do you think of managed code?
Apr 08, 2004 at 10:52 AMBut the fact remains that there aren't fast managed code operations for manipulating bunches of pixels. You have to get to pointers, which is "unsafe". And, of course, once you get your pointers back, you have the chance to overrun all sorts of memory (speaking from expirience again).
So, the performance hit isn't because the code is managed, but rather because there isn't managed code that does the job well.
(Either that, or I'm completely lost regarding the meaning of managed code. In which case, please someone put me out of my misery.)
Bill Hill - There is only one space after a period
Apr 08, 2004 at 10:45 AMTo rationalize this behavior to myself, I'd say that I recognized the code snippet as code (and parsed it as such, given semicolons and double-slashes their due meaning), and I stopped often in the text because the periods were in illogical places.
That said, I'm going to have to reconsider the effectiveness of a period-- did I undervalue that or the strength of sentence parsing?
And what would E.E. Cummings have to say about all this?
Bill Hill - There is only one space after a period
Apr 07, 2004 at 3:57 PMUgly is subjective.
I apologize if I sounded like I was insulting Mr. Bringhurst's work. I just don't see (yet?) how double-spacing is worse, esp. considering the multitude of meanings the period has today. When I commented about literature, I'm thinking of the stuff you'll find outside the Engineeting department of your local bookstore. You're not likely to find the following paragraph in them:
The 5.6.4.43 release of the .rc files suck. When will they finally release the 6.2 version? "Some time next month!" says the go-tool.net website. .POWER is a useful tool, but really, there are too many bugs to release it. And don't get me started on the lack of features-- phew!
There are "."s all over the place. If I were to come to a full-stop every time I saw one, I'd go nuts. To break it down:The 5.
6.
4.
43 release of the.
rc files suck.
When will they finally release the 6.2 version?
"Some time next month!" says the go-tool.
net website.
.
POWER is a useful tool, but really, there are too many bugs to release it.
And don't get me started on the lack of features-- phew!
Yar! That makes no sense! The period symbol is now over-overloaded, so it seems proper to use another visual or contextual clue.
Not quite following you there. I mean, extra spaces between words is definately improper (it tells me the sentence just stopped), but I don't know what you mean in your example.
I would like to read that, thanks!
Eric Lippert - Have you noticed a performance hit in .NET?
Apr 07, 2004 at 1:27 PMIndeed. Working on a web application using SOAP, and those SOAP calls are the bottleneck.
Still, it's more fun to optimize code bits. Packing more data into SOAP calls to minimize the number of round trips is, well, not exciting.
Eric Lippert - What do you think of managed code?
Apr 07, 2004 at 1:06 PMIn C#, you don't do manual allocation of memory. You don't keep manual track of object references. I.e., you don't even have to allocate an object to handle a reference, or call AddRef or Release. It's very much like VB in that regard, for better or for worse.
If the .NET subsystem takes care of all that stuff for you, you aren't given the opportunity to screw it up.
Of course, if .NET were to screw it up, we'd be in a world of hurt.
The downside is that some .NET APIs are just slow. Take the Bitmap methods "GetPixel" and "SetPixel". Each call locks and unlocks some memory, which is an expensive operation. If you're changing or setting the pixels of a image one by one (in my case, grayscaling the image), you're hurting. So you have to use "unsafe" code, which gives you access to real memory pointers. Here, you have enough rope to shoot yourself in the foot, but at least you can do it quickly. You can operate on a whole region of memory by locking and unlocking once.
Bill Hill - There is only one space after a period
Apr 07, 2004 at 12:43 PMIf the eye is to pick up chunks of data off the page, it has to look for meaningful glyphs / clues. The only unique clue for end-of-sentence, as far as I know, is double-spacing. Esp. in technical or terse writing. Look at that last sentence. Is "Esp." the end of the sentence? No! It's not double spaced!
Mr. Bringhurst may have a point insofar as literature is concerned, but we have to deal with technical writing here, with a mishmash of fixed-space and (what's it called?) non-fixed-space fonts, serif and sans-serif, and so forth. What may have started off as a "quaint Victorian habit" is today a useful and practical guideline. Furthermore, where the hell is the "en spaces" key on this damned keyboard? (And what is a "bood designer"?)
BTW, dead-on regarding underlining. Looks cute, but also looks like a hyperlink. Ultimately annoying. Avoid unless you're stuck with plain-text.
Further aside, avoid serif fonts for online text. Harder to read. Looks good on paper, though.
Signed,
Sore-eyes near San Francisco
The 9 Guys - Who We Are
Apr 07, 2004 at 11:18 AMAnyway, to answer my own question, it looks like it's not d/l'ing the whole dang videos. Phew!
Thanks, and off to ask questions!
The 9 Guys - Who We Are
Apr 07, 2004 at 11:13 AMIf I do install WM9, will I automagically download 4 videos when I come to the front page, or when my local cache expires? Really, I don't need to use the bandwidth, I just have some developer questions I need answered.
Thanks!