Earlier quoted context omitted.
I'd be curious to know how much it actually improves throughput. It seems strange to use optimistic locks in such a safety critical process, when a more fail-safe approach is available.
Sounds like a money problem to me. Less time between planes means more planes means more money. It sounds to me like far too many critical safety decisions are being made with an eye on money rather than safety. There were reports warning that Fukushima wasn't safe in case of a tsunami, but the company in charge of the plant decided to ignore that. Deep Water was caused by cost cuts. The Boeing 737 Max was made for f…
‘Confirming we are cleared to land?’ Who said what at Austin
331–340 of 402 posts
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#332Wow, reading that audio transmission log was pretty intense. Someone's losing their job for sure
If the goal is to improve safety firing people is almost always the wrong response. That juvenile preoccupation with punishment only serves to create a culture where mistakes are hidden rather than understood.
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#333Earlier quoted context omitted.
And OF COURSE the first YouTube comment I read blames this on Affirmative Action... JEEZ
believe it or not, this controller is a known problem child in the ATC world and has been shuttled around to multiple facilities all the while filing EO complaints against the FAA any time he was in trouble for anything.
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#334Earlier quoted context omitted.
Risk will always exist. Our most precious resource is time. Every effort to save it is worth it. What if it causes one accident every 20 years? It saved thousands of years of human time in the meantime.
Based on Google numbers: There’s 16M flights per year, so saving 5 minutes each is 80M minutes, which corresponds to 160 years. A plane crash will kill about 160 people; so if one happens every twenty years, then we’ll have saved lives if the average age is over 50 (within 20 years of natural death) and lost lives otherwise. Personally, seems a bad gamble.
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#335Earlier quoted context omitted.
I'd be curious to know how much it actually improves throughput. It seems strange to use optimistic locks in such a safety critical process, when a more fail-safe approach is available.
Sounds like a money problem to me. Less time between planes means more planes means more money. It sounds to me like far too many critical safety decisions are being made with an eye on money rather than safety. There were reports warning that Fukushima wasn't safe in case of a tsunami, but the company in charge of the plant decided to ignore that. Deep Water was caused by cost cuts. The Boeing 737 Max was made for f…
[1]https://www.cnbc.com/2019/02/13/colgan-air-crash-10-years-ag... [2]https://en.wikipedia.org/wiki/List_of_accidents_and_incident...
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#336Earlier quoted context omitted.
And yet somehow commercial aviation, with its strong unions, ends up safer than virtually any other field of human endeavour.
More or less the only real Six Sigma safe industry humanity managed to create. And still, every incident turns everyone into safety and procedurural experts, even before the official incident reports are done. As much as this frustrates me, it has always been like that, and always will be like that.
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#337Earlier quoted context omitted.
> Have the courage to not take off. As the old old saying goes, better to be down here wishing you were up there than up there wishing you were down here.
The four most useless things to a pilot are: the fuel in the fuel truck, the altitude above you, the runway behind you, and a tenth of a second ago.
Every last piece of it.
or:
You're flying the plane until you take the key out of the ignition.
Doesn't matter how deep a hole you need to dig to get it.
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#338Earlier quoted context omitted.
> Who is saying that procedures allow one plane to take off when one is "3 miles out" The FAA says that, specifically the 7110.65 which governs ATC rules and procedures. In a radar environment it allows for departures when the arriving aircraft is 2+ miles from the runway, and there will be at least 3 miles of separation within 1 min of takeoff. A separate rule requires that the departing aircraft is at least 6000ft…
It says there can be as little as 2 miles of separation which I read as 2 miles when the wheels lift off begining acceleration would end up with 0 ft of separation.
Just to keep stating this: I'm not at all defending the AUS controller here. A squeeze play like this in low visibility is needlessly reckless.
[1] https://www.faa.gov/air_traffic/publications/atpubs/atc_html...
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#339Earlier quoted context omitted.
> Would it really be the controller's fault if their job performance is dependent on getting planes into the air as quickly as possible? Yes. Their primary job is safety, speedy traffic flow is secondary to that objective. Cutting corners would mean abandoning pretty much the entire purpose of bothering with ATC versus letting pilots figure it out themselves.
This is completely correct. One of the first sentences in the 7110.65 (the FAA document governing ATC rules in the US, often referred to as "the book" by controllers) is "the primary purpose of the ATC system is to prevent a collision involving aircraft operating in the system." Loss of adequate separation between aircraft (called a "deal") is much worse for a controller's career than being inefficient.
Re: ‘Confirming we are cleared to land?’ Who said what at Austin
#340Earlier quoted context omitted.
That's useless in this case. You need to be able to prove that it will work with all inputs, and there are too many combinations of inputs to exhaustively enumerate.
That would be true of any software system we put into an airplane, yet we have deployed software into airplanes. If your AI has linear / continuous output, testing it should be no different than any other software.
Almost all neural network implementations have continuous outputs (ie the nodes in the output layer produce a value between 0 and 1). That doesn't change the above issue at all.
This is much less of an issue with traditional methods