物体成瘾性_科技成瘾使我们不那么快乐。 那是一个市场机会。

物体成瘾性

物体成瘾性

Compulsively checking social networks makes us less happy. I think we all understand this intuitively, the same way we understand that working out more and eating better is a good idea.

强迫检查社交网络使我们不那么开心。 我认为我们所有人都可以凭直觉来理解这一点,就像我们了解更多的锻炼和饮食更好的主意一样。

Doug Clinton, writing in a blog post for Loup Ventures, a venture capital firm, points out that there’s a market opportunity here:

道格·克林顿(Doug Clinton)在为风险投资公司Loup Ventures撰写的博客文章中指出,这里存在市场机会:

People pay for diets and exercise because there are real physical, mental, and social benefits to being healthy and looking better. People will pay to disconnect from technology for two core benefits: happiness and prosperity. Happiness is most connected to the elimination of feelings of inferiority and anger. Prosperity happens through focused effort that avoids distraction.

人们为饮食和运动付费,因为健康和好看对身体,心理和社会都有好处。 人们将为与技术脱节而付费,这有两个核心好处:幸福与繁荣。 幸福与消除自卑感和愤怒最相关。 繁荣是通过集中精力来避免分散注意力的。

The post divides potential solutions into two categories: software solutions, which block distractions, and experiential solutions, such as “one-on-one counseling for addiction and locations that ban smartphone use.”

该帖子将潜在解决方案分为两类:阻止干扰的软件解决方案和体验解决方案,例如“成瘾的一对一咨询和禁止使用智能手机的位置”。

Think about this: our distractions are getting bad enough that a venture capital firm thinks there’s money in trying to help. You can expect to see all kinds of products on the market trying to solve this problem. That e-ink typewriter that was in the news last week is a good example—a $600 laptop where the main selling point is the lack of a web browser. It raised $310,000 in crowdfunding money.

想想看:我们的分心变得越来越糟糕,风险投资公司认为尝试提供帮助是有钱的。 您可以期望看到市场上试图解决此问题的各种产品。 上周新闻中提到的那台电子墨水打字机就是一个很好的例子— 600美元的笔记本电脑,主要卖点是缺少网络浏览器。 它筹集了31万美元的众筹资金。

There’s going to be a flood of software, hardware, books, and conventions about this in the years to come. As with diet and exercise, some of these tools will be useful and some of them won’t, but none of them will do you any good if you don’t make the mental decision to change. You need to make the choice to notice what you pay attention to, and then try to direct your attention to what matters. If you don’t make that decision no software or experience is going to help.

在未来的几年中,将会有大量的软件,硬件,书籍和约定。 与饮食和运动一样,其中一些工具将是有用的,而某些工具则不会有用,但是如果您没有做出改变的决定,这些工具都将无济于事。 您需要做出选择以注意到您所关注的内容,然后尝试将您的注意力转移到重要事项上。 如果您不做决定,那么没有软件或经验将对您有所帮助。

Your attention is valuable. That’s why the smartest people of our generation are working in Silicon Valley, optimizing social networks for engagement, tweaking things so you’ll give up as much of your time as possible. If you want to give more time to your family, your friends, and your vocation, you need to actively decide to do that, or no tool is going to be helpful.

您的关注是宝贵的。 这就是为什么我们这一代最聪明的人在硅谷工作,优化社交网络以提高参与度,进行调整,以便您可以浪费尽可能多的时间。 如果您想给家人,朋友和职业更多的时间,则需要积极地决定这样做,否则没有工具会有所帮助。

Photo creditALDECAstock/Shutterstock.com

照片来源 ALDECAstock / Shutterstock.com

翻译自: https://www.howtogeek.com/fyi/tech-addiction-makes-us-less-happy.-thats-a-market-opportunity./

物体成瘾性

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/279147.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

mysql 不要统计null_浅谈为什么Mysql数据库尽量避免NULL

在Mysql中很多表都包含可为NULL(空值)的列,即使应用程序并不需要保存NULL也是如此,这是因为可为NULL是列的默认属性。但我们常在一些Mysql性能优化的书或者一些博客中看到观点:在数据列中,尽量不要用NULL 值,使用0&…

Swing学习1——总体概述

以下来自于JDK1.6 一、Swing学习我划分为两个方面: 一方面Swing的界面设计部分,包括相关组件类的继承关系,组件的功能用途,布局管理; 1.首先继承关系上自上而下为 java.lang.Object java.awt.Component java.awt.Conta…

装饰设计模式和例题

文件复制程序: 将一个文件复制一份出来,实现方法很简单,使用FileInputStream读取文件内容,然后使用FileOutputStream写入另一个文件,利用read方法的返回值作为while循环的条件,进行一边读一边写。 代码示例…

mysql操作手册我_MySQL使用指南一

