Skip to main content

People's Perceptions about airplane accident

I took for granted that non-pilots had an understanding of the weather conditions on October 11, 2021. They were this: Surface winds out of the South, 10 to 20 knots; broken and overcast ceilings ranging from 1,700 to 3,000 feet above ground level; cloud tops from 3,000 to 5,000 feet. Anyone flying cross country would most likely be passing through cloud layers and therefor require instrument approaches to land. Critical phases of flight would be spent in the clouds, meaning the pilot has no visiblity outside the aircraft and has to rely on his instruments to manage course, speed, altitude, and attitude. All these measurements are critical to the safe traversal while flying under Instrument Meteorological Conditions (IMC).

A man behind me at the local grocery store checkout line hears me respond to the cashier's inquery as to why I'm buying a couple of boquets of flowers. My response was, "One was for my wife and one was for the vigil tonight at 7 PM." He chimed in an said, "I don't understand why he just didn't aim for a field or a road or something away from the houses. Why didn't he look at the ground for orientation?"

It took me a second to process his assumptions and to construct a response.

I said, "He was flying in the clouds when he became disoriented. He had no reference to the ground because it wasn't visible until the last few seconds. He was flying power towards it in a 90 degress bank, nose down attitude. No margin to recover".

Of course, I didn't get into the reasons why he ended up the way he did. That's still speculation on anyones part. Lots of questions to ask about it.

Comments

Popular posts from this blog

The Promise of Spring Roo

I've been thinking about a project scaffolding tool for Java for a long time now. Many modern technologies now come with CLIs that can lay down project skeletons and add conventional concerns by simply executing command line actions. This scaffolding, as it has come to be known, jump-starts project work significantly by laying down the typical boilerplate and, in many cases, simplifies the wiring of ancillary technologies. As a top-tier technology, Java has benefited from the many available IDEs that also provide scaffolding-like functionality. These IDEs, and even Maven archetypes to some extent, provide very powerful tools for project foundations and instrumentation of specialized components. You are even able to produce your own extension, provided you're willing to figure out some of the rather obscure mechanisms to do so. However, architectural patterns change very rapidly and IDEs fail to keep pace. Plus, the IDE capabilities are usually driven through user interface ...

Introduction to Spring Roo Shell

Spring Roo is available as a CLI shell-style application and as an STS plugin. Since I'm not a fan of the Eclipse IDE (no offense and I don't need to debate it), the focus will be on using the CLI. The first step is to download the latest release from the Spring Roo project homepage . Before getting too far into it, it will be helpful to understand some basics about the Roo Shell (RS) application. The startup script can be used to bootstrap RS commands or to simply launch the shell program when no commands are included. The commands are applied relative to the current working directory, so be prepared for that. The recommended approach is to unpack the Spring Roo distribution to its own folder, add its /bin directory to the path, and execute RS from your project directories. This will become more obvious in the examples below. To keep it simple, I've created a directory under my Linux home directory and unpacked the distro: ~ $ mkdir spring-roo ~ $ cd spring-roo/...

Judging UCSD's HealthHack 2016 this Weekend

This weekend, I will have the opportunity to advise and judge some 200 UCSD engineering students during this year's HealthHack . I am excited and honored to represent my company ( ResMed ) while also getting an opportunity to meet some motivated and talented students. From the "brief" briefing I received, my responsibilities include assisting various teams of competitors develop their prototypes and judging the entries in the end to select an overall winner.