Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Because it's valuable, duh. (Score 1) 210

If only they let me do the typesetting... I usually submit beautifully typeset documents, and some idiot editor retypes the math into word and it comes out fugly. They also add mistakes to our manuscripts.

I have nothing in principle against outsourcing, but it has not improved the quality of the editorial process at Elsevier...

Comment Re:Because it's valuable, duh. (Score 1) 210

In many cases, you are allowed to offer the pre-prints on your personal website. This is commonly done in more technological fields, but frequently biologists for example will not do so because they simply don't have a website :). Not everyone has the time or expertise to curate a very-low-traffic blog.

It is becoming more common, and google scholar provides the link to the freely available version if it exists. So if you want people to access your work without hassle, do that!

Comment Re:Bitcoins (Score 1) 55

Bitcoin will never "win". as currency, it is worse than useless, not being backed by a central bank and being deflationary by nature. And don't give me any crap about deflation being good... And the OP is right, it basically is a Ponzi scheme.

You could imagine a crypto currency where certificates would be emitted by a central bank holding a master key against which they would be verified. It would be designed in such a way that any number of certificates could be printed. You could even have negative interest rates that way.

It would be anonymous, work like some electronic version of cash, and make sense economically.

Comment Re:True, but misleading. (Score 1) 476

You are wrong, for two reasons:
  - You assume there is such thing as a total money amount. There isn't; rather there are measures of the amount of money flowing in the system.
  - You further assume all money is available to buy all assets. This is not true. Although any dollar can be exchanged for any other dollar, it remains the case that depending on the distribution of money, not all goods and services produced can be bought. Capital reserves of banks don't count, for example.

If there is no credit and houses are worth a fixed 1000 dollars, and the median American has 900 available at any time, not all houses can be bought, and the amounts of dollars is worth all goods produced minus houses divided by the available money. Now, if you print money and give Americans each 100 dollars, suddenly, you have simultaneously increased the value of money and the number of dollars!

This is how stimulus works...

Comment Re:He's right (Score 1) 276

Even as an AC, I will not give references, sorry. But I will say this: people do not verify their model/claims against the right control, which is random() with an appropriate probability distribution.

In general, some people consciously or unconsciously in competitive fields try to have as little controls as they can get away with. And infuriatingly, the reviewers don't want to see that either, depending on the authors. My advice: big papers from small groups are way more trustworthy than big papers from big groups... And if it comes from Boston, it is oversold (any field).

Comment Re:Q about "orthogonal syntax" (Score 1) 276

in matlab, you cannot do (some-complicated-expression)(i,j), whereas in octave this is valid. To me, this syntax is orthogonal, because there is such thing as the (...,...) operator, which applies on anything which returns a matrix. Matlab thinks some things are matrices, and some not, even is they are. Thus some things which should be the same are treated differently as a function of context.

Comment Re:He's right (Score 2) 276

Amusingly, I have a mathematician friend who came up with an algorithm to solve numerically chemical problems. The things you describe are more the product of being a skilled technician than a scientist... As for the total synthesis of strychnine, I would think that doing that ab nihilo would require enormous amounts of maths. Or lots of trial and error.

People who do not understand maths fail to realise that mathematicians can frequently learn the essential bits of their specialty very fast, because they are trained to think in the abstract. See for example the stories of Feynman amongst biologists. Also, in many fields, people still learn heaps of useless facts with very little attention to overarching theories which allow one to quickly figure out said facts...

Comment Re:He's right (Score 1) 276

Let's put it this way, the most common adjective used to described MDs from my biologist friends -- some of whom work in Boston -- is "useless".

They are overpaid, underqualified, have an exaggerated sense of their own importance and most importantly, are really bad at science, seeing everything from the point of view of clinical outcomes. Which are truly not important when trying to understand biology. Even in a hospital: once you understand your topic, there will be applications. Looking for applications in a topic you do not understand is just delaying them being found.

Comment Re:He's right (Score 2) 276

don't get me started on MDs, they should never be allowed near a lab until they get a real university degree in a hard science. Which they should get _after_ their MD.

MD is a trade, like Carpenter or Mason or Lawyer. A hard one, which requires all sorts of qualities. But it does not qualify you to do science. Not remotely.

Comment Re:He's right (Score 2) 276

it's a shitty language. Still, in my opinion, much better that than nothing.

Why is is shitty, you ask? No objects, the syntax is not orthogonal (octave is a clone but seems to have done indices right, at least). Horrible, inconsistent libraries. Incredibly inefficient -- People going from naïve matlab to naïve c++ can get x1000 speed-ups.

And so on.

And yet, not coding at all is infinitely worse, so I don't give a hard time to my colleagues who at least try :)

Comment Re:He's right (Score 3, Insightful) 276

Bullshit. Any scientist needs to understand basic maths, notably statistics. Not advanced calculus or complex algebra. But statistics and understanding what a model is is paramount. If you cannot recognised the patterns produced by common types of random processes, you may well start to believe you have found something.

And in fact just measured experimental noise.

Slashdot Top Deals

The algorithm for finding the longest path in a graph is NP-complete. For you systems people, that means it's *real slow*. -- Bart Miller

Working...