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

 



Forgot your password?
typodupeerror

Comment Re: Well that makes sense (Score 0) 185

Meh..

"JavaShit likes to masquerade it has native arrays but we can quickly dispel that notion.."
Uh, everything in JS is an Object.
typeof new Number() === "object"
typeof Number() === "Number"

"console.log( Array.isArray( [] ) ); // Why is this needed??"
I have never used the isArray() method in my 2+ years of Javascripting.
Array().constructor === "Array"

"How does JavaShit define concatenation with arrays?"
The + operator will call the Objects valueOf() member unless it is followed by a String() in which case it calls its' toString() member instead.
If you wanted to do arthritmatic on the Object than you need to put the + before the Object.

+[1,2] !== NaN = true

"... guess what JavaShit does? It does a 5th retarded thing -- string concatenation!!"
Uh, It is really easy to concat array values.
Array(1,2).concat([3,4])

Comment [Solved] (Score 0) 830

The word simulation may be to broad for the situation. A simulation does not allow for real time input from the creator/experimenter. The ability to decipher upon the link between test and outcome is more along the lines of a station than a simulation. Therefore, to posit this theory would also negate it. When we find the answer to this theory we also uncover that that the universe serves at least one extraneous function larger than it.

Comment Re:Climate modeling (Score 0) 330

Yep, an aspiring philosopher could debate his idea with equal veracity. He might as well tell us that humans are rational before serving their own kind. This planet is well on the way to demise and only hard to reach human breakthroughs will help stave it off. I got my cards playing on the "less popular at parties" asteroid strike.

Comment Solved (Score 0) 940

The analogy is correct but you missed a piece. The people are not "pushed out", they are in-slaved. The analogous country is monitor by other countries which set a standard for how the "rich people" should behave in/towards it. However, you cannot live in the same place as your slaves. Therefore, what is the mayor of said city making as a salary? The governance should is monitored by our other governance to ensure that everyone gets a say. If the mayor/governance is making too much money, it will bee seen as a problem. After that, corruption is the only route for the wealthy people to take to have their agenda (and we all know how that ends). P.S. Many governing job positions in America have upwards of $180,000/year salaries and then requesting raises to it. But, they are in charge of wealthy areas, not doing a "superb job" which deserves as huge salary.

Comment Fabrics are tailored to an individual (Score 0) 623

The moral, social and ethical fabric of a country can keep it strong as it unites the people for a long time. After a country has matured, anyone seeking to change this fabric only alters it for his/her self. Why not add fabric to the outfit? We can practice adoption and inclusion instated of altering and cutting apart the good stuff.

Comment A interception device for interceptors (Score 1) 83

The phone operating system could also prevent this from happening. The police are easy targets but Google and Apple do not change until the consumer does. The choice of mobile phone and operating system you get is: 1 device and 1 operating system. I purchased a Chinese Meizu MX6 with plans to change the OS for this reason. They are tracking you with the phone design you must buy and the keys are kept with the service providers. Take notice how the cell phone commercials say "Verizon service sucks" or "T-Mobile is great" but the phone you get is 100% identical and only comes out once a year. Look at how the illusion of choice is presented --> http://www.popisms.com/Televis... That commercial only provides the consumer with one choice of product!

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...