L337 Should We Relax About Screen Time?
The UK government's plans for regulation of the internet and social media contained a long list of online harms. Among them was excessive screen use by teenagers.
On the Tech Tent podcast this week, we ask whether there is convincing evidence that spending hours staring at smartphones and other screens is damaging the mental health of young people.
If you read news headlines - or indeed the government's Online Harms White Paper - you might think that the case against screen time was a no-brainer.
But this week, a study by the Oxford Internet Institute suggested that it had little obvious effect on the mental wellbeing of teenagers, even if they were spending hours staring at screens at bedtime.
"We look at general wellbeing," one of the researchers, Amy Orben, tells us. "We do not find a relationship between digital screen use 30 minutes, one hour and two hours before bed and a decrease in wellbeing."
The research examined data from more than 17,000 teenagers in the UK, Ireland and the United States.
Ms Orben tells us that, unlike some other studies, their work does not rely solely on what people report about their own screen time.
"People are really bad at estimating how much they use phones and technology in their everyday life," she explains
"We've actually seen in previous research that the overlap between their self-reported phone use and their actual use when it is tracked is absolutely minimal."
Robust study
Critics have pointed out that some of the Oxford data dates back to 2011. Since then, adolescents' screen time and the nature of what they are viewing has changed.
There is plenty of anecdotal evidence that no matter how long teenagers are spending looking at screens, they are encountering material about issues such as anorexia and self-harm that could prove damaging to their mental health.
The Oxford researchers are confident that their study is robust in its finding that any correlation between screen time and mental health is very small.
"That crucially does not mean that I'm saying that there might not be a type of digital technologies that is harmful, or is very beneficial," says Ms Orben. But she says more research is needed.
"I think this study is only a first step. We need to be asking better questions."
Meanwhile, whatever the evidence, the drive to regulate the internet is gathering pace.
L337 Should We Relax About Screen Time?的更多相关文章
- 断电不断网——Linux的screen
		title: 断电不断网--Linux的screen author:青南 date: 2015-01-01 20:20:23 categories: [Linux] tags: [linux,scre ... 
- screen命令
		基本用法 screen -S testname 在这里面执行命令,即使终端突出,进程也不会断掉 screen -list查看有哪些screen screen -r testname 恢复 
- SSH远程会话管理工具 - screen使用教程
		一.screen命令是什么? Screen是一个可以在多个进程之间多路复用一个物理终端的全屏窗口管理器.Screen中有会话的概念,用户可以在一个screen会话中创建多个screen窗口,在每一个s ... 
- screen:多重视窗管理程序
		screen:多重视窗管理程序 screen [-S SCREEN_NAME]: 创建窗口,可指定窗口名称,如果不指定,则是ID.$HOSTNAME screen -ls: 列出所有的screen窗口 ... 
- [LeetCode] Sentence Screen Fitting 调整屏幕上的句子
		Given a rows x cols screen and a sentence represented by a list of words, find how many times the gi ... 
- 关于媒体查询 @Media Screen 与响应式
		其实CSS2中已经有了媒体查询的概念,但是CSS3中媒体查询功能更加的强大! 首先,我们来看一个小例子 设置媒体查询的 Max Width ,改变窗口大小到600px的时候就会触发一下代码: @med ... 
- 利用@media screen实现网页布局的自适应
		利用@media screen实现网页布局的自适应 优点:无需插件和手机主题,对移动设备友好,能够适应各种窗口大小.只需在CSS中添加@media screen属性,根据浏览器宽度判断并输出不同的长宽 ... 
- 了解screen对象的常用视图属性
		前面的话 screen对象基本上只用来表明客户端的能力,其中包括浏览器窗口外部的显示器的信息,如像素高度和宽度等.每个浏览器中的screen对象都包含着各不相同的属性.本文将详细介绍screen对象的 ... 
- 列表屏幕(List Screen)
		声明:原创作品,转载时请注明文章来自SAP师太技术博客( 博/客/园www.cnblogs.com):www.cnblogs.com/jiangzhengjun,并以超链接形式标明文章原始出处,否则将 ... 
随机推荐
- Linux系统查看本机ip地址
			1. 使用ifconfig命令查看inet对应的ip地址就是 2. 如果不能使用ifconfig命令,需要安装net-tools工具,使用yum install net-tools安装即可. 
- GoldenGate12.3中新增的Parallel Replicat (PR)介绍
			Parallel Replicat介绍 在OGG 12.3.0.1中新增的一项特性parallel replicat(并行投递),相对于传统的投递和集成投递(integrated replicat), ... 
- jQuery 查找属性
			jQuery 查找属性 示例: <div xsk='123' > <div xsk='456' > // 具有xsk属性的所有标签 $('[xsk]') // xsk属性等于1 ... 
- Python while 循环
			while循环的使用 count = 0 while True: print("conunt:",count) conunt = conunt +1 注:while:作为循环命令 ... 
- Python xml模块
			xml模块 自己创建xml文档 import xml.etree.cElementTree as ET new_xml = ET.Element("personinfolist") ... 
- mysql数据库explain命令用法详解
			本文转自一位前辈的文章,感觉写得很好,就转过来了.这个是那位前辈的原文地址:http://www.111cn.net/database/mysql/81698.htm 当我们在优化SQL时,想看 ... 
- SpringBootsad整合EhCache做缓存处理
			轻量级的缓存框架Ehcache实现其功能.从以下几点切入: 什么是EhCache? 它和redis.membercache比较有什么优势? 和SpringBoot怎么整合? 实现机制? 有哪些坑? E ... 
- ERROR 1290 (HY000): The MySQL server is running with the --secure-file-priv option so it cannot execute this statement
			centos7.5 使用into outfile备份失败 问题: mysql> select * from world.city into outfile '/tmp/world_city.da ... 
- #map+LCA# Codeforces Round #362 (Div. 2)-C. Lorenzo Von Matterhorn
			2018-03-16 http://codeforces.com/problemset/problem/697/C C. Lorenzo Von Matterhorn time limit per t ... 
- Paper Read: Convolutional Image Captioning
			Convolutional Image Captioning 2018-11-04 20:42:07 Paper: http://openaccess.thecvf.com/content_cvpr_ ... 
