Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment That's not what it says at all vs Chrome (Score 3, Informative) 80

"The Chrome Security team has been a source of innovation in the browser security space. Tor Browser Bundle is based on Firefox and thus inherits progress made by Mozilla automatically. While improvements in Chrome may not be appropriate for Firefox, they could be integrated in Tor Browser Bundle. In a best case scenario, members of the Chrome Security team may be allowed to work with the Tor Project on these changes."

Basically it's saying: Chrome is also doing good stuff, combine it with the stuff you get from Mozilla for a better result.

Comment Re:"...access to private bugs..." (Score 2) 80

Security bugs filed against Firefox are private until a new release is out to the users. If the issue is critical (looks like it can be exploited), it will be in a x.0.1 update. If it isn't, then it will be in n+1.

Another way of stating what you said is "if Firefox engineers find a way to 0-day their own browser, they fix it before plasting the information on how to do it all over the internet".

Comment Re:Good. (Score 1) 106

Internet Explorer has offered this for far longer than Chrome and it's actually quite effective when you don't click away the warnings. Note that Firefox and Safari also use the same SafeBrowsing service as Chrome does, though they have to wait for the protocol documentation to be updated before offering features like this one.

Comment Re:Wrong question (Score 2) 432

>He only said that he didn't want it to work with older versions, and that it was not a lot of work - i.e. it still took some amount of work - to make it not work with older versions

He doesn't say that at all. Really. It's not even remotely in the article. He talks about dropping support for Python 2.6. This isn't an action involving work! It means you no longer care if it doesn't work in Python 2.6.

Comment Re:Oh lookie (Score 1) 62

>I.e. Apple and Microsoft shitheads

Microsoft was a major contributor to Opus through Skype, both with code and by providing their patents royalty free.

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.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...