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 ...
随机推荐
- 使用Python创建一个简易的Web Server
Python 2.x中自带了SimpleHTTPServer模块,到Python3.x中,该模块被合并到了http.server模块中.使用该模块,可以快速创建一个简易的Web服务器. 我们在C:\U ...
- conda命令简单使用
Anaconda是一种Python语言的免费增值开源发行版,用于进行大规模数据处理.预测分析,和科学计算,致力于简化包的管理和部署.Anaconda使用软件包管理系统Conda进行包管理. 1.查看系 ...
- Rails6使用tailwind CSS
tailwind的特色(在Bootstrap 和vanilla Css之间) https://tailwindcss.com/docs/what-is-tailwind/ Rails6 six版本的R ...
- 移动端跨平台方案对比:React Native、weex、Flutter
跨平台一直是老生常谈的话题,cordova.ionic.react-native.weex.kotlin-native.flutter等跨平台框架百花齐放,颇有一股推倒原生开发者的势头. 为什么我们需 ...
- 使用cookie保存用户名和密码
效果图如下 从数据库中随意使用一个账号登录 登陆成功来到人中心 返回登录界面 实现代码如下 package com.test.controller; import java.io.IOExceptio ...
- 爬虫(二)Python网络爬虫相关基础概念、爬取get请求的页面数据
什么是爬虫 爬虫就是通过编写程序模拟浏览器上网,然后让其去互联网上抓取数据的过程. 哪些语言可以实现爬虫 1.php:可以实现爬虫.php被号称是全世界最优美的语言(当然是其自己号称的,就是王婆 ...
- DOM 操作成本究竟有多高,HTML、CSS构建过程 ,从什么方向出发避免重绘重排)
前言: 2019年!我准备好了 正文:从我接触前端到现在,一直听到的一句话:操作DOM的成本很高,不要轻易去操作DOM.尤其是React.vue等MV*框架的出现,数据驱动视图的模式越发深入人心,jQ ...
- Docker 容器技术
前言: 之前感觉Docker是一种小虚拟机,docker和KVM虚拟机之间有什么区别.联系.可以应用在什么样的生产环境? 一.Docker是什么以及和KVM的区别 1.docker概念? Docker ...
- 使用JS判断不同的终端设备
const ua: string = window.navigator.userAgent; const isWeixin: boolean = /MicroMessenger/i.test(ua); ...
- leetcode 链表相关
1.给出两个 非空 的链表用来表示两个非负的整数.其中,它们各自的位数是按照 逆序 的方式存储的,并且它们的每个节点只能存储 一位 数字. 如果,我们将这两个数相加起来,则会返回一个新的链表来表示它们 ...