Earlier quoted context omitted.
Philip Greenspun is a highly experienced pilot: https://philip.greenspun.com/flying/milestones
I too have hundreds of flights and am also a programmer, but I would not assume having both skills would make you anything more then an armchair quarterback. If you have not written code that runs planes, what knowledge are you basing your idea off of. IMO. i too also play games, but i wouldn't assume to tell a game developer how to write their code.
Boeing 737 MAX crash and the rejection of ridiculous data
131–140 of 194 posts
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#132I accidentally copypasted my one time login code into the amount of bill payment and my ebank didn't refuse the sixty seven million dollar payment (I caught it before sending it). Needless to say, I don't have and never had even one percent of that money. My brother one time actually succeeded in wiring ten million euros instead of ten million forints. The exchange ratio is 1:320. Obviously the account didn't have 10…
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#133 Humans are much better suited for the doers role with
technologies monitoring us, instead of what we are
currently assigning the human component as exactly the
opposite.
[1] https://www.fastcompany.com/video/the-future-of-aviation-acc...Re: Boeing 737 MAX crash and the rejection of ridiculous data
#134Earlier quoted context omitted.
That's not nearly the case. MCAS is a stupidly simple system intended to cut in during very unusual phases of flight were a normal commercial flight would not be operating.
> MCAS is a stupidly simple system So, you have reviewed the software? If it's so stupid simple, why did it kill a bunch of people?
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#135Earlier quoted context omitted.
I agree that we frequently see this on HN in regards to aviation. However, I don;t think it applies to Greenspun. He's a knowledgeable and active pilot himself.
Lots of people are, that doesn't mean they aren't armchair quarterbacking. I know how to fly airplanes and helicopters, does that make me an expert on the flight dynamics of 737 MAX?
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#136It should be noted in the doomed Air France 447 flight, the plane activated the stall warning because of a high angle of attack that was leading to stall. (thanks pdx for the corrected info) At some point the system rejected the data and stopped the stall warning because the angle of attack was so severe that it considered the data erroneous. This is speculated to have caused the co-pilot to keep pulling back on the…
Your basic point is spot on, it isn't simple. The challenge I think is to keep two things separated, one is the flight control laws that the system is implementing to keep the plane in the air (to the best of its ability), and the other is the situational awareness indicators for the pilots so that they can tell what what the plane is "thinking" about how it is flying (or not). The closest analogy I can come up with…
Even in a space shuttle, the flight crew did not see most of the data, and NASA had a room full of engineers following the telemetry.
When you have less than a minute to save everybody, the last thing you need is something like an SQL explain result.
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#137If you read about Air France Flight 447, at some point instruments data went so ridiculously far from expected values that the stall warning stopped, because the computer did exactly what is suggested here: rejecting ridiculous data. So trying to fight the stall would... trigger the stall warning, adding confusion and cognitive load to an already dire situation (IIRC it is very likely, though we will never know, that…
What is suggested is that the aircraft refrain from performing risky manoeuvres based on such wildly out-or-range sensor outputs.
This does not mean that aircraft should suppress warnings of such sensor readings from the pilots.
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#138It should be noted in the doomed Air France 447 flight, the plane activated the stall warning because of a high angle of attack that was leading to stall. (thanks pdx for the corrected info) At some point the system rejected the data and stopped the stall warning because the angle of attack was so severe that it considered the data erroneous. This is speculated to have caused the co-pilot to keep pulling back on the…
His proposal makes no sense. Under his new logic, it would be fine for the MCAS to continue forcing the trim to full deflection and crash the plane if the AoA was stuck anywhere between 15 and 24 degrees. He's simply not solved the root problem and added a bad kludge for a single error case (AoA stuck > 25 degrees). While at the same time removed a potential safety control for a real world case where the AoA was vali…
Reading between the lines, Greenspun has presented these crashes as "the first mass killings by software". That claim looks clearer if you present it as wholly due to the absence of a few common-sense lines of code, and downplay the other systems design issues, such as the lack of triple redundancy, the failure to use the dual redundancy to detect sensor error, and the fact that the system was unnecessarily powerful, being able to drive the trim all the way forward.
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#139Earlier quoted context omitted.
Sigh. I've reviewed almost everything written about the accidents including the information supplied by Boeing to the airlines to explain the function of the MCAS system. There is no lower limit on the complexity of a system required to kill people.
> including the information supplied by Boeing to the airlines to explain the function of the MCAS system So, you're essentially parroting Boeing's narrative IMO. Yes, they want you to think that the system is 'stupid simple' and it's 'no big deal, just one little fix' because obviously that's good for their business. Maybe, the system required for safe operation is not so simple, and Boeing is no longer competent en…
I'm not sure why you think boeing would lie about it. Or how they'd convince the regulators in two different countries to cover it up since you can see the behaviour by reading the graphs in the preliminary report.
Re: Boeing 737 MAX crash and the rejection of ridiculous data
#140Furthermore, it is incredibly unsafe to reject so-called "ridiculous" data completely.