Skip to main content

Finding Happiness

I listen to a lot of podcasts. They are great for entertainment as well as education. I finished listening to a recent podcast by Tim Ferris in which he interviews Naval Ravikant. The entire podcast was great, but one part really jumped out at me. You can find the podcast here, and I have detailed below what I found so enlightening.

“Desire is a contract you make with yourself to be unhappy until you get what you want.” – Naval Ravikant

This is the pull quote for the podcast, so it must have struck Tim in a similar way that it struck me.

I have experienced this, but haven't been able to see this wisdom before. When I want something really badly, it consumes my every thought. Then of course, once I actually obtain whatever it was, it doesn't actually make me happy. At least not to the extent that I was unhappy before I got it. Thinking about a desire with this mindset really changes the desire's affect on you.

Naval then continues with, "In any situation in life you have 3 options: you can change it, you can accept it, or you can leave it. What is not a good option is to sit around wishing you could change it, but not changing it. Wishing you could leave it, but not leaving it. And not accepting it"

So he reminds himself anytime that he is unhappy that he needs to just accept.

I cannot recall the number of times I have thought to myself, or heard someone else "wish" that a thing had happened differently. "I really wish that X, which happened very long ago, had been different."

You have no ability to change what has happened in the past. Spending any energy or thought on it is just a waste. It's a waste that holds you back from moving on. The only thing that you have power to change, is what is right in front of you now.

If you have something that you have been holding onto for a long time: think about it, examine it, understand it, and then MOVE ON from it. It is over now. You can't do anything to change it.

When you are next faced with a difficult situation: think about it, examine it, understand it, and then chose to either change it, accept it, or leave it. Once you have made a decision, stick with it and move on without "wishing" changes in the future.

Comments

  1. Yeah, I know people who regularly beat themselves up over poor decisions that happened years ago, too. They analyzed it every way possible, it changed the way they approached other things in life, and they became stronger because of it. But despite that, they continue to wonder "what if..."

    Introspection is very important, but so is accepting it and moving on. Good advice. That's a great quote too... I'll have to remember that.

    ReplyDelete
    Replies
    1. Glad you enjoyed it. I try to share everything I come across that really strikes a cord with me.

      Delete

Post a Comment

Popular posts from this blog

Converting a Large AngularJS Application to TypeScript Part 1

I work on a project that uses AngularJS heavily. Recently we wondered if using a preprocesser like CoffeeScript or TypeScript for our JavaScript would be beneficial. If our team is going to switch languages, we would need to be able to convert existing code over without much pain and we would have to find enough value in switching that it would be worth the conversion. I had read an article that stated that because TypeScript is a SuperSet of JavaScript, you could convert a plain JavaScript file to TypeScript by changing the extension to .ts and not much else would need to change. I wanted to test out this claim, so I took a file that I was familiar with, an Angular Controller, and tried to convert it to TypeScript to see how much effort it would take and then try to figure out where we would benefit from using TypeScript. This is what the controller JavaScript file looked like to start out with: ( function () { 'use strict' ; angular .module( 'app'

Interns: Taking off the training wheels

My intern team has been working for several weeks now on our new website. We have already completed one deployment to production and are finalizing our second one. We started with a plan to release often adding small bits of functionality as we go and so far that plan has been working really well. We already feel like we have accomplished a lot because we have completed many of our project's requirements and should easily be able to complete the rest giving us time to do even more than just the original requirements. One of the things I have had some difficulty balancing has been how much to lead the interns and how much to let them figure out on their own. In deciding what our team process should be and how we should allocate our time, I think it was important for me to do more leading. I saw some deficiencies in how we were currently working and brought up some ideas for how we could address them. We had moved into spending all our time just working through stories and did not

My idea for Hearthstone to add more deck slots

Recently someone asked the Blizzard developers for more slots for decks in the game Hearthstone. The response was that they are talking about it and looking into it, but no decision has been made yet. One of the concerns over adding deck slots is that it could complicate the UI for Hearthstone and make it more difficult for new players to understand. I have what I think would be a good solution to add more deck slots without increasing the learning curve for the game much if at all. First I would take a look at the current selection screen for starting to play a game. It defaults to showing the decks that are custom built by the player if they have any custom decks, and there is an option to page over to the basic decks. This basic deck screen is perfect for how I would change this process. Instead of having 2 pages of decks, 1 for basic and 1 for custom, you would just see the select a Hero screen. Then once you selected the Hero you wanted, you would see all of the decks that