Inputs and Outputs


Inputs and Outputs

Hey,

Nice to be in your inbox again. It’s been a while.

There’s this metaphor I’ve been thinking about. It’s related to programming, but I’m sure you’ll find it interesting.

So, below is what is known as a function in programming.

Let me break it down for you. We use “def” to define a function, in this case, a function named “growthEngine.” Here, “a, b, c, d” are all inputs (a.k.a parameters) that are passed into the function. Then, in the function, some process takes place, look at “c = a + b” and “f = d * 2.” Then, finally, the function returns “f” as the return value.

Did you notice something here?

We never really used the inputs a, b, c, or d. Sure, there was some processing done with the line “e = a+b+c”, but it was not really useful for our function growthEngine(). That is because the point of this function is to return f, which only requires one input, i.e., d.

The inputs “a, b, c” and the line where they are added to bring “e” is only consuming resources of the computer.

This function is our growth engine. We can put all the time we want into doing all different kinds of things, reading books, clearing emails, following people, and watching YouTube. But if we don’t don’t look at what inputs link to our return value, the thing we care for, we will never actually make meaningful progress.

Pay attention to the things that actually move the needle; spend your time doing those things. Don’t do unimportant things.

Busyness is a form of laziness.

We try to get busy because we feel that we are being productive. Maybe we are, but does that being “productive” actually help you get closer to the goals you’ve set?

Take some time and think about it. And when you do anything, ask yourself:

Does this input play a role in my return value (goal)?

If the answer is no, you know what to do.

I’ll see you next week.

Warmly,
Suraj


If you'd like to hear more from me, here's my YouTube channel where I share lessons, experiments, tools, and resources to make life just a little better.


You received this email because you signed up on my website. No longer interested in receiving emails from me? Click here to unsubscribe.

74-22 44th Ave, New York City, New York 11373

Figuring Things Out

One lesson, thought, or resource to living a fuller life every week.

Read more from Figuring Things Out
The puzzle piece

By Suraj Chaudhary The Puzzle Piece Dear Reader, This past week, I traveled to Chicago on a service trip sponsored by our Campus Ministry. It was an amazing, truly transformative experience with the Campus Ministers and other students. What I want to do in this week's issue is share one of the many profound insights I gained while there. This week's focus: The puzzle piece. While navigating Chicago's public transportation, we found ourselves discussing how our friend Jawad is like the...

suraj on his phone in bed

By Suraj Chaudhary The LID Challenge Dear Reader, The short version: A 30-day challenge to stop learning, watching, and listening to information (even the ones that seem useful) The long version with more details: I have a problem (actually more than one). Even though, over the years, I’ve been able to reduce my time spent scrolling on social media, I’ve realized that there are other, bigger problems. Problem 1: Uncertainty As some of you may know, I’m an international student currently...

A person in a dip

By Suraj Chaudhary The Dip Dear Reader, There is a pattern that’s prevalent in everyone’s life. Here is how it goes: You find something interesting (a career/job/hobby/goal/project) You start working towards it and see some progress It becomes hard You try some more It gets harder You give up and move on to something else This point where you give up is called “The Dip.” The Dip is what keeps a category from getting overly saturated. It is what differentiates the mediocre from the experts....