Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Matlab is not elegant, but it is useful (Score 1) 205

I've used Matlab for 10 years. I do not enjoy its syntax, but it's fast at what it does (matrix math) and has a huge library of tools built in that are also quite fast. It's also very cheap for academics, which is why it has such a stronghold there. People who say "switch to C or Python" for huge immediate speedups rarely know what they are talking about - they only projects I know of that tried that found that their code (again, matrix heavy) ran slower, not faster. With a lot of optimizing and the right libraries, yes, it is possible. But for most Matlab users their time is mostly spent developing, so that would be a poor tradeoff.

It's much more pleasurable to write or read python (or lisp (or smalltalk)) code, but you lose the kitchen sink. Here's a quick example: printf. Yes, it's ugly. And takes a little while to learn. But, it's very good at formatting text, and has all the options you need, want, or will ever want. Well, matlab is a language filled with printf style functions for every kind of data visualization you could want.

That said, TFA sounds like a load of crap. Anybody in google want to share what really goes on? I'm sure it depends a lot on which group you are in - machine vision and AI surely use a lot of matlab, whereas search probably never heard of it.

Comment Old news, really (Score 2) 291

The link between salt and blood pressure is pretty clearly not the one your Dr. tells you, and this has been known for a really long time. Even the first study to show the "link" turns out to be bunk science:

http://www.stat.berkeley.edu/~...

More recent meta studies have shown that about as many papers find a positive link as a negative link between blood pressure and salt - yes, eating more salt can lower your blood pressure (or, more likely, it's all just noise). Look it up on Pubmed if you want to read all the details. It's a good skill: you'll quickly learn more than your Dr. does about any topic of real concern to you, unless your Dr. is a specialist or obscenely good at his job.

What's sad is that simple to understand explanations that lead to simple to follow prescriptions (ie eat less salt) tend to stick around way longer than the scientific consensus behind them.

Comment A lot of complexity, a little gain? (Score 2) 98

That sounds like a lot of overhead for a problem that seems unlikely. I've used lots of multi-user linux boxes over the years and never noticed that a few bad users ruined the experience for everybody else. If it's really an issue, think of it instead as a learning opportunity - post concise instructions on proper lab utilization and how to use top, etc to check if somebody else is the reason why the machine you are using is slow. Then let users police each other.

Comment Re:Wrong way of looking at it (Score 1) 641

Having switched to Win7 for my home machine and still using XP at work, I have lots of opportunities to compare and contrast the two oses. 7 brings a few small improvements in the start menu and windows explorer, and some minor bugs. The improvements are not nearly enough to justify the time and cost to upgrade machines that work just fine. If WinXp was still supported I'd guess we would still see 30% of PCs running it for years and years after today. Even more if it were still sold.

Image

Scientists Say a Dirty Child Is a Healthy Child 331

Researchers from the School of Medicine at the University of California have shown that the more germs a child is exposed to, the better their immune system in later life. Their study found that keeping a child's skin too clean impaired the skin's ability to heal itself. From the article: "'These germs are actually good for us,' said Professor Richard Gallo, who led the research. Common bacterial species, known as staphylococci, which can cause inflammation when under the skin, are 'good bacteria' when on the surface, where they can reduce inflammation."

Slashdot Top Deals

"Gravitation cannot be held responsible for people falling in love." -- Albert Einstein

Working...