Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:Plane must *NOT* over-ride pilot (Score 1) 173

MCAS should sound an alarm, it should *NOT* over-ride the pilot, and drive the plane nose-down into the ground. If the 737 MAX can't be easily flown by a competent pilot without the MCAS band-aid, the 737 MAX should have its airworthiness certificate revoked.

Of course the 737 Max 8 can be easily flown by a competent pilot without the aid of MCAS. A competent pilot will be able to keep the craft inside the flight envelope in all but the rarest circumstances, and will never experience the action of MCAS.

MCAS is designed to save the plane if 1) circumstances get rare, or 2) the pilot is less than competent.

Even in situation #1, the MCAS commands can be overridden quickly by any competent pilot through a pair of disconnect switches if, in the pilot's competent judgment, it is hurting and not helping. In situation #2, MCAS is probably the last hope of saving the plane, since the pilot is too incompetent to do so unassisted.

Comment A (programming) game of Space(s) exploration (Score 1) 313

Explain:

https://github.com/BusFactor1I...

It's a Korn Shell script.

Check the readme above for a bit more of an explanation. It's fun. And really challenging, even though there's only 3 words and 3 bits to work with on the virtual machine, a 'Seed'. You combine the words together and see if the calculation computes correctly based on your assumption on a non-deterministic machine. It starts out easy, but it get's difficult quickly. Here's the start. Check the github for the rest: #!/bin/ksh DEBUG=t # expect - test your expectations # # BusFactor1 Inc. # 2017 # License: AGPL set +k tee () { echo -n "$1 " /usr/bin/tee $2 } function tri { # execute the next word if x is 1 x=$(

Slashdot Top Deals

Your mode of life will be changed to EBCDIC.

Working...