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

 



Forgot your password?
typodupeerror

Comment Strange Move (Score 1) 153

This makes no sense for SoftBank.

They are paying a lot of money ($32 billion) for gross income of around $1.2billion, and profits of about 1/2 of that. Based on that, it will take 30-40 years for the investment to pay SoftBank off, based on ARMs revenue alone.

Something doesn't add up. On one hand, they're saying that they don't plan to change their business model, or even how their R&D is done in the next years, but on the other hand - they will need to come up with something really amazing if they want to recover this investment.

You can buy a lot of other things for $32 billion that would be a far safer bet.

Comment Re:Result of brexit? (Score 1) 153

ARM and Intel do not compete directly. At least not financially.

Intel's competitors (for example, in the mobile or embedded businesses) are the likes of Qualcomm, Broadcom, ST and NXP.

Intel sells discrete CPUs, while everyone else licenses a CPU core from ARM, adds in their own stuff, and then sells that. As long as someone needs to add some extra stuff in there, ARM is still the industry's preference.

Things may get interesting with the recent acquisition of Altera (by Intel), but there is still a big gap between the more "generic" processors that Intel makes and the application specific chips that ARM licensees are using.

Comment Re:Feathercoin - Bitcoin Alternative (Score 1) 300

"China" is a rather vague definition.

Chinese manufacturer's make products, which are sold to customers in the US (in this example), in US Dollars. But these aren't much good to the manufacturer (i.e. he doesn't really want to pay his employee's in USD, or at least the Chinese government wouldn't approve of that), so he sells the USD to the People's Bank of China, who use these dollars to buy Treasury Bonds. In return, the People's Bank gives the manufacturer the amount of Yuan that it thinks is appropriate.

Comment Re:Looking for Job (Score 1) 601

Nokia of course will continue internal development of Android as a software platform for their phones and have an escape clause for when M$ deal goes tits up, they aren't that silly.

Sorry, but Nokia is not (and never was) developing anything Android related. Nokia's software strategy for smartphones were Series 60 Symbian and Meego.

Google

Ars Thinks Google Takes a Step Backwards For Openness 663

An anonymous reader writes "Over at Ars Technica, Peter (not so) Bright gives a long-winded four pages of FUD about how Chrome dropping support for H.264 is a slight against openness. 'The promise of HTML5's video tag was a simple one: to allow web pages to contain embedded video without the need for plugins. With the decision to remove support for the widespread H.264 codec from future versions of Chrome, Google has undermined this widely-anticipated feature. The company is claiming that it wants to support "open codecs" instead, and so from now on will support only two formats: its own WebM codec, and Theora. ... The reason Google has given for this change is that WebM (which pairs VP8 video with Vorbis audio) and Theora are "open codecs" and H.264 apparently isn't. ... H.264 is unambiguously open.'"

Comment Re:But but but but but.... (Score 3, Interesting) 307

Well, this depends on their target audience.

If you have C/C++ code, porting it to ARM should be a huge deal. Yes there will be some differences, yes, there will be bugs - but in terms of effort its manageable. And more importantly, every single vendor has to do this effort, so Microsoft doesn't have to do anything.

Because Microsoft are saying this now, with no product that anyone can "buy" right now (or even soon), this probably means the audience for this news is *Developers* (the single intelligent word that Mr Balmer has uttered in the last 20 years, so good, he had to say it multiple times for it be considered a quote). They are now selling the ARM architecture to developers. If the developers buy this story, the applications will follow.

And of course, some developers will be more prepared than others. Don't expect an ARM version of Photoshop anytime soon, but an ARM version of Firefox is something that could be cranked out very easily.

Comment Only 5 years later than it should have been ! (Score 2) 307

Wikipedia tells me that .NET (and therefore managed code) is nearly 10 years old (13 February 2002)

I'm pretty sure that someone in Redmond was thinking about supporting multiple platforms when they started architecting their software compiler strategy back then. It just took their management structure 5 years to wake up to the idea.

Now people have to go in and remove all of that crud which is blocking porting their SW to a different architecture ...

DLL Hell was yesterday, tomorrow is P/Invoke hell.

Slashdot Top Deals

"Consequences, Schmonsequences, as long as I'm rich." -- "Ali Baba Bunny" [1957, Chuck Jones]

Working...