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
现在在做单基因敲除后的转录组数据分析,一个显而易见却又百思不得其解的问题出现了: 为什么敲掉一个基因会导致其他那么多基因的表达发生了变化,甚至是其他很多调控基因(转录因子)? 我敲掉的只是一个普通基因 ...
随机推荐
- python记录_day25 包
1.包就是一个文件夹 当我们导入一个包的时候,默认执行这个包内的__init__.py文件 在python2中必须写__init__.py文件,python3中可以不写,但是最好也写上 代码的结构: ...
- 可以进行SHA-1,SHA-224,SHA-256,SHA-384,SHA-512五种算法签名的工具类,以及简单说明
import java.security.MessageDigest; public class SignatureSHA { public static String signSHA(String ...
- ADO.NET json数组多条记录执行在DAL层循环(执行存储过程)
public int UpdateRegdate(tj_book_patient regdatejson) { int temp; SqlParameter[] ps = new SqlParamet ...
- [CodeForces - 197E] E - Paint Tree
E - Paint Tree You are given a tree with n vertexes and n points on a plane, no three points lie on ...
- 水题系列二:PhoneNumbers
问题描述: Phonenumbers 企业喜欢用容易被记住的电话号码.让电话号码容易被记住的一个办法是将它写成一 个容易记 住的 单词或 者短语 .例如 ,你 需要给 滑铁卢 大学打 电话时 ,可 以 ...
- spring-mvc实现模拟数据到网页展示过程代码
spring-mvc实现模拟数据到网页展示过程代码 先看看我们的3种模拟数据到网页展示的思路图: 1.当mybatis的环境配置完成.一个动态Web项目建立好.开始导入jar包. -spring的ao ...
- Java多线程中对CountDownLatch的使用
CountDownLatch是一个非常实用的多线程控制工具类,称之为“倒计时器”,它允许一个或多个线程一直等待,直到其他线程的操作执行完后再执行.用给定的计数初始化CountDownLatch,其含义 ...
- linux network
Linux 1◆ 提供连接 2◆ connection baidu.com 3◆ vm tools install Reboot
- ubuntu中更新.netcore到2.1版本
如果需要安装新版本到dotnetcore,需要先卸载旧版本(https://github.com/dotnet/core/blob/master/release-notes/download-arch ...
- react之传递数据的几种方式props传值、路由传值、状态提升、redux、context
react之传递数据的几种方式 1.父子传值 父传值:<子的标签 value={'aaa'} index={'bbb'}></子的标签> 子接值:<li key={thi ...