L360 Most People Spend Their Time in Just 25 Places
Some people are always out on the town, going to concerts, restaurant openings, you name it. They're too fun to fall into a predictable routine! Or so it seems. According to a new study, everyone has a set of places they return to regularly. Twenty-five of them, to be exact.
Initially, the study started small. Using smartphone data, researchers from the UK and Denmark followed the movements of 850 college students over two years. They mapped their whereabouts throughout the day using GPS and WiFi traces and found that while the students often visited new spots, they spent the bulk of their time in roughly 25 places that they returned to repeatedly. They weren't always "Cheers"-level regulars, but they were regular enough.
This behavior seemed linked to college life when students are relatively campus-bound. But when researchers scaled up the study to 40,000 people from all over the world with all different kind of lifestyles, they found the exact same thing. People are constantly trying to toe the line between curiosity and laziness, discovery and familiarity, and visiting 25 places on a regular basis seems to ease them into a happy medium.
Plenty of scientists have studied human mobility in the past, but historically, most studies looked at movements over the course of a day or a week. This is the first study to track mobility longer-term, over multiple years. The results are all the more interesting because the number 25 held so constant. People didn't frequent more locations when they had more free time to explore, or fewer when they had less. The number of locations they went to did seem to correlate with the number of friends they had, however: More friends translated into slightly more places visited.
These results by no means suggest that we don't incorporate new places into our routines. We do! All the time! We move to new neighborhoods, switch gyms, try new restaurants, and so forth. (In fact, any time the college students visited a new place, there was a roughly 20 percent chance it would become one of their 25 home bases.) But for every new favorite pizza place we discover, an old stomping ground gets abandoned. It seems humans simply don't have the mental bandwidth for much more than 25 places, just as we don't have the bandwidth for much more than 150 friends.
This could have implications for how cities are designed, how governments manage disease epidemics, and other structural puzzles — but it could also impact how people think about their personal movements. If you can only be a regular at 25 places, it's worth choosing them carefully. After all, your environment can shape your behavior, your mindset, and your physical health. Companies are constantly investing in offices conducive to creativity (like Amazon's plant-filled, rainforest-esque office) and collaboration (Google and Pixar's offices are literally designed for random run-ins with coworkers). People may start to think about the spaces they visit outside of work in the same way, seeking out layouts and amenities that help them feel like their best selves.
L360 Most People Spend Their Time in Just 25 Places的更多相关文章
- ATM+购物车
本次代码的实现用到了模块间的互相调用,这对于初学者而言有些难度,不过这也是我们必须要掌握的,在以后的大程序中,多个模块会让我们的代码看起来简洁明了,易排错 (本次代码只是简单的实现的基本的功能,其代码 ...
- Money, save or spend, this is a problem .
Win a lottery? Had a great hand at the casino? Did fortune shine upon you in the stock market? 彩票中了大 ...
- 亚马逊拟斥资15亿美元建航空货运中心 - Amazon to spend $1.49 bln on air cargo hub, fans talk of bigger ambitions - ReutersFebruary 1, 2017
2月1日消息,亚马逊本周二宣布将在肯塔基州开建其第一个航空货运中心,以应对高速增长的航空货运需求.亚马逊预计,该项目将带来2000个工作岗位. 据悉,该项计划总投入约为15亿美元,亚马逊或可从当地政府 ...
- How to spend you day ?
如果这是你生命中的最后的一天,你该如何去过好它呢? 不要浪费你生命中的每一分,每一秒!!!
- English-培训4-How do you spend your day
- PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)
100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...
- PHP代码优化
1 代码优化 1 尽量静态化 如果一个方法能被静态,那就声明它为静态的,速度可提高1/4,甚至我测试的时候,这个提高了近三倍. 当然了,这个测试方法需要在十万级以上次执行,效果才明显. 其实静态方法和 ...
- Crystal Clear Applied: The Seven Properties of Running an Agile Project (转载)
作者Alistair Cockburn, Crystal Clear的7个成功要素,写得挺好. 敏捷方法的关注点,大家可以参考,太激动所以转载了. 原文:http://www.informit.com ...
- POJ2774 Long Long Message [后缀数组]
Long Long Message Time Limit: 4000MS Memory Limit: 131072K Total Submissions: 29277 Accepted: 11 ...
随机推荐
- Kotlin 泛型
泛型,即 "参数化类型",将类型参数化,可以用在类,接口,方法上. 与 Java 一样,Kotlin 也提供泛型,为类型安全提供保证,消除类型强转的烦恼. 声明一个泛型类: cla ...
- 关于python 的http 日常操作
Http,互联网的基础 .net ,java(springboot),node.js,python 都能非常方便的实现http服务. 现在服务器后台跑着pytorch的模型,想着还是用python来处 ...
- 金蝶K3常用数据表
金蝶K3WISE常用数据表 K3Wise 14.2 清空密码update t_User set FSID=') F ", ,P T #8 *P!D &D 80!N &@ &l ...
- 集合基本操作 Python DAY2
集合本身具有两个特性 1.去重 2.关系测试 列表转集合的两种写法: list_1=[1,2,3,4,1,2,7,8,] list_1=set(list_1) #方法二 list_2=set([1, ...
- 接前一篇:new select option保存搜索条件
WD_SELECT_OPTIONS_20新加了很多好玩的东西,尤其是里面的保存搜索条件和使用保存的搜索条件.因为这个比较想WEB UI,所以兴趣比较高一点,WEB UI里是把参数拼成XML存起来的,我 ...
- C# deep copy List
https://stackoverflow.com/questions/14007405/how-create-a-new-deep-copy-clone-of-a-listt 1. copy lis ...
- Element.scrollIntoView()
Element.scrollIntoView() 方法让当前的元素滚动到浏览器窗口的可视区域内 语法 element.scrollIntoView(); element.scrollIntoView( ...
- Linux Shell函数定义与调用
一.Shell函数定义格式 shell函数定义格式,各部分说明如下: [ function ]等中括号括起来部分----表示可选(即可有可无) your_function_name部分----为函数名 ...
- 从零开始 —— Canvas(一)
从零开始-Canvas 1.颜色.样式和阴影 属性 a.fillStyle(设置或返回用于填充绘画的颜色.渐变或模式) 语法:context.fillStyle = color(颜色值) | grad ...
- 针对小程序for循环绑定数据,实现toggle切换效果(交流QQ群:604788754)
如有更好的方法实现,可以留言或加群交流学习.谢谢(交流QQ群:604788754) WXML: <block wx:for="{{datanum}}" wx:for-inde ...