Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Oh yeah - that sounds like a great idea... (Score 2) 53

And that do you really want to put your information into a service that may well go away, rather than trying to work out some way to use it locally.

I can live with the risk; I don't keep data online that I don't have local copies of or would be bothered if it went away.

I'd estimate that at least 50% of the services I use daily now won't be around in another 5-10 years, and 90% of the devices I use now won't be usable in another 5 years. That's the nature of modern technology, and it's not specific to Google.

Comment Re:Oh yeah - that sounds like a great idea... (Score 1) 53

Is there any way to retrieve my Google Health data from Google?

For approximately a 6 month period prior to the deletion date, people could download their data in a whole whack of formats. See the original announcement. Say what you will about Google, but they are good about giving lead time and tools to extract your information prior to a service shutdown.

That being said, being able to download your information and being able to do anything with it is a whole other thing. In the case of Google Reader, at least the output format was a standard format (OPML), so migrating elsewhere was relatively trivial (and Feedly pretty much turned it into a one-click experience). I'm not sure any competitors bothered to handle the Google Health formats.

Comment Re:cyanogenmod? (Score 4, Informative) 249

Is this the kind of problem that cyanogenmod addresses?

With limits, yes.

CM's privacy guard allows you to block apps from getting at your address book or SMS and such. It also allows you to control things like camera/microphone access. And you can even disable background apps and notifications (for example, I have Facebook pretty much tuned so it can't do anything more than it can in a web browser).

One notable thing CM doesn't do is allow you to prevent Internet access for apps. I read that this is to prevent someone from downloading an add-supported app and then cutting it off from its ad networks. I order to do that sort of thing, you usually need to root and install a firewall or some other ad blocker.

Quite frankly, if you've got a phone that's out of warranty or no longer getting vendor updates, installing CM is worth looking into. It's a bit of a pain in the ass the first time (at least it was for my devices), but after that it's pretty smooth sailing.

Comment Re:3000km is not a lot in the U.S. . . . . (Score 2) 363

When I worked in one inner suburb of a medium-sized city, and lived in another, I commuted about 50km each way, 100km in total, and hence 3000km over the course of a little over a month.

It's an add-on to a pure-electric car to extend the range. The Nissan Leaf, for example, is rated at at least 120km/charge. So, in theory you'd never actually draw on this magic battery for your daily driving. It'd only be if you had longer trips or weren't able to plug in one night, etc.

The average commute in North America is well within the range of a plug-in electric vehicle, and this thing is just icing/insurance. There's going to be outliers, but if we routinely killed ideas because they didn't work for 100% of possible scenarios, we'd still be shivering naked in caves (fur being too darned hot for those in warmer climates...)

Comment Re:Every Other OS (Score 0) 516

Usability my ass...

You see, you're assuming that your usabilty concerns matter. It makes far more sense when you realize that it was all designed for Steve Jobs.

just TRY connecting the damn thing to a projector or second display in a conference room and making it behave in a rational manner.

Steve didn't need to do that stuff. He had a technical team to handle projection and other A/V needs.

Or try taking a screenshot... what was that obnoxious key combo again? That's right... it makes no sense and can't be remembered by a mere mortal.

Don't be silly. Screenshots are handled by the marketing department.

Let's jump to the beginning of a line with the Home key, or the end of the line with the End key... oh wait, it doesn't have one. They conveniently replaced those with more key combinations that can't be remembered by us mortals. Apparently text entry isn't an important usability case for Apple.

Well, it turns out that the dead don't need to do much text entry...

Comment Re:Time to become a better shopper (Score 2) 211

The rule is, you have the contract done and signed before the previous one expires.

I expect that there's also a very applicable rule about how any contract negotiation after getting caught in anti-trust collusion against one of the largest retailers of your goods will probably involve you making more concessions that you might like.

Comment Re:First Tutorial I've seen with Goto... (Score 1) 143

Any wise old vets want to chime in about when to use "goto" and when not to?

Not claiming to be a wise old vet, but as a general rule of thumb, the ideal way to use it is to emulate control structures from even higher level languages. For example, if in C++ you'd write an error handling behavior in a function as an exception, in C you might goto a common area to cleanup transient memory and gracefully return an error code. Which is exactly what that snippet you've shown is doing.

Comment Re:No shit, this is the JOB of the NSA (Score 2) 241

So from the other side, if an Afghani intelligence agency was recording every call in America, that's OK too because it's their job?

Under Afghani law, probably.

Granted, Afghan law has perhaps recently had a lot of outside fingers in it, so that might actually be illegal.

I don't doubt that it's legal for the NSA to be doing this under American law, seeing how foreign signals interception is largely their main function. With American troops in a foreign country with a history of militant extremist activity, it's pretty much a given that there's going to be signals interception, and with America being heavily involved in stuff like infrastructure rebuilding, there would have been plenty of opportunity to build in interception capabilities. I'd also assume Iraq is in a similar state.

Comment Re:Surface: the only Hope (Score 1) 379

Sure, all MHz are not created equal, but still, there's plenty of Windows software that was written in the 200MHz days that's still in use that I suspect would run just fine on my phone.

True, but you get into the x86-emulation-on-ARM problem. I'm sure you can build such an emulator, but I'm not sure what kind of speed.

That and I suspect a lot of the old software from that era that someone might want to run might be tied to hardware. Games targeting specific graphics cards, industrial software using parallel/serial ports, etc.

shrug I imagine it could work, but I don't see it driving enough sales to make it worth Microsoft's time.

Comment Re:Surface: the only Hope (Score 1) 379

It still amazes me that you can't just run normal Windows on the ARM-based surface.

I suspect it's doable, but performance wouldn't be good.

There's a definite horsepower difference between ARM and x86, and if the "normal Windows" config is tuned for x86, it'll (slowly) suck balls on ARM. They'd have to strip down services to make it work. Plus, people are going to expect x86 Windows apps to run (hence the marketing debacle of Windows RT), which isn't feasible on ARM.

It's not exactly scientific, but for comparison try out Android-x86 on older hardware. I have an old Acer AAO ZG5, and every time I've run Android on it, running off a USB key, the first thing I've noticed is that it smokes any ARM Android device I've ever tried. Keeping in mind that many of the apps I've been testing are native ARM builds being emulated.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...