Tesla Model X Owner Has Had Enough Of Minimalism, Adds Physical Buttons

L4sBot@lemmy.worldmod to Technology@lemmy.world – 598 points –
Tesla Model X Owner Has Had Enough Of Minimalism, Adds Physical Buttons
insideevs.com

Tesla Model X Owner Has Had Enough Of Minimalism, Adds Physical Buttons::Tesla Model X owner from China has attached a panel of physical buttons to the vehicle's main control unit for quicker access to some key functions.

97

You are viewing a single comment

Programming your Tesla would mean that you upload software that your car runs. I think you can't do that, but you should be allowed to.

As it's a matter of public safety, and as part of a right to repair, all of the software that runs in cars should be open source, and should be able to be updated by the owner.

This is a terrible idea. What stops me from uploading a broken piece of shit fork that puts others at risk while I'm driving?

The same as every other thing that puts people at risk: consequences

The same thing that prevents you from putting in a piece of shit knockoff part that puts others at risk while you're driving?

You're desire to not die.

The law stops you. Open source just means that you can access the code and modify it. Open source does not mean that you have automatically met the legal requirements to certify that software for use on public roads. That would be an additional hurdle that any automotive software would have to pass. But, most legal systems are stone age compared to software development and any sufficiently new technology. Still, right to repair and open source does not mean that you can operate outside of regulations.

I believe the issue isn't one of laws, but enforcement. If a person is physically capable of modifying the code their cars runs and then operating it on a public road, then someone will, illegal or not. That is what puts the lives of others at risk. Hell, I can already imagine websites where you can download untested mods to apply to cars that people will apply with no knowledge of how it works.

I was thinking more like scripts. You load scripts, it interprets them.

A script is a type of software, so that's not really a big difference.

I don't know about Tesla specifically, but if I was making a car that was intended to be moddable like this, I would have a hardware interface of some sort, and expect the mod to call a public API. This is similar to how cell phones can connect via USB and have some functionality.

Do you really think the average Joe has the knowledge to develop safe software for a car? Some things are okay to be proprietary imo, maybe with open documentation but not source.

You could absolutely standardize, certify, and isolate safety components

If the non-critical parts were scriptable like the infotainment system, then I could get behind it. Kind of like android I guess where you're free to tinker, but you have to enable developer mode first so regular people can't accidentally break something.