我的洛谷签名——Pale Blue Dot
We succeeded in taking that picture [from deep space], and, if you look at it, you see a dot. That's here. That's home. That's us. On it, everyone you ever heard of, every human being who ever lived, lived out their lives. The aggregate of all our joys and sufferings, thousands of confident religions, ideologies and economic doctrines, every hunter and forager, every hero and coward, every creator and destroyer of civilizations, every king and peasant, every young couple in love, every hopeful child, every mother and father, every inventor and explorer, every teacher of morals, every corrupt politician, every superstar, every supreme leader, every saint and sinner in the history of our species, lived there on a mote of dust, suspended in a sunbeam.
The Earth is a very small stage in a vast cosmic arena. Think of the rivers of blood spilled by all those generals and emperors so that in glory and in triumph they could become the momentary masters of a fraction of a dot. Think of the endless cruelties visited by the inhabitants of one corner of the dot on scarcely distinguishable inhabitants of some other corner of the dot. How frequent their misunderstandings, how eager they are to kill one another, how fervent their hatreds. Our posturings, our imagined self-importance, the delusion that we have some privileged position in the universe, are challenged by this point of pale light.
Our planet is a lonely speck in the great enveloping cosmic dark. In our obscurity – in all this vastness – there is no hint that help will come from elsewhere to save us from ourselves. It is up to us. It's been said that astronomy is a humbling, and I might add, a character-building experience. To my mind, there is perhaps no better demonstration of the folly of human conceits than this distant image of our tiny world. To me, it underscores our responsibility to deal more kindly and compassionately with one another and to preserve and cherish that pale blue dot, the only home we've ever known.
— Carl Sagan, speech at Cornell University, October 13, 1994
原文翻译
再来看一眼这个小点。就在这里。这就是家。这就是我们。在这个小点上,每一个你爱的人,每一个你认识的人,每一个你听说过的人,每一个人,无论他是谁,都曾经生活过。我们所有的快乐和挣扎,数以千万自傲的宗教信仰、思想体系观念意识,以及经济学原理教义,每一个猎人或征服者,每一位勇士或是懦夫,每一个文明的缔造者或摧毁者,每一位君王或农夫,每一对陷入爱河的年轻伴侣,每一位为人父母者,所有充满希望的小孩,发明家或探险者,每一位灵魂导师,每一个腐败的政客,每一个所谓的“超级巨星”,每一个所谓的‘最伟大领袖’,每一位我们人类史上的圣人或是罪人……我们的一切一切,全部都存在于这样一粒悬浮在一束阳光中的尘埃上。
地球,只是浩瀚宇宙竞技场上一个小小的舞台。想那鲜血流淌成的河流,仍由那些帝王将相挥洒。所以他们的胜利与荣耀,可以让他们成为这样一颗小小点的某一区间上,瞬间而逝的主人。想想有些永无止境的残暴,竟然就发生在这个小点上某个角落里的一群人、与几乎分不出任何区别的同样这一个小点上的另一个角落的另一群人之间。他们之间的误解能有多频繁,他们之间想灭掉对方的愿望能有多迫切,他们之间互相的仇恨能有多炙烈。
我们的故作深沉,我们想象出来的自我重要性,我们以为自己在宇宙里有什么特权的错觉,一直被这颗发着微弱蓝光的小点挑战着。我们的这颗星球,是一粒孤孤单单的微尘,被包裹在宇宙浩瀚的黑暗中。在我们有限的认知里,在这一片浩瀚之中,没有任何迹象表明救助会从别处而来帮助我们救赎自己。
地球,目前是我们唯一所知有生命居住的世界。其他没有任何一个地方--至少在不远的未来,可供我们这一物种移民。去看看,可以。常驻,不可能。不管你喜欢还是不喜欢,目前为止只有地球是我们的立足之地。
一直说天文学是一门谦卑的、同时也是塑造性情的学问。没有什么能比从遥远太空拍摄到的我们微小世界的这张照片,更能展示人类的自负有多愚蠢。于我而言,这也是在提醒我们,我们的责任:互相间更加和善的对待彼此、维护和珍惜这颗暗蓝色的小点——这个我们目前所知唯一共同的家园。
照片本身
在1990年2月14日,正当时旅行者1号太空船刚完成其首要任务之际,美国国家航空航天局发出指令指示太空船向后看以拍摄它所探访过的行星。美国国家航空航天局最终从这个动作中编译出60帧照片,辑成了一幅太阳系全家福。当中一张照片刚好把地球摄于镜内。地球在这张从40亿英里外(64亿公里外)拍摄的照片中,只是在粒状照片里的一个渺小“暗淡蓝点”来。照片使用了一台窄角度的相机于黄道之上32 °拍摄,并使用了蓝色、绿色和紫色的滤光镜。因为相对于阔角度相机来说,窄角度相机可用来拍摄在值得研究的地点上的一些微细特征。当中地球的大小只占整张照片的0.12像素。照片中的色彩条纹是相机镜头的反光所致。
以上所有文字均摘自维基百科。
我的洛谷签名——Pale Blue Dot的更多相关文章
- 洛谷P4254 [JSOI2008]Blue Mary开公司(李超线段树)
题面 传送门 题解 李超线段树板子 具体可以看这里 //minamoto #include<bits/stdc++.h> #define R register #define fp(i,a ...
- 「洛谷5283」「LOJ3048」「十二省联考2019」异或粽子【可持久化01trie+优先队列】
题目链接 [洛谷传送门] [LOJ传送门] 题目大意 让你求区间异或和前\(k\)大的异或和的和. 正解 这道题目是Blue sky大佬教我做的(祝贺bluesky大佬进HA省A队) 我们做过某一些题 ...
- 【洛谷】 3264 [JLOI2015] 管道连接
前言: 如果还不知道斯坦纳树的童鞋可以看这两篇博客: 我的:https://blog.csdn.net/jerry_wang119/article/details/80001711 我一开始学 ...
- [洛谷P2745] [USACO5.3]窗体面积Window Area
洛谷题目链接:[USACO5.3]窗体面积Window Area 题目描述 你刚刚接手一项窗体界面工程.窗体界面还算简单,而且幸运的是,你不必显示实际的窗体.有 5 种基本操作: 创建一个新窗体 将窗 ...
- 洛谷P3459 [POI2007]MEG-Megalopolis [树链剖分]
题目传送门 MEG 题目描述 Byteotia has been eventually touched by globalisation, and so has Byteasar the Postma ...
- 洛谷P4288||bzoj3564 [SHOI2014]信号增幅仪
bzoj3564 洛谷P4288 可以旋转一下坐标轴使得x轴与长轴方向对齐,然后将所有的横坐标变为自身除以放大倍数,然后就做一个最小圆覆盖 #include<cstdio> #includ ...
- (bzoj1337 || 洛谷P1742 最小圆覆盖 )|| (bzoj2823 || 洛谷P2533 [AHOI2012]信号塔)
bzoj1337 洛谷P1742 用随机增量法.讲解:https://blog.csdn.net/jokerwyt/article/details/79221345 设点集A的最小覆盖圆为g(A) 可 ...
- 【洛谷3546_BZOJ2803】[POI2012]PRE-Prefixuffix(String Hash)
Problem: 洛谷3546 Analysis: I gave up and saw other's solution when I had nearly thought of the method ...
- 洛谷 P3187 BZOJ 1185 [HNOI2007]最小矩形覆盖 (旋转卡壳)
题目链接: 洛谷 P3187 [HNOI2007]最小矩形覆盖 BZOJ 1185: [HNOI2007]最小矩形覆盖 Description 给定一些点的坐标,要求求能够覆盖所有点的最小面积的矩形, ...
随机推荐
- ThreadPoolExecutor源码1
参考:https://www.cnblogs.com/liuyun1995/p/9305273.html ThreadPoolExecutor1 executorService1 = new Thre ...
- 【bat】判断字符串是否包含某字符串
@echo off set a=55544333 set c=6666dfsfds set b=44 echo %a%| findstr %b% >nul && ( echo % ...
- CentOS下安装php 5.6.19
# php安装包下载wget https://www.php.net/distributions/php-5.6.19.tar.bz2# 解压bunzip2 php-5.6.19.tar.bz2tar ...
- 63 网络编程(四)——TCP编程
TCP编程 TCP编程是面向连接的数据传输,所以需要时用IO流来建立连接. 用户输出流到服务器,服务器输入流接收数据. 服务器输出流到用户,用户输入流接收. 基本流程 服务器端 创建服务器端:Serv ...
- 关于C语言中整数范围的一些解释
示例代码 #include <stdio.h> int main() { ; printf("%d\n", c); ; printf("%d\n", ...
- 基于网络拓扑图通过RCMS对网络进行配置
目录 基于网络拓扑图通过RCMS对网络进行配置 一些基本命令 对网络拓扑图1的简单配置 二层交换机S3 三层交换机 S2 实验结果 对网络拓扑图2的简单配置 NAT.ACL配置公网IP 基于网络拓扑图 ...
- 解决v-html无法理解vue模版的问题-动态获取模版,动态插入app并使用当下app状态数据需求
很多情况下,我们需要使用动态的html作为某个dom元素的inner html,如果这个内容是标准的html的话,则v-html能够圆满满足需求,而如果内容包含了vue组件,则使用v-html就不能达 ...
- SpringCloud-Consul开发环境配置
一.consul安装 1.下载:https://www.consul.io/downloads.html: 2.选择版本:本人开发环境是windows,所以选择win64: 3.安装:保存至D:/Sp ...
- java.net.URLEncoder对中文的编码和解码
// java.net.URLEncoder对中文的编码和解码String str = URLEncoder.encode("测试字符串", "utf-8"); ...
- 原生JS实现前端动画框架
封装了一个JS方法,可支持块元素的常规动画:高.宽.透明度.位置等,同时支持链式动画和同时运动,参照imooc整理,具体代码如下: /** * 获取HTML元素属性值 * obj是Element, a ...