Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Google updates (Score 1) 179

They can force manufacturers to use unlocked bootloaders if they want the official Google version.

But hardly anyone is running the stock Android anyways. They've all expended on the code, and made it different. Almost no one actually uses the "official Google version" at all...

There's no reason whatsoever why Google can't make the same thing a requirement

But they can't because it's open source software. No one could make all of the Linux Distros use the same official kernel... it's not possible, because it's open source, and you can make it yourself.

and would prefer shipping a version of Android with no Google services

But this is already the case. Amazon and Barnes and Noble do not sell Android devices with Google services on them.

I don't get why people have such a difficult time understanding that Google can't wrangle these cats, because it doesn't have an Iron Fist on the source code...

Comment Re:Should be micro kernel (Score 0) 209

I've never seen a true microkernel that has the performance of a monolithic kernel.

I've never seen a RISC processor that can match the performance of the best CISC processors. You know, nevermind the fact that tons of money has been poured into CISC processors making them faster and faster.

Sometimes, it's just a matter of where the attention has been placed.

Comment Re: In summary (Score 1) 57

ADA updates would be good, bringing in the Spark 2014 and early 2015 extensions would have been nice. (Spark is a mathematically provable dialect of ADA. Well, mostly. Apparently, you can't prove floating point operations yet because nobody knows how. Personally, I think it's as easy as falling off a log table.)

There are also provable dialects of C and it would be nice if GCC had a flag to constrain to that subset. Using multiple compilers is a good way of producing incompatible binaries and nasty interactions. GCC has no business having limitations. :)

With work on KROC at a standstill, we have a reference compiler that talks Occam Pi. Occam is a very nice language to work with but working through archaic Inmos blobs is tiresome and limiting.

Code quality in GCC and GlibC is still poor, the stability of internal interfaces is derisory (these should be generated from abstract descriptions, ensuring the flexibility GCC wants and the usability interface developers want) and the egos of the developers should be taken out and shot. However, it's still one of the best environments out there. Those that are better at specific things are usually carrying three to four digit price tags. I'd write in hand-turned assembly before paying for unquantifiable products that I won't even own.

Comment Re: In summary (Score 1) 57

Different animal. Cilk has specific instructions for parallelising loops and similar. It looks like a similar concept to Fortran's capacity to turn anything that can be done as a vector rather than as a sequential operation into a vector instruction.

OpenMP parallelizes at the block level rather than the instruction level. By all accounts (notably comments on the ATLAS mailing list), the performance is terrible.

Comment Re:Even worse. (Score 1) 289

Snowden released all of his information to journalists before he left the country.

The President finds that the unrestricted immigrant and nonimmigrant entry into the United States of aliens determined to meet one or more of the criteria in section 1(a) of this order

Snowden is both a resident and a citizen of the US. Yes, we revoked his passport, but we cannot revoke his citizenship without his consent. As a citizen, he cannot be blocked entry into the country. He can be detained indefinitely the second he enters the country, but we can't stop him from returning.

hy block people that contribute or materially represent "certain persons"? Is this to prevent Snowden...

For the last time, THIS EO DOESN'T APPLY TO SNOWDEN. *mumbles mumbles mumbles*

Comment Re:Clickbait-ish Headline (Score 1) 121

If a NAS is doing uPNP on purpose or is acting as a router, then the NAS manufacturer has an obligation to provide appropriate guidance to their users.

INDEED! If they screw that up, it's bad, and they should be the ones holding the responsibility if it accidentally exposes data that they don't want exposed through uPnP... no one else is able to properly infer the right thing to do.

Comment Re:Cutting edge journalism (Score -1, Flamebait) 179

Wait... Google provides your cellphone directly? How did you get on their corporate plan?

Or are you talking about those Nexuses that are provided by a different carrier, and as such that carrier retains the right to do whatever they want to the OSS Android underneath?

You know... because Google can't just go on to the Verizon/T-Mobile/AT&T/Sprint network and update everyone's phone. The provider provides the specific Android build.

And that's why they can't update all the devices at once. Because everyone and their mother can develop their own kernel, and their own Android for their platform.

Now, if everyone just ran AOSP, then Google would be fine to update everyone at the same time.

Comment Re:Clickbait-ish Headline (Score 5, Insightful) 121

yeah, you'll probably deserved get indexed by Google.

deservedly*

But not only that, it's not like Google can infer intent to share the data... you put it out there, and Google said, "hey, this is publically available, obviously people want this to be indexed!"

There's no adequate way to fix this either, because if it's opt-in, then unknowing individuals will fail to opt-in for indexing... if it's opt-out, then unknowing individuals will fail to properly opt-out (robots.txt for example)

If you put up private data publically on the internet then you simply have to accept the fact that no one else could have known that you didn't want to share the data...

Comment Re:Perfect security (Score 1) 460

"... any modern airliner can be specced with options to fly itself from gate to gate on an ordinary day ..."
Can you tell me more about this? My understanding is that taxiing and take off are always performed manually. Unless it surrendered control to a central airport system, I don't see how autotaxi would even be useful, as actions are so dependent on other traffic.

Slashdot Top Deals

Suggest you just sit there and wait till life gets easier.

Working...