Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Do it yourself (Score 1) 20

You oversimplify. I despise Rust, but it does address real problems. (I'm not sure how well, because I won't use it.) I'm thinking of thinks like deadlock, livelock, etc. As someone above pointed out, there are lots of applications that don't need to deal with that, and subsets can work for them. (The above poster worked in a domain where all memory could be pre-allocated.)

Rust felt like programming with one hand tied behind my back. So I dropped it. Only one reference to a given item it just too restrictive. Perhaps it is really Turing complete, but so is a Turing machine. But multi-threaded programs really do need a better approach. (My real beef with C++ (and C) though is their handling of unicode. So I'm currently experimenting with D [ https://dlang.org/ ], which seems pretty good for the current application (though honestly since it's I/O bound Python would be quite acceptable). )

Comment Re:CEO says his company's product is amazing (Score 1) 50

Yes, it's got a long way to go. Unfortunately, at least SOME of the changes are (currently) on an exponential growth curve, and people have very poor ability to project those. (And also at some point "limiting factors" will manifest, which aren't significant during the early part of the rise.)

There are quite plausible scenarios where we are still in the early part of the exponential growth curve. Nobody can prove whether this speculation is true or false, but we should be prepared in case it is true.

Comment Re:Related (especially the Alibaba story): (Score 1) 52

That kind of thing is something that centrally controlled economies are prone to. It's the mirror image is the problems experienced during the "Great Leap Forward". Market driven economies have different problems (monopolies, concentration of power in the hands of the greedy, etc.) . I'm not really sure which is inherently more deleterious. Perhaps it depends on details of implementation.

Comment Re:Really getting sick and tired (Score 1) 159

Unfortunately, the data isn't consistent. That's why they need to make corrections. The question is "Do the corrections make it more nearly accurate?", and that's really hard to demonstrate. When there's too much noise in the signal, it's really difficult to filter it out without losing the signal.

Comment Re:Nice improvement (Score 1) 34

Going to a particular date on a tape is a seek operation. A better reply would be that there's more than on kind of cassette. (1/2" tape has been in cassettes before, just not the kind you usually think of. And that was durable enough to allow a reasonable number of seeks. But I'd sure hate to have to patch a tape with that density.)

Comment Re:Jesus fucking Christ (Score 1) 92

That doesn't imply that the chip didn't have a built-in radio, just that it couldn't transmit or receive without some ancillary mechanisms.
I suspect the claim is technically true, but the reason is that the chips were designed to be sold to different people to do different things.

Comment Re:Jesus fucking Christ (Score 1) 92

Are you reasonably certain that this claim is false? Remember that the US is trying to do something similar to NVidia chips. Also lots of chips are multipurpose, with the same chip being sold to different people for different functions.

I'm not sure I believe it, but I'm also not certain it's wrong.

Slashdot Top Deals

"Consistency requires you to be as ignorant today as you were a year ago." -- Bernard Berenson

Working...