L333 Should You Listen to Music While You Work?
Should You Listen to Music While You Work?
"Whistle while you work" is classic advice, straight from Snow White. Science backs it to a certain extent, too — listening to music on the treadmill, for instance, helps people persevere through their runs. But does music create a productive backdrop for more mental work? What about for any kind of work?
Music + Work = It's Complicated
This question is a bit simplistic, so it's no wonder that no one has satisfactorily answered it yet. The researchers who discovered the "Mozart effect," found that listening to Mozart sonatas before a mental activity sparked stronger spatial reasoning (it didn't actually make people smarter). Cool, but specific. What about Mozart sonatas during a task? What about death metal?
Hard to say. There have been various studies on music and work, but the results have been mixed. Perhaps, a recent study proposed, this is because music's effect on work performance is complicated. It's not just "good" or "bad" — it depends on the type of work, the type of music, and the worker's personality.
To test this hypothesis, the researchers recruited 142 undergraduate students and asked them to complete two tasks, one simple and one complex. The simple one was searching a list of words and crossing out the ones including the letter "a"; the complex one was studying pairs of words and then recalling them in a test setting.
Subjects did their tasks either in silence or with a soundtrack of instrumental music; the music was either simple or complex. (Both tracks had identical piano, strings, and synth elements, but the complex one had drums and bass layered in.)
Researchers assessed participants' personalities beforehand, too. Each study subject took an evaluation that gauged how much they enjoyed external stimulation. The 28-item questionnaire asked them to respond to statements like "It takes more stimulation to get me going than most people" and "I am seldom excited about my work."
The results were counterintuitive. Basically, researchers found that people with a preference for external stimulation — think people who check their phones while watching TV or actually play on the office swingset — were less able to handle working to music. They were the ones who most wanted to, ironically, but they performed best on the complex task when they worked in silence. Their peers who didn't prefer external stimuli performed best when music played.
This held true for the study's simple task, too. The external simulation seekers performed best to no music or simple music, whereas their peers who bored less easily performed best to complex music.
These results suggest that people who seek external stimulation have a huge, almost unwieldy amount of attention that they can give the world. Their attention splits easily when multiple activities — say, doing work and listening to music — compete for their attention. But isolated with a task, they can get very deeply absorbed. People on the other end of the spectrum, meanwhile, benefitted from the distraction, since it was just enough to keep their minds from wandering.
Not that people who seek external stimulation are unique. Across the board, people can enjoy only so much distraction. As the study authors put it: "While distractions may facilitate simple task performance to a degree, there is also a point at which distractions will overload task performers even during simple tasks." For external stimulation seekers, overload happens earlier, because they're actively seeking the sensation. Overload may be bad for performance, but it's definitely not boring.
L333 Should You Listen to Music While You Work?的更多相关文章
- Linux进程间通信(八):流套接字 socket()、bind()、listen()、accept()、connect()、read()、write()、close()
前面说到的进程间的通信,所通信的进程都是在同一台计算机上的,而使用socket进行通信的进程可以是同一台计算机的进程,也是可以是通过网络连接起来的不同计算机上的进程.通常我们使用socket进行网络编 ...
- tcp连接listen的backlog剖析
TCP连接中,最重要的是连接TCP连接上,两个方向之间的各个状态及各个系统调用与状态之间的关系.往往可以以两种图表示,第一种是状态转换图,第二种是连接时序图.如下: 状态图: 时序图: ...
- socket编程listen函数限制连接数的解决方案
函数原型: int listen(int sockfd, int backlog); 当服务器编程时,经常需要限制客户端的连接个数,下面为问题分析以及解决办法: 下面只讨论TCP UDP不做讨论(很 ...
- listen()
创建一个套接口并监听申请的连接. #include <winsock.h> int PASCAL FAR listen( SOCKET s, int backlog); S:用于标识一个已 ...
- Error: listen EADDRINUSE
有可能是已经作用了18001端口 netstat -antp|grep 18001 kill 然后重启程序. events.js:72 throw er; // Unhandled 'error' e ...
- tcp/ip协议listen函数中backlog参数的含义与php-fpm的502 Bad Gateway
To understand the backlog argument, we must realize that for a given listening socket, the kernel ma ...
- access denied ("java.net.SocketPermission" "localhost:1527" "listen,resolve")
在开启derby服务出现该错误(测试hibernate 连接数据库时 使用myeclipse2014自带的数据库--windows->show view->other->Myecl ...
- 启动项目报错Error: listen EADDRINUSE
我在使用elasticsearch的kibana插件时候,有一次启动,遇到这个错误: Error: listen EADDRINUSE 它的意思是,端口5601被其他进程占用. 故而,需要kill掉那 ...
- listen和accept函数
listen函数是用来设置监听连接的句柄和队列 当listen函数执行完成以后,服务端就已经可以接受客户端来的新连接了,新连接完成以后listen会把客户端的ip,port和连接句柄放在监听队列里面, ...
随机推荐
- 基于注解的Spring事务配置
spring采用@Transactional注解进行事务申明,@Transactional既可以在方法上申明,也可以在类上申明,方法申明优先于类申明. 1.pom配置 包括spring核心包引入以及s ...
- BDD数据集(mask_rcnn)1
mask_rcnn中ballon的例子 classsification VS semantic segmention VS object detection VS instance segmentio ...
- CSS 初知
CSS 初知 举例 人 { 身高:175cm; 体重:70kg; 肤色:黄色 } 描述 CSS 指层叠样式表 (Cascading Style Sheets) 样式定义如何显示 HTML 元素 样式通 ...
- Docker Kubernetes 创建管理 Pod
Docker Kubernetes 容器扩容与缩容 环境: 系统:Centos 7.4 x64 Docker版本:18.09.0 Kubernetes版本:v1.8 管理节点:192.168.1.79 ...
- 2018.9.22 NOIP模拟赛
*注意:这套题目应版权方要求,不得公示题面. 从这里开始 Problem A 妹子 Problem B 旅程 Problem C 老大 因为业务水平下滑太严重,去和高一考NOIP模拟,sad... P ...
- BZOJ 2759 一个动态树好题(动态树)
题意 https://www.lydsy.com/JudgeOnline/problem.php?id=2759 思路 每个节点仅有一条有向出边, 这便是一棵基环内向树,我们可以把它在 \(\text ...
- 开源列式存储引擎Parquet和ORC
转载自董的博客 相比传统的行式存储引擎,列式存储引擎具有更高的压缩比,更少的IO操作而备受青睐(注:列式存储不是万能高效的,很多场景下行式存储仍更加高效),尤其是在数据列(column)数很多,但每次 ...
- Centos7初始化脚本
今天分享一个自己写的一个初始化的小脚本. 编写初始化系统要考虑到系统的版本问题,现在用的比较多的就是centos6和centos7,所以首先要判断一下系统的版本. cat /etc/redhat-re ...
- Yahoo Programming Contest 2019 F - Pass
F - Pass 思路: dp[i][j] 表示到第 i 个球为止放了 j 个蓝球的方案数 第 i 个球来自的位置的最右边是min(i, n) 转移方程看代码 代码: #pragma GCC opti ...
- H5高德地图获取当前位置
<!doctype html> <html> <head> <meta charset="utf-8"> <meta http ...