smart phone > smart car > smart house > ... ? ... > smart human I for one see great areas of improvement and possibilities inside the common house. Not that I'd wire up every appliance with a Wi-Fi sensor, but some data can be useful, if only for safety (falling asleep with the oven on: here a sensor could cut the power at a certain condition, or trigger the fire alarm, or ring up the firefighters). Or you left the h…
I know this makes me sound like a terrible luddite or hipster or both, but I've been thinking about all of these smart devices and services and how they may have a somewhat infantalizing impact on people. I recently met with some people behind a startup built entirely around generating meal plans for you. I understand that it's a useful service (for some types of people). But I worry about the implication that we are…
Google to Acquire Nest
251–260 of 590 posts
Re: Google to Acquire Nest
#252Earlier quoted context omitted.
Yet that's what I believe it does. Every few seconds, Nest sends an HTTP POST to their servers with its serial number. If there are any commands waiting for that thermostat (change temperature initiated from an app for example), they get sent in response, otherwise the connection is closed.
That's the client pulling, not the server pushing. Pushing would be "when the owner makes a change on the website, notify the appropriate thermostat to change its settings". This would be way more efficient, but too many Nests aren't going to have suitable internet connections.
Re: Google to Acquire Nest
#253Re: Google to Acquire Nest
#254Given Google's history with acquisitions, as a Nest owner, I'm not thrilled to hear this. Hopefully they let it run as independently as possible.
On the other hand, Android, Inc. was an acquisition with a similar purpose–to break into a new product space–and it grew into a fully-supported division. I don't think Google will treat this as an acquihire situation.
Re: Google to Acquire Nest
#255Re: Google to Acquire Nest
#256Am I the only one who thought "well, good for the Nest guys" followed by "too bad, it looked like a good product"?
I thought "Good for the Nest gu...HOLY CRAP GOOGLE PAID $3.2 BILLION FOR A THERMOSTAT COMPANY"
Re: Google to Acquire Nest
#257Am I the only one who thought "well, good for the Nest guys" followed by "too bad, it looked like a good product"?
I'm trying to think of a tech acquisition that was favorable, or at the very least not unfavorable for the consumer. It seems like tech (maybe all ) acquisitions almost always favor the buyer and not the consumer. Does anybody have any good examples?
Re: Google to Acquire Nest
#258Earlier quoted context omitted.
I know this makes me sound like a terrible luddite or hipster or both, but I've been thinking about all of these smart devices and services and how they may have a somewhat infantalizing impact on people. I recently met with some people behind a startup built entirely around generating meal plans for you. I understand that it's a useful service (for some types of people). But I worry about the implication that we are…
Please educate yourself on choice paralysis and its implications, learn about the fundamental reasons (cognitive capacity, cognitive bias, etc) and only then worry about our wonderful, adapting, intelligent species.
We can do better than that here.
Re: Google to Acquire Nest
#259Earlier quoted context omitted.
What about the ability to know when someone is in your home and when someone is not? If Google records that data (say, to be able to provide you with a handy chart of your energy use and some ways to improve it), the potential I am more worried about is the fact that the data exists makes it possible to subpoena.
Exactly. I don't care if the government knows when I'm home (they can already figure that out), but imagine if Google's database of Nest info got leaked. Burglars could look at the database and say "Oh hey, look, no one's home right now."
Re: Google to Acquire Nest
#260Earlier quoted context omitted.
Surely the updates are sent via some form of push. Polling on that scale would be obscene.
Nope; if you have a device in people's houses you basically have to configure them to pull. NATs and other connectivity tricks mean they can reliably initiate communication with you but not the other way around.