L90
On Motes and Beams
微尘与栋梁
It is curious that our own offenses should seem so much less heinous than the offenses of others.
让人奇怪的是,和别人的过错比起来,我们自身的过错往往不是那样的可恶。
I suppose the reason is that we know all the circumstances that have occasioned them and so manage to excuse in ourselves what we cannot excuse in others.
我想,其原因应该是我们知晓一切导致自己犯错的情况,因此能够设法谅解自己的错误,而别人的错误却不能谅解。
We turn our attention away from our own defects, and when we are forced by untoward events to consider them, find it easy to condone them.
我们对自己的缺点不甚关注,即便是深陷困境而不得不正视它们的时候,我们也会很容易就宽恕自己。
For all I know we are right to do this; they are part of us and we must accept the good and bad in ourselves together.
据我所知,我们这样做是正确的。缺点是我们自身的一部分,我们必须接纳自己的好和坏。
But when we come to judge others, it is not by ourselves as we really are that we judge them,
但是当我们评判别人的时候,情况就不同了。我们不是通过真实的自我来评判别人,
but by an image that we have formed of ourselves fro which we have left out everything that offends our vanity or would discredit us in the eyes of the world.
而是用一种自我形象来评判,这种自我形象完全摒弃了在任何世人眼中会伤害到自己的虚荣或者体面的东西。
To take a trivial instance: how scornful we are when we catch someone out telling a lie; but who can say that he has never told not one, but a hundred?
举一个小例子来说:当觉察到别人说谎时,我们是多么地蔑视他啊!但是,谁能够说自从未说过谎?可能还不止一百次呢。
There is not much to choose between men. They are all a hotchpotch of greatness and littleness, of virtue and vice, of nobility and baseness.
人和人之间没什么大的差别。他们皆是伟大与渺小,善良与邪恶,高尚与低俗的混合体。
Some have more strength of character, or more opportunity, and so in one direction or another give their instincts freer play, but potentially they are the same.
有的人性格比较坚毅,机会也比较多,因而达个或那个方面,能够更自由地发挥自己的禀赋,但是人类的潜能却都是相同的。
For my part, I do not think I am any better or any worse than most people,
至于我自己,我认为自己并不比大多数人更好或者更差,
but I know that if I set down every action in my life and every thought that has crossed my mind, the world would consider me a monster of depravity.
但是我知道,假如我记下我生命中每一次举动和每一个掠过我脑海的想法的话,世界就会将我视为一个邪恶的怪物。
The knowledge that these reveries are common to all men should inspire one with tolerance to oneself as well as to others.
每个人都会有这样的怪念头,这样的认识应当能够启发我们宽容自己,也宽容他人。
It is well also if they enable us to look upon our fellows, even the most eminent and respectable, with humor, and if they lead us to take ourselves not too seriously.
同时,假如因此我们得以用幽默的态度看待他人,即使是天下最优秀最令人尊敬的人,而且假如我们也因此不把自己看得过于重要,那是很有裨益的。
L90的更多相关文章
- LG Optimus L90 [D415] T-Mobile 刷机
1 先使用[ROOT大师]ROOT手机. 2 执行以下ADB命令. adb shell su //备份 dd /by-name/laf of=/sdcard/laf.img. //清除 dd /by- ...
- ASP.Net中实现上传过程中将文本文件转换成PDF的方法
iTextSharp是一个常用的PDF库,我们可以使用它来创建.修改PDF文件或对PDF文件进行一些其他额外的操作.本文讲述了如何在上传过程中将文本文件转换成PDF的方法. 基本工作 在开始之前,我们 ...
- Android Do not keep activities选项分析
Android Do not keep activities选项分析 Developer Options里面有一项: Do not keep activities -> 不保留Activitie ...
- 快速上手RaphaelJS-Instant RaphaelJS Starter翻译(一)
(目前发现一些文章被盗用的情况,我们将在每篇文章前面添加原文地址,本文源地址:http://www.cnblogs.com/idealer3d/p/Instant_RaphaelJS_Start ...
- 恶意软件/BOT/C2隐蔽上线方式研究
catalogue . 传统木马上线方式 . 新型木马上线方式 . QQ昵称上线 . QQ空间资料上线 . 第三方域名上线 . UDP/TCP二阶段混合上线 . Gmail CNC . NetBot两 ...
- html5 svg
html5 svg <html > <body> <p>canvas 用js 绘画,是整幅画布,适合游戏 svg可放大,支持dom 操作,js事件 线性渐变.高斯模 ...
- 【读书笔记《Android游戏编程之从零开始》】6.Android 游戏开发常用的系统控件(TabHost、ListView)
3.9 TabSpec与TabHost TabHost类官方文档地址:http://developer.android.com/reference/android/widget/TabHost.htm ...
- 利用Clip制作打洞效果
起因 如上篇博文所说,连线原型需要在中间文字上下各留15像素的空白.设计师完成原型之后,问我有没有办法实现,我说,我能想到两种实现方式.其中一种就是上篇博文所说的OpacityMask.第二种就是使用 ...
- Report_客制化以PLSQL输出HTML标记实现WEB报表(案例)
2014-05-31 Created By BaoXinjian
随机推荐
- 【转载】ASP.NET之旅--深入浅出解读IIS架构
在学习Asp.net时,发现大多数作者都是站在一个比较高的层次上讲解Asp.Net. 他们耐心. 细致地告诉你如何一步步拖放控件. 设置控件属性.编写 CodeBehind代码,以实现某个特定的功能. ...
- nginx 代理模式下,获取客户端真实IP
最近做博友推荐,发现个小问题,用$_SERVER['REMOTE_ADDR'];得到的都是服务器的地址192.168.96.52,搜索了一下,发现问题,改为$_SERVER['HTTP_X_REAL_ ...
- c# emit 动态实现接口
using System; using System.Linq; using System.Reflection; using System.Reflection.Emit; namespace Te ...
- EventBus使用的简介
写在前面 曾经我们做组件间的消息分发更新,通常会採用观察者模式.或者接口数据回调的相关方式,可是这种做法尽管能够解决我们的问题.可是组件之间的耦合相当严重,并且代码也不易阅读和维护,为了解决这种问题, ...
- API -- 图书
豆瓣IAPI:https://developers.douban.com/wiki/?title=book_v2#get_isbn_book 其他:http://www.cnblogs.com/sop ...
- SQL Server 存储过程的几种常见写法分析,我们该用那种写法
本文出处: http://www.cnblogs.com/wy123/p/5958047.html 最近发现还有不少做开发的小伙伴,在写存储过程的时候,在参考已有的不同的写法时,往往很迷茫,不知道各种 ...
- Executors几种常用的线程池性能比较
java编程中,经常会利用Executors的newXXXThreasPool生成各种线程池,今天写了一小段代码,简单测试了下三种常用的线程池: import com.google.common.ut ...
- webpy使用mysql数据库操作(web.database)
webpy_web.database模块 webpy框架中使用mysql管理数据库有两种方法,一种是使用python里面的MySQLdb模块: import MySQLdb 还有一种就是用webpy自 ...
- Swift 学习笔记(面向协议编程)
在Swift中协议不仅可以定义方法和属性,而且协议是可以扩展的,最关键的是,在协议的扩展中可以添加一些方法的默认实现,就是在协议的方法中可以实现一些逻辑,由于这个特性,Swift是可以面向协议进行编程 ...
- MySql 三大知识点——索引、锁、事务(转)
1. 索引 索引,类似书籍的目录,可以根据目录的某个页码立即找到对应的内容. 索引的优点:1. 天生排序.2. 快速查找.索引的缺点:1. 占用空间.2. 降低更新表的速度. 注意点:小表使用全表扫描 ...