September 24th 2017 Week 39th Sunday

时间:2023-02-07 22:09:46

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. Jmeter实现登录bugfree、新建bug、解决bug脚本(抓包工具实现)

    环境 Chrome jmeter3.1 fiddler4 win7 32位 Linux CentOs6.4 bugfree3.0.1 链接:http://pan.baidu.com/s/1gfHpbp ...

  2. Echarts 饼图标题文字换行问题

    var option = { title : { text: '数据来源', x:'center' }, tooltip : { trigger: 'item', formatter: "{ ...

  3. C#位运算讲解与示例2

    在C#中可以对整型运算对象按位进行逻辑运算.按位进行逻辑运算的意义是:依次取被运算对象的每个位,进行逻辑运算,每个位的逻辑运算结果是结果值的每个位.C#支持的位逻辑运算符如表2.9所示. 运算符号 意 ...

  4. linux设备驱动之select

    转载:http://blog.csdn.net/mo_hui123456/article/details/7961619 select系统调用用于多路监控,为什么称为多路呢,它可监控多个文件,例如我监 ...

  5. Spring Boot简介

    Spring Boot简介 Spring Boot是为了简化Spring开发而生,从Spring 3.x开始,Spring社区的发展方向就是弱化xml配置文件而加大注解的戏份.最近召开的SpringO ...

  6. spring揭秘 读书笔记 一 IoC初探

    本文是王福强所著<<spring揭秘>>一书的读书笔记 ioc的基本概念 一个例子 我们看下面这个类,getAndPersistNews方法干了四件事 1 通过newsList ...

  7. php中获取用户登陆的IP地址以及常规处理

    本文为原创,转载请注明!  在我们开发多站点业务网站中,经常需要获取客户端的ip地址来给用户推荐其所在地址的信息的业务,用php获取客户端的ip地址,我们一般用到的PHP内置方法是$_SERVER[' ...

  8. v-cloak的用法和注意事项

    v-cloak是前端框架vue.js中的一个方法,作用是为了防止在页面加载时先出现变量名闪烁的情况,造成不好的用户体验, 例如:{{ v.name}} (闪一下)=> 张三 用法:html中:& ...

  9. python操作mysql数据-执行语句返回值直接返回字典类型

    fetchall()将结果放在二维数组里面,每一行的结果在元组里面 import pymysql def export(table_name): conn =pymysql.connect(host ...

  10. &period;NET Core 项目经验总结:Startup&period;cs 介绍(二)

    原文地址(个人博客):http://www.gitblogs.com/Blogs/Details?id=643c9664-dc4e-42cf-a15f-5368ebfcd7c9 第一次面对 Start ...