我将MySQL常用指令整理出来分享给大家。1. 列出所有数据库mysql> show databases;2. 创建数据库mysql> create databases MyStorage;3. 打开数据库mysql> use MyStorage;4. 创建表mysql> create table Storage-> (-> id int,-> name varchar(50),-> pr…

谷歌地图将很快显示电动汽车充电站

If you’re out on the road in the future and find your electric vehicle is in dire need of a charge, you’ll soon be able to look to Google Maps for help finding a charging station. 如果您将来出门在外,并且发现您的电动汽车急需充电,那么…

JS4

1. js的本质就是处理数据。数据来自于后台的数据库。 所以变量就起到一个临时存储数据的作用。 ECMAScript制定了js的数据类型。 数据类型有哪些? 字符串 String数字 Number布尔 BooleanNull 空Undefined Object 对象Array 数组 json function …

ovirt官方安装文档 第三章

第3章:安装oVirt 安装oVirt引擎包 在您可以配置和使用oVirt引擎之前,您必须安装 rhevm 包和依赖关系。 安装oVirt引擎包 在开始安装oVirt之前,添加官方仓库: # yum install http://resources.ovirt.org/pub/yum-repo/ovirt-releas…

mysql获取查询策略语句_MySQL数据库查询性能优化策略

优化查询使用Explain语句分析查询语句Explain 用来分析 SELECT 查询语句,开发人员可以通过分析 Explain 结果来优化查询语句。通过对查询语句的分析,可以了解查询语句的执行情况,找出查询语句执行的瓶颈,从而优化查询语句.使用索引查询MySql中提高性能的一个最有效的…

松弛变量可以为负吗_如何为松弛安装(非官方)暗模式

松弛变量可以为负吗Slack still doesn’t have a dark mode. They have dark themes, but those only let you customize the sidebar colors, leaving the main window white. With the release of system-wide dark modes on macOS Mojave and Windows 10, Slack feels very …

如何使用系统自带的日志转储功能logroate.存放应用日志

Linux日志服务介绍 1. 在Linux系统,大部分日志都是由syslog日志服务驱动和管理的 syslog服务由两个重要的配置文件控制管理,分别是/etc/syslog.conf主配置文件和/etc/sysconfig/syslog辅助 配置文件, /etc/init.d/syslog是启动脚本…

shell 多行注释

:<<BLOCK 中间为要注释的内容 BLOCK转载于:https://www.cnblogs.com/S--S/p/9817660.html

natcat for mysql_用Navicat for mysql连接mysql报错1251-解决办法

TP框架连接mongodb报错及解决办法mongodb版本3.4.7 1.认证错误:Failed to connect to: localhost:27017: Authentication failed on database test ...Loadrunner参数化连接oracle、mysql数据源报错及解决办法Loadrunner参数化连接oracle.mysql数据源报错及解决办法 (本人系统是…

如何在Mac上设置FaceTime

FaceTime is Apple’s built-in video and audio calling app. It pairs with your iPhone and allows you to make phone calls on macOS. FaceTime是Apple的内置视频和音频通话应用程序。 它可以与iPhone配对使用&#xff0c;并允许您在macOS上拨打电话。 You don’t need an…

移动视频技术

在语音通信已得到教育、医疗、社交、电子商务等多个领域的移动应用和充分发展的今天&#xff0c;人们已不满足于仅依靠语音电话来传达信息。开发者都需要结合自身业务场景在其产品中嵌入语音聊天、视频通话、语音对讲等实时通话功能。但较高的技术门槛和开发成本成为普通开发者…

hashlib 模块用来进行hash

hashlib的基本概述&#xff1a; python中的 hashlib 模块用来进行hash 或者md5加密&#xff0c;而且这种加密是不可逆的&#xff0c;所以这种算法又被称为摘要算法&#xff0c; 其支持Opennssl库提供的所有算法&#xff0c;包括 md5、sha1、sha224、sha256、sha512 等。 hash是…

在Ubuntu 11.10中将窗口按钮移回右侧

As of Ubuntu 10.04, the minimize, maximize, and close buttons on all windows were moved to the left side and the system menu was removed. Prior to version 11.10, you could use several methods to restore the original button arrangement. 从Ubuntu 10.04开始&a…

java测试开发_测试开发系类之Java常用知识点

测试需要的两门语言&#xff1a;Java&#xff0c;Python测试开发&#xff1a;开发测试脚本->开发测试框架Java需要掌握内容&#xff1a;基础语法、Java面向对象相关概念、Java常用类、基础测试框架Java常用类&#xff1a;IO相关类&#xff0c;包括&#xff1a;字节流InputSt…

kafka 服务端消费者和生产者的配置

在kafka的安装目录下&#xff0c;config目录下有个名字叫做producer.properties的配置文件 #指定kafka节点列表&#xff0c;用于获取metadata&#xff0c;不必全部指定 #需要kafka的服务器地址&#xff0c;来获取每一个topic的分片数等元数据信息。 metadata.broker.listkafka0…

如何在Windows 10上使用触摸板手势

If you’ve used a touchpad in Windows 10, you’re no doubt aware of the basic single-finger tapping and two-finger scrolling gestures. Windows 10 also packs in some additional gestures you might not have tried. 如果您在Windows 10中使用了触摸板&#xff0c;那…

java全栈开发工程师_谈谈我对Java(J2EE)全栈工程师的理解

很多刚从事Java开发的同学都有一个疑问&#xff0c;到底是向全栈式程序员方向发展还是做精通某种技术的专才&#xff1f;对于这个问题也是见仁见智。 在给出我的观点之前&#xff0c;我们先来分析一下全栈工程师的种类和专才的种类 &#xff0c;之后关于这个问题的答案就很清楚…