Skip to main content

标 题: Re: 心情抑郁,该不该辞职

发信人: johncliff (john), 信区: PsychoAnalysis
标  题: Re: 心情抑郁,该不该辞职
发信站: BBS 未名空间站 (Sat Jun  7 16:00:11 2014, 美东)

两年前就看到这个帖, 当时就想, 如果我遇到类似问题怎么办?

进入新公司后, 眼看昔日同事一个个的都主动辞职了, 但我还是忍了一年. 我的问题是
: 几乎每个人, 包括老板的老板 + VP 都说我做的好, 但这些人就是嘴上说说, 实际把
人往死里逼, 稍微不满意就开始胡说八道, 居然拿 job security 来威胁!! 部门里提
升, 永远是A3占便宜, 中国人做的非常出色的, 才象征性给点剩饭...

最后终于爆发了, 一个月前辞职, 目前找工作中, 有绿卡, 有几年经验. 工作可以找到
, 目前是想找个收入高点的....尽量离家近的.

退一步, 海阔天空!!!

【 在 ldxj7 (中央大校) 的大作中提到: 】
: 我的抑郁跟老板的暴躁有关。老板不停的给负面评价。在老板眼里我大概一无是处,估
: 计到年底的review会很差,然后自己走人。老板的批评加重了我的抑郁,严重的时候都
: 不愿意起床上班,工作效率也不高,感觉越来越不能胜任了。经常什么都怕,怕失业,
: 怕找不到工作,怕被迫回国。想找一个稍微轻松一点的工作,一直犹豫该不该找。这个
: 工作也是很不容易找到的,才不到一年。恐惧,恐慌中。http://gengwg.blogspot.com/

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...