top | item 45063579

(no title)

constantly | 6 months ago

> I can't think of a scenario in which you would not unlink it.

Perhaps if there is some sort of crash.

discuss

order

artursapek|6 months ago

Exactly. That's the last data I would ever delete from the car, if I was trying to preserve valuable data.

alias_neo|6 months ago

All of their actions point at intentionally wanting that data to disappear, they even suggested turning it on and updating it, which everyone who's ever tried to protect important information on a computer knows is that exact opposite to what you should do.

Any competent engineer who puts more than 3 seconds of thought into the design of that system would conclude that crash data is critical evidence and as many steps as possible should be taken to ensure it's retained with additional fail safes.

I refuse to believe Tesla's engineers aren't at least competent, so this must have been done intentionally.

jeffbee|6 months ago

What if you were the guy who got a ticket that just said "implement telemetry upload via HTTP"?

Which of these is evidence of a conspiracy:

  tar cf - | curl
  TMPFILE=$(mktemp) ; tar cf $TMPFILE ; curl -d $TMPFILE ; rm $TMPFILE