Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror

Comment Obviously (Score 4, Interesting) 360

Is it really a surprise that a failing business like Yahoo! would ignore its users in an attempt to make money?

Look, the obvious lesson here is that no business can be trusted to keep secrets. Also: Water is wet, fire is hot. Don't give out anything you don't want to get out there, no matter what some PHB promises you.

Comment Increasingly inappropriately name (Score 4, Insightful) 396

At some point, we're going to have to accept that the devices we carry around with us aren't really "phones" anymore. They're powerful computers that happen to be able to make the odd phone call in between accessing the internet, playing games, taking photos and storing data.

That established, I'm pretty happy with my iPhone 4s. The glaring omission is turn-by-turn directions -- I consider it a public safety issue when I see people looking down at their phones trying to figure out what exit they need to get off on.

Comment Re:Laptops are easy. (Score 4, Interesting) 138

I work for a large company, large enough that I see people I don't recognize on our campus every single day.

Two years ago this weekend (Presidents Day, which is a holiday at our office) we had an enterprising thief roll a cart around our office around 5 PM on Friday, loading up laptops. Of course, by then most everyone had skipped out for their long weekend, but if someone was in the office he'd tell them it was for the "weekend virus scanner upgrade", promising people that their machines would be back on Tuesday morning.

I don't know this part for a fact -- our security people and management don't talk about this at all -- but I've heard it enough that I believe it: When someone objected to having their laptop taken, he'd act irritated and ask why they "didn't reply to any of the emails about the upgrade" and then make a show of updating his clipboard -- he'd collect the asset tag from the machine, office number and actually get the person to sign on the line.

I have no idea how many machines he made off with, but it was enough that we all had to suffer new BS security procedures for a year afterword. I would imagine that you could do this at pretty much any big office and get away with it.

Comment Re:Java is fast (Score 1) 670

sorry, read my post (and the paper) again: "original c++" > "original java". After expert improvements (Jeremy Manson): "original c++" == "improved java" (see my orignal quote). I am assuming here that by "original C++ implementation" the article refers to the c++ version without any tuning (mainly no hash_set, which is not official standard, yet).
My point is that, you can get pretty much the same performance out of java and c++, but you need a good java programmer to do that. On the other hand you need a failry good programmer to get a working c++ version at all.

Comment Re:Java is fast (Score 2) 670

Jeremy Manson brought the performance of Java on par with the original C++ implementation

essentially they say that you need some kind of expert to produce java code that is on par with "straight forward c++". This corresponds somehow to my own experience (java can be fast, if you put in the effort). On the downside, you need some kind of expert to create normal (=good) c++ code in the first place...

Comment Re:... and? (Score 1) 670

It is relevant, because Java (especially the SUN hotspot VM, so this includes scala) must have been the most ambitioned attempt to create a fully hw-independent, garbage collected and jit-ed "language platform" ever. Java is the best representative for any comparison of "non-native" vs. "native". Still, contrary to what has been claimed, in most cases you can only achieve "sub-native" performance (especially when you consider that the java vm, by design, makes it impossible to directly exploit stuff like SSE, which can have a huge impact).
Image

The Push For Colbert's "Restoring Truthiness" Rally 703

jamie writes "A grassroots campaign has begun to get Stephen Colbert to hold a rally on the steps of the Lincoln Memorial to counter Glenn Beck's recent 'Restoring Honor' event. The would-be rally has been dubbed 'Restoring Truthiness' and was inspired by a recent post on Reddit, where a young woman wondered if the only way to point out the absurdity of the Tea Party's rally would be if Colbert mirrored it with his own Colbert Nation.'"

Slashdot Top Deals

On a paper submitted by a physicist colleague: "This isn't right. This isn't even wrong." -- Wolfgang Pauli

Working...