物體成癮性_科技成癮使我們不那么快樂。 那是一個市場機會。

物體成癮性

物體成癮性

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 credit:?ALDECAstock/Shutterstock.com

照片來源 ALDECAstock / Shutterstock.com

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

物體成癮性

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/279147.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/279147.shtml
英文地址,請注明出處:http://en.pswp.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;之后關于這個問題的答案就很清楚…