Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:please please stop (Score 2, Funny) 579

I have to say that after college, medical school, graduate school, and over 12 years of virology and immunology research, I've read a lot of stuff (including popular science that was meant to be educational) that was ridiculous. But the above post ranks in my top 5 examples of manic garbage. It's a collection of bits and pieces of something you've overheard, put together somewhat like a neanderthal would try to piece together the space shuttle. It may contain a couple of the correct parts, but the result does not only fail to take off, but is not identifiable as the correct object, no matter from what angle you look at it.

Welcome to Slashdot!

Comment Re:43 healthy children? Or 43 total children? (Score 3, Insightful) 579

You just simply can't compare raw event numbers when estimating relative risk. Your statement about "twice as deadly" is very likely not true, and certainly not justified from the data you reference. You fail to take into account any sort of denominator when just using the raw events. What if only 27 kids rode school busses each year? What if 2 million did? What if only 43 kids were exposed to H1N1, and they all died? What if everyone was exposed to H1N1, and 43 died? You need to take into account the population, not just events. After all, every(?) child who died last year used toothpaste.

Microsoft

Microsoft May Be Inflating SharePoint Stats 225

ericatcw writes "Taking a page out of McDonalds 'billions and billions served,' Microsoft says it reaps $1.3 billion a year from more than 100 million users of its SharePoint collab app. But some suggest that the figures are consciously inflated by Microsoft sales tactics in order to boost the appearance of momentum for the platform, reports Computerworld. A recent survey suggests that less than a fourth of users licensed for SharePoint actually use it. SharePoint particularly lags as a platform for Web sites, according to the same survey, a situation Microsoft hopes to fix with the upcoming SharePoint 2010."
Displays

Sonar Software Detects Laptop User Presence 167

Steve Tarzia writes "A research group at Northwestern University and University of Michigan has released open-source display power-management software that uses a new user presence detection technique. The goal is to shut off the display immediately when the user leaves the computer rather than using slow and error-prone mouse/keyboard activity timeouts. Surprisingly, the mic and speakers of many laptop computers are sensitive to ultrasonic frequencies. Those frequencies can be used to silently probe the laptop's physical environment. This software is based on research published at the UbiComp2009 conference. A Windows binary and source code for Windows and Linux are available for download."
Quake

Scientists Use Quake 2 To Study the Brains of Mice 185

An anonymous reader writes "In this week's issue of Nature, scientists from Princeton University trained mice to navigate around a virtual environment using a setup that resembles a combination of a giant trackball and a mini-iMax theater displaying a virtual world rendered using a modified version of the Quake 2 open source game engine. (Here's the academic paper, subscription required.) They hold the mouse's head still atop a giant trackball, which the mouse turns by running. The scientists use the rotations to move the mouse around in the virtual environment, and when he reaches certain places, he gets a reward. Because they are able to hold the head still, they can stick microscopic glass electrodes into individual neurons in the hippocampus of this mouse as it 'navigates.' They find the neural activity that resembles activity during real life navigation, and learned new things about the inputs and computations that are going on inside these neurons, which weren't known before. No word as of yet whether the scientists plan on giving the mice control of the gun. Wonder whether John Carmack ever envisioned this when he opened up the Quake code?"
GUI

10/GUI — an Interface For Multi-Touch Input 344

Naznarreb writes "R. Clayton Miller has an extremely impressive GUI concept he's calling 10/GUI (video; written description here). Essentially, it combines the high-bandwidth input possibilities of multi-touch interfaces with the ease and immediacy of a mouse. The video is quite interesting, and, for me at least, pretty jaw dropping. This is a dramatic re-imagining of the current mouse/screen schema, one that I think has significant potential."
Linux

Linux Games For Non-Gamers? 460

Nethead writes "Due to some down-time, I'm looking for some Linux games to pass the time. I've been playing BattleMaster, a PHP web game but it's only two turns a day, and I'd like something a bit faster. I've not really played PC games since the Doom era so I'm really out of touch here. I don't have a real gamer box, just a simple video card. What do Slashdotters think I should try? A simple FPS or some type of networked game would do. What's out there for Linux?"

