Fixed Mindset vs. Growth Mindset: Which One Are You?

斯坦福大学心理学教授Carol Dweck通过数十年研究发现,人们对于能力的看法——固定心态与成长心态——对其潜能的实现有着关键性的影响。持有成长心态的人认为智力可以发展,他们拥抱挑战并从失败中学习;而持有固定心态的人则避免挑战,不愿面对可能损害自我形象的风险。

开发板推荐:天空星STM32F407VET6开发板

超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印

转自:http://blog.renren.com/share/318640879/14234088949

相关阅读:winner比loser赢在哪?


Here is an excerpt from an article about Carol Dweck, a professor of psychology at Stanford University:


Through more than three decades of systematic research, [Carol Dweck] has been figuring out answers to why some people achieve their potential while equally talented others don’t—why some become Muhammad Ali and others Mike Tyson. The key, she found, isn’t ability; it’s whether you look at ability as something inherent that needs to be demonstrated or as something that can be developed.


To anyone who is into personal growth and self-improvement, this seems obvious. But clearly, it is not obvious to everybody: look atthis diagram by Nigel Holmes representing the two types of mindsets and I’ll sure you’ll recognize the attitudes of many people you know.


Fixed Mindset


Let’s have a look, starting with the Fixed Mindset side:


People who hold these beliefs think that “they are the way they are”, but that doesn’t mean that they have less of a desire for a positive self-image than anyone else. So of course they want to perform well and look smart. But to achieve these goals…


By definition, a challenge is hard and success is not assured, so rather than risk failing and negatively impacting their self-image, they will often avoid challenges and stick to what they know they can do well.


Same with obstacles. The difference here, as I see it, is that challenges are things that you can decide to do while obstacles are external forces that get in your way.


What’s the point of working hard and making efforts if afterwards you are still on square one? If your worldview tells you that effort is an unpleasant thing that doesn’t really pay dividends, then the smart thing to do is to avoid it as much as possible.


Useful negative feedback is ignored in the best of cases, and taken as an insult the rest of the time. The Fixed Mindset logically leads you to believe that any criticism of your capabilities is criticism of you. This usually discourages the people around and after a while they stop giving any negative feedback, further isolating the person from external influences that could generate some change.


The success of others is seen as a benchmark against which the person looks bad. Usually when others succeed, people with a Fixed Mindset will try to convince themselves and the people around them that the success was due to either luck (after all, almost everything is due to luck in the Fixed Mindset world) or objectionable actions. In some cases, they will even try to tarnish the success of others by bringing up things that are completely unrelated (“Yes, but did you know about his…”).


As a result, they don’t reach their full potential and their beliefs feed on themselves: They don’t change or improve much with time, if at all, and so to them this confirms that “they are as they are”.


Growth Mindset


Let’s now look at the Growth Mindset:


People who hold the  Growth Mindset  believe that intelligence can be developed, that the brain is like a muscle that can be trained. This leads to the desire to improve.


And how do you improve? First, you embrace challenges, because you know that you’ll come out stronger on the other side.


Similarly, obstacles – external setbacks – do not discourage you. Your self-image is not tied to your success and how you will look to others; failure is an opportunity to learn, and so whatever happens you win.


Effort is seen not as something useless to be avoid but asnecessary to grow and master useful skills.


Criticism and negative feedback are sources of information. That doesn’t mean that all criticism is worth integrating or that nothing is never taken personally, but at least the Growth Mindsetindividual knows that he or she can change and improve, so the negative feedback is not perceived as being directly about them as a person, but rather about their current abilities.


The success of others is seen as a source of inspiration and information. To Growth Mindset individuals, success is not seen as a zero-sum game.


And so, Growth Mindset individuals will improve and this will create a positive feedback loops that encourages them to keep learning and improving.


What Now


The good news – especially if you just recognized yourself as being someone who holds the Fixed Mindset worldview – is that it is possible to change from one to the other. In fact, I think this should be taught to all children.


What’s more, Dweck has shown that people can learn to adopt the latter belief and make dramatic strides in performance. [...]


The most dramatic proof comes from a recent study by Dweck and Lisa Sorich Blackwell of low-achieving seventh graders. All students participated in sessions on study skills, the brain and the like; in addition, one group attended a neutral session on memory while the other learned that intelligence, like a muscle, grows stronger through exercise. Training students to adopt a growth mind-set about intelligence had a catalytic effect on motivation and math grades; students in the control group showed no improvement despite all the other interventions.


“Study skills and learning skills are inert until they’re powered by an active ingredient,” Dweck explains. Students may know how to study, but won’t want to if they believe their efforts are futile. “If you target that belief, you can see more benefit than you have any reason to hope for.”



Does the Fixed vs. Growth Mindset theory fits with your personal experience? Does it describe well the people around you? Please let me know in the comments below.


Thanks to Guy Kawasaki.



开发板推荐:天空星STM32F407VET6开发板

超高性价比 STM32主控 | 超高主频 | 一板兼容百芯 | 比赛神器 | 沉金彩色丝印

