The lamentable decline of reading

news/2025/10/16 1:55:35/文章来源:https://www.cnblogs.com/profesor/p/19144631

https://www.ft.com/content/583de986-a295-4697-a2fe-3c6b13c99145

The lamentable decline of reading
Childhood encouragement, libraries and government support can reverse the trend
THE EDITORIAL BOARDAdd to myFT

Institutions such as Boston Public Library face a challenging environment, with fewer Americans reading for pleasure and federal funding cuts that target libraries © UCG/Getty Images
The lamentable decline of reading on x (opens in a new window)
The lamentable decline of reading on facebook (opens in a new window)
The lamentable decline of reading on linkedin (opens in a new window)

Save
current progress 85%
The editorial board

PublishedAUG 22 2025

263
Print this page
Unlock the Editor’s Digest for free
Roula Khalaf, Editor of the FT, selects her favourite stories in this weekly newsletter.


Dear reader, you are part of a dwindling group. Around the world fewer people are reading books, newspapers or magazines for pleasure, whether in print or on digital devices. Laments about the decline grew louder this week, as an extensive US study found that just 16 per cent of people spent any leisure time reading during an average day, down from 28 per cent two decades ago.

Researchers from the University of Florida and University College London, who analysed round-the-clock diaries from 236,000 Americans, were right to express concern about their findings. They corroborate other evidence from the US and elsewhere that people are giving up reading in favour of activities such as endless scrolling through social media or watching short videos on TikTok, Instagram and elsewhere.

Neuroscientists and social psychologists cite many benefits of becoming absorbed regularly in a book or newspaper, from improved mental health and wellbeing to educational and cultural enrichment. Listening to audiobooks — a fast-growing publishing sector — provides similar benefits to reading on paper or a tablet.

An important finding from the American Time Use Survey is a growing polarisation between readers and non-readers. The proportion of people who never read books is growing fast but those who still read regularly are spending more free time on the activity now than 20 years ago. This helps to explain why the publishing industry remains in good shape.

In the UK the Publishers Association reported an encouraging picture for the consumer market last year with a 5 per cent increase in revenues and books sold. Waterstones, the country’s largest book retailer, is adding new locations to its chain of about 300 stores.

So the biggest policy challenge is to kindle an interest in reading among those who have none. The obvious time to start is in childhood, beginning with more encouragement for parents to read to young children — something that happens only rarely today, according to the new US study.

Then primary schools can follow up, emphasising the fun side of story books as well as the functional importance of learning to read and write. This can only work if the school has a library — which is missing in one in four UK primary schools in disadvantaged areas, where they are needed most. Chancellor Rachel Reeves made a welcome commitment last month to ensure that all primary schools have a library by 2029.

Attractive and engaging public libraries are essential too, to maintain a healthy level of reading among people of all ages who cannot afford or do not want to buy their own books. The signs here are less promising, as the local authorities that fund libraries are in financial distress in many countries. In the US, President Donald Trump has regrettably signed an executive order to end federal support for libraries.

Some barriers to reading are relatively easy to remove. A striking example this week was Denmark, which announced the scrapping of its 25 per cent VAT rate on books, to address what culture minister Jacob Engel-Schmidt called a “reading crisis” in his country.

However, while initiatives by governments, charities and publishers can help, a broad-based revival of reading requires a turn in the social and cultural tide responsible for the long-term decline. Some optimists detect signs of this happening, with young people beginning to react against the pervasive intrusion of social media and its fragmentation of their leisure time. Although the evidence is anecdotal at this early stage, new readers, like existing ones, can only benefit from the enriching world of words.

 

Letter in response to this editorial comment:

How readers can break free from screen addiction / From Mitsuko Mori Matsuda, Mexico City, Mexico

https://www.ft.com/content/ead88e66-5c5c-4dad-9c09-7d295a5171ae

 

