Earlier quoted context omitted.
I spent the last week successfully reverse engineering my car / various scan tools to get the right information to diagnose a fuel pump problem (and to do so without the incredible awkwardness of many of the tools) It's pretty amazing what Claude + Ghidra + knowledgable coaching can accomplish. It was basically just setting direction, setting up an incremental workflow with the right kind of documentation, and questi…
I’ve recently built a disassembler and emulator using Claude to help reverse engineer a 90’s ECU based on an Intel embedded cpu. It was quite impressive to watch when Claude started to use the emulator to help understand how bits of the code worked.
Running Tesla Model 3's computer on my desk using parts from crashed cars
301–310 of 356 posts
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#302Earlier quoted context omitted.
I spent the last week successfully reverse engineering my car / various scan tools to get the right information to diagnose a fuel pump problem (and to do so without the incredible awkwardness of many of the tools) It's pretty amazing what Claude + Ghidra + knowledgable coaching can accomplish. It was basically just setting direction, setting up an incremental workflow with the right kind of documentation, and questi…
Wait, why wouldn’t you post it/ write it up?
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#303Earlier quoted context omitted.
I spent the last week successfully reverse engineering my car / various scan tools to get the right information to diagnose a fuel pump problem (and to do so without the incredible awkwardness of many of the tools) It's pretty amazing what Claude + Ghidra + knowledgable coaching can accomplish. It was basically just setting direction, setting up an incremental workflow with the right kind of documentation, and questi…
+1 on the "plz tell me how" train!
https://gist.github.com/cole-christensen/cb9119e2f6b0f29b568...
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#304It could be clout like "I turned a Shahed into a gaming PC"
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#305Earlier quoted context omitted.
There are about 3000 deaths per year in Sweden attributed to position from cars, and 300 physical accidents. So it is a really big issue, but it is almost impossible to make people understand that their car use and modification mains people. Modified cars can release 1000x more polution, on streets with 800 daily cars that will have an affect.
You can ban modifying your car to pollute more (which we do) without banning modifying your car. This isn't complicated FFS. The difficulty against this in the US is the unfortunate reality that the people coming to these shops to enable their stupid trucks to roll coal are the people who should technically be raiding and shutting down these companies. This can be fixed. Physically, you can already modify your car to…
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#306Earlier quoted context omitted.
Confidently incorrect. https://www.reddit.com/r/teslamotors/comments/utivlj/tesla_s... > This used to cost $3187.50 https://driveteslacanada.ca/news/tesla-service-manuals-free-... > The access story has been inconsistent over the years. Tesla has opened up free access to both the service manuals and diagnostic software in the past, but that was apparently a mistake, and loopholes were quickly closed. https://www.tesl…
Diagnostic tools are built into every car and free, service mode is amazing. No other car manufacturer does that.
If you think this is actual diagnostic tools? No.
Free? Weird that Tesla offers a subscription for it: https://service.tesla.com/en-US/diagnostic-software
$700/year is a strange definition of "free".
You seem to miss my point. The OP wanted to pat Tesla on the back for their amazing commitment to freeness and openness. My point was that even if they are doing good/much better now, much of the time they had to be dragged kicking and screaming to it. MA's AG had to wave the right-to-repair laws.
It's not uncommon knowledge that third party repairs have been, for years, difficult to impossible because Tesla wouldn't supply either the information or the parts to third parties. I'm not sure why, in the face of repeated evidence otherwise, you seem determined to retcon those details out of existence.
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#307Earlier quoted context omitted.
People have been modifying their cars since cars have existed, an electric car shouldn’t be anything new.
Up until v recently cars were not remotely accessible and part of a command-and-control network which Teslas are (perhaps other modern cars are too, I only know Tesla because I have one) . I know that the car reports practically all user events to Tesla in real time over the cell network (eg, open door), and I know it has root access. I don't know if that root is available remotely and I don't know if foundational co…
https://www.wired.com/2015/07/hackers-remotely-kill-jeep-hig...
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#308Earlier quoted context omitted.
The interesting part is this implies that Tesla cars have static certifcates that don't rotate. (Whoops.)
My read of the output in the post when they tried to SSH to the device was that Tesla are actually doing the right thing here and using an SSH certificate authority, which allows issuing certificates signed with a private key authorising access to a subset of devices (optionally for a defined period of time). https://en.wikibooks.org/wiki/OpenSSH/Cookbook/Certificate-b... has more information, but in summary unless t…
Re: Running Tesla Model 3's computer on my desk using parts from crashed cars
#309Earlier quoted context omitted.
A professional scientist I know (tenured, professor) recruited me to set up a backtesting framework for a predictive finance model. When the results were not as they expected (this person does not work in finance and never has), they asked to see the code, then told me that claude had found a problem with the way some of the calculations were done (there was actually no problem), supplied the claude comments, and tol…
I work with a bunch of PHD's and have been since before ai coding. Their code is aways terrible, and they constantly think it's good. The exercise is always the same: explain the math to me, like I'm 5, then we profile it and see what is faster. Oddly Claude Code, integrated into their IDE's has made this situation happen much less. I never want to work in a place again where the fun way to start the Monday meeting i…