代码转载自:https://pan.quark.cn/s/8ce4326d996e 对于在 CentOS 7 系统中修改网卡配置文件后无法使设置生效的情况,经过实践验证,可以通过使用 nmcli 命令来进行调整。完成修改之后,需要重新启动虚拟机以使更改生效,这样操作流程即告完成。如果设置仍然无法生效,则表明虚拟机在启动过程中所获取的 IP 地址配置并非针对 eth0,此时可以对其它网卡的配置文件进行修改或将其移除。在 CentOS 7 系统中,网络配置的管理机制与早期版本存在差异,主要体现为采用了 Network Manager 服务来负责网络接口的管理。在某些情形下,尽管修改了 `/etc/sysconfig/network-scripts` 目录下的 `ifcfg-eth0` 文件,但网络配置却未能即时生效。此类问题的发生通常源于 CentOS 7 采用了不同于以往的配置读取方法。接下来将具体阐述如何借助 nmcli 命令来处理这一挑战。 以 root 用户身份登录系统并打开终端界面。nmcli 是 Network Manager 提供的命令行界面工具,它支持在命令行环境下执行网络连接的建立、编辑、查询及管理任务。针对修改 eth0 网卡配置的需求,可以遵循以下步骤进行操作: 1. 导航至 `/etc/sysconfig/network-scripts` 目录: ``` cd /etc/sysconfig/network-scripts ``` 2. 检查该目录内是否存在 `ifcfg-eth0.bak` 文件,该备份文件可能是先前调整配置时遗留下来的,若存在可能造成冲突。若发现该文件,可以选择将其删除: ``` [root@localhost netw...
代码转载自:https://pan.quark.cn/s/46fd08fb879c 网管教程 从入门到精通软件篇 ★一。★详尽的xp修复控制台指令及其应用!!! 放入xp(2000)的光盘,安装时选择R,执行修复! Windows XP(涵盖 Windows 2000)的控制台指令是在系统遭遇某些意外状况时的一种极具效用的诊断、检测以及恢复系统功能的工具。笔者确实一直期望能够将这方面的指令进行归纳,此次由老范辛苦整理了这份极具价值的秘籍。 Bootcfg bootcfg 命令用于启动配置与故障恢复(对大多数计算机而言,即 boot.ini 文件)。 带有特定参数的 bootcfg 命令仅在运用故障恢复控制台时方可使用。能够在命令行界面下运用带有不同参数的 bootcfg 命令。 用法: bootcfg /default 设定默认引导选项。 bootcfg /add 向引导清单中增添 Windows 安装。 bootcfg /rebuild 重复整个 Windows 安装流程并让用户选择需添加的项目。 注意:运用 bootcfg /rebuild 之前,应先借助 bootcfg /copy 命令备份 boot.ini 文件。 bootcfg /scan 探查用于 Windows 安装的全部磁盘并展示结果。 注意:这些结果被静态存储,并用于当前会话。若在当前会话期间磁盘配置发生变动,为获取更新的探查结果,必须先重启计算机,然后再次探查磁盘。 bootcfg /list 列示引导清单中已有的项目。 bootcfg /disableredirect 在启动引导程序中禁用重定向。 bootcfg /redirect [ PortBaudRrate] |[ useBio...
代码下载链接: https://pan.quark.cn/s/fc524f791b68 AA制程,即Active Alignment,被理解为主动对准,是一种用于确定零部件装配中相对位置的方法。在摄像头封装阶段,涉及图像传感器、镜座、马达、镜头、线路板等多个部件的重复组装,而传统的封装设备如CSP及COB等,均是依据设备设定的参数进行零部件的移动装配,因而零部件的叠加误差会逐渐增大,最终在摄像头上表现为拍照最清晰的位置可能偏离画面中心、四边清晰度不均等现象。伴随智能手机和其他高端电子产品的普及,摄像头模组的性能正日益受到重视。高分辨率、卓越的低光表现以及稳定视频输出是现代用户所期望的。在摄像头模组的制造环节,各部件的精准定位对成像质量具有决定性作用。因此,一种名为“AA制程”(Active Alignment)的前沿技术被开发出来,成为摄像头精密对准的核心技术。 AA制程,即Active Alignment,是一种在摄像头封装过程中应用的主动对准方法。该方法在多个组件装配阶段发挥作用,涵盖图像传感器、镜座、马达、镜头和线路板等部件。传统的封装方式,例如CSP(Chip Scale Package)和COB(Chip On Board),依赖于设备预设的参数进行组装,但随着组件数量的增加,误差也会累积,最终影响摄像头的表现。例如在成像质量上可能出现中心位置偏移、四角清晰度不一致等问题。 AA制程技术的核心在于实时监测与主动调整。在组装过程中,它借助先进的检测设备持续监控半成品的状态,并根据实时信息对组装部件进行精确修正,从而显著降低装配误差。通过这种技术,能够确保摄像头模组中各组件的相对位置准确无误,从而使得最终的成像效果更加稳定,特别是在中心区域和四角的清晰度上...
内容概要:本文介绍了一套基于Matlab实现的光子晶体90度弯曲波导的二维时域有限差分法(2D FDTD)仿真代码,旨在通过数值模拟手段深入研究光子晶体波导中的光传播特性。该资源聚焦于电磁场与光子学领域的仿真技术应用,系统实现了FDTD算法在复杂介质结构中的建模过程,涵盖空间网格剖分、时间步进迭代、完美匹配层(UPML)边界条件处理、总场散射场(TFSF)激励源设置、介电常数分布定义及电磁场演化可视化等核心模块,能够有效分析光在90度弯曲波导中的传输效率、模式分布与反射损耗等关键性能指标。; 适合人群:具备电磁场理论基础和Matlab编程能力的研究生、科研人员以及从事光子晶体器件设计与仿真的工程技术人员。; 使用场景及目标:①用于教学演示FDTD方法的基本原理与算法流程,帮助理解麦克斯韦方程的离散化求解过程;②支撑科研工作中对光子晶体弯曲波导结构的传输特性进行仿真分析与性能优化;③作为开发更复杂光子集成器件(如分束器、滤波器)数值仿真工具的基础框架; 阅读建议:建议使用者结合经典FDTD教材(如Taflove著作)深入理解算法理论,并在Matlab环境中逐模块调试代码,重点关注电场与磁场的交替更新过程、UPML吸收边界的设计实现以及TFSF源的引入方式,从而全面提升对时域电磁仿真机制的掌握与应用能力。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值