r*****a 发帖数: 298 | 1 【 以下文字转载自 JobHunting 讨论区 】
发信人: ricckma (爱上3v3), 信区: JobHunting
标 题: 有在nest工作的么
发信站: BBS 未名空间站 (Sun Feb 9 19:52:24 2014, 美东)
能否分享一下。在大公司工作了一年,觉得大公司学新东西没有小公司快,政治太多。看
到nest有些职位挺感兴趣,不知道他们家hiring bar有多高,值不值得试一试。 |
|
j****g 发帖数: 406 | 2 女儿现在在kindergarten,今天刚收到通知被Nest录取了。原先一直打算买在长岛,比
如说great neck。
想请教一下在Nest一直读到高中和在great neck上学哪一个更好。
谢谢! |
|
p*****s 发帖数: 708 | 3 有人说,这是搂钱,google的股东投资了nest,估计10M, 然后用google的cash买下nest,
一下
子就圈走了google的3.2B cash,进了自己的口袋,让散户和401k买单,大股东们大发
了一笔。 |
|
r*****a 发帖数: 298 | 4 【 以下文字转载自 JobHunting 讨论区 】
发信人: ricckma (爱上3v3), 信区: JobHunting
标 题: 有在nest工作的么
发信站: BBS 未名空间站 (Sun Feb 9 19:52:24 2014, 美东)
能否分享一下。在大公司工作了一年,觉得大公司学新东西没有小公司快,政治太多。看
到nest有些职位挺感兴趣,不知道他们家hiring bar有多高,值不值得试一试。 |
|
e********g 发帖数: 2524 | 5 it really depends it's a little bird nest or bald eagle nest lol |
|
i*********5 发帖数: 19210 | 6 我用的是TYR的鸟巢,好像只要$15。
http://justtritalk.com/swim-goggles-part-two/
The TYR Nest Pro goggle we swam in has a smoke tint lens that is curved to
provide good peripheral vision horizontally and relatively good visual field
vertically. There is a textured, molded trim feature to the lens frame that
provides the interesting benefit of making the goggles easy to grip with
wet hands.
This is a moderate volume goggle that walks easily from pool to open water
swim start. Once criticism: on our smaller mode... 阅读全帖 |
|
r****o 发帖数: 3932 | 7 今早送娃坐校车后往家走,突然发现门口枫树梢上挂了个东西,还想是不是前两天刮风
刮了个塑料袋上去。走近了一看,不是塑料袋,应该是个窝,是鸟窝还是蜂窝就不知道
了,有足球大小,看起来挺怪异的,而且位置是在树梢上,风一吹晃啊晃,和我印象里
的鸟窝蜂窝都不大一样。回到家上网查一查,不勾不知道,一勾吓一跳,居然就是前一
阵看新闻蛰死人的虎头蜂的蜂窝!想起来有一次我在菜地里拔了一个心里美萝卜进屋准
备洗,叶子中间就有个挺大的马蜂,不过当时室外气温很低,这个马蜂估计没什么活力
了,一直没动,我就拿着萝卜出门把马蜂磕掉了。现在想想还真是后怕,这种虎头蜂极
具攻击性,还很毒,没被它们蛰一口真是幸运啊。现在冬天了,蜂巢里应该没有马蜂了
,应该可以安全的移除蜂窝,省得里面的卵孵出新的蜂后来。也给大家贴些有用的链接
,以后碰上这种情况知道怎么办。
Wasp and bee control
http://www1.extension.umn.edu/garden/insects/find/wasp-and-bee-
Do wasps/hornets return to a nest that was built... 阅读全帖 |
|
b*****2 发帖数: 11103 | 8 【 以下文字转载自 PDA 讨论区 】
发信人: pathdream (求包养买奔驰), 信区: PDA
标 题: 麻辣隔壁Nest恒温器的软件bug导致很多用户受冻
发信站: BBS 未名空间站 (Thu Jan 14 09:35:34 2016, 美东)
去年被这逼搞得, 还好就的设备还在 只能从新装上去。 狗狗真是不把人当人
用户在Nest公司的论坛和社交媒体上抱怨,该公司生产的智能恒温器在晚上突然关闭导
致他们被冻醒。该公司已经知道问题的存在。公司联合创始人Matt Rogers将问题归罪
于去年12月的一次软件更新,称这次更新引入了一个bug。
它向用户提供了一个复杂的问题修正方法,要求用户手动重启恒温器,其中包括将设备
与墙壁分离,用一根USB线充电15分钟,重新装到墙壁上,按一系列按钮,再次充电至
少1个小时...
相比非智能设备,智能设备给用户带来了更多意想不到的麻烦。 |
|
n***s 发帖数: 551 | 9 Thanks for the replies, guys.
What in my mind:
Most home router doesn't have static router so it is an stable for server
push (the router IP might be changed by ISP). Therefore router needs to send
its information to server (But it is not the case of Nest setup).
For server to aware the existence of Nest thermostat, the thermostat need to
send info to server, similar to the above logic of router. But its LAN IP
address is even less stable than router WAN address and its address is
completely unk... 阅读全帖 |
|
r*******y 发帖数: 1081 | 10 thinking in c++ 里面有关于 nested friend class的一个例子,不知道有没有帮助。
//: C05:NestFriend.cpp
// Nested friends
#include
#include // memset()
using namespace std;
const int sz = 20;
struct Holder {
private:
int a[sz];
public:
void initialize();
struct Pointer;
friend struct Pointer;
struct Pointer {
private:
Holder* h;
int* p;
public:
void initialize(Holder* h);
// Move around in ... 阅读全帖 |
|
p**o 发帖数: 3409 | 11 咱先不提"nested" struct,不"nested"的struct你知道怎么在python定义么? |
|
T********i 发帖数: 2416 | 12 我说过,Nest在我的系统里,就是一个App。还不一定是很好的App。我的系统上,能做
比Nest更聪明的控温器。
说错了吗? |
|
T********i 发帖数: 2416 | 13 你脑子蠢。开发更聪明的控温器需要和Nest整合么?关Nest什么事?
29 |
|
T********i 发帖数: 2416 | 14 你脑子蠢。开发更聪明的控温器需要和Nest整合么?关Nest什么事?
29 |
|
g*****g 发帖数: 34805 | 15 你这傻逼,打脸要打多少次。Nest既然是你系统中的app,敢问哪里可以下载呀。跑不
起来你死全家吗?
“其实Nest就是我系统中一个App。还不算一个好的App” |
|
g*****g 发帖数: 34805 | 16 你不在乎Nest,别他妈出来说Nest是你系统上一个应用,还不是好的,既然不是好的自
然有好的灭之。你丫愿意撒谎死
全家,我能拦着你吗?
我老只是证明了你丫人品低下,满口胡言而已。别的关我鸟事。 |
|
s********k 发帖数: 6180 | 17 Tony Fadell毫无疑问是狗狗能挖到的Apple最高管,而且好像page很喜欢他,fadell当
年ipod风光无限,有点一认识下万人之上,可惜在iOS的竞争中败给了Fostall,所以远
走做出NEST,狗狗挖他们的团队,我想更为看重的是他们硬件设计实现操盘经验,这对
于狗狗这个nerd团队来说急缺,至于究竟他做的NEST是个温控器还是湿度控制器估计狗
狗并不是那么在意 |
|
g*****g 发帖数: 34805 | 18 Nest大卖智能温控才是第一位的,外形和操纵最多第二位。另外Nest在Provider段错峰
的思想就很超前了。 |
|
s********k 发帖数: 6180 | 19 Honeywell和GE都是做的东西比NEST多100-1000倍的,NEST现在据说在abc下面快要
break even了
。 |
|
p****o 发帖数: 1340 | 20 in latex, it is conceptually natural to embed environments inside
others, but it always gives me a lot of troubles in doing so. for
example, "eqnarray*" can not be embeded in a tabular. my questions
are
1. is there any rule-of-thumb which determines which environment
can be nested in another one and which can't?
2. is there any trick to by-pass these constraints? for example, i
might really wish to nest some equations inside a tabular.
thanks! |
|
e*******e 发帖数: 248 | 21 谢谢指点!
您的这个问题很好。患者pre/post intervention的比较是前面一个study已经做了。结
论是这个rehab process是有效的。而且重度的患者效果比轻度明显。
我现在要做的是比较同样的tasks,患者在intervention后和健全人相比如何。因为直
观看,好像轻度患者和健全人在左手的performance差不多,右手反而要差一点。
按您的意见,那这的确是个nested+repeated measure的design,应该怎么做呢?
我现在只有matlab可用。Matlab里的ANOVA,连repeated measure都没有。在网上找到
了几个Matlab的repeated measure程序,但是又不能做nested design。看来我得必须
自己写这个程序。
多谢了! |
|
w*******y 发帖数: 60932 | 22 Kohls
Student Lounge Nesting Storage 2-Piece Ottoman Set
$16 - 15% code JULYSHOP15
= $13.60 + $0.99 S/H
Poohgranma
Interior compartment provides ample storage capacity.
Nesting design saves space.
Denim surface offers a smooth, stylish look.
Durable hardwood frame and feet provide stability.
Details:
2-piece set
Set includes: large ottoman & small ottoman
Large ottoman: 15"H x 15"W x 15"D
Small ottoman: 10"H x 11"W x 11"D
Spot clean
|
|
|
w*******y 发帖数: 60932 | 24 Amazon
Kids Konserve Nesting Trio Stainless-Steel Containers w/ Leak-Proof Lids:
http://www.amazon.com/gp/product/B0032UXTCG/ref=ox_sc_act_title
$11.35
Free shipping w/ Amazon Prime or on $25+
Set of 3 recyclable stainless-steel containers are an alternative
to plastic snack baggies
Made from 304 food-grade stainless steel; tested by a CPSIA accredited
testing laboratory; free from BPA, lead, and phthalate
Ideal in lunch containers, purses, or backpacks; they nest inside one
another for... 阅读全帖 |
|
|
n*******e 发帖数: 594 | 26 anyone?
突然感覺bird's nest看起來像toilet seat. ??? |
|
t******u 发帖数: 3036 | 27 二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
nest 温控器二代 229
单张面值:
249
可接受价格(必须明码标价!):
3 left
物品新旧要求:
sealed
邮寄方式要求:
Your label
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
Paypal boa
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
我的联系方式:
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip: |
|
h*****g 发帖数: 596 | 28 【 以下文字转载自 Living 讨论区 】
发信人: hammerg (锤子), 信区: Living
标 题: Nest thermostat 1st gen $49.50 lowes
发信站: BBS 未名空间站 (Sat Nov 16 18:26:32 2013, 美东)
lowes local deal |
|
|
t******u 发帖数: 3036 | 30 二手交易风险自负!请自行验证是否合法和一手卡!:
我想卖的物品:
nest 温控器二代 229
单张面值:
249
可接受价格(必须明码标价!):
3 left
物品新旧要求:
sealed
邮寄方式要求:
Your label
买卖双方谁承担邮寄损失(Required if not code only):
付款方式说明:
Paypal boa
其他补充说明:
广告的有效期:
物品来源(Required for All Cards!):
我的联系方式:
Warranty期限:
能否证明是合法的一手卡?(Required for All Cards!):
state and zip: |
|
c**********e 发帖数: 2007 | 31 The explanation is: Non-template classes can be nested, whereas class
templates cannot.
But I am not sure if they are correct. |
|
s******e 发帖数: 108 | 32 Design an iterator for a collection of collections. The iterator should hide
the nesting, allowing you to iterate all of the elements belonging to all
of the collections as if you were working with a single collection.
For Example:
a={{1,2,3},4,{},{5,6,{7,{},{8}}},}.
The result of calling 8 time next() should be:
1,2,3,4,5,6,7,8. |
|
s*****c 发帖数: 122 | 33 月卖5万nest thermostat,每个$250, 有希望上市吗? |
|
s********k 发帖数: 6180 | 34 不止这个数字了,一年估计有1M的出货量。nest想做家庭物联网中心 |
|
|
r*********n 发帖数: 4553 | 36 根据以前板上的讨论,可以用stack of iterator 来实现,取it = stack.top(),
如果 it == map.end()的时候就把it pop out,当遇到新的一个nested map,就把其
iterator放到stack里面去。最后当stack为空的时候,就iteration结束了。 |
|
c*****e 发帖数: 3226 | 37 感觉下一波泡沫又是硬件了,internet of things 风水轮流转。
我已经从软件换到硬件了,希望好运。只是错过nest, NND, 郁闷一整天。 |
|
r*****a 发帖数: 298 | 38 能否分享一下。在大公司工作了一年,觉得大公司学新东西没有小公司快,政治太多。看
到nest有些职位挺感兴趣,不知道他们家hiring bar有多高,值不值得试一试。 |
|
q****m 发帖数: 177 | 39 Linkedin 的那道题。 用什么数据结构来表示那个 nested list in C++ 呢? |
|
w****a 发帖数: 710 | 40 其实我觉得绝大部分的iterator题用C++写也无压力啊。
nested那个是有点难办。其他的还好。 |
|
t*****a 发帖数: 106 | 41 nested那个非要写就用一个pair, 第一个存iterator,第二个存end的标识别。把pair压
入stack
递归调用 |
|
|
y*****e 发帖数: 712 | 43 L家最爱考的面试题之一就是nested integer了,
还爱考各种iterator的implementation
这题是把两个最爱合在一起了。。。。感觉很有可能出,但网上没找到满意的答案.
题目是这样的
eg: {{1,2},3,{4,{5,6}}}
不断调用iterator的next()返回的序列是 1 2 3 4 5 6
这个data structure的interface是这样的
public interface Data {
// Does this Data hold a collection?
public boolean isCollection();
// Returns the collection contained by this Data, or null if it is a
single element
public Collection> getCollection();
// Returns the single element contained by this Data, or nul... 阅读全帖 |
|
l***4 发帖数: 1788 | 44 题目是
Given a nested list of integers, returns the sum of all integers in the list
weighted by their depth. For example, given the list {{1,1},2,{1,1}} the
function should return 10 (four 1's at depth 2, one *2 at depth 1). Given
the list {1,{4,{6}}} the function should return 27 (one 1 at depth 1, one 4
at depth 2, and *one 6 at depth 3)
第二个例子我还能理解,第一个例子为啥有四个1在depth 2啊?难道不应该是两个1在
depth 1,一个2在depth 2,还有两个1在depth 3吗???
求拍醒 |
|
B*********a 发帖数: 6244 | 45 请问之前fail了goog的店面还能投nest吗
Colorado, |
|
|
B*******1 发帖数: 2454 | 47 能直接面上google的,没人会去nest吧? |
|