Forgot your password?

typodupeerror

Comment: Re:dual sim? (Score 1) 371

by gladish (#38552776) Attached to: Speculating On What a Microsoft Superphone Might Mean
I'm not familiar how a carried binds a number to a sim. I don't' see why you couldn't route multiple numbers to a single sim, or even better a sim that's billable via different personalities. Here's the way I'm seeing it. Lots of people are carrying multiple devices. This is often times driven by corporate governance/compliance policy. One device for work, one or more for personal use. Eventually most mobile devices will look the same. I see patent litigation as an attempt to slow the commoditization of mobile devices as much as possible. Once all devices are nearly the same, software and yes, services, will be the differentiating factor. If you offer a single device that can be used in a corporate environment -- mostly to integrate with outlook, and be used as a personal device, then legions of BB users would line up to switch. I think virtualization is the key. They manage one clean restricted OS, I manage the other, virus infected, ad riddled image. How they switch... I'm not sure. Not having to reboot or log as a different user would be really nice.

Comment: Re:So what? (Score 2) 848

by gladish (#38258112) Attached to: Have Walled Gardens Killed the Personal Computer?

I haven't RTFA, but the instant question is: So what?

As long as a device solves a problem to the user, that's what the device should restrain itself to do.. General use PCs have proven to become virus/worms/problem infested in the hands of "normal" users..

There will always be general use pc's for those who are willing and have to skills to handle them responsibly..

I for one welcome this new era when tech support nightmares get reduced to a minimum..

maybe you should RTFA.

Comment: Re:Sounds... wrong (Score 1) 397

by gladish (#33064564) Attached to: Oracle's Java Company Change Breaks Eclipse
Not really. If you read the bug, they were checking the vendor string to test whether a certain set of command line args could be passed into the jvm on startup. So, yes it's better to make runtime decisions based on something more structured like reflection as opposed to some string compare. But no, reflection, in the context you're using it would not have helped. They need to look for some identifying feature of the sun/oracle vm. I don't think java reflection can help you there . I'm not a web developer, so when I look at something like you're doing with checking for browser identity based on whether a method is present, I'd say, "what's more likely, Microsoft decides to remove "Microsoft" from the browser id, or you encounter a second browser with an addEventListener on the Document?" Neither is 100%, but you pick the one you like and go with. Unfortunately for the Eclipse devs, they figured sun would probably never change the vendor tag from "sun"?

Many pages make a thick book.

Working...