Earlier quoted context omitted.
People drive horrible now. Running lights, crazy lane changes, excessive speeding etc. Here in the US is started during the pandemic and hasn’t improved.
My counterpoint to this is there have always been a ton of bad drivers. The most important skill to have is to be a predictable driver. Bad drivers will always exist. You cannot change them, and the great number of them is not likely to drop to 0 overnight. The best thing you can do is drive in a way that even bad drivers expect. Be a speed-limited, blinker-indicating, cautious log in the river. They will parkour aro…
Who makes the most reliable new cars?
821–830 of 1001 posts
Re: Who makes the most reliable new cars?
#822The fact that BMW and Mini are at the top of this list should make you ignore this data. First off, the Mini is just a smaller BMW, second the BMWs are complicated and designed to be maintained a certain way because that is how german cars are designed. You don't accidentally go 10k over an oil change on a higher mileage BMW and expect nothing bad to happen, but that would probably be okay on a Honda/Toyota/some Amer…
But if you do maintain them in that certain way, they can be brilliantly reliable. Problem is, many people (especially in America) don't. And getting the proper fluids for them can be a pain in the ass in America, since BMW LL oil is basically impossible to get anywhere except dealerships and specialty websites. I'm surprised Mercedes is so low in the list. They've traditionally been one of the more reliable German b…
Oh, my sweet summer child. I can tell you still have fond memories of the pre-2010 Mercedes era ...
Who's gonna tell him?
Re: Who makes the most reliable new cars?
#823Toyota is amazing for making reliable cars but writing truly shitty code. IIRC, a lawsuit a few years ago about Toyota's faulty brake system revealed that Toyota engineers cramped tens of thousands of lines in a single file and the lines freely update hundreds of global variables. It's also interesting that Japanese companies follow ISO this and CMM that yet they develop slowly and produce shitty software services ev…
While the "single file" part is not great, using all global variables in an embedded system can be a good thing. I've worked on a critical piece of software for aircraft that did this deliberately, for safety reasons.
One of the most important criteria for that software is determinism, which means no dynamic allocation since it is hard to predict how the allocator would behave. The stack can also be very limited in size, so what remains are global variables.
It also makes debugging easier. You know exactly which variable corresponds to which address in memory. And with a probe, you can know the full state of the program at any time. That's also how we tested "impossible" conditions (for coverage): by overwriting specific memory addresses.
Many of the reasons why globals are bad didn't apply there. We had no concurrency, no resources to share with other processes, in fact, we didn't even have an OS at first, Nothing was dynamic, all arrays were of fixed size, including strings, which were array of characters padded with spaces to the appropriate length.
Of course, we documented usage of these variables, proper up-to-date documentation was not an option as it was certified software. It was one of the most boring job I ever had, and it is probably for the best.
Re: Who makes the most reliable new cars?
#824Earlier quoted context omitted.
huh, my 2014 Mazda 3 (manual 6 speed) I find quite fun to drive. It feels light, it's not some powerhouse but its immensely spritely. It feels like, given the constraints, the engineers were still trying to make something that feels good. Very different from Corollas or Civics that I've owned. I actually bought the 2014 model rather than 2015 because I wanted the last year made in Japan, though I don't know how much…
Having driven a CX-3, a 3, a 6, a CX-5, and a CX-90 (test drive), if you want "spritely", you want the CX-3 (or perhaps the CX-30?) Mazdas are fantastic to drive, but that CX-3 rental had the real zoom zoom out of all of them.
Re: Who makes the most reliable new cars?
#825Earlier quoted context omitted.
People drive horrible now. Running lights, crazy lane changes, excessive speeding etc. Here in the US is started during the pandemic and hasn’t improved.
Started during the pandemic? My friend, I think you just might not remember how terribly people drove pre-pandemic as well.
Re: Who makes the most reliable new cars?
#826Earlier quoted context omitted.
My mother is still driving a 1999 Corolla hatchback. She bought it around 2005, has driven it every day since. When her friend passed away, she inherited his 1998 version of the same and has been using it for spares. Now she's considering selling both, they are classics now so they are actually increasing in value. I'm a bit sad, as I live on the other side of the world and I feel like in my trips home that car is on…
So buy it from her.
Re: Who makes the most reliable new cars?
#827Earlier quoted context omitted.
Replacing old style headlight bulbs with LEDs in housings not designed for them is an increasing problem too, making driving at night often something that is best done with a pair of sunglasses.
I flash my headlights at cars whose lights are too blinding, under the assumption that the driver accidentally left their brights on. If I’m wrong and their lights are always like that, my assumption is that they would appreciate someone letting them know anyway. If it happens a lot, maybe they’ll figure it out and correct their embarrassing problem. And if they’ve jerks who know they’re blinding others but just don’…
Re: Who makes the most reliable new cars?
#828Earlier quoted context omitted.
I noticed that too, but I am questioning myself. I’m wondering how much other people’s driving has gotten worse, vs me getting older, more defensive and risk averse, and noticing such driving. If I look back to my 20s, I was not an exemplary driver.
Cell phones were a huge mistake. I was walking my dog and saw someone eyes fully down doing 20 in the street. It was late and empty but if anyone had been in the street, they’d have been dead. That distraction didn’t exist 25 years ago on the scale it does today. I wish cell phone use penalties would be promoted closer to those of alcohol use while driving.
Maybe faraday cages should be mandated in cars, in addition to rear-facing cameras. :)
Re: Who makes the most reliable new cars?
#829Earlier quoted context omitted.
Tell that to the all the ~80s w118's etc. around the world still working as taxis and running off vegetable oil
This comment doesn’t say anything about the maintenance/repair cost to keep those cars running.
Re: Who makes the most reliable new cars?
#830Earlier quoted context omitted.
FWIW, the computers don’t tend to break. The things that do break are essentially the same as they were 20 years ago. The bells and whistles are mostly for creatures comfort. The mechanical components haven’t changed much. The only thing that I couldn’t fix on my own in my 2020 vs my 2006 was re-alignment of lane keep system after replacing the windshield.
As a car nerd, a popular opinion is to avoid cars with computers because they could fail anytime, and can't be macgyvered into a repair roadside.... but after ~50 years of computerized cars, it seems that simple solid state computers, ruggedized and often potted in epoxy essentially never fail. And moreover, they can both give early warnings before you're stranded, and diagnostic data that can be used to pinpoint and…