Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:Good thing they didn't include birds also (Score 4, Insightful) 174

I hate to be the cynic, but this looks really contrived. And phrases like the one in the abstract "we learned that science can be cool" (paraphrased) are so old hat and trite. I hear my kid come back from school programmed to say the same thing. It seems that this work could give the children involved what actual scientific work is like. I am concerned that the real reason for this work to further the career of their attention getting teacher. [Just conjecture.]

Comment Re:Genius (Score 1) 250

What's the point of a single-use patch? I had a tetanus shot the other day, and needles are so thin now, I literally felt nothing.

Now, once the shot took the spot on my arm was sore for a few days, but the needle was absolutely painless.

This just seems like a less controlled and more expensive way to do the same thing.

Comment Re:No (Score 1) 278

I'm not sure if you're ignorant or just a troll.

In any case, SSL is responsible for securing all updates, OS or app. Break Google's SSL, you've compromised all of the features, and you're not going to bother installing a crippled Android app, because you have root on a full-fledged Linux handheld.

Comment Re:Really? (Score 3, Insightful) 278

The line between OS version and app is entirely arbitrary, and Google is working to move more of the OS functionality into apps.

From a security standpoint, if Google has access to this, they have access to the OS anyway, installing/removing apps is not a big deal. They already have root on your device (and you don't.)

Comment Re:IE or Firefox (Score 1) 347

If your solution doesn't work in the latest Opera, Firefox, and Chrome, you're not developing for standards. You're developing for whatever browsers you're developing for.

If you are in a situation where you can dictate what browser your users use, you can do that, and I think it's fine to say that it can't be IE until Microsoft gets their act together. But the other three rendering engines - Presto/Webkit/Gecko - should be supported 100%.

Comment Re:Bad Form Factor (Score 1) 167

Actually, I think Android strikes an excellent middle ground between the iPhone (native only, a handful of models) and Windows Mobile 7 (Silverlight only, a plethora of models.)

For most apps (even some games) the Java toolkit is more than adequate, and functions very well across devices with minimal tweaking. If you need performance, but still want your app to work on a variety of phones, you need to do more legwork.

Apple doesn't actually have a solution to this problem, they're just protected because they only make a handful of devices.

Comment Re:Bad Form Factor (Score 5, Informative) 167

You can run C code with the NDK.

Of course, when people talk about Android fragmentation, they don't know it, but they're really talking about the NDK. If you stick to Java your program is fairly easy to keep working across versions. If you use the NDK, it's graphics programming in the late '90s again with a ton of different GPUs and odd CPU quirks to deal with.

Slashdot Top Deals

Intel CPUs are not defective, they just act that way. -- Henry Spencer

Working...