Genius Move -- Characteristic Functions

The comment was eaten by Haloscan, but here's the text...

You need to read Rozhenstein on characteristic functions.

select
sum(case when a < .5 then 1 else 0 end) 'A'
,sum(case when a >= .5 and a < .75 then 1 else 0 end) 'B'
,sum(case when a >= .75 then …
more ...


Tech Visionaries

See PC World, "Top 50 Tech Visionaries ."

I spent some quality time reading RFC's once upon a time. It was the mid '90's and a client had a desktop application that depended on embedded FTP client that submitted batch jobs to a mainframe.

[Note. It was the 90's. Desktop computing …

more ...