Volkswagen 'Cheat Switch'
-
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
Keith Barrett wrote:
So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'.
I wouldn't mind being one of them. There's nothing unethical in avoiding government standard and commercial consequences are all on management stuff which made the decision.
GeoGame for Windows Phone | The Lounge Explained In 5 Minutes
-
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
From my experience in large companies, I can tell you that the instruction to write the specification in this manner, most probably came from a high level in the organization. In any case, top management may delegate responsibility, but they cannot delegate accountability. Regardless of whether the top man knew about the cheat, he remains accountable for the actions of his underlings.
How do we preserve the wisdom men will need, when their violent passions are spent? - The Lost Horizon
-
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
Keith Barrett wrote:
I'm disappointed that those involved at a technical level allowed this to go as far as it did
You're disappointed that engineers are also people?
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
-
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
There's nothing surprising at all about this. In my 30 years of coding I've met all manner of unscrupulous developers who only care about making money and don't give a rats arse if the code they write is right or legal. I wouldn't be the least bit surprised if this came straight from the top.
If it's not broken, fix it until it is
-
There's nothing surprising at all about this. In my 30 years of coding I've met all manner of unscrupulous developers who only care about making money and don't give a rats arse if the code they write is right or legal. I wouldn't be the least bit surprised if this came straight from the top.
If it's not broken, fix it until it is
-
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
Don't know about other countries but, in the UK the emissions are tested by sticking a pipe up the exhaust - I read that *the software* knew when the emissions were being tested *HOW* ? that implies any time someone stuck a pipe in its exhaust the engine would run in *clean mode* Anyone shed any light on this ?
We can’t stop here, this is bat country - Hunter S Thompson RIP
-
Don't know about other countries but, in the UK the emissions are tested by sticking a pipe up the exhaust - I read that *the software* knew when the emissions were being tested *HOW* ? that implies any time someone stuck a pipe in its exhaust the engine would run in *clean mode* Anyone shed any light on this ?
We can’t stop here, this is bat country - Hunter S Thompson RIP
pkfox wrote:
I read that the software knew when the emissions were being tested HOW ?
Google that question and you will find the answer. My understanding is that when testing, the steering and use of accelerator pedal of the car match a certain pattern. The software looked for that pattern and when it saw the pattern it put the engine into a mode where it was less fuel efficient and worked at a hotter temperature reducing emissions - please pardon my less than scientific explanation
“That which can be asserted without evidence, can be dismissed without evidence.”
― Christopher Hitchens
-
Don't know about other countries but, in the UK the emissions are tested by sticking a pipe up the exhaust - I read that *the software* knew when the emissions were being tested *HOW* ? that implies any time someone stuck a pipe in its exhaust the engine would run in *clean mode* Anyone shed any light on this ?
We can’t stop here, this is bat country - Hunter S Thompson RIP
When my car was checked at the last (mandatory) checkup, they plugged in some diagnostics equipment and also monitored the values from the car's chipset. The interface supposedly was a standard across all manufacturers. If a special clean mode exists, it would be a good time to start it when someone connects to this interface.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
"I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." If software development were a circus, we would all be the clowns. -
When my car was checked at the last (mandatory) checkup, they plugged in some diagnostics equipment and also monitored the values from the car's chipset. The interface supposedly was a standard across all manufacturers. If a special clean mode exists, it would be a good time to start it when someone connects to this interface.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
"I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." If software development were a circus, we would all be the clowns. -
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
I wrote a blog[^] about the very same issue recently.
"There are two ways of constructing a software design: One way is to make it so simple that there are obviously no deficiencies, and the other way is to make it so complicated that there are no obvious deficiencies. The first method is far more difficult." - C.A.R. Hoare Home | LinkedIn | Google+ | Twitter
-
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
Isn't the DPF cheating too, I mean if you measured the emissions as the DPF was regenerating it would be off the scale. I don't think people buy diesel cars because they are green and have low emissions, they buy them because fuel costs are lower. I just don't get it. The whole thing is a "storm in a teacup"
-
OK - I've only seen diagnostics used this way by mechanics err *diagnosing* - but as you say a perfect time to trigger it
We can’t stop here, this is bat country - Hunter S Thompson RIP
We have mandatory checkups every two years. If you don't go to the checkups or if the car does not pass the tests then its license will be void and the next cop driving behind you will pull you over.
The language is JavaScript. that of Mordor, which I will not utter here
This is Javascript. If you put big wheels and a racing stripe on a golf cart, it's still a fucking golf cart.
"I don't know, extraterrestrial?" "You mean like from space?" "No, from Canada." If software development were a circus, we would all be the clowns. -
Something that really bothers me about the current Volkswagen scandal is that the engine management system 'cheat switch' didn't write itself. Assuming that Volkswagen followed a fairly traditional software development model: * someone wrote a specification * someone approved it * someone modified the code * someone reviewed the code * someone tested it So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'. I know software engineers don't have the equivalent of a Hippocratic Oath, but I'm disappointed that those involved at a technical level allowed this to go as far as it did.
-
There's nothing surprising at all about this. In my 30 years of coding I've met all manner of unscrupulous developers who only care about making money and don't give a rats arse if the code they write is right or legal. I wouldn't be the least bit surprised if this came straight from the top.
If it's not broken, fix it until it is
How can you know whether what you write is legal, unless you know all the applicable laws and bye-laws for for every country in the world? Globalisation has a downside where we as engineers cannot know everything and are very likely to be reliant on market experts to know the laws we have to comply with in their target geographies.
-
I suspect no money found its way into the hands of the engineers. Only the VW executives would have gained. The engineers were probably just following orders.
-
Keith Barrett wrote:
So that's at least five people who were involved who either didn't think about the ethical or commercial consequences of what they were doing, or were too scared to do anything. And presumably they all considered themselves to be 'Engineers'.
I wouldn't mind being one of them. There's nothing unethical in avoiding government standard and commercial consequences are all on management stuff which made the decision.
GeoGame for Windows Phone | The Lounge Explained In 5 Minutes
I disagree. It was unethical. The ACM's code of ethics and professional standards says: 1.03. Approve software only if they have a well-founded belief that it is safe, meets specifications, passes appropriate tests, and does not diminish quality of life, diminish privacy or harm the environment. The ultimate effect of the work should be to the public good. What VW did drove a cart-and horses through that one.
-
Keith Barrett wrote:
I'm disappointed that those involved at a technical level allowed this to go as far as it did
You're disappointed that engineers are also people?
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander
No - people make mistakes for sure. But for this to happen a whole gang of people had to collude in doing something which should have set all their inner alarm bells ringing.
-
I suspect no money found its way into the hands of the engineers. Only the VW executives would have gained. The engineers were probably just following orders.
Keith Barrett wrote:
probably just following orders
and keep their jobs
Mongo: Mongo only pawn... in game of life.
-
How can you know whether what you write is legal, unless you know all the applicable laws and bye-laws for for every country in the world? Globalisation has a downside where we as engineers cannot know everything and are very likely to be reliant on market experts to know the laws we have to comply with in their target geographies.
Yes but what we have here is something that is patently wrong by anyone's standards. The code was deliberately designed to cheat during the emissions testing. It's not a question of not knowing the local laws - they knew the law and deliberately flouted it.
-
No - people make mistakes for sure. But for this to happen a whole gang of people had to collude in doing something which should have set all their inner alarm bells ringing.
I'm not talking about mistakes as this probably wasn't a mistake. I'm talking about the evil that men do (which lives on and on[^]). This is one of the lesser evils that probably filled the pockets of quite some people. And they would've gotten away with it too if it weren't for those meddling kids!
Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.
Simplicity is prerequisite for reliability. — Edsger W. Dijkstra
Regards, Sander