Archive for July 25, 2010

Sunday, July 25, 2010

Safari AutoFill Security Flaw

Jeremiah Grossman (via NYTimes):

Right at the moment a Safari user visits a website, even if they’ve never been there before or entered any personal information, a malicious website can uncover their first name, last name, work place, city, state, and email address.

He recommends unchecking “Using info from my Address Book card.”

Will It Optimize?

Peter Ammon:

It is tempting to think of compiler optimizations as reducing the constant in your program’s big-O complexity, and nothing else. They aren’t supposed to be able to make your program asymptotically faster, or affect its output.

Naturally, he has some interesting counterexamples from GCC.