Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment hash table lookup optimization (Score 1) 97

I wonder how do javascript engines optimize hash table lookups. Especially since it is faster to access a member of an object than to access a variable of an outer function. It seems to me that the former requires a hash table lookup with a string key while the later suffices with a pointer into the closure of an outer function and the offset of the variable.

Firefox

Submission + - Firefox 5 Details: Sharing, Home Tab, PDF Viewer (conceivablytech.com)

An anonymous reader writes: Firefox 4 may be still new, but Firefox 5 is already being prepared by Mozilla. At least the UI features have been laid out by the Mozilla team — there are nine new features in total. There are some features that are replicating Chrome functionality (tab multi-select or an integrated PDF viewer that will also extend to other file formats), but there are completely new features such as tab web apps, an identity manager a home tab that replaces the home button as well as a social sharing feature that is integrated in the URL bar and enables users to post directly to their Facebook and Twitter pages.

Comment ambiguous colors (Score 1) 78

At first I thought the color scale meant the gravity pull at the ground level. But then it may also mean the distance of a point on the gravitational geoid shape from the center. The two explanations are not equivalent. So which is it?

Comment single rate VAT (Score 1) 293

There are countries with just a single rate of VAT for all goods and services. I live in one and must say it has definitely decreased tax fraud and consequently organized crime.

Besides, it seems more just to me. Who is to tell which good or service ought to be preferred by lower VAT rate?

Well, I'd really like to see arguments for the lowered rate for services.

Slashdot Top Deals

I'm a Lisp variable -- bind me!

Working...