Earlier quoted context omitted.
Rotating at a slower speed is a bad idea. Indicating a lower weight, resulting in a lower calculated rotating speed, is the root cause of the problem. There is no "slower rotation", one does not just pull the yoke slowly, raise the nose wheel and wait for the plane to take off by itself when it will be fast enough, that you can do on a light prop plane where rotate speed is so low some planes will take off by themsel…
I interpreted "slower" as "later," ie wait longer before rotating.
After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
151–160 of 189 posts
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#152Earlier quoted context omitted.
> The purpose of telling pilots thrust was to save money and fuel. No, it's more that using lower thrust during take off saves on engine wear and noise levels around the airport. It doesn't really have that big an impact on fuel use, at least that's not the primary purpose. The article concentrates far too much on the thrust setting. The important bit is the speed where the plane should be rotated to take off, which…
> saves on engine wear Which is saving on money
There's a difference between dumping toxic waste into a river to save money and keeping a plane engine in safe operating conditions to save money.
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#153> Peyton added that even though the update to the DynamicSource software had been tested over an extended period, the bug was missed because it only presented when many aircraft at the same time were using the system. That seems horribly wrong to me. I can understand software being slow under load, but being wrong under load sounds like a horrible internal architecture problem.
I was just about to post the _Exact_ same thing. Each execution of the program should be completely independent from other calculations. Something is _Horribly_ wrong with their architecture.
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#154Earlier quoted context omitted.
A proper transactional database would suffice. You could do this safely and performantly on '00s hardware in PHP3 for crying out loud, serving thousands of planes per second.
Bad coding happen even in transactional databases, see my example in the other comment.
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#155Earlier quoted context omitted.
I interpreted "slower" as "later," ie wait longer before rotating.
That means rotating at a higher speed than calculated Vr, this is also bad as you put more wear in the tires and use more fuel (rolling on the tires vs flying in the air) to take off. The Vr is an optimal speed, below is dangerous, above is wasteful.
Edit: Actually, that probably doesn't even come into it. Not a pilot, but don't imagine "barely rotate so the nosewheel is in the air but still have negative angle of attack so no lift" is very easy, or very stable if possible. Even if you could do it, you'd risk slamming the nosewheel back into the runway.
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#156This seems like mostly how it ought to work - * There were two unusual events in very short order * Someone quickly noticed and gave the order to go to ground stop * The problem was figured out quickly and a work-around was developed * Flights Resumed after successfully deploying the work around to the 'production process' * A patch was quickly developed and deployed once the underlying bug was uncovered. I think eve…
The purpose of telling pilots thrust was to save money and fuel. It’s a “least viable” optimization. >“The goal is to lower the power used on takeoff,” he said. “That reduces engine wear and saves money” on fuel and maintenance. >Flights to Hawaii are typically full, with lots of baggage and a full load of fuel for the trip across the ocean. The planes are heavy. > That morning, a software bug in an update to the Dyn…
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#157Interesting that baggage weight changes by destination. I'm sure passenger weight does too, but for different reasons.
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#158Earlier quoted context omitted.
Please let us know where these software magicians are that write perfect, bug-free code.
Who said anything about that? You're arguing against a straw man nobody has set up but yourself.. There's no such thing as perfect software, but there is definitely software that doesn't make up a false value if it can't work.
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#159This seems like mostly how it ought to work - * There were two unusual events in very short order * Someone quickly noticed and gave the order to go to ground stop * The problem was figured out quickly and a work-around was developed * Flights Resumed after successfully deploying the work around to the 'production process' * A patch was quickly developed and deployed once the underlying bug was uncovered. I think eve…
Re: After Alaska Airlines planes bump runway, a scramble to ‘pull the plug’
#160Earlier quoted context omitted.
In what scenario would you anticipate data for the calculation of rotation speed and engine thrust for one particular plane to be based on a value that is not only shared and writable, but changing each time a plane's performance data is calculated? "multiple data streams feeding in weight data per aircraft"? What does that word salad even mean? Even if what any of what you said was true: these developers are writing…
I fucking cracked up at: "multiple data streams feeding in weight data per aircraft" it's literally some integers (floats at the worst?).