https://www.ft.com/content/ead88e66-5c5c-4dad-9c09-7d295a5171ae

Letter: How readers can break free from screen addiction
From Mitsuko Mori Matsuda, Mexico City, Mexico

© Philip Fong/AFP via Getty Images
Letter: How readers can break free from screen addiction on x (opens in a new window)
Letter: How readers can break free from screen addiction on facebook (opens in a new window)
Letter: How readers can break free from screen addiction on linkedin (opens in a new window)

Save
current progress 82%
PublishedAUG 27 2025

7
Print this page
The FT View “The lamentable decline of reading” (August 23) touches common concerns of us: readers are becoming a minority.

As pointed out, libraries, parental efforts and accessibility are all important. But as a parent who spent good years in an industry that profits from the people’s screen time, I believe that the root cause is clear: we have become addicts. Who expects addicts to have the calm to read regularly?

Screens relentlessly compete with books. Messages and “news” are engineered to stimulate our brains far more intensely than reading ever could. Anyone who has paused mid-page because of a phone buzzing knows that. Any parents struggling to limit their children’s screen time knows that.

This summer, at a well-equipped library in Canada, I saw few people reading but instead most were on computers or phones.

How many parents today have time and calm to read to their children, or even read themselves? Very few. Where did “the time to read” go? Nowhere — it is consumed by screens. And “time spent” is a major KPI social media lives by.

In my family, a mild remedy has been good manga. Many Japanese parents once considered it a headache, but titles on histories and biography can be a captivating gateway to learning.

As with addiction treatment, the first step is recognition. We must admit that we’re hooked before daydreaming of willpower alone restoring reading habits. Rehabilitation can begin with less harmful but engaging alternatives like manga — before we reclaim the deeper joys of reading.

Mitsuko Mori Matsuda
Mexico City, Mexico

 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/937939.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

[FT.COM]The world should prepare for the looming quantum era

https://www.ft.com/content/96e14cb0-f49f-4632-b94f-2d1cdc625f8b The world should prepare for the looming quantum eraNew breakthroughs underscore the technology’s potential and perilsTHE EDITORIAL BOAR…

10.15 闲话

镜中的昆虫曹髦,字彦士,常称其为“高贵乡公”。甘露五年五月己丑日,在诛杀司马昭的过程中被成济刺死。 我认为三国杀对曹髦的刻画是非常成功的。【潜龙】属于前期劣势,后期爆发的技能。【清正】和【酒诗】都不算能…

函数的类型注释器

在看别人的代码的时候你是否会看到经常会有这种情况 def haha(aa:str) -> np.ndarray:pass这里面的:str还有->代表什么呢? 其实他们就是为了让我们的代码的函数更加容易理解,规范输入输出的类型,所以使用了函…

如何手动构建一个线性回归模型

import numpy as np from utils.features import prepare_for_training # 预处理 import torch as t# 现在开始构建线性回归 class LinearRegression():"""总结一下这个函数具体做了什么事情:1. 预处理…

Web Components 微前端实现与应用

Web Components 微前端实现与应用 1. 核心架构设计 1.1 微前端架构模式 // 微前端核心接口定义 interface MicroFrontendConfig {name: string;entry: string; // 应用入口container: string; // 挂载容…

DshanPI-A1 RK3576 gmrender-resurrect B站投屏

演示效果 一、环境信息类别 具体配置板卡 DshanPI-A1主控芯片 RK3576操作系统 Armbian桌面系统 GNOME窗口系统 WaylandGPU 驱动 Panfrost二、实现原理核心组件:gmrender-resurrect 是一款接收 DLNA 服务内容,并通过 …

组件级异步加载与预加载策略

组件级异步加载与预加载策略 1. 核心架构设计 1.1 异步组件加载器 // 组件加载状态枚举 enum ComponentLoadStatus {IDLE = idle,LOADING = loading,LOADED = loaded,ERROR = error }// 组件配置接口 interface Compon…

