To live is the rarest thing in the world. Most people exist. That is all.

生活是世间最罕见的事情;生存,却是世间最常见的事情;仅此而已。

That's all? That's all.

Now I don't expect I can live a wonderful life, or to be a great people with outstanding contributions to the human being.

Several years ago, I still had such a childish dream of being an expert in the cutting-edge fields and being famous and wealthy, it sounds very native, doesn't it?

As the years have gone by, I gradually realized I am not the chosen one.

I used to make some useless efforts and unconsciously make some dreadful mistakes that had led to irreparable damages to me and my family.

But I always appreciate that I am still able to see the sunrise every morning.

What is Tangram and the differences between tangram and tangram-es?

I think the main difference is that tangram is based on OpenGL, whereas tangram-es is based on OpenGL-ES, and the rest of them are almost the same.

Ok, set a small goal for next week: successfully compile the tangram-es library, try to run its example on Ubuntu-X86 platform.

Man is what he believes.

一个人相信什么,他就能变成什么样的人。

From Anton Pavlovich Chekhov.

That is the principle of how to live in this world.

That is the internal impulse that dirve us to become the perfect one in our own eyes.

I believe that I will be brilliant, wealthy, healthy, and with all the good traits I know.

However, until now I only find I am nothing but a loser, through and through.

Though the reality often backfired and my dreams always fell through, uh, very disappointing, isn't it?

If you love someone or something, devote yourself entirely to it, maybe your efforts won't be rendered futile any more.

Try to make some valuable contributions to the team, just being a consumer is not a good feeling.

September 24th 2017 Week 39th Sunday的更多相关文章

  1. September 24th 2016 Week 39th Saturday

    The worst solitude is to be destitute of sincere friendship. 最大的孤独莫过于没有真诚的友谊. I walk slowly, but I n ...

  2. September 18th 2016 Week 39th Sunday

    Be the king of the spiritual kingdom that is your heart. 在心灵的国土上,做自己的国王. Most often we are not able ...

  3. September 30th 2017 Week 39th Saturday

    The simplest answer is often the correct one. 最简单的答案通常是最正确的答案. Simplest is always best. Sometimes yo ...

  4. September 29th 2017 Week 39th Friday

    Human life is ephemera, which makes it precious. 生命短暂,所以珍贵. Don't waste time on praying to the God. ...

  5. September 28th 2017 Week 39th Thursday

    Every saint has a past and every sinner has a future. 圣人皆有过去,罪人皆有未来. If you were a sinner in the pas ...

  6. September 27th 2017 Week 39th Wednesday

    We both look up at the same stars, yet we see such different things. 我们仰望同一片星空,却看见了不同的事物. Looking up ...

  7. September 26th 2017 Week 39th Tuesday

    I have to protect the one thing I can't live without. 我必须为我一生挚爱遮风挡雨. A man is a success if he gets u ...

  8. September 25th 2017 Week 39th Monday

    No man is rich enough to buy back his own past. 没有人富有到可以赎回自己的过去. Those rich are not willing to buy b ...

  9. September 17th 2017 Week 38th Sunday

    Distance could make you forget about them, but the memories would always be there. 距离会让你遗忘,但是回忆却始终在那 ...

随机推荐

  1. linux下c的网络编程---转载

    1.tcp协议

  2. DOM-使用节点

    节点类型 DOM规定:整个文档是一个文档节点,每个标签是一个元素节点,元素包含的文本是文本节点,元素的属性是一个属性节点,注释属于注释节点,如此等等: 每个节点都有一个nodeType属性,用于标明节 ...

  3. webfrom后台

    using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI ...

  4. 为什么有int 和integer

    1.Integer 是对象类型 int是原始类型 适用场合有很大的不同 之所以要把int封装成Integer 型 是因为 很多方法参数就只接收对象类型(Object) 还比如 范型 就只支持 对象类型 ...

  5. Java中反射和Unsafe破坏单例设计模式

    有如下单例模式设计代码: class Singleton { private String info = "HELLO SHIT"; private static Singleto ...

  6. 工程中添加工程依赖 Xcode iOS

    有时我们需要在一个主工程中添加其他的子工程,用来对子工程进行编写修改或者是利用子工程中的库文件等等操作,这时候我们需要用到工程的嵌套.   步骤:(看图说话)   1.新建主工程,名为TestTTTT ...

  7. 把C程序的int main(void)改成static int main(void)会怎样呢?

    如题,把C程序中的主函数int main(void)改成static int main(void)会怎么样呢? 比如把 #include <stdio.h> int main(void) ...

  8. 撰写html标签的快捷方式2

    1.写一个含有类的标签. div.demo-inline + tap键 就会生成如下<div class="demo-inline"></div> 2.CS ...

  9. 南阳nyoj 56 阶乘因式分解(一)

    阶乘因式分解(一) 时间限制:3000 ms  |  内存限制:65535 KB 难度:2   描述 给定两个数m,n,其中m是一个素数. 将n(0<=n<=10000)的阶乘分解质因数, ...

  10. [js常用]百度将文字转化为语音实例

    嗷嗷方便的文字转语音,不过用的时候记得到百度语音上申请key,免费的.之前在网络上看到有人写了一部分,自己丰富下,以后用也方便 <!DOCTYPE html PUBLIC "-//W3 ...