Forgot your password?
typodupeerror

Comment Re:Lidar falls short too (Score 1) 208

If Waymo's argument is valid, then humans shouldn't be allowed to drive.

Heh, there's some validity to that. Human drivers are a daily rolling disaster that society tolerates only because there hasn't been any reasonable alternative. If-and-when autonomous vehicles actually become cheap and reliable enough, I suspect that human driving will gradually start to be curtailed -- not necessarily by banning it outright, but by making licensing requirements more restrictive, by making insurance costs more onerous, and/or by "nerfing" the cars such that they simply refuse to perform dangerous maneuvers.

Comment Re:Congress won't act (Score 1) 209

Getting the votes to impeach is easy. Getting the votes to convict is de facto impossible.

I agree that has historically been the case, but OTOH Trump is deteriorating so rapidly (both psychologically and in terms of his level of popular support) that after November's bloodbath (and whatever Trump's unhinged response to that will be), the remaining Republicans may well decide it's in their own interest to get him out of office sooner rather than later.

Comment Re:Well yeah (Score 4, Insightful) 143

No one is actually pulling out. The U.S. has made it harder for foreign companies to import them. But there are still domestic manufacturers of EVs, like Tesla, Ford and Stellantis. This is something very else: For the last decade, one big argument against EVs was "bad resale value", because EVs were seen as a novelty, and fear for dead batteries, fueled by the problems with first gen Nissan Leafs, made buyers wary of used EVs. Additionally, there were not many used EVs on the market to begin with, fleet operators did not have many young EVs to sell, and prices did not really average out yet.

Now, demand for EVs is rising due to high fuel prices, and a good public charging network making EVs a viable alternative for many people. And also people looking for bargains are hitting the market, and with used batteries not being the problem they were thought to be, used EVs have its own value proposition. We have here the normal effect of demand rising more than the available supply.

Comment Re:So it's purely symbolic? (Score 1) 89

Russia has assassinated former Russian citizens outside of Russia before, it would be unsurprising if they did it again.

I suppose they could do that, but I don't know what it would accomplish. Telegram is already written and functional; murdering Durov wouldn't uninstall it anywhere. I suppose it might intimidate the next guy who is considering writing a secure messaging app, but I don't think Russia is playing that kind of decades-long game anymore. Their main goal now is short-term: figure out how survive the Ukraine debacle without getting strung up by their own citizenry.

Comment Re:Plausible deniability is better (Score 1) 218

They don't usually do this at a border check, but if they use a forensics terminal it's not running the OS, they basically do a backdoor boot and look at what the hardware reports.

The key point here is that data's security isn't enforced by the OS, but rather by the encryption algorithm itself. A non-OS forensics terminal would see the raw contents of the hard drive, which is to say, blocks of random-looking bytes that might be encrypted data or might just be truly random; without the corresponding password, there is no way to to tell.

Without any password (and assuming a robust encryption implementation), that's as far as they'd get. With a password, they'd be able to decrypt the blocks associated with that password and view the files for that account, but not any of the other blocks/accounts.

At that point, the FBI's nerds might well suspect that there are other accounts on the phone that they don't know about, but short of coercing the phone's owner into providing additional passwords, that's as far as they could get.

Comment Re:Plausible deniability is better (Score 1) 218

If they plugged it into a forensics terminal they'd likely see right away that the device OS isn't reporting the correct blocks.

The goal would be to have a device OS with no concept of "correct blocks", i.e. there are only a bunch of blocks, all equally correct, and the OS uses some subset of them based on the password that was entered. Ideally the OS wouldn't even have the ability to tell anyone how many viable subsets there are.

Slashdot Top Deals

Everything should be made as simple as possible, but not simpler. -- Albert Einstein

Working...