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. Java虚拟机JVM简单理解

    Java虚拟机JVM的作用: Java源文件(.java)通过编译器编译成.class文件,.class文件通过JVM中的解释器解释成特定机器上的机器代码,从而实现Java语言的跨平台. JVM的体系 ...

  2. 使用ajax请求接口,跨域后cookie无法设置,全局配置ajax;及使用axios跨域后cookie无法设置,全局配置axios

    问题一: 使用ajax/axios跨域请求接口,后端放行了,能够正常获取数据,但是cookie设置不进去,后端登录session判断失效 ajax解决办法: //设置ajax属性 crossDomai ...

  3. 27. Remove Element C++移除元素

    网址:https://leetcode.com/problems/remove-element/ 双指针(广义) class Solution { public: int removeElement( ...

  4. (效率低下)77. Combinations C++回溯法 组合

    https://leetcode.com/problems/combinations/ 沿用78题的思路 class Solution { public: void backTrack(vector& ...

  5. 创建型模式篇(工厂模式Factory Pattern)

    一.工厂模式(Factory Pattern) 1.定义: 在软件系统,经常面临着“某个对象”的创建工作,由于需求的变化,这个对象的具体实现经常面临着剧烈的变化,但是它却拥有比较稳定的接口.提供一种封 ...

  6. weblogic修改安装路径教程

    我们有一个安装好的weblogic,我们想再装一个weblogic或者想把weblogic装到别的目录去,最直接的做法是从头装一个. 但是从头装一个是比较费时费力的,尤其是打补丁环节和创domain环 ...

  7. 巧用call,appl有 根据对象某一属性求最大值

    查找对象数组中某属性的最大最小值的快捷方法 例如要查找array数组中对象的value属性的最大值 var array=[ { "index_id": 119, "are ...

  8. 五笔xu

      1● 横 a s d f g     半包围 上下 左右   2● 竖 h j k l m 左右 上下 半包围     3● 撇 q w e r t     半包围 上下 左右 4● 捺 y u ...

  9. Win10系列:JavaScript综合实例3

    实现主页面的功能之后,接下来实现分类页面.分类页面中显示一种菜肴类别的详细信息,包括类别名称.图片.描述信息以及属于该类别的一些菜肴.在pages文件夹中添加一个名为classDetail的文件夹,并 ...

  10. js将接口返回的数据序列化

    <div style={{marginLeft: '80px'}}>                     <pre>                         {th ...