Why Everyone Should Lift Weights
Why Everyone Should Lift Weights
by James Clear
I'll say it plain and simple: you should be lifting weights. But not necessarily for the reasons that you might think.
For example, I don't believe that strength is the main benefit of weightlifting.
Now, don't get me wrong. I love being strong as much as the next person, but there is more value in weightlifting than simply gaining muscle or losing fat.
When I think back on the time I've spent training (around 10 years now), here are the most valuable benefits I've discovered…
1. Pushing Yourself Physically Reveals What You're Made of Mentally
A few weeks ago, I posted an update on Twitter that asked the following question…
Just had a great talk about the value of sports vs. reading in life. Have you learned more from pushing yourself physically or mentally?
Many of you sent in great answers, but I particularly liked this one from Tom…
Not sure which — there's tremendous value in each. Mental teaches you about others, physical teaches you about yourself.
Tom explained what I hadn't quite been able to put my finger on: there is an incredible amount to be learned from both reading and playing sports, but you'll learn more about yourself when you push yourself physically.
My experiences have mirrored this. While I've learned a great deal about myself from mental pursuits like writing and photography, I've discovered far more about my mental strength and my ability to overcome failure by playing baseball for 17 years, competing in olympic weightlifting, and battling to achieve certain strength goals.
Challenging your own body is the greatest method for discovering the strength of your mind. Nowhere is this more true than with strength training. There will be days when you don't feel like coming into the gym. There will be sets that you don't feel like finishing. There will be times when everyone else in the gym will see you fail.
And if you keep showing up anyway, then you'll develop the mental fortitude to get past failure, work when you don't feel like it, and discover what you're really made of mentally and physically.
2. Weightlifting Solidifies Your Sense of Self–Worth
Here’s one thing I’ve learned from a year at the gym … it doesn’t matter how much weight I can or can’t pull, I can grow, build up strength, whatever’s necessary. I’m not defective.
There’s confidence that comes with that — wisdom enough to know when it’s too much weight, confidence enough to know what I can do.
Today’s fluctuating sense of worth, whether man or woman, is dangerous stuff. Confidence changes the kinds of thoughts you have.
There is nothing more personal than your own body. Having confidence that you can move yourself through physical space with control and competence is a deeply satisfying feeling that filters into every other area of life. If you set a new personal record in the gym this morning, you can be sure that you'll be feeling more confident at work this afternoon.
But weightlifting goes deeper than that. Weight training gives you something to stand on, something to define yourself by. It clarifies who you are in your own mind.
“I can lift X pounds. I can do X sets. This is what I'm capable of. This is who I am.”
With weightlifting, there's no lying to yourself about what you can and can't do. The weight forces you to be honest and self–aware.
Strangely, even if you're weaker than you thought you were, there is a satisfaction that comes from knowing where you stand. Most days, life seems to be lived in the gray areas. It's hard to know if you're making progress as a parent, a friend, an employee, or a person. Weightlifting is more black and white. It helps you get past that fuzziness and closer to understanding yourself.
Combine this type of clarity with gradual improvement and your sense of self–worth will skyrocket. You know who you are and you are proving that you can become better than you were before.
“I lifted 10 pounds more today than I did last week. I can become better. This is proof.”
What could possibly be more confidence–building than direct, undeniable proof that you are becoming a better human?
Sometimes, this concrete proof of your improvement can do more for your confidence than all the positive thoughts in the world.
3. Strength Gives You More Opportunities to Contribute to Life
After spending more than 10 years analyzing the top regrets of dying patients, nurse Bronnie Ware said, “Health brings a freedom very few realize, until they no longer have it.”
I believe that this freedom — this enhanced ability to explore, create, connect, and contribute to the world around you — is one of the greatest benefits of weight training.
What I have gained from weightlifting — the resistance to illness and injury, the confidence in my abilities and the awareness of my limitations — has positioned me to make a bigger impact and contribute more value than I could have before training. In my case, that means writing about health and wellness, volunteering for the Red Cross, and taking photos around the world.
This is one of the biggest benefits of weight training: it enables you to transform into a better version of yourself (more confident, more self–aware, more mentally and physically strong), so that you can become a better person for the people around you.
This is why I believe so strongly in our community here. We have a small and committed group of superhumans who care not only about developing strong bodies and minds, but also about contributing to the world.
Our community is filled with people who are challenging themselves to become better physically and who are excited about helping the people around them at the same time. Imagine if you spent your entire day surrounded by people like that? What would your world look like?
Get the Benefits of Weight Training
If you're already a weightlifter, keep at it. If you're not, get started.
You are on this planet to do amazing things, and I honestly believe that lifting weights can help you do those things better.
Happy and healthy people have a better chance to live with confidence and contribute value to the world than anyone else. Don't take that for granted.
Why Everyone Should Lift Weights的更多相关文章
- TRANSFORM YOUR HABITS
TRANSFORM YOUR HABITS3rd EditionNote from James Clear:I wrote Transform Your Habits to create a free ...
- What I Learned as a Junior Developer Writing Tests for Legacy Code(转载)
I go to the gym and lift weights because I like the feeling of getting stronger and better. Two mont ...
- Northwestern European Regional Contest 2016 NWERC ,F题Free Weights(优先队列+Map标记+模拟)
传送门: Vjudge:https://vjudge.net/problem/Gym-101170F CF: http://codeforces.com/gym/101170 The city of ...
- uva 10801 - Lift Hopping(最短路Dijkstra)
/* 题目大意: 就是一幢大厦中有0-99的楼层, 然后有1-5个电梯!每个电梯有一定的上升或下降速度和楼层的停止的位置! 问从第0层楼到第k层最少经过多长时间到达! 思路:明显的Dijkstra , ...
- Scalaz(32)- Free :lift - Monad生产线
在前面的讨论里我们提到自由数据结构就是产生某种类型的最简化结构,比如:free monoid, free monad, free category等等.我们也证明了List[A]是个free mono ...
- lift and throw
import java.util.*; import java.math.*; public class Main { public static void main(String[] args) { ...
- 【caffe】三种文件类别:solver,model和weights
@tags: caffe 文件类别 solver文件 是一堆超参数,比如迭代次数,是否用GPU,多少次迭代暂存一次训练所得参数,动量项,权重衰减(即正则化参数),基本的learning rate,多少 ...
- 【BZOJ-4690】Never Wait For Weights 带权并查集
4690: Never Wait for Weights Time Limit: 15 Sec Memory Limit: 256 MBSubmit: 88 Solved: 41[Submit][ ...
- HDU 1548 A strange lift (最短路/Dijkstra)
题目链接: 传送门 A strange lift Time Limit: 1000MS Memory Limit: 32768 K Description There is a strange ...
随机推荐
- WinForm控件开发总结目录
WinForm控件开发总结(一)------开篇 WinForm控件开发总结(二)------使用和调试自定义控件 WinForm控件开发总结(三)------认识WinForm控件常用的Attrib ...
- 2、Linux安装jmeter
1.下载地址 http://jmeter.apache.org/download_jmeter.cgi 2.选择下载,本地选择,Source版会比较坑 3.安装jdk8,过程省略,可参考:https: ...
- tcpdump+wireshark抓包分析
上一篇文章中,我们介绍了tcpdump如何抓包. tcpdump是命令行下便捷的抓包和分析工具,但使用方式不够友好, wireshark是带图形化界面的抓包和分析工具,操作简便,但需要主机有显示器. ...
- 【C++】ubuntu中读取指定目录中的所有文件
摘要:ubuntu系统下,C++程序读取指定文件夹中多个文件,保存文件名列表.文件名没有规律且不考虑读取子文件夹中的文件. 系统配置:ubuntu16.04, cmake编译 首先安利一个函数,输入s ...
- JVM-垃圾收集算法
新生代:复制算法,IBM研究过,约98%对象是“朝生夕死”,所以不需要按照1:1来划分:HotSpot中默认是8:1:1,即每次新生代可用空间为90%,只有10%会被“浪费”, 当Survivor空间 ...
- ThinkPHP3.2 中空方法、空控制器和空模块的设置
ThinkPHP3.2 中空方法.空控制器和空模块的设置 1.空方法设置 问题: 当你访问一个不存在的方法的时候: 如: http://localhost/test/index.php/Home/Us ...
- 二维码(android)
我们都知道一般的二微码都是以不同形式显示有的是登入,有的是网页,其实二维码只是一个字符串.到这里我们就有一个疑问那二维码是这样判断是网站或者是登入功能的呢? 其实这些判断部分,二维码生成器早就给你完成 ...
- 从9x9矩阵中抽取中间菱形区域打印 - perl
起因: 源自于c的练习题,打印diamond,因为perl不需编译,方便调试,故先用perl实现一下 关键: 没有想到好的思路,只能借助于上一篇打印上下三角矩阵的方法,把菱形拆成上下左右4个三角矩阵区 ...
- python with as的用法
With语句是什么? 有一些任务,可能事先需要设置,事后做清理工作.对于这种场景,Python的with语句提供了一种非常方便的处理方式.一个很好的例子是文件处理,你需要获取一个文件句柄,从文件中读取 ...
- C# 时钟控件
//控件名:myNewClock //作者:刘典武 //时间:2011-06-10 using System; using System.Collections.Generic; using Syst ...