Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Android, not quite an Egg but close. (Score 1) 290

And if you tap quickly on one of the other items in that menu multiple times, you get a real Easter egg, the contents of which depend on the version of Android (for Lollipop it is a flappy bird type game, other versions have been animated histories of Android versions, or static images related to the current version in 2.x).

Comment Re:Patent? (Score 1) 111

It would only be like Apple Records if they already had an out-of-court settlement agreeing that Apple the Computer company would never get into the watch business, and Apple the aspiring watch company would never get into the computer business so lets both agree to let the other use its trademark in its own space.

Comment Re:Brilliant idea (Score 1) 193

What if thousands of people were to walk in to Apple stores during the first week, excitedly ask for an Apple watch, then act disappointed and decline to pre-order when told they couldn't have one right away. Apple is so asking to be gamed here, they aren't going to have a clue what the real demand for their watches is, and may end up seriously overproducing for the following months' supply based on the market research they gather from this exercise.

Comment Re:Arduino? Good riddance! (Score 1) 92

Sorry, what part of type some simple code into a webpage (with better formatting and syntax highlighting than the slashdot example below), get a binary file back which you copy over USB to your board, reset and it runs is funny in the context of this discussion? Cross platform tools are available if you want them, but the beginner doesn't even need to install them to get started.

#include "mbed.h"

DigitalIn enable(p5);
DigitalOut led(LED1);
int main() {
while(1) {
if(enable) {
led = !led;
}
wait(0.25);
}
}

Comment Re:You are missing the obvious point! (Score 1) 349

If a person works 35-40 hours a week should they receive the same pay as someone working 45-50 hours? Anyone looking at that should say "No, the person working more hours should receive more pay." but somehow this obvious point eluded you.

We have two people - one who completes a set amount of work in 35 hours, and another who completes the same amount of work in 50 hours. And you want to pay the second person more ...why exactly? To encourage slacking off on the clock?

Comment Re:Most of Japan is very beautiful... (Score 1) 197

Often river embankments are grassy mounds, but they're more for seasonal flood control than tsunamis. The tsunami walls I've seen along beaches are very much concrete walls, and while they do have a roadway along the top and sloped sides with steps at intervals and the occaisional roadway leading up to them, they are anything but attractive.

Comment Re:On the Nexus anyway this is disabled by default (Score 1) 127

Trusted devices is useful for avoiding the driver distraction issue of having to enter my password when I want to read and post to Slashdot while I drive. Having it recognize my Home and Work Wifi networks would be far more useful than this body motion detection.

Comment Re:From a simpler era (Score 1) 95

Printing was another reason to require a signed applet. It was possible to limit the extra capabilities granted to an applet - but it was a huge learning curve that most developers were not interested in, and chances are that the end user isn't going to notice, or understand the difference (since their brain will shut down when they see the security dialog) so in most cases, a signed applet was getting full access, just like an ActiveX control.

Comment Re:Didn't knew they even had computers (Score 1) 95

Daewoo cars are now mostly branded as Chevrolet (maybe still Opel or Vauxhill in Europe), even in Korea. They are responsible for most of the smaller car designs from GM (from the Cruze down).

Chery is the only Chinese manufacturer I've seen locally, though another poster commented that Great Wall is available in Australia, so different manufacturers may be targeting different markets.

Comment Re: Didn't knew they even had computers (Score 2) 95

They tried it for a while - N. Korea had a special zone just across the border where South Korean companies could send in managerial staff daily, but it turns out that such a scheme is not sustainable in the political climate that exists between the two Koreas. I don't think many South Korean companies are interested any more in having a factory that they can be closed down on a whim every time the supreme leader has a tantrum.

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...