this post was submitted on 19 Apr 2024
697 points (98.3% liked)

Technology

58133 readers
4319 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 5 months ago (1 children)

I think you don't understand the realities of software development. Have you ever tried to write an application that another person is going to use?

The software running onboard modern vehicles isn't all from the vehicle manufacturer. There are computer parts in there from various manufacturers that have their own software, and all the various pieces have to interact. Bugs can show up later that didn't appear in testing because no amount of testing can possibly check every interaction, it's just too complex. And most of those bugs are relatively minor, things like the music player volume not adjusting properly, or a little lag time in the menus. The idea that every customer would bring their vehicle back to a dealer for an update that fixes something like that is ludicrously unrealistic.

[–] [email protected] 11 points 5 months ago (1 children)

I think the point the parent poster was making is that the system shouldn't be designed that way in the first place. And when the vendor fucks it up due to releasing the product in a half-baked state, the hammer needs to be brought down on them in such a way that it will functionally discourage them from doing it again.

If the electronics providing functionality in your vehicle are so complex that the excuse is being made potentially adverse interactions between its various components from various OEM's can't be tested and accounted for, what has actually happened is that designed your product wrong. Throw it away, start over, and do it right next time.

[–] [email protected] -1 points 5 months ago

the system shouldn't be designed that way in the first place

Designed what way? Having parts from several manufacturers? Everything is designed that way. No manufacturer is an island, and having every manufacturer reinvent their own wheels is a terrible idea.

Tesla isn't going to write their own firmware for every component that they buy from another company and no one sane would expect them to.

when the vendor fucks it up due to releasing the product in a half-baked state

There are so many assumptions about what's going on in this statement that it's hard to even begin addressing them. It is not possible to test any device that will be used in the real world in every possible set of circumstances that it might encounter. This doesn't mean it's "half-baked", and it's not an "excuse", it's just the nature of reality. Best you can do is test the most common circumstances.