some words we should know
2010年,芬兰艺术家Mikko Kuorinki做了一件独特的艺术品。

他在赫尔辛基的奇亚斯玛当代艺术博物馆(Kiasma museum),找了一堵墙,装了一个175 x 320cm的木架子,上面用不同的字母组合出一句话。每周换一次内容,一共持续了44周。

这个作品的用意在于,完全剥离了外在形式,只呈现语言的基本内容,让观众与文字背后的思想直接面对面,感受词语带来的力量。这种独特的形式,取得了意想不到的效果,很多人经过它的时候,都不由自主停下脚步,仔细观看。
我很喜欢这个作品,简洁的形式表达出丰富的内涵。下面就是这44句话中,我最喜欢的10句话。我梦想有一天,自己也可以在上海的地铁站里,做一个中文版。
(预告:本文结尾处,我要做一个广告,请一直往下读。)
1.

If you were alone, you would cut yourself in two, so that one part would shape the other.
如果你感到孤独,请把自己一切为二,一个半边就有另一个半边陪伴。
出处:Elias Canetti, The Human Province (1973)
2.

Looking in the mirror is like asking stranger for directions.
照镜子就像向一个陌生人问路。
出处:Ronald Koertge, 12 Photographs of Yellowstone (1976)
3.

My fake plants died, because I did not pretend to water them.
我的假花死了,因为我没有假装给它们浇水。
出处:Mitch Hedberg, Mitch All Together (2003)
4.

In the struggle between yourself and the world, second the world.
当你与社会发生冲突,请站在社会这一边。
出处:Franz Kafka, Unpublished Works 1916-1918
5.

Sometimes everything seems so... OH, I don't know
有时,一切看起来如此......哦,我也不知道
出处:Joe Brainard, Poem (1971)
6.

Without a sense of identity, there can be no real struggle.
如果没有清晰的自我意识,也就不存在真正的抗争。
出处:Paulo Freire, Pedagogy of the Oppressed (1970)
7.

Pleasure may come from illusion, but happiness can come only of reality.
欢愉也许来自幻觉,但幸福只能来自现实。
出处:Nicolas Chamfort
8.

We must travel in the direction of our fear.
我们恐惧的地方,就是应该探索的地方。
出处:John Berryman
9.

I want to keep smashing myself until I am whole.
我要不停地粉碎自己,直到变得完整。
出处:Elias Canetti, The Human Province (1973)
10.

In the morning, there is meaning.
在早晨,你能找到意义。
出处:Gertrude Stein, Tender Buttons (1914)
随机推荐
- firefox 对相对定位的TD元素渲染错误
<!DOCTYPE html> <html> <head> <title></title> <meta http-equiv=&quo ...
- stm32f407 定时器 用的APB1 APB2 及 定时器频率
上午想要用Timer10做相对精确的延时功能,但是用示波器发现实际延时数值总是只有一半,百思不得其解.仔细查阅各处资料结合实际研究后对stm32f407的14个定时器的时钟做一个总结: 下面来源: h ...
- poj 3041 Asteroids(最小点覆盖)
http://poj.org/problem?id=3041 Asteroids Time Limit: 1000MS Memory Limit: 65536K Total Submissions ...
- [C语言 - 1] C语言数据类型
基本数据类型: byte short int unsigned int long long long unsigned long float double char char * The size ( ...
- 从Jetty、Tomcat和Mina中提炼NIO构架网络服务器的经典模式(三)
转载 http://blog.csdn.net/cutesource/article/details/6192163 最后我们再看看NIO方面最著名的框架Mina,抛开Mina有关session和处理 ...
- 不能发现 class "com.uustudio.unote.android.BaseApplication"
12-13 15:45:46.289: E/AndroidRuntime(3474): java.lang.RuntimeException: Unable to instantiate applic ...
- mysql 报错之创建自定义函数
I experienced this error while trying to alter one of my stored procedures remotely on a master serv ...
- 如何同时启动多个Tomcat服务
在项目开发中,有时会需要同时启动多个Tomcat服务,如果直接启动多个的话,会报以下错误: Port busy xxxx java.net.SocketException: Unrecognized ...
- cocos2dx 3.0 触摸机制
在cocos2dx 3.0版本号中,废弃了以往2.x版本号的写法,我们先来看一下Layer.h中的一段代码 /* Callback function should not be deprecated, ...
- Unity的使用
1.Ioc功能使用: 1.介绍对象的生命周期 顾名思义 在容器中存在的实例,是可以定义其生命周期的. Unity提供了 几种自带的 生命周期 管理类(常用的已标红) ContainerControll ...