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 ...
随机推荐
- linux下查看进程id时用到的命令
一.查看端口占用的进程 . lsof -i:端口号, 查看某一端口的占用情况 [root@localhost bin]# lsof -i: COMMAND PID USER FD TYPE DEVIC ...
- 雷林鹏分享:jQuery EasyUI 数据网格 - 自定义分页
jQuery EasyUI 数据网格 - 自定义分页 数据网格(datagrid)内置一个很好特性的分页功能,自定义也相当简单.在本教程中,我们将创建一个数据网格(datagrid),并在分页工具栏上 ...
- SQL添加事务处理
--modi by lmt declare @errorSum int --记录错误数 begin Create table #CheckreqAccState(CheckReqID varchar( ...
- random froest 调参
https://blog.csdn.net/wf592523813/article/details/86382037 https://blog.csdn.net/xiayto/article/deta ...
- C# WPF开发之MVVM模式开发
MVVM模式由Model,View,ViewModel三部分组成. Model需继承INotifyPropertyChange(属性修改通知) ViewModel负责业务逻辑,连接View和Model ...
- 使用Composer安装Symfony
最近的一些项目都会使用symfony框架,首先的第一个问题就是symfony框架的下载及安装,symfony要求的php环境5.5以上的,需要php版本的切换.使用的是windows版的安装起来较为麻 ...
- [springMvc] 源码分析笔记(一)
1. Servlet 结构图 2. servlet接口 public interface Servlet { //init方法在容器启动时被容器调用(当load-on-startup设置为负数或者不设 ...
- LARS 最小角回归算法简介
最近开始看Elements of Statistical Learning, 今天的内容是线性模型(第三章..这本书东西非常多,不知道何年何月才能读完了),主要是在看变量选择.感觉变量选择这一块领域非 ...
- ElasticSearch踩坑记录
一.分词错误 [2018-02-06 14:28:30:098] --- [INFO] --- [CjhArticleSimilarityTask.java:66] --- [[SimilarityC ...
- AJAX如何实现和后端的交互(网页如何与 web 服务器进行通信)
在这里我们将会用一个姓名提示框案例来简单说明: 当用户在输入框中键入字符时,网页与 web 服务器进行通信,服务器返回提示信息,传给网页: 先看一下界面: 在html页面中: 思路:就是当用户在上面的 ...