L268 A terrifying look at the consequences of climate change
Climate change is a devilish problem for humanity: at once urgent and slow-moving, immediate and distant, real and abstract. It is a conundrum for writers, too. Relegating it to a human-interest story—a Bangladeshi displaced by rising sea levels, say—downplays its civilisation-wide significance; sticking to scary forecasts—200m climate refugees by 2050, the UN warns—diminishes its visceral relevance. That may be why, for all its existential gravity, the subject has yet to produce a great work of literature. It lends itself instead to dystopian science-fiction, or to compendiums of scary science facts, sometimes derided as “climate porn”. The latest in that genre, “The Uninhabitable Earth” by David Wallace-Wells, is unabashedly pornographic. It is also riveting.
Mr Wallace-Wells, an editor at New York magazine, freely admits that he is not an environmentalist. He has never willingly gone camping, and rarely recycles. Nor is he an environmental reporter. He is a voyeur, seduced at first by stories that appeared allegorical—Arctic scientists trapped by melting ice on an island inhabited by polar bears, or a Russian boy killed by anthrax from a reindeer carcass uncovered by thawing permafrost.
Yet, as the author makes starkly clear, global warming is no parable. Far from being a problem only for future generations, it is wreaking havoc now. Five of the 20 worst fires in California’s history blazed in 2017; the deadliest incinerated the town of Paradise last year. Floods are becoming wetter, droughts drier and hurricanes fiercer. Such calamities, Mr Wallace-Wells notes, are not the “new normal”; they mark “the end of normal”, as climate change tips Earth beyond the conditions that allowed humans to evolve in the first place. And that is with barely 1°C of man-made warming since the industrial revolution.
Things will get much worse. The world is on course to become at least 3°C hotter than in pre-industrial times. Within a few decades, this could mean that temperatures in Mecca render the haj physically impossible for many of the 2m Muslims who make the pilgrimage each year. With a rise of 7°C— plausible if humanity remains wedded to fossil fuels—swathes of Earth’s equatorial band would become uninhabitable. Even if warming did not exceed 2°C, as stipulated in the Paris climate agreement of 2015, rising seas may engulf $1trn-worth of American property.
“Numbers can numb,” Mr Wallace-Wells writes. Yet like fellow climate-porn addicts, he cannot resist piling statistic on dismal statistic. In the hands of a lesser writer, this litany of woe might have degenerated into one of the dry treatises on which he draws. But whereas his chapters—on the impacts of extreme weather, sea levels, human health, economic consequences and so on—echo reports by the Intergovernmental Panel on Climate Change, his elegant, accessible prose does not.
He has a point when he says that exercising caution over warning signs is tantamount to complacency. Occasionally, however, he could exercise a bit more of it himself. For example, he acknowledges that humans are an adaptive species, then cites projections of lives lost to heatwaves, air pollution and the like, which typically do not factor in adaptation measures.
He nevertheless gets the big things right. His insistence that electing leaders with climate-friendly policies matters immeasurably more than forgoing a plastic straw in your cocktail is surely correct. Yet he is perversely optimistic: because humans are responsible for the problem, they must be capable of undoing at least some of it, he thinks. If Americans’ carbon footprints matched those of average Europeans, the United States would emit less than half as much carbon as it does.
The book does not dwell on the policies that might achieve such outcomes; it is more expository than prescriptive. Some readers will find Mr Wallace-Wells’s outline of possible futures alarmist. He is indeed alarmed. You should be, too.
L268 A terrifying look at the consequences of climate change的更多相关文章
- words
conscious[英][ˈkɒnʃəs][美][ˈkɑnʃəs]consensus[英][kənˈsensəs][美][kənˈsɛnsəs] scious sensuswaterflood; de ...
- sentence patterns
第四部分 推理题 1.世界上每个角落的每个人都有立场,都有背景,都有推理性,能推理出一个人语言的真意,才成就了真正的推理能力: 2.换言之,如果你能通过一个人的说话推理出其身份职业,你的推理能 ...
- Ehcache(2.9.x) - API Developer Guide, Cache Usage Patterns
There are several common access patterns when using a cache. Ehcache supports the following patterns ...
- L293 给地球降温
Countries look at ways to tinker with Earth’s thermostat The idea of cooling the climate with strato ...
- TED_Topic10:The case for engineering our food
By Pamela Ronald Pamela Ronald studies the genes that make plants more resistant to disease and stre ...
- DLL Dynamic-Link Library Search Order
http://msdn.microsoft.com/en-us/library/windows/desktop/ms682586(v=vs.85).aspx A system can contain ...
- Report: Disappearing Wetlands Put Planet Life at Risk
A new report warns that wetlands are disappearing three times faster than the world’s forests, with ...
- 26. The Greenhouse Effect and Its Consequences 温室效应及其后果
26. The Greenhouse Effect and Its Consequences 温室效应及其后果 ①The greenhouse effect causes trouble by rai ...
- 文献阅读 - Genome-wide consequences of deleting any single gene
现在在做单基因敲除后的转录组数据分析,一个显而易见却又百思不得其解的问题出现了: 为什么敲掉一个基因会导致其他那么多基因的表达发生了变化,甚至是其他很多调控基因(转录因子)? 我敲掉的只是一个普通基因 ...
随机推荐
- 安装 zookeeper cluster
安装 zookeeper cluster zookeeper-3.4.5.tar.gz n0 10.69.10.193 n1 10.69.10.188 n2 10.69.10.192 n0 上解压 z ...
- android------eclipse运行错误提示 Failed to load D:\Android\sdk\build-tools\26.0.0-preview\lib\dx.jar
更新了SDK后,在ecplise上运行项目时出现了一个问题. 一运行就提示这个错误:Your project contains error(s), please fix them before run ...
- 全站从http升级到https(WordPress博客)
最近几年HTTPS取代HTTP已经成为大趋势,HTTP是超文本传输协议,信息是明文传输的,而HTTPS是安全超文本传输协议,需要证书和提供安全连接,换句话说,HTTPS是嵌套了SSL加密的HTTP连接 ...
- Pytorch的Reproducibility(可复现性)
对于Pytorch的结果复现,在不同版本的pytorch或者不同的硬件平台之间,不能够保证结果是完全一致的,即使在CPU和GPU上采用相同的随机数种子. 关于torch.backend.cudnn.b ...
- git 提交代码场景
1.首次提交代码到master git init git add . git commit -m '' git remote add origin +address git push -u origi ...
- springboot添加log4j日志配置log4j.xml生成日志文件
第一步:添加pom文件依赖 <!-- log4j --> <dependency> <groupId>org.springframework.boot</gr ...
- python-django rest framework框架之解析器
1.解析器 : 对请求的数据进行解析 - 请求体进行解析. 解析器在你不拿请求体数据时 不会调用. class UsersView(APIView): def get(self,request,*ar ...
- 函数使用六:ABAP4_CALL_TRANSACTION
此函数是在程序中调用一个事物代码,跳转或者执行事物代码的程序. 参数说明: Import TCODE 执行的事物代码 SKIP_SCREEN ...
- Oracle中序列(Sequence)详解
一 序列定义 序列(SEQUENCE)是序列号生成器,可以为表中的行自动生成序列号,产生一组等间隔的数值(类型为数字).不占用磁盘空间,占用内存. 其主要用途是生成表的主键值,可以在插入语句中引用,也 ...
- MongoDB 教程(一):了解 NoSQL
概述: MongoDB 是一个基于分布式文件存储的数据库.由 C++ 语言编写.旨在为 WEB 应用提供可扩展的高性能数据存储解决方案. MongoDB 是一个介于关系数据库和非关系数据库之间的产品, ...