Tuesday, February 1, 2011

Doing Their Bit...

...to help the folks in Egypt.  Good for Google!

Holy Byte Code!

Java hangs when running a simple program to convert a string to a double:
class runhang {
    public static void main(String[] args) {
        System.out.println("Test:");
        double d = Double.parseDouble("2.2250738585072012e-308");
        System.out.println("Value: " + d);
    }
}
It gets even worse: there's a similar compiler hang.

Just when you thought it was safe to assume the java.lang package was free of bugs...

ObamaCare Ruling...

My hero of the week: Judge Roger Vinson.  The WSJ has a good piece on his ruling this morning.  The lead:
'If men were angels, no government would be necessary. If angels were to govern men, neither external nor internal controls on government would be necessary. In framing a government which is to be administered by men over men, the great difficulty lies in this: you must first enable the government to control the governed; and in the next place oblige it to control itself.'

Federal Judge Roger Vinson opens his decision declaring ObamaCare unconstitutional with that citation from Federalist No. 51, written by James Madison in 1788. His exhaustive and erudite opinion is an important moment for American liberty, and yesterday may well stand as the moment the political branches were obliged to return to the government of limited and enumerated powers that the framers envisioned.

As Judge Vinson took pains to emphasize, the case is not really about health care at all, or the wisdom—we would argue the destructiveness—of the newest entitlement. Rather, the Florida case goes to the core of the architecture of the American system, and whether there are any remaining limits on federal control. Judge Vinson's 78-page ruling in favor of 26 states and the National Federation of Independent Business, among others, is by far the best legal vindication to date of Constitutional principles that form the outer boundaries of federal power.
Go read the whole thing.