Regarding overriding the autopilot system, not it is not - you do not "remove" the autopilot from "normal law", as that is the normal operating law and you cannot intentionally degrade to alternate law.
Flight laws have nothing to do with autopilot states or limits. They are flight system protections and limits.
The 15 degrees value you use is the protection that normal law gives the pilot when the pilot is in charge, it is not a limit on what inputs you can command using the side stick while the autopilot is on. 15 degrees is quite a steep nose down angle.
Lets not forget here that we are talking about the aircraft descending, which does not necessarily require it to have a nose down position. There are several ways in which to achieve a descent, most of them in a normal situation does not require side stick interaction.
Nope, didn't confuse it, just had in my mind that Lexus was the American brand of another well known car manufacturer, and I was wrong - it was the Japanese brand of another well known car manufacturer.
Actually, there are quite a few american cars that he has out and out loved on the show - he refused to get out of the Ford GT when he ran it dry (supposedly) on the track, and then bought one. He drove the Lexus LFA across Nevada and loved it. He drove the Shelby Mustang GT5000 across Europe and loved it. He drove the Ford F-150 SVT Raptor across British Columbia and loved it.
Those are just a few examples from the most recent few series.
Clarkson is positive about cars he finds he likes, and he is negative about cars he finds he dislikes. Plenty of both of those in the world - see how much he hates Peugeot if you think its a "hate on America" thing...
Yes. Its also audibly captured on the CVR (its quite amazing what you can hear on the CVR, and what sequence of events have been pieced together just from the noise recorded alone).
Simply falling on this switch wouldnt cause it to change positions - it requires a deliberate act to do so, the switch requires a certain force to pull up and then move to one position or another, its not like accidentally changing channels on your TV because you sat on the remote.
Also, there is no button or switch he could have fallen on which would have caused the gradual descent that we know the aircraft took. Changing the auto pilot altimeter requires you to use a dial and then confirm the change in two separate actions. Any interaction with the side stick would require the auto pilot to be off, which would mean we should have seen a lot of other, large movements in the aircrafts path, which are completely missing from the telemetry we have at the moment.
The few commands that we see in the telemetry (and by telemetry I mean the transponder tracks, which cover speed, height and directional changes) indicate that the aircraft was under either the control of the pilot or the autopilot for the entire duration of the descent.
In "normal" mode its set to allow the door to unlock when the external code is entered.
In "unlocked" mode, the door is completely unlocked.
In "locked" mode, the door is completely locked, the external code will not unlock it.
The action to move between the three states is a very deliberate one - you need to lift the switch up and move it, there is an infinitesimally small chance that it was engaged by accident.
We have Indian applicants for the web developer jobs we have open at the moment, and invariably they all seem to have achieved degrees with honours in less than 2 years, often more than one degree in the same time. I refuse to believe that any degree achievable in less time than an equivalent UK degree is worth anything, let alone two.
And then, the number of those applicants who then claim to have achieved another major qualification in a London college or university in only a few months... Especially when you can link those London colleges to visa fraud stories in the national media.
It would take a lot for me to take an Indian graduate at face value.
The main reason that distribution became a monopoly was due to the over crowding of spaces with dozens of companies running their lines - take a look at the following link for an example:
There are various stories around about how Pixar do their dailies, such as switching over every workstation each night to being part of the render cluster etc, and I wouldn't see how the need to do that has been done away recently with performance increases in workstation hardware. They also have dedicated rendering clusters.
Oh, yay, unions had a place and that place was in the past. Your real point is what, exactly?
Today I don't have to join a union and I get treated fairly by the company I work for, and I can even engage in negotiations with that company without being fired. And I'm not forced to pay a union to treat me as a member of a herd rather than the individual I am.
I am not in a union, there isn't a union involved at all within the company I work for, and they have north of 350 employees.
We all negotiate our own pay scales, for which mine is above average because I am a valued worker and can negiotiate for myself, and we receive very good benefits (private health care, sports tickets, days away etc) for free.
Why do I need a union? I'm not impoverished, despite you saying I should be without a union...
But then again I'm in the UK.
What sucks in the US is the concept of "union shops" where you *have* to join the union, or at least pay union dues, regardless. You can't work there without paying the union their cut of your pay packet. That's bullshit right there. A union should not be able to stop either an employer or a employee from having a relationship which fully excludes the union. Being part of a union should be 100% voluntary.
Unions are the equivalent of dragging everyone down to the same common denominator - if you are a decent employee working for a decent employer, you lose more than you gain through being part of the union and unable to negotiate for yourself.
If you couldn't run Windows 8 without it crashing, then thats your problem - get better hardware. I have Windows 8/8.1 on several computers, none have crashed once in over a year. The OS is rock solid, even works perfectly with sleep and hibernation modes.
Who gives a shit about the colour scheme - for 99.9% of the time I'm staring at the same application screens I would be in any other versions of Windows, colour schemes don't come into it. Neither does aero, haven't missed it once.
Start screen? I actually like it - I won't say its for everyone, and perhaps it is an acquired taste, but I like it.
UAC? I dont see it until I need to - it doesn't pop up during normal operation, it pops up when it should.
Sounds like you are afraid of change, and are willing to lash out at everyone else because of it.
Branson is exceptional at PR, but thats about it - he rarely actually achieves something revolutionary from scratch as musk is doing, he will rather buy up existing outfits that is on the verge of success or has just achieved success. Formula E is easy to compete in because the cars are stock and supplied by a single third party, while their space effort only came about after Scaled Composites achieved their fame. Virgin Atlantic et al are nothing to call home about.
Branson is all about making money, he rarely takes actual risks.
Copy-only is fine for online databases, you will never have an issue with locks etc as its specifically designed to cope with them.
Also the action of copy-only is done by the database engine, so it knows what it has to deal with.
Incase you are misunderstanding, copy-only is an option you provide to SQL Server when copying the database via SQL commands and the database engine, it has nothing to do with dealing with the actual data files the live database is using.
I would never advocate backing up the actual mdf and ldf files, always use the systems the database engine provides because that knows better than you how to handle various situations and will flush stuff to disk as needed.
Sure, talk SQL. Now, what format are the data sets being returned in, and can you get access to the execution plans etc for audit purposes? How easy is it to integrate with an ORM. How easy is it to roll back a transaction. Does it choke when pulling a million rows?
There is no point in having a rock solid database if the results being returned to your code are untrustworthy due to poor quality client libraries.
In other words, you don't have any idea about the intricacies involved.
And yet you ignore the fact that most uses of databases are for "small potato" uses, in fact I wouldn't hesitate to suggest that the vast majority of databases are idle 99% of the time, and barely stressed for the remaining 1% of the time that they are actually doing something.
Hence doing ETL tasks on SQL Server Express with 100 million data rows is something I do - and I don't pay money to do it. And the free version of SQL Server is perfectly adequate for the job.
If your business grows, its trivial to migrate from Express to Standard - and I do mean trivial. In most circumstances you can just detach the DB files and reattach them to the Standard instance.
And MS has yet to reduce the Express limits, infact they tend to expand them with each new version.
A major issue with picking databases is whether they come with decent client libraries, so my decision making process rarely puts a significant amount of weight on whether something has no licensing cost or not. A much larger factor is how hard is it to use in code.
The Express Edition of MS SQL Server is pretty damn good for 99% of the deployments you would consider MySQL for, and its free. The limits are memory usage (1GB per instance), database size (10GB), CPU (1 physical or 4 cores) and instances (50 per server).
That should run most websites and business apps fine. Because most websites and business apps are drastically overspecced and under used.
Regarding overriding the autopilot system, not it is not - you do not "remove" the autopilot from "normal law", as that is the normal operating law and you cannot intentionally degrade to alternate law.
Flight laws have nothing to do with autopilot states or limits. They are flight system protections and limits.
The 15 degrees value you use is the protection that normal law gives the pilot when the pilot is in charge, it is not a limit on what inputs you can command using the side stick while the autopilot is on. 15 degrees is quite a steep nose down angle.
Lets not forget here that we are talking about the aircraft descending, which does not necessarily require it to have a nose down position. There are several ways in which to achieve a descent, most of them in a normal situation does not require side stick interaction.
Nope, didn't confuse it, just had in my mind that Lexus was the American brand of another well known car manufacturer, and I was wrong - it was the Japanese brand of another well known car manufacturer.
Actually, there are quite a few american cars that he has out and out loved on the show - he refused to get out of the Ford GT when he ran it dry (supposedly) on the track, and then bought one. He drove the Lexus LFA across Nevada and loved it. He drove the Shelby Mustang GT5000 across Europe and loved it. He drove the Ford F-150 SVT Raptor across British Columbia and loved it.
Those are just a few examples from the most recent few series.
Clarkson is positive about cars he finds he likes, and he is negative about cars he finds he dislikes. Plenty of both of those in the world - see how much he hates Peugeot if you think its a "hate on America" thing...
Yes. Its also audibly captured on the CVR (its quite amazing what you can hear on the CVR, and what sequence of events have been pieced together just from the noise recorded alone).
No.
Simply falling on this switch wouldnt cause it to change positions - it requires a deliberate act to do so, the switch requires a certain force to pull up and then move to one position or another, its not like accidentally changing channels on your TV because you sat on the remote.
Also, there is no button or switch he could have fallen on which would have caused the gradual descent that we know the aircraft took. Changing the auto pilot altimeter requires you to use a dial and then confirm the change in two separate actions. Any interaction with the side stick would require the auto pilot to be off, which would mean we should have seen a lot of other, large movements in the aircrafts path, which are completely missing from the telemetry we have at the moment.
The few commands that we see in the telemetry (and by telemetry I mean the transponder tracks, which cover speed, height and directional changes) indicate that the aircraft was under either the control of the pilot or the autopilot for the entire duration of the descent.
Here is the pic of the switch in question:
http://oi58.tinypic.com/qyhc0p...
In "normal" mode its set to allow the door to unlock when the external code is entered.
In "unlocked" mode, the door is completely unlocked.
In "locked" mode, the door is completely locked, the external code will not unlock it.
The action to move between the three states is a very deliberate one - you need to lift the switch up and move it, there is an infinitesimally small chance that it was engaged by accident.
We have Indian applicants for the web developer jobs we have open at the moment, and invariably they all seem to have achieved degrees with honours in less than 2 years, often more than one degree in the same time. I refuse to believe that any degree achievable in less time than an equivalent UK degree is worth anything, let alone two.
And then, the number of those applicants who then claim to have achieved another major qualification in a London college or university in only a few months... Especially when you can link those London colleges to visa fraud stories in the national media.
It would take a lot for me to take an Indian graduate at face value.
The main reason that distribution became a monopoly was due to the over crowding of spaces with dozens of companies running their lines - take a look at the following link for an example:
http://io9.com/photos-from-the...
To stop the over crowding, power companies were forced to merge and de-clutter the streets.
There are various stories around about how Pixar do their dailies, such as switching over every workstation each night to being part of the render cluster etc, and I wouldn't see how the need to do that has been done away recently with performance increases in workstation hardware. They also have dedicated rendering clusters.
Oh, yay, unions had a place and that place was in the past. Your real point is what, exactly?
Today I don't have to join a union and I get treated fairly by the company I work for, and I can even engage in negotiations with that company without being fired. And I'm not forced to pay a union to treat me as a member of a herd rather than the individual I am.
So again, your point is what, exactly?
That's funny, I use copy-only backups all the time on SQL Server Express.
Stop talking out of your arse.
I am not in a union, there isn't a union involved at all within the company I work for, and they have north of 350 employees.
We all negotiate our own pay scales, for which mine is above average because I am a valued worker and can negiotiate for myself, and we receive very good benefits (private health care, sports tickets, days away etc) for free.
Why do I need a union? I'm not impoverished, despite you saying I should be without a union...
But then again I'm in the UK.
What sucks in the US is the concept of "union shops" where you *have* to join the union, or at least pay union dues, regardless. You can't work there without paying the union their cut of your pay packet. That's bullshit right there. A union should not be able to stop either an employer or a employee from having a relationship which fully excludes the union. Being part of a union should be 100% voluntary.
Unions are the equivalent of dragging everyone down to the same common denominator - if you are a decent employee working for a decent employer, you lose more than you gain through being part of the union and unable to negotiate for yourself.
Except there is "malice aforethought" here...
Wow you have an attitude, and a bad one at that.
If you couldn't run Windows 8 without it crashing, then thats your problem - get better hardware. I have Windows 8/8.1 on several computers, none have crashed once in over a year. The OS is rock solid, even works perfectly with sleep and hibernation modes.
Who gives a shit about the colour scheme - for 99.9% of the time I'm staring at the same application screens I would be in any other versions of Windows, colour schemes don't come into it. Neither does aero, haven't missed it once.
Start screen? I actually like it - I won't say its for everyone, and perhaps it is an acquired taste, but I like it.
UAC? I dont see it until I need to - it doesn't pop up during normal operation, it pops up when it should.
Sounds like you are afraid of change, and are willing to lash out at everyone else because of it.
Branson is exceptional at PR, but thats about it - he rarely actually achieves something revolutionary from scratch as musk is doing, he will rather buy up existing outfits that is on the verge of success or has just achieved success. Formula E is easy to compete in because the cars are stock and supplied by a single third party, while their space effort only came about after Scaled Composites achieved their fame. Virgin Atlantic et al are nothing to call home about.
Branson is all about making money, he rarely takes actual risks.
Copy-only is fine for online databases, you will never have an issue with locks etc as its specifically designed to cope with them.
Also the action of copy-only is done by the database engine, so it knows what it has to deal with.
Incase you are misunderstanding, copy-only is an option you provide to SQL Server when copying the database via SQL commands and the database engine, it has nothing to do with dealing with the actual data files the live database is using.
I would never advocate backing up the actual mdf and ldf files, always use the systems the database engine provides because that knows better than you how to handle various situations and will flush stuff to disk as needed.
Most people dont want shitty static pages, they want the application experience. Which is why we have the heavy browsers we have today.
Yes, PowerShell scripts to trigger a copy-only backup - no issues with locking etc, no need to take the db off line or anything of that ilk.
And yet I can run it on a Windows client, so its not included in the server license...
Sure, talk SQL. Now, what format are the data sets being returned in, and can you get access to the execution plans etc for audit purposes? How easy is it to integrate with an ORM. How easy is it to roll back a transaction. Does it choke when pulling a million rows?
There is no point in having a rock solid database if the results being returned to your code are untrustworthy due to poor quality client libraries.
In other words, you don't have any idea about the intricacies involved.
And yet you ignore the fact that most uses of databases are for "small potato" uses, in fact I wouldn't hesitate to suggest that the vast majority of databases are idle 99% of the time, and barely stressed for the remaining 1% of the time that they are actually doing something.
Hence doing ETL tasks on SQL Server Express with 100 million data rows is something I do - and I don't pay money to do it. And the free version of SQL Server is perfectly adequate for the job.
Don't worry, that issue is still out there - have it myself at least once a month.
Do you get the issue where the screen registers a continuous finger press on it? The only way to clear that one is to reboot the device too :/
If your business grows, its trivial to migrate from Express to Standard - and I do mean trivial. In most circumstances you can just detach the DB files and reattach them to the Standard instance.
And MS has yet to reduce the Express limits, infact they tend to expand them with each new version.
A major issue with picking databases is whether they come with decent client libraries, so my decision making process rarely puts a significant amount of weight on whether something has no licensing cost or not. A much larger factor is how hard is it to use in code.
You can use that translation if you ignore my entire last paragraph...
For fetching content for a CMS for a My Little Brony blog, its perfectly fine. Even in production.
Hell, I do complex ETL on hundred million row datasets using SQL Server Express...
The Express Edition of MS SQL Server is pretty damn good for 99% of the deployments you would consider MySQL for, and its free. The limits are memory usage (1GB per instance), database size (10GB), CPU (1 physical or 4 cores) and instances (50 per server).
That should run most websites and business apps fine. Because most websites and business apps are drastically overspecced and under used.