Non-technical Blog Recording on Day of Sep. 19th 2017 in Retrospection.
Unfortunately, I heard a resignation message verbally from ESU (her name is: Su Yi in Chinese, Su from in Su Zhou, Yi from in Yi Shu), one of the smartest girl (or one) in the 2017/07 interns group, who is also from one of the top universities in China, Tong Ji University, which is well-known for its Civil Engineering major. She actually did not tell me in the flesh. Instead, she sent us all a message in the Wechat group (including us four, at first five, which added Jef Wang), saying she will be guaranteed an opportunity from her university offering her a qualification requiring no GRE score to post-graduate college. Lucky for her, bestowed such a great gift from an excellent college, she will soon participate in the interview involving her local professors in Tong Ji U. After that, she will be on her way to pursue a higher education. It’s not possible that she fail in the final interview, due to her identity as a TJU student herself.
Now comes to me, who is recommended a tutoring website featuring mainly ABAP technical articles. She said, by surfing in that website I will benefit a lot. When I get back to check up the website, I found it has already been my favorites. However the failure on me is that I did not reach out my hands to it for help and benefit from it, which she did and has done, and a lot, even synchronously with the Coach’s order to our learning progress.
Now comes to our firm. Although it is most famous brand in the world, holding in its hand most part of the fortunes on this planet, it still shows a little meanness on Human Resources. I know it confined us in the threshold to enter this company at the very beginning at the campus recruitment, and it thought it would exclude those interns who will not intend to become a staff in the following days. Then all of us are informed our onboarding date nearly three month ahead, and given enough time to consider whether we will stay or not. Finally when that day comes, we all received formal training process by HR, Financials, ITs, Admins and our own departments. However, it could not foresee who is changing his/her mind in the coming days. But it should have taken into account that some of the interns may not be fully adapted to the new environment, and therefore may apply a resignation, including the case I have stated above. In this situation, the interns’ (not yet staff) removal from office is a reasonable phenomenon, it might account for the unable-to-adapt, dislike–the-job, bad-networking, chance-to-higher-external-position and etc. The problem is: Coach did not approve her the chance to stay if ever she failed in the interview, but suggested her taken immediately resignation process tomorrow after his failure to persuade her to stay, in a way describing Master’s Degree of no use nowadays.
In my opinion, firm should give her the opportunity to switch her position in such a case. After all she is an excellent learner, who will contribute to this company if possible. However it didn’t. This is a little bit different from the American movies scenarios or the FIRM’s propagandas.
Next, I would like to talk about the two girls. After Jef’s resignation, I am the only man here in my team. A little weird? No, it’s unspeakable. It’s quite acceptable actually. Jef went away, they three girls did not act as what I have imagined. At that time I was quite upset about it, but they seemed to treat it normal. And today likewise, the two girl did as well like that. I want to add that: Only losers, like I (actually sucker, not too much to cover) will feel sympathetic for anyone’s removal only because I am weak. I learn not so fast as her, which is really a shame. But also a fact, that unable to change in a short period. That’s why I beg her to stay. And that’s why I feel low; because I am the one who need others’ sympathy. And not to say to become as stronger, I have devastated myself on games, sex and etc. Waiting for tomorrow’s sun is no longer a wish in me. It’s far and away from me, I am like a dead-yet-walking man, without expressions or thoughts, but with lowlife jokes and sinister minds, and prey, a sooner death.
Just about ten minutes ago to right just now, I asked her to teach me about what she had learnt before she went away. She has been learning more than two month here, but everything she learnt, for the company, was all dead knowledge now. I have not acquainted yet what she did learn, but still playing games at Cousin’s house. What a fag!
Here comes the joke: ESU went to the Boss just this morning to get his signature for the retrieval of her computer (which was taken away by Admin), for her first time here, and tomorrow she will be anticipating signature from the Boss again, but this time, be a final one.
Non-technical Blog Recording on Day of Sep. 19th 2017 in Retrospection.的更多相关文章
- 开源录屏工具 Best Screen Recording Open Source Software For Windows 2017
OBS Studio OBS (Open Broadcaster Software) - Free and open source software for live streaming and sc ...
- Django 开发blog未完待续
[root@sishen simpleblog]# python3.5 Python 3.5.4 (default, Sep 20 2017, 20:37:45) [GCC 4.4.7 2012031 ...
- Why do I write a blog
I believe the most beautiful and elegant answer to this question is from Churchill. "On a peace ...
- How To Download Youtube Videos Without any software
https://www.quora.com/What-is-the-best-way-to-download-YouTube-videos-for-free There are various met ...
- useful commands for docker beginner
You may want to add my wechat public account or add my technical blog's RSS feed This list is meant ...
- Java内部DNS查询实现和参数设置
一.Java内部DNS查询 Java使用域名查询时,用的自己内部的域名实现机制,最后都是交给InetAddress去做DNS解析. 源码分析参考:http://blog.arganzheng.me/p ...
- Security.website-that-focus-on-mobile-app-security
Mobile App Security 1. DATA THEOREM LAB https://datatheorem.github.io/ Data Theorem's technical blog ...
- Unity and C#: Game Loop (Awake, Start, Update)
Introduction The central component of any game, from a programming standpoint, is the game loop. It ...
- tmux/screen里面如何用鼠标滚轮来卷动窗口内容
tmux里面用鼠标滚轮来卷动窗口内容 在 tmux里面,因为每个窗口(tmux window)的历史内容已经被tmux接管了,所以原来console/terminal提供的Shift+PgUp/PgD ...
随机推荐
- svn中的ignore
首先,svn GUI菜单右键的ignore功能,写的模模糊糊,网上也没啥人给出清晰的解释,stackoverflow推荐用命令行控制 SVN有3中方法配置ignore 1.配置文件 C:\Users\ ...
- Hadoop 2.7.3 完全分布式维护-简单测试篇
1. 测试MapReduce Job 1.1 上传文件到hdfs文件系统 $ jps Jps SecondaryNameNode JobHistoryServer NameNode ResourceM ...
- php数组判断值相等时出现的次数,0,1,2这样的
方法1: $arr = array(array( 0=> array('a'=>1), 1=> array('a'=>3), 2=> array('a'=>4), ...
- bzoj1679
题解: 前缀和 显然需要排序一下 注意爆int这件事 代码: #include<bits/stdc++.h> using namespace std; typedef long long ...
- python 数据如何保存到excel中--xlwt
第一步:下载xlwt 首先要下载xlwt,(前提是你已经安装好了Python) 下载地址: https://pypi.python.org/pypi/xlwt/ 下载第二个 第二步:安装xl ...
- MySQL远程登陆
mysql:连接数据库 1.连接到本机上的MYSQL 命令:mysql -u [username] -p username:用户名 命令示例:mysql -u root -p,回车后提示你输密码. 2 ...
- .net core webapi 配置swagger调试界面
一.创建一个.net core webapi的项目: 二.在nuget程序包管理器控制台输入 Install-Package Swashbuckle -version 6.0.0-beta902 ...
- Cracking The Coding Interview3.3
//Imagine a (literal) stack of plates. If the stack gets too high, it might topple. Therefore, in re ...
- 3.9 C++多继承
参考:http://www.weixueyuan.net/view/6366.html 总结: C++中一个派生类中允许有两个及以上的基类,我们称这种情况为多继承 使用多继承可以描述事物之间的组合关系 ...
- fastIO
文件系统除了处理正常的IRP 之外,还要处理所谓的FastIo.FastIo是Cache Manager 调用所引发的一种没有irp 的请求.换句话说,除了正常的Dispatch Functions ...