Forgot your password?
typodupeerror

Comment Re:Standard practice for a while now (Score 1) 17

They build houses like that too in some countries. Everything fabricated in a factory, large parts taken to site and assembled. Not quite the whole house on the back of a truck, but similar benefits for quality and rapid on-site assembly.

It's great because you can customize the house extensively and the CNC machines make it for you, where as the way we build them in the UK by hand means that every change is expensive and often goes wrong anyway.

Comment Re: This is ridiculous (Score 1) 43

It's a bit more serious for Apple, because their RAM is tightly coupled with the CPU, on the same substrate. It has to have very specific parameters to operate at the high speeds they need to make their ARM CPU cores competitive, and for their GPUs to perform half decently with unified memory. They need a lot of bandwidth and their CPUs have massive caches, because the ARM ABI is just not very space efficient compared to x86 and CISC.

That means they are more limited in terms of being able to find alternative suppliers for the RAM they need, and they are going to have to pay top dollar to out-bid AI for it. Without the RAM, they can't even make the CPUs. They lack the flexibility of having a separate CPU/GPU and RAM, both are required to make an M series part.

Comment Re:Criminal activity in the crapto space. Who care (Score 1) 35

It's being promoted by the President of the United States and by Federal agencies. It's mainstream and something that lay people will be interacting with. You can justifiably call them blithering idiots for trusting anything POTUS says, but it's definitely relevant news.

Comment Re:Do they get smaller? (Score 1) 97

Something like an MG S5, for example. CUV shape with plenty of space and a decent boot, 250 miles even in winter at motorway speeds, charges faster than your bladder discharges, autopilot and a nice interior, and while the list price is about 33k with tax, they are actually sold for about 23k with tax for the long range top spec model. That's GBP so convert to USD and it's about 30k, depending on the exchange rate today.

Comment Re:No subsidy. (Score 1) 97

Because Tesla only makes a few models, and I think only the Y and 3 are available in China. With Chinese batteries, BTW.

Also because they are aspirational. A lot of Audis are crap, they charge a subscription for heated seats. Range Rovers are unreliable and uninsurable, but people think they compensate for their micro penis.

Comment Re:You can still get around it (Score 1) 28

You greatly underestimate the EU. I know it's hard to imagine politicians that aren't working for corporations first, but the way the EU is set up it's very difficult for them to gain traction. Look at all the pissing and moaning about GDPR, RoHS and so forth. The EU made it happen anyway.

So at least for Europeans that option to side-load any app we want isn't going away. What's more, Google is now required to allow third party app stores on Google Play, and I think it's only a matter of time until those stores are allowed to certify apps themselves.

Comment They'd serve different purposes. (Score 2) 13

A balloon is not static, it moves with the atmospheric system it is in. Ergo, it tells you how that system evolves. A drone cannot do this.

A drone can stay put, relative to the ground, telling you how a location's atmosphere evolves. A balloon cannot do this.

These are solving completely different types of problem.

You could, of course, construct a hybrid, as balloons are traditionally single-shot. If a balloon carries the measurement gear and a drone capable of carrying that same gear PLUS a deflated balloon, then you can have something that operates as a balloon until it reaches some pre-set location, whereupon the balloon's gas is released and the drone flies the ensemble to a collection point.

Comment Re:This isn't even news, it's a slashvertisment (Score 1) 29

The thing is, Google is winning. Almost every browser is just a Chrome skin now. Firefox continues its slow spiral into irrelevance.

Funnily enough Firefox recently did the same thing. Integrated AI into the browser, and used AI to find bugs in the code. Shame they couldn't use AI to refactor the code into something that might actually gain some traction. There's a reason why every other browser is a Chrome skin.

Comment How much safety does this give? (Score 1) 1

It obviously gives us guarantees in terms of what the source will do and what the compiled code should need.

These do not provide memory safety, so memory bugs would not be solved by these. They will find unexpected behavioural issues, though.

The precondition and postcondition statements are not cunningly-disguised assert statements because they're not asserted at runtime. They're enforced at static check and/or compile time.

The policy hints mean that if the kernel is doing something you're not expecting, you find this when testing the code. Equally, though, it means that users cannot cause the software to venture into realms unknown through many of the usual attack vectors because those will require permissions that aren't there.

Comment Re:As opposed to human slop (Score 1) 77

If they did act on it, it would be a legal problem as soon as someone on the autism spectrum or otherwise non-neurotypical comes along. In fact I've been accused of being AI more than once, due to certain phrases that apparently AI is fond of. But that's just a mistake, once it happens to someone with a recognized medical condition it becomes discrimination.

Submission + - FBI gets voter's IP address in new fraud probe tactic (axios.com)

alternative_right writes: The Trump administration has a new tactic for trying to isolate cases of alleged voter fraud â" digging into the IP addresses of those who went online to register to vote.

The FBI recently obtained the IP address of someone who registered online in South Carolina, according to documents first shared with Axios.

Comment Re:Unencrypted? (Score 5, Insightful) 128

I've work in technical industries, and they can't handle encryption. You try to send someone an encrypted file with clear instructions to decrypt it, and they will fail and demand you send it over unencrypted instead. I can only imagine that it's even worse in creative industries.

Companies instead rely on contracts obliging the receiver to protect their property. When they don't, a lawsuit like this is the result. And it may even work out better for them, because a movie that might have been a flop instead nets them whatever they can convince a court to award.

Slashdot Top Deals

Disobedience: The silver lining to the cloud of servitude. -- Ambrose Bierce

Working...