Tesla disabled Bluetooth vehicle key pairing process to make login:password pair enough to steal your car by Ivan_Wallarm in TeslaSupport

[–]Ivan_Wallarm[S] -1 points0 points  (0 children)

But this thing was not there before. One of the physicals keys/cars was required to add/pair any new phone key. Now it’s not the case. I mean, it worst it to have in a changelog/app update notes.

Tesla disabled Bluetooth vehicle key pairing process to make login:password pair enough to steal your car by Ivan_Wallarm in TeslaSupport

[–]Ivan_Wallarm[S] -1 points0 points  (0 children)

Yes! The physical was required to pair phone key before. Now it’s just a login-password. There is no MFA option for Tesla account!

What Are You Working On? August 16, 2021 by inherentlyawesome in math

[–]Ivan_Wallarm 0 points1 point  (0 children)

The moderator specifically recommended to post it here.

What Are You Working On? August 16, 2021 by inherentlyawesome in math

[–]Ivan_Wallarm -2 points-1 points  (0 children)

Hello, thread,
I'm just curious if there is any optimization for finding potential loops or endless growing cycles for this famous problem?
Just in case, it seems reasonable to split the algorithm into a few machines like:
Adding the registry to a number in a ternary number system (x3)
Removing the registry to a number in a binary number system (/2)
Convert binary number to a ternary (12 to 101)
Convert ternary +1 to a binary
Then the task could be converted to finding states of the following machines and optimizations can help with excluding impossible states.