Forgot your password?

typodupeerror

Comment: Re:Logically Logical Logic (Score 5, Informative) 510

by Frnknstn (#39383075) Attached to: Van Rossum: Python Not Too Slow

Yes, that is correct. You should write your apps in Python.

Your libraries, you should write in Python first, because it is also a great prototyping language. If they work fine (which they will in most cases) you have saved yourself a bunch of time. If they are too slow, you have saved yourself a bunch of time by fixing algorithmic bugs in a flexible language like Python. It is now trivial to convert it to bug-free C or C++.

Comment: Re:you are mistaken (Score 2) 292

by Frnknstn (#39266653) Attached to: AMD Confirms CPU Bug Found By DragonFly BSD's Matt Dillon

I stand by my original post.

I did not take issue with the floating point irregularities. In fact, I also believe that the issues he experienced were not due to the FDIV problem he believed to be the cause. I probably would have used the fact that the last release of QuickBasic was in about 1989, before the widespread inclusion of FPUs in PCs, and that QuickBasic would almost certainly use software emulation for floating point arithmetic. It therefore would not have triggered a bug with the FDIV instruction.

What I did take issue with was your notion that he would have run on the AMD chip and seen a less accurate result. As I said, the bug he was talking about was the FDIV bug.

The idea that the QuickBasic would trigger an overheating-related bug on a 2006 Opteron is even more laughable than the OP's original troll post. :p

Comment: Re:Well... how else are you gona prove them? (Score 2) 48

by Frnknstn (#39213993) Attached to: Controversial Bioethicist Resigns From Celltex

True enough, but it's the best information we have.

Exactly, and in this case the best we have isn't good enough, therefore administering untested treatments remains unethical.

If the doctors themselves are not adequately informed about a patient, how could a patient ever give informed consent?

Comment: Re:Why not both? (Score 4, Informative) 164

by Frnknstn (#39129647) Attached to: Is It Time For NoSQL 2.0?

A hierarchy IS a relationship. In a hierarchical databases, child segments and parent segments were the main kind of relationship used.

All relational databases did was allow the relationships to be more freely defined.

Further to that, a key / value pair is also a relationship, in that the key symbolically represents the data. That's why it is correct to call them NoSQL databases: They forgo the complexity of a general query language. In doing so, they also lose the ability to inherently store anything except the most basic relationship: the key / value lookup.

Comment: Re:Science! (Score 2) 57

by Frnknstn (#38810101) Attached to: Princeton Team Casts More Doubt On Arsenic DNA Claims

You are incorrect. Evidence can have varying levels of quality. You get weak evidence, you get strong evidence, and you can also get extraordinary evidence.

If any hypothesis is well-supported by established theory, it is only necessary for there to be mediocre evidence for it. In the absence of any reasonable alternative, it can then be accepted as correct, because it is backed not only by that weak evidence but also by all the strong evidence that supports the established theory.

If a hypothesis contradicts established theory, the evidence for it must be particularly strong. Accepted theory is based on the BALANCE of evidence being in favour of one hypothesis over another.

There is always at least some evidence to support a crackpot claim, otherwise that claim would never have been made. To simply abandon a theory because another theory has some evidence to support it is pure folly. The only reasonable action is to compare the sum of evidence for competing theories.

(Upon re-examining your post, it seems possible that you are mistakenly taking the phrase 'extraordinary evidence' to mean 'evidence of something extraordinary', it isn't clear. If so, you have completely misunderstood the grandparent post.)

Comment: Re:For the internet age? (Score 2) 61

by Frnknstn (#38173516) Attached to: Toy Story Meets Google Street View

That's not all! Windows 95 was released without a spreadsheet application or presentation package installed! Clearly, the "business age" hadn't started yet, either.

http://en.wikipedia.org/wiki/Microsoft_Plus!

Obviously, having TCP/IP support enabled by default for all your network devices is a fundamental part of Internet access. How else could people in 1995 utilize the cable-provider broadband connections in their home?

http://en.wikipedia.org/wiki/Modem
http://en.wikipedia.org/wiki/Point-to-Point_Protocol

(For those of you who are a bit slower, my point is that the reason the web browser or many other applications designed for the Internet were not installed in Windows by default, is that Microsoft was still hoping they were products they could sell to you.

TCP was not enabled on LAN interfaces by default because IPX was the most common LAN protocol at the time. Of course, any modems you installed DID have PPP enabled to tunnel the TCP/IP traffic over to your ISP)

Comment: Re:Several thoughts on this rather positive trend (Score 1) 201

by Frnknstn (#38114660) Attached to: 'Arrested Development' Comes Exclusively To Netflix

Don't you even read the links you post? 'Copyleft' is a subset of 'Copyright'. Copyleft works because of copyright.

the practice of using copyright law to offer the right to distribute copies and modified versions of a work and requiring that the same rights be preserved in modified versions of the work

Never raise your hand to your children -- it leaves your midsection unprotected. -- Robert Orben

Working...