# Wednesday, 19 January 2005

In fact, you've been able to register for over a week, I just didn't notice until today. Last year it sold out, so if you already know you want to go, start making your plans now. If you register early you save money, there's some sort of sweepstakes to be won, and you'll know one little part of your year plan well in advance. Go on, register.

Me? I'm hoping to be there as a speaker :-) (I submitted a number of C++ talks) or to take advantage of some not-yet-announced-I'm-just-hoping pass for RDs or MVPs or INETA speaker bureau folks or something, so I haven't registered. One way or another, I will be there.

Kate

C++ | Consulting Life | INETA | MVP | RD | Speaking
Wednesday, 19 January 2005 14:32:28 (Eastern Standard Time, UTC-05:00)  #    
# Tuesday, 18 January 2005

... who wouldn't be embarrassed by pictures of themselves from the 80's? But you have to see these, really you do... BillG looking soulfully into the camera while cuddling up to a monitor with the Microsoft logo, or giving new meaning to the old phrase "flipping floppies"... I don't think it was really for Teen Beat but anything's possible.

http://blog.monkeymethods.org/2005/01/bill-gates-strikes-pose-for-teen-beat.html

Kate

Tuesday, 18 January 2005 10:01:07 (Eastern Standard Time, UTC-05:00)  #    
# Sunday, 16 January 2005

I have these friends, a married couple who are both paramedics -- the people who show up in an ambulance while the building is still on fire or the bad guy is still maybe inside with a weapon, and help you when you need it most. One works in the Peterborough area where I live, and the other commutes regularly to Toronto. Well this week, he's not in Toronto, he's in Sri Lanka, to help people who most surely need help. They were going to go on vacation somewhere sunny: instead he's gone to help and she's holding down the fort at home. I am so impressed by people like that.

Here's some news coverage from CTV, interviewing three of the four, but not my friend.

Think geeks like you and me can't help? Think again. Look at what Julie has been up to. The same skills we can sell to clients around the world we can also give to aid organizations. Watch this space for my tiny little bit.

Kate

Sunday, 16 January 2005 21:57:24 (Eastern Standard Time, UTC-05:00)  #    
# Saturday, 15 January 2005

Thanks to kbalertz, I was notified of these:

FIX: You may receive results that are not correct when you perform mathematical computations that involve floating point arithmetic in Visual C++ .NET 2003

The repro code looks like this:

double a = 1.0 - sqrt(225.0) / 36.0;
double b = 1.0 + (31-30.0) /70.0;
if( b > 2.0 )
   b = 2.0;
double c = b * a * 9.0;
printf( "%f\n",c);

If all is well, this is supposed to print 5.325000 but if you have the problem it prints 14.378571 -- a slight discrepancy! Get the hotfix only if you need it.

Those with an old version of the XBox Developer Kit installed might also like to know about:

PRB: Debugger stops responding when you debug a Visual C++ .NET application with the Visual Studio .NET debugger

Workarounds: get a newer XDK, disable parts of the XDK, or leave your XBox on and connected to your computer all the time. That last one would kill my productivity for sure.

Saturday, 15 January 2005 15:13:47 (Eastern Standard Time, UTC-05:00)  #    

I'm pleased and proud to report that I have again been awarded MVP Status for C++. Technically it's “Visual Developer - Visual C++”. This came through January 4th, but my blog's been out of order for a bit.

Kate  

C++ | MVP
Saturday, 15 January 2005 13:16:36 (Eastern Standard Time, UTC-05:00)  #    
# Thursday, 23 December 2004

I live in the Canadian countryside, so it snows in the winter and I generally consider that a feature. But we're in the middle of a 12-inches-in-24-hours blizzard right now, with bits of freezing rain mixed in. Take a look at this radar image from the Environment Canada website:

I've never seen the whole circle filled in, and I've never seen orange for snow before. This is really something!

Now I just have to find a way to get to Peterborough for the Gregcons Christmas lunch and a little last minute shopping.

Kate

Update: here's the view from my front door:

The horizontallish thing in the foreground is a picnic table... the seats are about knee height from the grass.

Thursday, 23 December 2004 08:37:06 (Eastern Standard Time, UTC-05:00)  #    
# Wednesday, 22 December 2004

Recently, a reader asked "Do you know if Managed C++ can work with Managed DirectX9? I see lots of examples of C# with Managed DirectX but it seems if I want to use C++, I have to use unmanaged C++ with COM... I’ve spent the last six months learning Managed C++ and want to use that knowledge and not have to learn C#."

It certainly seemed logical that C++ and DirectX would play well together, but I couldn't find anything obvious, so I went to the source: the C++ team, who pointed me to Tim Miller, who implemented the Managed DX9 layer. He assured me it does work, though with an oddity or two, and pointed me to a blog entry of his on the topic: http://blogs.msdn.com/tmiller/archive/2004/10/05/238317.aspx.

If you're a Managed DirectX person, and a blog reading person, read Tim's blog!

Kate

Wednesday, 22 December 2004 08:04:35 (Eastern Standard Time, UTC-05:00)  #    
# Friday, 17 December 2004

I have just loved holding our meetings at Durham College, but some policy changes there meant that we would have to pay for the meeting room. Like most Canadian user groups, we don't charge membership fees or meeting admission. At the moment the only sponsor of the group is my firm, Gregory Consulting, which pays for the pizza most months (sometimes Microsoft or INETA picks up the tab.) So we've moved to another room. This one will meet our needs very nicely, I feel:

400 Taunton Road East, Whitby (between Thickson and Brock.)

So while we're still East of Toronto, our meetings won't be quite as far east of Toronto as they used to be! :-)

We have no December meeting, so I'll see you in Whitby January 18th and Feb 22nd. Those meetings are planned and should be on the web site soon.

Kate

Friday, 17 December 2004 12:07:26 (Eastern Standard Time, UTC-05:00)  #    
# Wednesday, 15 December 2004

Finally the official announcement from INETA that eight super deserving people have been added to the North American Speakers bureau. Two are Regional Directors and friends of mine, Joel Semeniuk and Stephen Forte (get ready to come to East Of Toronto, you two :-)). All are well known in the speaking world and will be great additions to the bureau. Welcome aboard folks!

Here's a list of blog links stolen from the INETA site:

Kate

Update: If you want to learn more about the speakers bureau, or see who's on it, check http://www.ineta.org/DesktopDefault.aspx?tabindex=2&tabid=14.

Wednesday, 15 December 2004 22:12:28 (Eastern Standard Time, UTC-05:00)  #