Comment Re:umm (Score 1) 205

There has never been a *randomized* control clinical trial showing smoking causes cancer in humans. If you believe smoking causes cancer in humans, then you are somehow making an exception of your own rule. So, do you?

Government

Microsoft, EU Reach Antitrust Accord 219

alphadogg writes "Microsoft appears to have reached an agreement with the European Commission that concludes an antitrust battle that has lasted a decade, Europe's top competition regulator said today. A proposal the company offered in July to address charges of monopoly abuse were dismissed as insufficient by the Commission, as well as by rivals in the software industry. But the latest iteration appears to have mollified the EC's regulator. 'We believe this is an answer,' said competition commissioner Neelie Kroes in a press conference. 'I think this is a trustful deal we are making. There can't be a misunderstanding because it is the final result of a long discussion between Steve Ballmer and me.' The new settlement offer addresses charges that Microsoft distorted competition in its favor in the market for web browsers, by giving its Internet Explorer browser an unfair advantage over rivals." The Register points out this interesting quote from the materials Microsoft released on the subject: "Microsoft shall ensure that third-party software products can interoperate with Microsoft's Relevant Software Products using the same Interoperability Information on an equal footing as other Microsoft Software Products."
Patents

WARF and Intel Settle Patent Suit Over Core 2 Duo 79

reebmmm writes "The Wisconsin Alumni Research Foundation (WARF) and Intel have settled their patent suit over technology developed by Gurindar Sohi, a computer science professor at the University of Wisconsin — Madison. Professor Sohi developed technology that was ultimately patented by WARF using money he received from Intel. Last month, Judge Barbara Crabb found that the funding agreement was ambiguous, but that e-mails revealed that the money was an unrestricted gift and carried with it no obligation to license or assign any inventions to Intel. Trial was scheduled to begin today. The terms of the settlement were not disclosed."

Comment Re:Fix SAS (Score 1) 318

Your points are valid for managing data with SAS. But that's not what a lot of statistics is about of course. Try coding a cubic spline regression algorithm in SAS vs. R and see which you like better. I know that doesn't take away your point about large data. But what happens is that SAS is still taught in many graduate stats departments to manage small (dozens or hundreds of cases) datasets and run regressions on them. This is where using SAS seems pointless to me. Even clinical trial data only number in the thousands for both subjects and variables. This is not "large scale", and free R is perfectly capable on data like these.

I will beg to differ on your "not so bad" conclusion on the SAS language design. R's object-oriented functional model is far superior for designing statistical functions, packages, and systems, including graphical functions. I don't think anyone will deny that. R's evaluation model is based in Scheme semantics, and I think if you're coming to stats from a CompSci background, as many are these days, you're not going to like anything SAS has to offer.

Comment Re:Fix SAS (Score 1) 318

While I agree with your points, the fact is that SAS has such a stranglehold on some industries, specifically the pharma industry, that they haven't had to improve their product much in recent years. I mean, I think in the last few years, the one major feature that their survival models package (proc phreg) got was the ability to include categorical variables with more than 2 categories (i.e., a class statement).

R, which is a GNU project, has taken over completely when it comes to new statistical methods being implemented, and has also taken over everything in graphical research and methods. I think it is only a matter of time before it is the standard, but it will take awhile since there is a lot of money invested in legacy SAS macros and programmers. But they certainly aren't teaching too much SAS at universities these days, it won't be long before students come out knowing a lot more R. R is definitely the future of statistical computing, and SAS is the past. They have recently been trying to concentrate on being a business platform, like an SAP competitor, more than statistical software. I suppose that's a smart move on their part, we'll see how it plays out.

Completely agree with the comments about ugly syntax though, ugh, I would not wish it on anyone.

Slashdot Top Deals

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...