L252
How often have you heard the saying, "Stop and smell the roses?" Odds are, you've come across it at least a few times. Your best friends have likely said it in the middle of heart-to-hearts about living in the moment, and your mom may have mentioned it after your most recent breakup. You may have rolled your eyes and pretended that it was just cheesy and ridiculous, before realizing that it makes a lot of sense, especially in those in-between periods of life. Truth is, you have to get excited for the times when you're not dating anyone or are "alone." You need to realize that there are things to celebrate about being alone in your 20s.
First : There's nothing wrong with being in a relationship and giving your all to another person. In your 20s (or any other decade of your life), it can be the most beautiful and rewarding adventure to find someone who you wholeheartedly care about and fall effortlessly in love with. But, I also want to make the point that the periods of time when you find yourself alone have their own perks and privileges, too. Hear me out, OK?
These are the times when you can reflect, act, and appreciate. You can look back on your old relationships, create change, and find happiness in anything and everywhere. You can stop and smell the roses, and celebrate these five things. Confetti? Required.
When you're in this "alone" stage, you see your friends happily in relationships and falling in love, and may want to be in the same place as them. You may feel a bit jealous, and wonder when it's your turn. That's normal, but what if you celebrated these people and their happiness instead of feeling blue?
Well, that would be a game-changer. You'd look at this period of your life with a lot more optimism and positivity, and smiling a whole lot more. You'd support the people you care about, and send some good vibes into the universe, too. It would be a beautiful case of mind over matter.
There's no doubt that life can be unpredictable. Especially in your 20s, you experience a lot of different curveballs in your relationships, professional life, and more — you name it. But, being alone allows you to focus on the little aspects of your future that you can control. It lets you dream a little bigger, turn the world into your personal playground, and ask questions like, "What's next?"
Maybe you want to move into a cute apartment in New York City, like Monica and Rachel's in Friends. You may want to go back to school or spend more time learning about the world. You could do all of those things with someone else, but this in-between period of life gives you extra time and space to do so.
The periods of time when you're in-between relationships are perfect for reflection. They're perfect for looking back on what worked and what didn't — what made you happy and what made you feel more stressed than you needed to be. All you have to do is stop and allow yourself to answer a few questions.
What do you want out of your next relationship? What do you need out of your next partner? And lastly, what could you do now to set yourself up for that relationship? Everything happens for a reason, and I'm a firm believer in the universe and all of its powers. But, doing this reflecting will make you more open and ready for your significant other to come into your life, and help you make the most of being alone.
Right now, the idea of spending a lot of time alone may feel like, well, the worst. But before you totally write off the idea, realize that there's a lot of beauty in being able to do things on your own. It makes you feel more confident and capable of handling yourself or any situation in the "real world." You begin to appreciate parts of an experience that you wouldn't have before, like the ingredients in your food or the design in your cappuccino.
Once again, you can have these moments and experiences even if you're in a relationship and take time for yourself. But, when you're in an alone stage in your 20s, you have even more freedom to make these memories and get comfortable with your own presence.
Last but certainly not least, having an alone stage in your 20s makes room in your life for one thing: adventure. Traveling, socializing, and getting outside of your comfort zone (if that's where you want to be) has never looked so good — and it's worth celebrating these new and exciting opportunities.
It's worth throwing confetti in the air when you hop on a plane to a place you've only ever seen on Instagram, or start checking things off your bucket list, like changing your hair color or trying snowboarding for the first time. It's worth bringing your friends and family members along for these excursions, and making memories that you'll tell your new significant other about in the next period of your life.
L252的更多相关文章
- L252 小组作业
Hans: Hi Good morning everyone! Let me introduce a new colleague for you, Berry Berry: Hi Good morni ...
- WPF的"路径标记语法"
在此之前我们先了解一下WPF的"路径标记语法" M:表示绘制起点 // M 0,0 L:表示绘制直线 (H:横线 V:竖线) // L 100,0 C:三次方贝塞尔曲线 // ...
- 详解WPF Blend工具中的复合路径功能 ( 含路径标记语法 )
写此文章的目的是为了简单分析一下 Blend工具中提供的"复合路径"功能.有人在我的博文中留言问我复合路径的问题. 稍微琢磨一下,觉得应该是对的.因此贴出来和大家分享.有不对的说 ...
- 通过CONN_MAX_AGE优化Django的数据库连接
上周对我们用Django+Django-rest-framework提供的一套接口进行了压力测试.压测的过程中,收到DBA通知——数据库连接数过多,希望我们优化下程序.具体症状就是,如果设置mysql ...
随机推荐
- Scrapy - CrawlSpider爬虫
crawlSpider 爬虫 思路: 从response中提取满足某个条件的url地址,发送给引擎,同时能够指定callback函数. 1. 创建项目 scrapy startproject mysp ...
- VS Code设置中文插件
Vscode是一款开源的跨平台编辑器.默认情况下,vscode使用的语言为英文(en) 1)打开vscode工具: 2)使用快捷键组合[Ctrl+Shift+p],在搜索框中输入“configure ...
- pytorch变量
下文中所使用的pytorch版本为1.0.1 在python,如果全局变量在函数中没有提前用global申明,就修改其值,结果是这个全局变量不会被修改,会在这个函数中另外产生一个局部变量(名字相同). ...
- Excel中如何匹配另外一个Excel中的数据
场景: 我在Excel中想展示通过一列匹配到另外Excel中的数据.对于程序员来说,就是left join 出 B表的数据. 但是在Excel中怎么做呢,我又不想每次都在把数据导入到数据库中操作. 这 ...
- 循环中点击单个事件(巧用this,指向当前对象)
<em id='show' value="<?php echo $member['phone']; ?>" class="sui">&l ...
- utf8mb4与utf8的区别
今天在测试小程序保存表情时,数据库插入数据时报错ER_TRUNCATED_WRONG_VALUE_FOR_FIELD: Incorrect string value: '\xF0\x9F\x98\x8 ...
- js 日期格式: UTC GMT 互相转换
//UTC 转指定格式日期 let date = '2018-03-07T16:00:00.000Z' console.log(moment(date).format('YYYY-MM-DD HH:m ...
- GNU和GPL的区别/关系
GUN:GNU's Not UNIX的缩写,是一项运动.是1983年Richard Stallman针对UNIX走向毕源和和收费后发起的运动,旨在打造出一套完全开源免费的操作系统. 为了更好地实施GN ...
- 【Insert】使用java对mysql数据库进行插入操作
//插入100条数据package database; import java.sql.Connection; import java.sql.DriverManager; import java.s ...
- Win10系列:UWP界面布局进阶2
为了让用户可以在流畅浏览应用界面的同时提供与应用相关的功能按钮,Windows 10系统在用户界面当中引入了侧边栏,侧边栏可以在用户有需要对应用或者系统进行操作时显示,在没有需要操作的时候自动隐藏,并 ...