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的更多相关文章

  1. ATM+购物车

    本次代码的实现用到了模块间的互相调用,这对于初学者而言有些难度,不过这也是我们必须要掌握的,在以后的大程序中,多个模块会让我们的代码看起来简洁明了,易排错 (本次代码只是简单的实现的基本的功能,其代码 ...

  2. 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? 彩票中了大 ...

  3. 亚马逊拟斥资15亿美元建航空货运中心 - Amazon to spend $1.49 bln on air cargo hub, fans talk of bigger ambitions - ReutersFebruary 1, 2017

    2月1日消息,亚马逊本周二宣布将在肯塔基州开建其第一个航空货运中心,以应对高速增长的航空货运需求.亚马逊预计,该项目将带来2000个工作岗位. 据悉,该项计划总投入约为15亿美元,亚马逊或可从当地政府 ...

  4. How to spend you day ?

    如果这是你生命中的最后的一天,你该如何去过好它呢? 不要浪费你生命中的每一分,每一秒!!!

  5. English-培训4-How do you spend your day

  6. PayPal高级工程总监:读完这100篇论文 就能成大数据高手(附论文下载)

    100 open source Big Data architecture papers for data professionals. 读完这100篇论文 就能成大数据高手 作者 白宁超 2016年 ...

  7. PHP代码优化

    1 代码优化 1 尽量静态化 如果一个方法能被静态,那就声明它为静态的,速度可提高1/4,甚至我测试的时候,这个提高了近三倍. 当然了,这个测试方法需要在十万级以上次执行,效果才明显. 其实静态方法和 ...

  8. Crystal Clear Applied: The Seven Properties of Running an Agile Project (转载)

    作者Alistair Cockburn, Crystal Clear的7个成功要素,写得挺好. 敏捷方法的关注点,大家可以参考,太激动所以转载了. 原文:http://www.informit.com ...

  9. POJ2774 Long Long Message [后缀数组]

    Long Long Message Time Limit: 4000MS   Memory Limit: 131072K Total Submissions: 29277   Accepted: 11 ...

随机推荐

  1. angular学习第1步

    #### 最专业,最全面的angular的学习文档 https://www.jianshu.com/p/f0f81a63cbcb ### https://www.cnblogs.com/xiaowei ...

  2. 微信小程序的MVVM思想

    本文参照:[微信小程序开发]秒懂,架构及框架 同时多看:https://blog.csdn.net/qq_26585943/article/details/54378684 微信小程序开发,主要分清楚 ...

  3. Confluence 6 升级中的一些常见问题

    升级的时候遇到了问题了吗? 如果你想尝试重新进行升级的话,你需要首先重新恢复老的备份.不要尝试再次对 Confluence 进行升级或者在升级失败后重新启动老的 Confluence.  在升级过程中 ...

  4. c# 多线程简化

    编译器自动推断出ParameterizedThreadStart委托,因为Go方法接收一个单独的object参数,就像这样写: 1 2 Thread t = new Thread (new Param ...

  5. MySQL数据库(1)

    你好,我是Sundy左左,一名初级数据分析师,我在建设一个属于初学者笔记的乐园,在这里我将自己学习的东西分享出来,也许对你有用也许对你没用,但都欢迎您指出我的错误和改进的地方.我是一个初级的数据分析师 ...

  6. nodemanager 无法启动报错“doesn't satisfy minimum allocations”

    在启动nodemanager节点nodemanager时候报错 2019-03-29 14:15:44,648 INFO org.apache.hadoop.yarn.server.nodemanag ...

  7. 双目深度估计传统算法流程及OpenCV的编译注意事项

    起因: 1. 双目立体视觉中双目深度估计是非常重要且基础的部分,而传统的立体视觉的算法基本上都在opencv中有相对优秀的实现.同时考虑了性能和效率.因此,学习使用opencv接口是非常重要的. 2. ...

  8. oracleDBconsole服务启动失败

    问题出现的故障:    在一次正常使用企业管理器后,重新启动计算机,再次启动OracleDBConsoleORCL服务时,报:Windows 不能在 本地计算机 启动 OracleDBConsoleo ...

  9. Spring Boot(一)

    (一)如何使用IDEA新建一个Spring Boot项目 https://www.cnblogs.com/wmyskxz/p/9010832.html

  10. eXosip2 编译安装

    eXosip2-3.6.0 编译安装 刚开始我使用了 下面文章介绍里版本  我以为不支持tcp 其实是因为我服务端的端口 没有写对. https://www.cnblogs.com/elisha-bl ...