this post was submitted on 26 Oct 2023
605 points (95.4% liked)
Technology
59080 readers
4093 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- 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
view the rest of the comments
I wonder how he did it. Can you program your Tesla ?
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.
You could say the same thing about literally any aftermarket modification.
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.