Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Hi speed chase, hum? (Score 1) 443

Many police departments now have a policy of not performing chases for non-violent crimes because, statistically, you're more likely to kill bystanders by chasing than by letting the criminal drive off.

Given that it's a Tesla (and a dealer-owned one at that), was a chase necessary at all? I suspect that Tesla Corp could have given the police a live feed of the car's GPS co-ordinates at any time?

Comment Re: Murphy says no. (Score 1) 265

I have no idea if once a week is realistic, it sounds far too high. I have around 5-10 such windows a year, some are stuff I can do from home (with support from the guys on shift) and some entail me being physically there, so there have been none of the second kind this year.
Major Outages of one of our production systems have been featured on national news and Slashdot before, although it requires an outage of several hours to cross that threshold. Our windows are at around 02:00 to 03:00 depending on which system is affected.

Murphy has really bitten us in the ass a few times:

  • Someone making an update (on a test system) which meant that the system did not come up properly after the next reboot which was days later. The symptoms made it look as though the test "window update" caused the problems. It was an accident but very annoying.
  • A weird error on one switchable hardware unit rendered it unusable on our main production system. That unit was one of 32 and the allocation system automatically only used it on other machines, the next reboot would have cleared the problem anyway. Someone decided to use *that* unit for a critical update and brought it up manually for that purpose. The update failed and our main system was down. I drove in at 03:30 and (I thought) fixed things by falling back. Shortly after I left again, one application stopped working and dragged the rest down with it. I went back in again and did the original update cleanly - over initial management objections - after which things were fine.

There have been others but they were even more arcane. The absolute worst cases we had were with virtually everyone there. They made the news, two of them made it to Slashdot. Different causes in each case.

Comment Re:Life on Mars? (Score 3, Insightful) 265

No one will EVER live in a permanent space colony. Sorry.

While I share your pessimistic outlook for the foreseeable future, forever is a really long time. Are you willing to say that absolutely nobody will be living in a permanent space colony in 100 years? 500 years? 10,000 years? If so, what makes you so certain?

Comment Re:ridiculous (Score 2) 608

Experience and training is not very important as long as you know how to write good code that's efficient and makes sense to others.

And how did you learn to write good code that's efficient and make sense to others? Maybe you're the rare case of a person that can just intuit what is good code and what isn't, but I think most developers (including myself) learn how to write good code by first writing lots of bad code, and then suffering the consequences until they learn from experience what works and what doesn't.

Comment Re:Amusing... (Score 2) 285

To the people who hired you, the most important thing is getting the product to work reliably so they can start making money with it. It won't matter at all how pretty the chart bubbles are in the design document, if the program crashes or is otherwise unusable. So score one for the talented programmers there.

Which is not to say software engineering isn't important -- only that exactly how important it is will vary with the size of the project. e.g. for a smaller project like a script or a one-off data processing program, just about any design (or no design) can be made to work well enough. For a large program (or one that will eventually grow into a large program), detailed software engineering is necessary to prevent its eventual collapse under the weight of its own complexity.

Comment Re:Warp Drive (Score 4, Insightful) 564

Then you have never looked at a ten line C program to implement a PID control loop for a servo motor.

I don't think that would count as learning. That ten-line program will always do exactly what it was programmed to do, neither more nor less. An adaptive program (in the sense the previous poster was attempting to describe) would be one that is able to figure out on its own how to do things that its programmers had not anticipated in advance.

Comment Re:What about range on this smaller car? (Score 1) 247

if it got 60 miles electric I'd have to make sure I used the gas engine occasional to make sure it didn't have problems.

An interesting feature of the Volt is that it will handle this for you -- i.e. if the gas engine hasn't been used in a long enough time, the Volt's computer will force it to be used for a little while just to give it some exercise (and keep the gas in the tank from getting too stale IIRC).

Comment Re:Do we need HTML+Javascript at all? (Score 2) 104

Throw out HTML, throw out CSS, throw out JavaScript. Take the best *ideas* from them all, use C# (nothing to do with Microsoft though) and create a common framework on all platforms embracing those *ideas* and use OpenGL as the composition engine.

I'd try to explain the problems with this line of thinking, but I think xkcd does a better job.

Comment Re:Haha (Score 1) 235

bullshit. I just was in an accident as a cyclist earlier this year, not wearing any protection. none would have protected me, I broke my wrist and i have a serious shoulder injury.

Your single data point doesn't demonstrate anything one way or another about "most accidents".

Slashdot Top Deals

Get hold of portable property. -- Charles Dickens, "Great Expectations"

Working...