Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:With downfalls like that, who needs successes? (Score 4, Informative) 407

They might not be going out of business, but they've had no growth over the last decade(they stopped really making money in 2000).

Go to

and set it to 10yr, Google even lets you compare it to the Nasdaq and Dow Jones averages (putting your money into a fund that tracked the Nasdaq over the last 10 years would have netted you 100% more money than MSFT stock).

Comment Re:Missing analysis (Score 1) 358

On Android jailbreaking makes no difference to the OS or most apps. It just means that apps which would like root permissions can ask for them.

Actually, on iOS mere jailbreaking does even less than rooting on Android. Jailbreak just disables the code-sign check when an executable runs(so you don't have to sign your code with Apple). The problems for iOS and Android come later when people start modifying everything(which a lot of packaged jailbreak/root-exploits do).

Comment Re:Missing analysis (Score 1) 358

It would have been interesting to know what apps they were really logging crashes for(I'm guessing all apps that use Crittercism). Were they including only non-beta internal builds in these numbers? That would have driven the iOS5 WAY up since you normally develop on the latest platform.

Of the apps that send their crash data to Crittercism and were included in this report; iOS apps crash more. The writeup here makes it seem like they were logging crashes of normal apps...

Comment Re:It boils down to managed vs non mananged langua (Score 1) 358

I disagree

You really don't get much more protection with Java then you do with native code on iOS. Exceptions only help you when you know you need to catch them. Null pointer dereferencing is pretty much a non-issue in ObjC/Cocoa because of the way messages are passed(at least no more than java.lang.NullPointerException). When you are multithreaded in Java it's trivial to make the simplest code throw a ArrayIndexOutOfBoundsException or NullPointerException when you hava your logic wrong.

The data we are looking at is from the small subset of apps which use Crittercism rather than TestFlight (why is anyone not using TestFlight?). It's not meant to be representational of the real-world. It would be interesting to know what iOS-based and what Android-based apps use Crittercism.

Comment Re:All your code are belong to us. (Score 1) 148

At what time and against whom has Google used a single patent offensively?

Oh please: Google funds patent trolls, gives patents to other companies to sue, and patents the absurd. Intellectual Ventures was suing Motorola Mobility while Google bought it, Google gave HTC patents to sue Apple with, and Google has patented Doodles on homepages...

Should they just allow themselves to remain defenseless against the Apple MS Oracle et al onslaught? Yeah right.

Should Apple just allow themselves to be sued? Yeah right.

Google isn't an altruistic international corporation.

Slashdot Top Deals

"Don't drop acid, take it pass-fail!" -- Bryan Michael Wendt

Working...