好记性不如烂笔头之C语言优先级查询

优先级 运算符 名称与含义 使用形式 结合方向  说明1 [] 数组下标 数组名[ int] 左到右() 圆括号. 成员选择(对象)-> 成员选择(指针)2 - 负号运算符 -表达式 右到左~ 按位取反 ~表达式++ 自增 ++变量名/变量…

SAM系列论文浅析

SAM(Segment Anything Model)系列代表了计算机视觉基础模型从"专用工具"向"通用感知系统"的演进。本文从视觉语言模型的角度深入分析SAM系列三代模型的技术演进,重点剖析SAM3如何通过引入可提示…

2023 ICPC Xian

2023 ICPC Xian ICPC Xian 也是非常坐牢的一场 E 从能力值小的人开始考虑,遍历他能胜利多少次,若他能胜利 \(x\) 次,则必须在交换操作后有一个长度为 \(2^x\) 的区间里面都是比他弱的,从小到大遍历胜利次数,同时维…

2025-10-15 ?

?Kasino game you have 1 coin,determine to join the following game or not. if you have n coins( n is a real number) before this round,you will have 9n w.p. 1/2,and have 0.1n w.p. 1/2 you will play infi…

为什么一部电影,一本书一看就喜欢

为什么一部电影,一本书一看就喜欢,我知道这跟这部作品的,要表达的思想有关,可为什么。。。因为这部电影你还没看完,内容你还不知道,你是怎么喜欢上的呢。真的很奇怪。。。也许,这是很肤浅的认识吧。就现在以前的…

20251015打卡

冒一下泡,我还活着哈哈哈

牛客119232 牛客2025秋季算法编程训练联赛1-提升组 游记

打了大约 $90min$ 离场,$4t$,整体题目较水。省流 打了大约 \(90min\) 离场,\(4t\),整体题目较水。10.15 内含剧透,请vp后再来。 不是题解!!!!!!! 赛前 晚上没吃饭,为了吃饭知道不会打的时间特别长。看到题…

BroadcastChannel跨页签通信复盘总结

BroadcastChannel API 提供了一个简单有效的跨页签通信解决方案,特别适合需要实时同步状态的同源页面场景。虽然存在一些局限性,但在合适的业务场景下,它能够以最小的开发成本实现良好的通信效果。 核心实现代码 //…

02020510 EF Core高级10-构建动态表达式树、不推荐动态构建表达式树、动态构建IQuerable、动态构建字符串

02020510 EF Core高级10-构建动态表达式树、不推荐动态构建表达式树、动态构建IQuerable、动态构建字符串 1. 不用Emit生成IL代码实现select的动态化(视频3-46) 1、Select(b=>new{b.Id,b.Name}) 2、运行时动态设定…

02020601 Web API01-顶级语句、全局using指令、可空类型、record类型(自动重写ToString、Equals)、init和private属性

02020601 Web API01-顶级语句、全局using指令、可空类型、record类型(自动重写ToString、Equals)、init和private属性 1.1 C#新语法01(视频4-1) 1.1 C#新语法 1、C#8.0、C#9.0和C#10.0中增加了很多的新语法,这里讲…

Nginx 之Rewrite 使用详解

Nginx 的 rewrite 模块是处理 HTTP 请求过程中的一个重要功能,它允许基于 Perl 兼容正则表达式(PCRE)对用户请求的 URI 进行重写,并返回 30x 重定向跳转或按条件执行相关配置。 Rewrite 指令 2.1 指令语法 Nginx 中…

libaom 在ubuntu 上用鸿蒙OHOS编译

1) 导入 OHOS 环境(当前会话)export OHOS_SDK=/root/harmony/command-line-tools/sdk/default/openharmony export OHOS_SYSROOT=$OHOS_SDK/native/sysroot export PATH=$OHOS_SDK/native/llvm/bin:$PATH# 确认编译器…