Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Again? (Score 2) 96

Not sure if I support the EU here (don't know enough about the details).

But this doesn't apply to you using Google to search or your ability to create a new search engine or switch search engines.

Google is the dominant search engine. The complaint is about how Google leverages it "monopoly" in search to position itself more favorably against other people/companies search results. e.g. Let's say Google sold watches, and always listed it's watches more favorably over other companies who sold watches. It would not be acceptable to say the watch company should just start it's own search engine so that it could compete with Google when selling watches (assuming Google is a monopoly in search).

Comment Re:You don't make OS's either (Score 2) 89

They did the same think linux did with GNU, take the GNU's code, shove a little kernel underneath. Its a pity it's not called GNU Linux.. removes-tounge-from-cheek.

Seriously though, relax. There's decades of code and efforts that this leverages. Just enjoy the free code available even if you don't use it. Don't get all stressed out if they don't thank every one. This isn't the Oscars.

Comment Re:In perspective (Score 1) 354

> supposed studies

Really?

> All his supposed friends he describes in his book turned out to be fictitious

  Again, really?

> nobody has ever seen him in the universities he supposedly went

sigh..

And people wonder why our country is such a mess. Don't you see you are
part of the problem. You are part of the reason that a government can get
away with what they do. You parrot obvious lies encouraging more misinformation.
Fight misinformation, don't help it spread.

I get it. You don't like Obama. Say something smart. There are a lot of easy Obama
policies to pick on with real data to back you up.

PS: I am a Republican

PSS: Just because some drug addict on the radio says something, doesn't mean it true.
                  Think for yourself.. Do some research.

Comment Re:Not even then (Score 1) 303

> Given that a polygraph is not a reliable way to catch lies

That's not really the point of the test. While the actual polygraph test isn't all that accurate, the test itself does provide benefits if the people taking it believe it's accurate. People will be more likely to admit discretions, lost or misplaced material, not properly following protocols, etc.

Comment Re:My review after a couple months (Score 1) 233

> It's non-intuitive, but try tapping the little magnifying glass

Yep, already knew that. :-) Now exit the app and start it up again, not in list
mode anymore. I want it in list mode by default, occasionally dropping out to
month or yearly view. The day overview is useless to me on the phone (I'm sure it
would be fine on a tablet or computer).

Plus, the done button sitting there waiting for me to hit it makes my eye twitch.

After two months, I still hate the calendar app... Your mileage may vary.

Comment My review after a couple months (Score 5, Insightful) 233

Most of the reviews I've read just parrot what Apple said which is sad.

Been using it for a couple months. The control panel is great. They killed the calendar, much less usable. I don't use siri so I can't comment there. Being able to have more than 9 icons in a folder is nice.

The rest is fluff. They exchanged textures for a bunch of superfluous animation and transparency. It looks a lot different obviously. No easier or harder to use though. I'm not a big fan of the new look but was tired of the old look. Other than getting used to a different look, I didn't notice a big improvement or drop off in the other apps.

In the end, if you already have an iphone, I would recommend it for the control panel.

Comment Re:Why all the whining in the first place? (Score 1) 566

> It's pretty easy to go look at randomness and test it you know

Actually, no it isn't.. Your assuming CPU instructions always behave the same.

> and Intel's RNG has stood up to testing and scrutiny by a whole bunch of real security researchers

Ha, that's not the problem. Is there a test mode that can be enabled to generate a known
pattern?

And lets not even get into the potential security holes that can be injected via a CPU microcode
update.

Comment State secret != Domestic (Score 4, Interesting) 146

There used to be a good separation between domestic (FBI) and international (CIA, NSA, ...) data gathering (for a good reason). In theory, any collection of data, active spying, etc. on US citizens cannot be done under a national security, restricted access setting. Nor could any of the assets used to to collect data (say for an investigation) on one or more US citizen be classified. There are exceptions for US citizens co-operating with a foreign government of course. And data can be withheld during an active investigation, etc, etc. For a long time classified assets were not allowed to be used for domestic investigations.

This separation is now gone of course. There also seems to be an attitude that if the data is collected, and not looked at, its ok as long as there check and balances to ensure that the data is not being looked at. Obviously, in a democracy, a government cannot police itself with no external visibility. It's a fundamental breakdown of the principles of a democracy. Hopefully this will be brought up when this case makes its way to the supreme court.

What is being done is so obviously wrong. It will be an interesting case to determine if the Supreme Court is representing the country or representing the government.

Comment Re:Not NetBSD (Score 5, Informative) 492

> Are you trying to say that "64-bit computers" don't have any support for 32 bit integers?

The issue is if time_t is a 32-bit int or a 64-bit int. Not if a bit-64 CPU supports 32-bit integers.
time_t is generally defined as a long across OS implementations.

In the 32-bit ABI (Application Binary Interface) for most (all?) OSes, a long is a 32-bit value.
In the 64-bit ABI, a long is 64-bits, so the 2038 time issue does not exist for 64-bit apps.

So if you are running a 64-bit app, you don't have a problem in that app. One solution is to
not support 32-bit apps anymore. i.e. you don't support the 32-bit ABI in your 64-bit kernel.
You can do this easily in linux today (e.g. gentoo, 64-bit only support).

Another solution is to break 32-bit compatibility (or to define a new 32-bit "ABI") which
changes the definition of time_t (and some other system types) to be a [u]int64 instead
of a long.

So, *if* the parent was suggesting don't support 32-bit apps, then they were right ;-)

Comment Re:"Model S" (Score 1, Insightful) 303

You must work for an oil company :-) The important thing here is energy diversity. With an
all electric drive train, you can be powered from Nuclear, hydro, wind, solar, gas/diesel/biodesel,
coal, alcohol, etc. You also have the long term ability to provide your own power (e.g. solar)
instead of relying large multinational companies to do it for you with many layers of companies
taking a piece of the pie (including stock market shenanigans).

The idea car for me would be a car with an all electric drive-train, batteries for short
trips, and a multifuel small generator in the car. I'm not holding my breath. It would
disrupt too many very rich companies.

Comment Re:Ultimate Time Bomb (Score 2) 707

> Their leaders might be crazy, but they know the day they strike with nuclear weapons,
> is the last day they are in power and power is all they care about.

Yes, and what if they are about to removed from power, e.g. uprising? What's to stop them from having the
mentality of "if I can't have, no one will".

Slashdot Top Deals

"Just think, with VLSI we can have 100 ENIACS on a chip!" -- Alan Perlis

Working...