Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Lament the DC10 (Score 1) 112

While many plane enthusiasts lamented the exit of the DC-10 from passenger service, I did not.

That aircraft had an awful, awful 2-5-2 seat arrangement in economy. More often than not I ended up in the middle seat of that set of 5 and had to crawl over 2 people if I wanted to use the toilet in the middle of the night, and didn't get the compensation of a view out the window which at least makes up for it in aircraft with the 3-4-3 configuration). Inevitably, it would be a parent and a very noisy child occupying BOTH sides.

Good riddance, DC-10. You won't be missed.

Comment Re:Hmmm .... (Score 3, Informative) 112

That problem was fixed and is not the reason why the DC-10 isn't used any more. The DC-10 (and MD-11 followon, which is still in service) went on to fly millions of safe, reliable hours once the issue with the overcentre locks were fixed with the cargo doors.

The DC-10 is out of (passenger) service now just because it's old and burns too much fuel. (It remains in cargo service, where it will be pressurized).

Comment Re:Abject brand mismanagement (Score 1) 352

Not only is does it have negative value in the phone marketing, it's confusing and disappoints people - they think because it's Windows it will have more compatibility with their PC and will run PC applications and then find "yes it's Windows but it doesn't run Windows apps". Apple didn't call the iPhone the Mac Phone for a reason (even though it reputedly runs the same OS kernel).

Microsoft would have been better off just calling it Metro instead of Windows. Or pretty much any other easy to pronounce name.

Comment Re:COBOL - it's all about the data (Score 1) 387

COBOL is just as disadvantaged in dealing with an SQL database. All that DATA DIVISION syntax is about reading and writing flat files, not interacting with a database engine in a separate executable. (It's a while since I've done any COBOL so perhaps matters have changed now, but COBOL was always about fixed width record flat files).

My Java code needs no changes if table formats changed (things like added columns) because I try to use the supplied classes and the JDBC properly (and also take the time to make sure the database is designed right - such as using views, so the underlying data format can be changed without requiring all the things that depend on it to change).

Comment Re:My take on COBOL.... (Score 1) 387

SQL didn't exist until long after COBOL was a major thing. What COBOL is good at is dealing with fixed width record format flat files, which was a common way of storing stuff when COBOL was first invented. When you have a large complex system that's been going for decades, is fully debugged, and just works there is a huge cost in rewriting it that may just not be worth it.

Comment Re:Bikes lanes are nice (Score 1) 213

In cities like New York and London, it's usually that the cars cannot keep up with bicycles (not the other way around). I live in a rural area, but whenever I've cycled in congested urban areas, I've often been MUCH quicker than car traffic and usually the cars are slowing me down. Car traffic in cities is slow because there are too many cars, not because of cyclists (or little duckies).

There's even an episode of Top Gear where they prove the bicycle is the fastest method of getting across London. And that's a TV programme unashamedly biased towards the car.

Comment Re:Bikes lanes are nice (Score 1) 213

That's a troll, right?

On the flat (and I'm not a lycra clad person either) I can easily keep up 17-18 mph all day. In a city, this is usually as fast (if not faster) than cars. In no way are cyclists doing this speed compatible with 3mph pedestrians. Cyclists belong on the road. (In fact where I live cyclists have a right to be on the road - cars do not, cars need to be licensed, car drivers need to be licensed).

Motorcyclists are also vulnerable road users. Should they be on the sidewalk too?

Comment Re:Meanwhile in the real world... (Score 1) 427

It's also human nature. We know we're slowly buggering things up, but it'll take a while. To fix it means a large change in the way we run our world, and it will be difficult and may cause mild discomfort in the short term. On the other hand we can simply deny it's happening and continue with the business as usual which is far easier and the path of least resistance. People don't want to feel guilty for driving an SUV either, it's easier and more consistent to deny that anything is happening rather than admitting that you're (an albeit tiny) part of the problem.

Slashdot Top Deals

A motion to adjourn is always in order.

Working...