How many times have we advised you *not to guess*?
There are two key responses to this:
1. Enough that, at this point, it really doesn't matter whether he's a troll
or someone with some kind of severe brain injury; either way, it seems
unlikely that any benefit comes from posting responses to him.
2. I think the problem is more subtle than that.
Guessing is, ultimately, a big part of how experienced and successful
programmers design, debug, and test. The problem is that the guesses must
be *educated* guesses -- you have to look at the available information and
come up with theories about it, then test those. Bill's problem is that
his guesses are not merely uninformed by circumstances, but actually,
with amazing consistency, *contrary* to circumstances.
I'd guess someone like this could be a real asset to a programming team.
Present him with ANY problem, no matter how complicated, ask him what to
try next, and avoid it. I am mostly joking here, but honestly, look at his
track record; could you get things that consistently and that totally
wrong if you TRIED? I'm not sure I could.
-s