我的洛谷签名——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 给定一些点的坐标,要求求能够覆盖所有点的最小面积的矩形, ...
随机推荐
- Prometheus + Consul 自动发现服务监控
一.Prometheus支持的多种服务发现机制(常用如下) static_configs: 静态服务发现 file_sd_configs: 文件服务发现 dns_sd_configs: DNS 服务发 ...
- TP-LINK WR703N OpenWrt 无线配网历程
① 创建了两个 Interfaces,名字分别为 lan.wlan0 (可自行设定),一个负责连接 PPPoE,一个负责提供 AP 热点. ② 配置 wlan0 相关 ip 地址,该地址为无线网内网地 ...
- Linux内核device结构体分析
1.前言 Linux内核中的设备驱动模型,是建立在sysfs设备文件系统和kobject上的,由总线(bus).设备(device).驱动(driver)和类(class)所组成的关系结构,在底层,L ...
- python入门之名称空间
name = 'tank' 什么是名称空间? 存放名字的空间 如果你想访问一个变量值,必须先访问对应的名称空间,拿到名字和对应的内存地址的绑定关系 名称空间的分类: 1.内置名称空间: python提 ...
- Hbase操作集锦
一.Hbase架构与理解 Hbase架构大致如下,图片取自https://www.cnblogs.com/linkworld/p/10963910.html. 二.Hbase shell操作 创建Hb ...
- 第一周第二部分 coursera.org
即使J(,)=,也不能是完美估计,因为其他数据可能存在误差 取任何颜色并沿着“圆”走,就可以得到相同的成本函数值,右图三个点的J(,)相同 越靠近圆心,J(,)越小 梯度下降算法可以将代价函数J()最 ...
- <!DOCTYPE html> 详解
前段时间的.netcore web应用程序的项目里面使用Frameset与Frame时候出现了一个问题就是使用不了,今晚准备测试一个bug却得到意外收获o(∩_∩)o 哈哈, 找到了最终原因funny ...
- c#使用SoundPlayer播放wav格式音频
1.引用System.Media名称空间下的类SoundPlayer SoundPlayer player = new SoundPlayer(); 2.方法调用Play(); public vo ...
- C# zip压缩 Ionic.Zip.dll
#region Ionic.Zip压缩文件 //压缩方法一 public void ExeCompOne() { string FileName = DateTime.Now.ToString(&qu ...
- Javascript PC Emulator
Javascript PC Emulator https://bellard.org/jslinux/ JSLinux Run Linux or other Operating Systems in ...