Skip to main content

review才给了2,超级不开心

发信人: mccoy (小强->大强->老强->强(jiang4)老), 信区: Working
标  题: Re: review才给了2,超级不开心
发信站: BBS 未名空间站 (Thu Apr 17 14:54:59 2014, 美东)

一般这分是跟bonus amount挂钩的,老板分给的低,是想少分点bonus给你,评语高,
是希望你接着卖命。到新组没多久就开始review,大概是这样。

如果你关心记录上不好看的话,可以要求半年或者更短时间再做一次review。老汉是懒
得,反正在一个公司也呆不久,又不象社会主义要转档案到下家,没有bonus谁愿意多
review一次。http://gengwg.blogsp

我的博客


[回复] [回信给作者] [本篇全文] [本讨论区] [修改] [删除] [转寄] [转贴] [收藏] [举报] [ 11 ]
发信人: rayliu (浅唱流萤), 信区: Working
标  题: Re: review才给了2,超级不开心
发信站: BBS 未名空间站 (Thu Apr 17 12:49:04 2014, 美东)

淡定,不就是个资本家给打工仔评价你给他赚了多少钱的打分系统么。分数高了说明给
资本家贡献太多了。所以我年年保持meet requirement就可以了。

根据我们公司的系统,为了把raise从5%变成7%或者10%而需要付出的代价(各种加班拼
命 + 死命捞tough project给自己做),想想真心是不值。还不如节约时间陪陪家人呢
ot.com/发信人: chenpp (chenpp), 信区: Working
标  题: Re: review才给了2,超级不开心
发信站: BBS 未名空间站 (Mon Apr 21 12:58:50 2014, 美东)

你进了新组给一个meet挺正常的。

我进公司第一次review的时候只干了半年,老板说exceed但是我干得短,所以给了我
meet。

今年这次review,干满了一年,老板给我打了9.5/10,涨7.5%+promote。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...