Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Even runs on iPhone 5s... (Score 2) 177

It depends.

Once you're in steady state, and if you don't use workers and don't use the new parallel processing primitives people are proposing for JS, you're right.

But during JIT warmup, and any time you have to JIT a new function or new codepath it matters because on multicore hardware you can do background compilation.

Comment Re:Didn't know it launched. (Score 2) 76

Are you in a market where it's available in stores? The marketing has mostly focused on those markets, obviously.

That said, the launch was covered on Slashdot back in July: http://mobile.slashdot.org/story/13/07/09/1414232/mozilla-launches-firefox-os-devices-in-stores-opens-up-app-payments and several other articles, as well as other tech press. No non-tech-focused marketing in the US so far, since it's not like you can buy one of these in a store in the US right now...

Comment Re:Embrace, Extend, Extinguish? (Score 2) 170

Actually, WebKit cuts corners on standards a lot more than Firefox and IE do. For example, the official CSS 2.1 test suite from when the standard was finalized two years ago shows WebKit passing about 89% of the tests (for comparison, Firefox passed about 97%).

If Firefox/IE aren't rendering a page and WebKit is, it's almost always because the page author has written WebKit-specific code (e.g. used -webkit CSS prefixes on properties that are supported without a prefix in other browsers).

What WebKit and especially Chrome _does_ have is much better marketing. Not least because they have a much larger marketing budget than, say, Mozilla. Sadly, their marketing is working well on you.

Comment Re:Master Password (Thuderbird+Firefox) (Score 1) 482

Firefox doesn't use keychain access on Mac. It uses its own password store, encrypted with its own master password. That's why https://bugzilla.mozilla.org/show_bug.cgi?id=106400 is still open.

Likewise on Windows, last I checked.

I haven't checked recently whether Firefox use gnome-keyring on Gnome, but based on past code inspection I rather doubt it.

Comment Re:I have no sympathy (Score 2) 353

> and I suspect pilot salaries probably aren't exactly
> the same as retail employee salaries

Not exactly, but closer than you might think. A look at the numbers: http://blogs.wsj.com/middleseat/2009/06/16/pilot-pay-want-to-know-how-much-your-captain-earns/

The upshot is that variability is high, but for junior pilots pay is between about $20k (for regional airlines) and $50k (highest starting pay at a major ariline). Average major airline starting pay is $36k. Of course pilots fresh out of school don't get those major airline jobs.

Retail salaries also vary widely. Minimum wage is 7.25/hr, which comes out to $14,500/yr if we assume 40-hour weeks and 2 weeks unpaid vacation. On the other hand, Costco pays $11.50 an hour for a starting salary: http://www.forbes.com/sites/timworstall/2013/03/06/of-course-costco-supports-a-higher-minimum-wage-it-already-pays-above-it/ and average pay for Costco employees is around $45k (see ), which is admittedly rather high for retail.

Slashdot Top Deals

BLISS is ignorance.

Working...