Mark Zuckerberg tells the story of when he asked Steve Jobs for advice:
"Early on in our history when things weren't really going well. We had hit a tough patch and a lot of people wanted to buy Facebook.”
“I went and I met with Steve Jobs, and he said that to reconnect with what I believed was the mission of the company, I should go visit this temple in India that he had gone to early in the evolution of Apple, when he was thinking about what he wanted his vision of the future to be.”
"So I went and I travelled for almost a month.”
Mark travelled to Kainchi Dham Ashram, in Nanital, Uttarakhand. The same place Steve had visited, and where he got clarity on his life purpose. For a month, Mark meditated in the temple and travelled through India.
“Seeing how people connected, and having the opportunity to feel how much better the world could be if everyone has a strong ability to connect reinforced for me the importance of what we were doing and that is something I've always remembered over the last 10 years as we've built Facebook.”
Mark returned from the trip, rejected all the offers for the company and committed to push on with his mission to “connect the world”.
That one piece of advice from Steve Jobs, that one decision to take action on it by Mark Zuckerberg - and leave his company and country for a month to follow it - has proven to be worth over $35 Billion as Facebook has grown to connect over one billion people today.
Today, who can you learn from?
Today, what action are you willing to take?
Earning always follows learning.
“I realized my mission in life was to learn more, not earn more.” ~ Surya Das
A Tech publication for all. Get Knowledge about Web Development, Programming, and trending news, tutorials, and tools for beginners to experts.
Saturday, August 27, 2016
Mark Zuckerberg tells the story of when he asked Steve Jobs for advice
Subscribe to:
Post Comments (Atom)
-
1 23 456 78910 #include<stdio.h> int main() { int i,j,k; k=1; for(i=1;i<5;i++) { for(j=1;j<=i;j++) { printf("%d",k++);...
-
🌍 World Geo Data — Full Country, State, City & Currency Dataset This repository provides an overview of the World Geo Data digital pro...
-
Complete beginner-friendly guide to generate and install a free SSL certificate on Windows server If you’re running a website on Windows Se...
-
Learn how to configure Let’s Encrypt SSL on Windows 11 using Win-ACME and IIS. Securing your website with HTTPS is no longer optional—it’s a...
-
/* Transpose the matrix */ #include<stdio.h> int main() { int a[4][4],i,j,b; for(i=0;i<4;i++) { printf("\nEnter elements of %d...
-
N=39714 3 9 1 7 4 9 1 7 4 1 7 4 7 4 4 code: #include <stdio.h> int main() { long n = 39714, i=1; for(i=10;i<n;i*=10); f...
-
/* Sort array of 10 strings. */ #include<string.h> #include<stdio.h> int main() { int i,j; char str[10][10],temp[10]; printf(...
-
Great entrepreneurs think differently. Instead of seeing money as an income, they see it as an outcome: An outcome of pursuing their purpose...
-
The greatest entrepreneur speech ever: “Today I want to tell you three stories from my life. That’s it. No big deal. Just three stories. The...
-
GreetingService.java package com.client; import com.google.gwt.user.client.rpc.RemoteService; import com.google.gwt.user.client.rpc.Remote...
No comments:
Post a Comment