I was watching a german program on the VW scandal and was surprised to learn that the German government allowed VW to issue a software patch to correct the problem instead of offering to repair or compensate owners for the cars they purchased. Even with the software patch the vehicles still released emissions that were well above the norm. Also, I don't believe any VW executives have ever been charged in Germany.
I was also very curious how they managed to get my '09 "fixed" somehow via a simple software patch. I would have understood it if it had lost 20% performance or got 20% higher fuel consumption - but that didn't happen. So: if it was that easy to fix legally why did they cheat in the first place?? Of course it can't be that easy. So of course my car is still polluting over the limit. And I think this is a story that i…
if (emissions_test_running()) {
run_efficiently();
} else {
business_as_usual();
}
… which could get replaced with … run_efficiently();