New Version of The Dragon Book

Holy smoke, the new version was supposed to have hit the storeshelves 2 days ago. Man, I bet they regret not having had the opportunity to put "the lowest-swinging signifier of programming studliness" on the cover.

more ...

Joel's "Ruby is Risky, But We Rely on a DSL" Flub

Joel Spolsky, one of the ablest commentors on the industry, recently made the mistake of combining advice and self-promotion without realizing that what he was writing combined "do what I say, not what I do," with a flame-baiting slap at non-mainstream languages. He's been hammered in the blogosphere, but the …

more ...

XNA GSE Can Install Side-By-Side with VS2005

Ah. Although you cannot develop with XNA GSE inside a VM (either VMWare or Virtual PC), you can install Visual C# Express side-by-side with Visual Studio 2005. There's a slight weirdness in that VC# Express can only install to \$PROGRAM FILES, while I normally keep my dev tools on a …

more ...

XNA GSE Won't Render Games Under VMWare

Oh, bummer! Given that XNA GSE is a beta and given that it requires C# Express, not Visual Studio, I installed it in a VMWare OS, but when I went to run the sample SpaceWar game, I received a "No suitable graphics" message. I think that leaves me out of …

more ...

Meet the new boss...

Nope, not a clever job-related post. I've been listening to my "5-star" songs on Windows Media Player and, y'know, is there any better minute of rock than the end of "Won't Get Fooled Again"? (Tell it to the hand, Zeppelin fans.)

more ...

XNA Game Studio Express Available

I'm kicking myself for having two weeks ago written a column on Microsoft's outreach to non-professional programmers. If I had waited until my current deadline, I would have an excuse to spend the day programming a game for the XBox. As it is, I have GSA sitting in my /Downloads …

more ...

Concurrent Programming in C# Intro

DevX has published my introductory article on concurrent programming in C# (a companion piece to my earlier article on C++/CLI and OpenMP). The interesting thing is that OpenMP makes parallel constructs easier to express in C++ than is possible in C#. On the other hand, C#'s memory management …

more ...

Intel Releases New Threading Tools

I had a preview last week of Intel's new threading products, including "Threading Building Blocks," a C++ runtime library (template-based) that provides high-performance thread-safe data structures. I was very impressed by the slides showing performance:

I look forward to trying out the tools myself.

more ...

(Thin) Book Or Article To Convince CEO Of Agility in Develoment?

I'm ashamed I don't have an answer for this: a client is a CEO who finds himself, after a successful career in the domain, in charge of a company developing software in that domain. Naturally, he is more familiar with traditional project management and when he thinks about what worked …

more ...

8 Planets? 12 Planets? Slow News Day

So now they're saying that Pluto is going to be demoted. A week ago they were saying that Cedna, etc., were going to be promoted. Is anything official yet? Or have things gotten to the point where even science news is the subject of 24-hour cable news speculation? What does …

more ...