Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:My useless(?) WD anecdotes (Score 1) 142

I'm calling it stupid because if you don't know anything about the time between the power cycles, you can at best assume that the power cycle count is a low-quality proxy for powered hours.

For any claim that the number of power cycles itself is a predictor of failure, you'd need to, you know, power cycle a bunch of drives at various rates until they die, and see if merely power cycling it more often makes it fail faster. Only in such conditions would the power cycle mean anything. Otherwise it's stupid and let's just stop with the stupidity, okay?

Comment Re:My useless(?) WD anecdotes (Score 0) 142

12 Power Cycle Count

Are people seriously just that stupid? It's the count of how many times you powered it up. It has nowhere to go but up. It's not an indicator of any failure, except to the extent that power-cycling the drive can have an effect on its lifetime and/or reliability. The article also pretends like this was some sort of a "drive quality" indicator. I think people somehow can't parse what simple words mean anymore :( SIGH.

(I'd call the parent a troll if the article didn't perpetuate this same stupidity. Maybe the article was a troll too.)

Comment Re:I do this with water temp. (Score 1) 136

Sure, but with changing viscosity the sound propagation in the liquid changes - especially that the quality of the resonance in the liquid scales with viscosity (viscous damping!). The speed of sound in the liquid changes too, but the change in the 0-60C range is about a factor of magnitude smaller than the change in viscosity.

Comment Re:Or just practicing for an actual job (Score 2) 320

Code reviews only work in practice on code of known quality level. I stress that by "known" I don't imply "perfect" or even "high" - I only mean that it must be known. The code review process must be tailored to the quality of people who do the work.

There's no way to properly implement code reviews of code that effectively comes from random sources. Most of the time you'll be either wasting the time on code that's very good, or you'll miss some serious issues.

Comment Re:type of assignment (Score 1) 320

I meant the repeated code.

LISP is different because there's much less leeway if you're doing it "purely". It's uncanny that way. That's also why one can be very productive in LISP - with some experience, you have a much smaller solution space to explore and you don't need to waste time making choices that are very much irrelevant to the functioning of the code.

Comment Re:I do this with water temp. (Score 1) 136

Not only you're not alone, this is a rather common physics experiment (or should be), but it doesn't have much to do with density - it doesn't change fast enough with temperature. But there is something about water that changes rapidly as you go from cold to hot water: viscosity.

Water's viscosity decreases rather dramatically with temperature - about 25% per 10deg C or so. The Reynolds number, a key descriptor of the fluid flow in a given situation, is inversely proportional to viscosity, with factor 1. Thus, in the flow of water in the tap, as you go from "cold" (around 10C) to "hot" (around 60C), the Reynolds number increases by a factor of ~3.5. In the turbulent flow, such a change is easy to hear.

Comment Re:Haha, very funny... (Score 1) 136

Most of us actually have this skill and use it, perhaps without realizing it. We go a step further, though: we are passive echolocators. We don't click, but we listen for the multiple echoes of sounds that are emitted by other things, including other people.

Comment Re:Ok, I am naive, but... (Score 1) 320

There's no point doing something if someone else has already done it

Most programming is adapting the well-known data structures and algorithms to various less-or-more-boring real life problems. Even if you're working on a completely breakthrough project, like the ESA's Rosetta just-landed-on-the-comet mission, most of the implementation's code is like any other spacecraft code, done dozens if not hundreds of times before.

Yet, proficiency at all the low-level "drudgery" is what differentiates a professional from someone who just pretends and sneaks their way around. It's as if you were a pianist who can only play their own compositions but can't play any of the classical staples.

Slashdot Top Deals

"Can you program?" "Well, I'm literate, if that's what you mean!"

Working...