Skip to main content

裁员老油子专业翻译劈柴的信,顺便推荐出路

作为经历(手)过很多次裁员的老油子,以下是我的理解。

>... Like all companies, we're not immune to economic headwinds...
营业额预期要下调


> Instead, we've seen them as opportunities to deepen our focus and invest for the long term.
EPS要下调,要减开支保现金流

> Because of the hiring progress achieved so far this year, we'll be slowing the pace of hiring for the rest of the year, while still supporting our most important opportunities. For the balance of 2022 and 2023, we'll focus our hiring on engineering, technical and other critical roles, and make sure the great talent we do hire is aligned with our long-term priorities.
new hire要面临换组,下一步是hiring freeze


> Moving forward, we need to be more entrepreneurial, working with greater urgency, sharper focus, and more hunger than we've shown on sunnier days.
任务要加重,工作时间要更长。但任务加重不代表你安全。
.google  и

> In some cases, that means consolidating where investments overlap and streamlining processes. . 1point3acres.com
组与组的合并,先干掉一线和二线经理(streamlining processes),下一步可能是individual contributor,因为是overlapping investment不能全留。


> In other cases, that means pausing development and re-deploying resources to higher priority areas.
会砍掉一些大项目组,也就是说不是全都细细地合并类似的团队,而是可能有些大的甚至是品牌业务要被砍了。


> Making the company more efficient is up to all of us — we'll be creating more ways for you all to engage and share ideas to help, so stay tuned.
可能会给钱让员工自己走人,但是不要期望太高,通过performance rating把你manage out也是可能的。.--
. 1point3acres.com
> Scarcity breeds clarity — this is something we have been saying since the earliest days of Google.
很多没有迅速明确赚钱前景的项目要被砍。

【本文发表一天后,新的update】谷歌开始rescind offer!. 1point 3acres

. ----
------

我的阅读理解是:
1 发信时管理层心里已经清楚2022需要砍哪些留哪些项目了.google  и
2 如果Q4看起来,2023还不会好的话,会把已经精简过的再砍一次,也就是说你可能这一轮工作任务加重,但明年还是要被裁

大家来欧洲找工作吧!我们的四个现代化需要你们!工资不如美国一半,但是程序员收入至少是欧洲各国的top 10%了,不愁买房,年假30天,不能随便炒人,全民医疗,来边玩边工作几年再回美国卷也行。
欧洲版看帖入口
https://www.1point3acres.com/bbs/thread-824648-1-1.html. 1point 3acres



-baidu 1point3acres

补充内容 (2022-07-15 08:46 +8:00):
我之前在回帖里说了,凡是管理层的action,劈柴全部用的是we will be doing句式,也就是说会边执行边看是不是要继续更猛的动作。这个语法你能注意到的话,就很清楚it can get worse as time goes by了。

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