Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:I propose... (Score 1) 526

I'm going to assume you're not trolling, and you truly believe your compassion based argument against double-blind trials. I'll start out by saying that I'm sorry that my offer of a differing viewpoint seems to have been taken by you as an attack on your values and beliefs. It is not meant to be an attack, and I'm sorry to have provoked an emotional reaction in you.

I don't know how or why you came to have a strong belief against double-blind trials, but I suggest that it does not hurt to consider an alternate viewpoint, even if you are not convinced by it. This is why I suggested you look at Goldacre's book.

Anyway, it's my view that double-blind trials make the world a better and more humane place. My reasoning is that they provide us with more reliable information about the effectiveness of treatment. They fight against data distortions from the placebo effect by "blinding" the patient. They also fight against confirmation bias, sample population manipulation, cherry-picking, and other distortions by blinding the researcher to which treatment each patient is receiving. It's a two-fold data protection system.

The result is that we have more effective medical treatments through better medical data. Although perhaps a few hundred people receive the placebo treatment, millions more will benefit because we would have a better idea of which treatments are more effective. This gives doctors a more accurate view of the world, which undoubtedly helps when treating patients. This is why I see double-blind trials as having a greater benefit to the world than any negative effect that placebo treatment may have.

The patients receiving placebo knew that they may or may not receive a placebo treatment. They also knew that the actual non-placebo medicine may or may not be effective, and could even be harmful. They freely decided to be a part of the study anyway, and sometimes get paid to do so. Besides, even if they do unknowingly receive placebo, their health tends to improve anyway because they believe the placebo treatment will work.

Okay, your turn. I look forward to your response.

Comment Re:Port? (Score 1) 193

Mac OS X is arguably much more open than Windows. I base this argument on Mac OS X's open Mach kernel, BSD components, and GNU command line utilities included in the system. Although it also has lots of proprietary code, much like Windows, the difference is that Windows doesn't have as many open components as Mac OS X.

Also, both systems are equivalent with respect to the ability to install programs downloaded from the web, and I hope this never changes. If it does, I will throw a fit and deliver a pie to the face of the relevant executive officers. That restriction would be enough to make me go back to a Linux desktop. YMMV.

It goes without saying that most forms of Linux are way more open than either system.

Comment Re:Colour me surprised! (Score 1) 271

Android and iOS both have permissions and protections in place to prevent apps from accessing personal data such as Contacts and Location. Although there have been incidents of breaches, the protections work most of the time. Android also sandboxes the apps, and although I'm not 100% sure I believe that iOS does so as well.

What is it about the Windows Phone implementation specifically that is so different and presumably better?

Comment Re:Obviousness (Score 1) 234

Okay, so TimSort.rangeCheck() was allegedly copied from java.util.Arrays.

Aside from the obviousness issues, this fact would make it slightly more sensible to use rangeCheck() for a copyright infringement case, except for the fact that java.util.Arrays was provided by Sun under the GPL v2. The GPL was written to encourage copying and modification.

The worst I could say about Google allegedly copying this code is that they re-licensed the GPL rangeCheck() method to Apache 2.0, which you can't really do; the combination of GPL code and non-GPL code would be a GPL end product. Regardless, I still don't see a billion dollar damage claim.

Comment Re:Obviousness (Score 1) 234

Wow, you're right, that's completely insane. Look at the revision history of TimSort.

How can Oracle claim copyright damages on a file in Java's source code that is Copyrighted in 2009 by Google?
Why hasn't Google tried to nullify the copyright claim on this file on the grounds they they wrote the code and that they themselves own the copyright?
Why would Oracle make an issue of this file if the case for infringement is so weak?

None of this makes any sense to me whatsoever. I feel like I'm missing something; Oracle can't be this outrageous and Google's lawyers can't be this dumb. Can someone clarify?

Comment Re:Obviousness (Score 2) 234

What's amusing is that the 9 lines in question don't even implement the algorithm; they perform a quick sanity check before the real computation starts. Is this really the best they have? Couldn't they have found more creative lines of code to be infringing on a copyright?

Anyway I've been looking some stuff up. TimSort was originally written into Python by Tim Peters in 2002 (BSD-style license). If I'm not mistaken, that would mean that Sun wrote a trivial check as part their own re-implementation of someone else's work, and are claiming massive copyright damages on it. If Oracle wins that, that's one hell of a precedent.

Comment Re:Disclosure. (Score 1) 327

Maybe it's not a right, but it's what AT&T agreed to sell these people.

Unlimited, def:
1. not limited; unrestricted; unconfined: unlimited trade.
2. boundless; infinite; vast: the unlimited skies.
3. without any qualification or exception; unconditional.

If it has a limit, tier, cap, or threshold, it's not unlimited. Unlimited is not newspeak for limited.

Comment Re:The beginnings of Android closed source... (Score 1) 203

It's not a real fork. It's more like regular Android with a Amazon's home screen app and their other apps\services pre-installed. Same open OS, same API, just with some closed source apps facing the user.

If they went around changing the API and the OS behavior, breaking compatibility, then we'd be in fork territory. I don't see a good reason for them to do that; it's in their best interests to be compatible with existing and future Android apps. If they wanted to make such a fork they would have.

Slashdot Top Deals

"Money is the root of all money." -- the moving finger

Working...