Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:Nice, impressive achievement (Score 5, Informative) 62

Depends on what mobile device? The reference code has extensive ARM optimizations, that's in fact one of the main improvements in 1.1 And yes, it can be accelerated with a programmable DSP if present, IIRC there's some support for C55x in the same reference code.

Audio decoding is fast enough on modern ARM SoC that dedicated hardware isn't strictly needed to get good battery life.

Submission + - The Streisand Effect: A Florida journalist's smear and censor campaign backfires (popehat.com) 2

An anonymous reader writes: A tragic death, freedom of speech, libel, defamation, legal threats, unethical journalism, reddit's /r/bicycling, and The Streisand effect. A South Florida "journalist" is called out for running a smear story, doubles down on his position, publicly attacks commenters and reddit, and threatens legal action when a disturbing conflict of interest is exposed.

Comment Based on a study? (Score 1) 29

This might be due to the result of study showing that the insane bounties Google promises for top end bugs (especially for Chrome) draw many people in to look for Chrome security bugs, but that actually the expected payout for looking for Chrome bugs is exactly the same as it for for (for example) Firefox, because the latter pays more for the easier to find bugs.

Microsoft already changed their bug bounty program significantly days after the study was announced.

Comment Re:And the winner is... Mozilla?!! (Score 1) 314

Who do you think the W3C is? It's the browser vendors. Who do you think benefits from smaller browsers not being interoperable with bigger ones? Not the smaller vendors, I tell you.

Now, do you think the vendors with the near-monopoly marketshare on Mobile care about making competition in their market easier?

Comment Re:Good. (Score 1) 378

I don't suppose the re-assigned devs are going to anything useful, like multi-process Firefox.

The conclusion was that multi-process Firefox isn't magically going to make the browser more responsive, and will make it use more memory instead. Actually fixing the bugs that make it less responsive does seem like a much more useful spending of developer time.

Comment Re:Need a niche (Score 2) 91

accuracy of rendering pages

It's the same engine as desktop Firefox. What you're seeing is that a lot of websites send "Webkit-only" markup to Android devices. (Dolphin uses Android's rendering engine) This is something Firefox can never fix. There's an add-on that makes it pretend it's desktop Firefox, that generally stops misbehaving sites from sending broken markup. I suspect most sites will get their act together eventually.

I don't see the "slanted font" problem you talk about on my Galaxy S2, so that's rather strange. The "small font" problem can be solved by setting text size to "tiny" (yes, it's pretty retarded that you have to do the exact opposite of what you would expect, from what I understand it's because that option is completely misnamed).

Comment Re:Need a niche (Score 2) 91

That was originally what the iPhone was supposed to do

News to me, to be honest. But in any case: we're quite some years later now. Maybe the Firefox phone won't be too late, but the iPhone was too early instead :P

ou won't until you get high-bandwidth non-capped connections

What? Bandwidth is irrelevant there. If it's bad, both the HTML/JS based app and the native App will suffer. If it's offline, neither of them cares.

Comment Re:Battery life and Peformance (Score 1) 91

The main hurdle for late comers would be the apps ecosystem.

From what I understand they're banking on the fact that writing an app for Firefox OS will use the same technologies as making a webpage, which should make it viable for a huge developer community. Apps for Firefox OS will also run on the desktop browser (and the reverse), which isn't something Android or iOS can do.

It's an interest situation, for example if you compare to the need to totally recode everything for Android (Java) and iOS (Objective C).

Slashdot Top Deals

Make sure your code does nothing gracefully.

Working...