L267 How to save money
When it comes to saving money, the struggle is all too real. It's like your bank account and your 20s really want to be best friends, but somehow, are just never on the same page. You're trying to stay above your student loan debt, while also writing a rent check every month, in addition to paying every surprise bill that pops up along the way. If everything I've mentioned so far is extremely relatable, you know that when you're trying to save money in your 20s, the task can seem close to impossible.
I've finally reached that moment in my 20s when I'm getting financially responsible. I thought I had it all together, but the numbers in my savings account were in complete disagreement with me. Now, I found myself a great budget tracking app and am trying to stick to a weekly allowance. However, there are just a few wrenches that get thrown into the machine every once in a while that totally throw me off, like a cute pair of shoes or accidentally stumbling into my favorite makeup store.
Until we have everything figured out, I'm sure you and I can sympathize over these nine struggles we deal with trying to save up.
1. GOING OUT FOR BRUNCH BREAKS YOUR HEART A BIT
Anytime you go out for brunch with your squad, the first thing your eyes go to are the prices. Most of the time, it's an instant eliminator of just about 90 percent of the menu. Once you've finally found the two items that are within your budget, it makes picking out a meal easier even if it's not your first choice. (Someday we'll meet again, filet mignon.)
2. HAVING TO DO MATH IN YOUR HEAD ALL THE TIME
I don't know about you, but I'm finally flexing all of those math skills I was promised would be useful when I became an adult. Whenever I'm shopping, I'm crunching numbers in my head trying to nail down the best deal. It gets even worse when I break out the coupons and have to factor percentages into the mix, but that savings makes it all worth it.
3. GETTING A TAD DEFENSIVE WHEN SPLITTING A CHECK
Going out for dinner with your friends is a lot of fun, up until the point when the check arrives. Having to split the bill between everyone shouldn't be so hard, but you immediately get very defensive. If anyone suggests splitting it evenly, you want to argue that it's not quite fair because you didn't order a cocktail and opted for the cheapest dish on the menu. (Just know that there's no shame in fighting for your rightful amount of check. I totally have your back!)
4. FEELING THE FOMO WHEN YOU STAY HOME ON A FRIDAY NIGHT
Now that I'm in savings mode, most of my Friday nights are spent with my new bae: Netflix. The cheapest option for me is staying in with my cat, and eating the leftovers I have in the fridge.
If your Friday night looks similar, you likely feel the need to avoid social media, because the FOMO will be too real if you see your friends out having fun. Just know that you and every employee at Dunder Mifflin are having just as much fun as you rewatch every episode of The Office.
5. DECIDING WHETHER OR NOT TO GO OUT SATURDAY NIGHT
Since you sacrificed your Friday night, you feel like you deserve to go out Saturday night. However, you know the entire evening will just be challenge after challenge. You are tough, but sometimes it becomes too difficult when you're out and want to order a lavish cocktail with your friends, or having to avoid the popcorn station at the movie theater because you already dished out a lot of cash on the ticket.
6. BEING TEMPTED TO ORDER YOUR FAVORITE TAKEOUT ON THE REG
You know that cooking at home might be the cheapest option for you, but sometimes, grocery shopping seems like such a chore. You just want to order takeout! With the delivery fees and the tip, though, it can seriously add up real quick.
7. WANTING TO GO ON AN EXPENSIVE GROUP TRIP THAT YOUR FRIENDS ARE PLANNING
Everyone loves traveling — except your bank account. You save up for months in order to go on a trip with your besties but always forget to factor in all the money you plan on spending once you get there. It can seriously add up, and you don't want to upset your wallet anymore than you have to.
8. HAVING A BILLION BUDGET APPS TAKE OVER YOUR PHONE
I used to go on my social media apps a ton, but now, I find myself checking my budget tracker and bank ones just as much. As nagging as they can be about warning me about my spending habits, it's a nag I truly need.
9. MAKING COFFEE AT HOME JUST ISN'T THE SAME AS YOUR FAVORITE CAFÉ'S BREW
I've tried cutting coffee out of my life altogether to save money, but I missed it way too much and realized that was a terrible mistake. Now, I try to brew my own because it's cheaper. However, I'm spoiled by my local coffee shop, and nothing will ever compare to it.
L267 How to save money的更多相关文章
- Backbone中的model和collection在做save或者create操作时, 如何选择用POST还是PUT方法 ?
Model和Collection和后台的WEB server进行数据同步非常方便, 都只需要在实行里面添加一url就可以了,backbone会在model进行save或者collection进行cre ...
- redis-内存异常 Redis is configured to save RDB snapshots解决
连接reids获取数据时提示 Redis is configured to save RDB snapshots, but is currently not able to persist on di ...
- (error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk
今天运行Redis时发生错误,错误信息如下: (error) MISCONF Redis is configured to save RDB snapshots, but is currently n ...
- Money, save or spend, this is a problem .
Win a lottery? Had a great hand at the casino? Did fortune shine upon you in the stock market? 彩票中了大 ...
- canvas的save与restore方法的作用
网上搜罗了一堆资料,最后总结一下. save:用来保存Canvas的状态.save之后,可以调用Canvas的平移.放缩.旋转.错切.裁剪等操作. restore:用来恢复Canvas之前保存的状态. ...
- Unity 好坑的Save Scene
在编辑一个Untiy工程的时候,有很多的教程提到了 "Save Scene",也知道是干么用的.但是,后面打开工程的时候,工程界面是很多东西都不见了,又忘了有个Save Scene ...
- spring spring data jpa save操作事务
整合spring spring data jpa的时候,在save方法上加了@Transactional注解.此时调用springdatajpa save方法并不会真的把数据提交给数据库,而是缓存起来 ...
- Hibernate Session中的save(),update(),delete(),saveOrUpdate() 细粒度分析
Hibernate在对资料库进行操作之前,必须先取得Session实例,相当于JDBC在对资料库操作之前,必须先取得Connection实例, Session是Hibernate操作的基础,它不是设计 ...
- canvas 图片拖拽旋转之二——canvas状态保存(save和restore)
引言 在上一篇日志“canvas 图片拖拽旋转之一”中,对坐标转换有了比较深入的了解,但是仅仅利用坐标转换实现的拖拽旋转,会改变canvas坐标系的状态,从而影响画布上其他元素的绘制.因此,这个时候需 ...
随机推荐
- hdu-3366 Passage 概率DP 读懂就能AC hhh
http://acm.split.hdu.edu.cn/showproblem.php?pid=3366 读题的时候没发现这个P Q 1-P-Q是全集的划分,以为是独立事件,写错了转移方程233 先贪 ...
- python3-----多进程、多线程、多协程
目前计算机程序一般会遇到两类I/O:硬盘I/O和网络I/O.我就针对网络I/O的场景分析下python3下进程.线程.协程效率的对比.进程采用multiprocessing.Pool进程池,线程是自己 ...
- php 求余
一,异号 1.函数值符号规律(余数的符号) mod(负,正)=正 mod(正,负)=负 结论:两个整数求余时,其值的符号为除数的符号. 2.取值规律 先将两个整数看作是正数,再作除法运算 ①能整除时, ...
- [hdu 6191] Query on A Tree
Query on A Tree Time Limit: 20000/10000 MS (Java/Others) Memory Limit: 132768/132768 K (Java/Othe ...
- TOYS
TOYS Calculate the number of toys that land in each bin of a partitioned toy box. Mom and dad have a ...
- Oracle修改监听端口教程
Oracle默认监听端口1521,一众扫描器通常通过探测1521端口是否开启来探测是否存在Oracle服务,如果修改默认监听端口在一定程度上可以提升数据库和主机的安全性. 比如这里我们修改成2521为 ...
- weblogic创建domain教程
1.创建domain [ls@ls ~]$ cd /weblogic/wlserver_10.3/common/bin/ #进入创建文件所在目录 [ls@ls bin]$ ./config.sh #执 ...
- vue中nextTick和$nextTick的差别
<ul id="demo"> <li v-for="item in list">{{item}}</div> < ...
- py requests.post2
# -*- coding: utf-8 -*-import jsonimport requestsheaders = {'User-Agent': 'Mozilla/5.0 (Windows NT 6 ...
- 【HTTP】boundary 中一个 = 导致HTTP上传文件失败
(1)#define ABOUNDARY "----=_Resume_002_0CE7_01D1C649.298A8070" (2)#define ABOUNDARY " ...