Comment Re:How Will the Electrical Power Grid be Upgraded? (Score 1) 294
I think that individual charging infrastructure can only take us so far here. At some point we need to make the jump to having traction power broadly available, similar to how we have grown to expect parking to be broadly available so each dwelling doesn't need to include its own car storage facilities.
The current commonly-deployed charging tech is a little too simplistic for this: it's literally just a funny-shaped normal electrical plug with some passive signalling.
With some extensions to that system, it could be possible for a chargeable device such as car to be associated with a power company account in similar vein to how your house has a power company account, and then the power company could provide charging stations anywhere they have power distribution infrastructure (that is, most places) where anyone with an account can plug in and have the power they consume billed back to their account. For example, there is already tech available for using existing power lines as a carrier for data, which could allow account negotiation to be overlayed on the existing conductors in the SAE J1772 standard, so that physical compatibility with existing charging infrastructure is preserved.
I'm not naive to some very real concerns about an approach like that. For example, it gives the power company access to some data about your movements, if you are routinely plugging in your car to charge everywhere you go. That concern already somewhat applies to the various competing public charging companies, but at least there are enough of those that in principle your data ends up distributed across them all. This is not a trivial concern by any means, though existing precedent of cellular device usage seems to suggest that the average citizen isn't super concerned about it, and there are enough average citizens to make a significant dent in the use of in-vehicle fossil fuel burning.
Comment Re:Losing focus (Score 1) 194
Comment Re:Does there need to be an app for everything? (Score 1) 233
Comment Re:Sounds familiar (Score 1) 101
Comment Re:What % of electricity is lost compare to a wire (Score 2) 118
Comment Re:won't necessarily solve the 45-min commute (Score 1) 282
Comment Re:It's a new game... (Score 1) 224
Nothing is stopping a community for creating an RFC to compete with a proprietary API and if you push it through and are successful and create an ecosystem, then Facebook might implement it on top of their proprietary API.
Several groups have tried and failed. The main problem is that Facebook owns the ecosystem today, and it's incredibly difficult to compete with that. Facebook has no incentive to inter-operate with anyone else, and they shut down any third-party integrator that they deem to be a competitor.
I was once optimistic that "the rest of the web" could band together and create a decentralized system more interesting than Facebook, but Facebook has done such a good job of creating a hub-and-spoke model where Facebook is the hub and everyone else is the spoke that it's really hard to pivot from there to a truly-decentralized social network.
Comment Re:So why aren't we doing it? (Score 1) 990
Comment Re:AM & PM (Score 1) 990
Comment Re:DRM is Necessary (Score 1) 399
A large reason for that is that watching shows on broadcast TV is pretty damned inconvenient.
I discover every day new shows on Netflix that aired years ago but I wasn't able to watch either because I wasn't in the right country (wasn't in the US) or because I had something better to do when they aired.
However, if these things had been available for on-demand streaming from the outset I'm quite likely to have watched them, just as I currently watch new TV shows on-demand through Amazon VOD or Hulu.
Comment Re:I'll be first to say WTF (Score 3, Informative) 700
You made an error in your third line:
.5 * 10 = 5
5 -
4.5 / 9 = 0.5
0.5 = 0.5. QED.
Comment Re:nookcolor, rooted (Score 1) 396
The original nook gets "free" 3G because the device (as shipped) is locked down so the only thing you can do with that 3G is buy books from Barnes and Noble and download them. The cost is eaten by B&N as part of the book purchase costs. Note that in particular the included web browser application only works when a wifi network is available.
Nook color is unlikely to get this functionality unless they can find a way to allow third-party apps on the phone without allowing them to use the subsidized 3G.
Comment Wine is not an emulator (Score 1) 124
Given that "wine is not an emulator" but rather a library that mimics the Windows API and a loader that understands the Windows executable format, the code that is running is native code for your architecture and can potentially do anything a native application can assuming it's been written with that in mind. So you should expect a Windows application running under Wine to be able to do anything a native application could do running under the same user account.
There is one aspect of running under Wine that leaves you in a better situation than running on Windows XP: on Wine, the entire Windows filesystem lives under your home directory as far as the native OS is concerned, so you never end up running things as Administrator (or root) to get them to run, which means if someone does make a rogue Windows app that detects when it's running under Wine and tries to do something mean it'll be constrained by the access rights of your user account in all cases.
Comment Apple is the distributor (Score 1) 754
I think the crux of the issue here is that Apple is the party distributing the app via its app store, and as a distributor it is bound by the licence of the software. In this case the licence is the GPL which requires that all binary distributions be accompanied either with source code or an offer of source code. Therefore to be in compliance Apple must at the very least make available the source code of the application by some means. Other requirements in the GPL may apply here too.