Astronomers Discover 33 Pairs of Waltzing Black Holes 101
Comment Re:I especially like.. (Score 1) 230
Any other practices by Intel, anti-competitive or otherwise, don't apply to this particular chain of comments.
Comment Re:I especially like.. (Score 1) 230
That's really what I was getting at, not monopoly status.
The compiler favors Intel CPUs. There are other compilers out there that don't, I imagine. gcc is pretty popular, etc.
The issue raised above was whether Intel had an obligation to not cripple their product, and EndlessNameless responded with the anti-trust act. In this case, the product is not a CPU, but a compiler. I'm asking, does the anti-trust act apply to this issue, when there are plenty of competing compiler products out there.
Comment Re:I especially like.. (Score 1) 230
Comment Re:Read what you just wrote. (Score 1) 1255
Statistics aren't everything. [snip]
The 1.5% says to me [snip]
Did your first point just invalidate your second?
I think khasim brings up a good point. If your argument hinges on quoting a statistic and inferring all sorts of things from that, it seems fair to invalid it with another statistic.
Reports of IE Hijacking NXDOMAINs, Routing To Bing 230
Update: 08/11 23:24 GMT by KD : Readers are reporting that it's not Bing that comes up for a nonexistent domain, it's the user's default search engine (noting that at least one Microsoft update in the past changed the default to Bing). There may be nothing new here.
Comment Re:Think of the towers (Score 5, Insightful) 495
Comment Re:A little pseudocode is in order... (Score 1) 137
Asking
if( someObject )
will return true if someObject is defined, regardless of whether someObject = true/false, so you have to compare it to a value.
Comment Stealth nerf (Score 1) 1582
They totally stealth nerfed 6 digit UIDs
Comment Re:Get your facts straight (Score 1) 394
Heat the earth up with our emissions, cool it down with nuclear winter. Rinse and repeat.
Comment Re:is it an rfc-822 compliant e-mail address? (Score 1) 516
I did something similar with javascript a few years ago. The javascript is used to codify the RFC BNF, which then generates the regex.
http://www.digitalxen.net/files/emailValidation.js
The other one was a regex for validating phone numbers (at least in the US). It was based on standards from NANPA and ATIX. It worked great until a phone company "accidently" started issuing numbers using one of the exchange codes set aside for testing.