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.的更多相关文章

  1. 开源录屏工具 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 ...

  2. Django 开发blog未完待续

    [root@sishen simpleblog]# python3.5 Python 3.5.4 (default, Sep 20 2017, 20:37:45) [GCC 4.4.7 2012031 ...

  3. Why do I write a blog

    I believe the most beautiful and elegant answer to this question is from Churchill. "On a peace ...

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

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

  6. Java内部DNS查询实现和参数设置

    一.Java内部DNS查询 Java使用域名查询时,用的自己内部的域名实现机制,最后都是交给InetAddress去做DNS解析. 源码分析参考:http://blog.arganzheng.me/p ...

  7. Security.website-that-focus-on-mobile-app-security

    Mobile App Security 1. DATA THEOREM LAB https://datatheorem.github.io/ Data Theorem's technical blog ...

  8. Unity and C#: Game Loop (Awake, Start, Update)

    Introduction The central component of any game, from a programming standpoint, is the game loop. It ...

  9. tmux/screen里面如何用鼠标滚轮来卷动窗口内容

    tmux里面用鼠标滚轮来卷动窗口内容 在 tmux里面,因为每个窗口(tmux window)的历史内容已经被tmux接管了,所以原来console/terminal提供的Shift+PgUp/PgD ...

随机推荐

  1. ajax代码整理

    $.ajax({ type: "post", [以POST或GET的方式请求.默认GET.PUT和DELETE也可以用,有的浏览器不支持] url: url, [请求的目的地址,须 ...

  2. oracle登陆触发器及精细审计

    --oracle精细审计FGAselect tab2.userhost 引起操作的主机名,tab2.os_user 引起操作的主机用户,tab2.object_schema 被操作对象所属用户,tab ...

  3. JAVA正则表达式:Pattern、Matcher、String

    java.util.regex是一个用正则表达式所订制的模式来对字符串进行匹配工作的类库包.它包括两个类:Pattern和Matcher Pattern 一个Pattern是一个正则表达式经编译后的表 ...

  4. PostgreSQL常用查看命令

    1. 查看当前库sehcma大小,并按schema排序 SELECT schema_name, pg_size_pretty(sum(table_size)::bigint) as "dis ...

  5. python 解析与生成xml

    xml.etree.ElementTree模块为xml文件的提取和建立提供了简单有效的API.下文中使用ET来代表xml.etree.ElementTree模块. XML是一种内在的分层的数据形式,展 ...

  6. sudo执行命令允许教程

    1.说明 在Ubuntu中我们可能经常使用sudo执行一些高权限命令:但在CentOS中默认是不允许普通用户sudo的,如同以下情型 [ls@ls bin]$ sudo ifconfig [sudo] ...

  7. textarea输入框限制字数

    <textarea onkeyup="checkLen(this)"></textarea> <div>您还可以输入 <span id=& ...

  8. Java ip地址查询,根据ip接口获得ip所在省市区,邮编,运营商等

    早上一来,项目经理就说需要添加一个用户ip归属地查询功能,然后在网上搜罗半天,研究出一个比较简单的方法,通过接口返回地址json数据 有百度接口,新浪接口,这里用的是淘宝ip接口 通过淘宝IP地址库获 ...

  9. linux下/proc/diskstats文件详解

    每一列的含义分别为: 第一列为 设备号 (number of issued reads. This is the total number of reads completed successfull ...

  10. linux查看在线用户并踢出用户

    linux查看在线用户并踢出用户 1.查看在线用户 w [root@dbserver01 ~]# w 16:45:04 up 16 days, 8:48, 1 user, load average: ...