Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Do it yourself (Score 1) 53

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:Legal/illegal bikes (Score 2) 146

Don't see too many cars on walking paths and sidewalks. The number of e-bikes on walking paths and sidewalks has skyrocketed. It's almost as if someone decided being a pedestrian is a sinful activity, and that every walkway must now be infested with morons on wheels.

Then let me get started on mobility scooters.

Comment Re:Legal/illegal bikes (Score 5, Insightful) 146

I'd just like them banned from walking paths. At least once a day I'm getting some crazy asshole ringing his bell as he comes flying up behind me. I'm not a fan of any kind of bike on walking paths, but at least the people on regular bikes have more control. The worst are probably older riders who often seem like they're barely in control. And the three wheeled ones take up outrageous amounts of space on smaller paths, regularly forcing other users on some of the narrower paths I frequent to get to the side of the road.

It's hard to imagine, short of motor vehicles, anything more hazardous to a pedestrian than some stupid prick on an e-bike.

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.)

Slashdot Top Deals

APL is a write-only language. I can write programs in APL, but I can't read any of them. -- Roy Keir

Working...