Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:It's not the language. It's tech debt. (Score 1) 106

Garbage collection is faster than reference counting, not slower. Reference counting has the benefits of being deterministic and avoiding pauses, but it has more overhead overall. If you're concerned about throughput, garbage collection wins.

Is that a fact? When was it checked the last time? No doubt someone got that result at some point in the past, but is it true today? For example reference counting on ARM-Silicon is about 5 times faster than on Intel.

Comment Re:Genius (Score 1) 62

They probably got the idea from Europe. At least in the UK this is very common practice. Go on a site like Auto Trader UK and search for vehicles with less than 100 miles on the clock. There are thousands of what they call "pre-registered" cars which count towards quotas for things like sales of EVs. The dealer registers the vehicle to itself so technically the buyer is the second owner, although some manufacturers allow the warranty to start when the customer takes it anyway.

That doesn't seem to be the same thing. Say I can buy a brand new car for 30,000. The seller would like to sell more, but if they drop the price to 27,000 then the get 3,000 less per car. Not good. So they sell me an officially "used" car for 27,000. Most people pay 30,000; but there are some who find 30,000 too expensive and live with a "used" car saving 3,000.

The difference is that these cars are actually sold to real customers, who drive these cars for real. They are not parked somewhere in a hidden car park. They are real sales at a slightly lower price, producing overall the highest profit.

What these guys are reportedly doing is losing massive amounts of money to be able to report big sales numbers. If that car cost 23,000 to build then they now have 23,000 worth of car in a hidden carpark, losing money all the time while it ages. Not clever at all.

Comment Re: Working as designed? Lol (Score 1) 95

Did you read the article? What you said is absolute nonsense. There was no text parsing bug, and there was no vulnerability. The parser did exactly what it was supposed to do and rejected invalid html. Just unfortunate that the same app also produced invalid html.

You better check all applications which accept data from iMessage and see if these invalid messages are correctly rejected.

Comment Re:Well, that's shit coding (Score 1) 95

It's the sender's fault. A single ampersand needs to be translated to two ampersands to produce valid html that shows a single one. A single ampersand is dangerous. Most vulnerabilities are created by developers who weren't scared enough. Who knows how you could hack iMessage if it accepted a single ampersand and interpreted it somehow.

Must admit the root cause came surprising to me. I had expected that two pieces of software couldn't agree whether that name was _one_ name or _two_ names, and that caused the trouble. I was wrong.

Comment Re:Stop eating animals (Score 1) 115

Growing fruit like banana's and oranges isn't impossible in Canada, and it won't be at sufficient scale for the whole population, but there are ways to do this. And no, those methods don't cost you an arm and a leg regarding energy/heating costs either. See here [lowtechmagazine.com].

I suppose you could grow enough for everyone. They would be more expensive than now, lets say so expensive that you actually eat every orange or banana you buy and don't leave it to rot.

Comment What could they produce? (Score 1) 115

I would assume that many countries find producing this or that food inefficient. They _could_ produce some food but importing it is cheaper.

If you could produce the food within two or three years at some inconvenience and additional cost that would be good enough for me. For example, if the Netherlands produce food in greenhouses, then surely Belgium or Germany could do the same thing if they had a good reason.

Comment Re:That's what it takes... (Score 1) 92

The real problem is that the reputation of the police is so abysmally bad that these three (cretins, no argument there) decided to take matters into their own hands.

They decided to risk murdering several people as the revenge for a stolen iPhone. Now some evil person with an IQ over 100 would have still made sure first that this absolutely 100% sure the home of the thief, but they didn't bother with that. So they deliberately risked to commit five murders as revenge for a stolen iPhone.

Comment Amazing number of devices (Score 1) 92

It's really amazing, that within 14 days 61 different devices would perform a search for a residential home. I would be very curious to find out who did these searches. Pizza delivery, taxi maybe, but 61? That's an unexpected high number.

Or did they include similar searches, like close house numbers or street names, or the same location in a nearby town?

Slashdot Top Deals

The world is moving so fast these days that the man who says it can't be done is generally interrupted by someone doing it. -- E. Hubbard

Working...