Great entrepreneurs don’t use rule books, but they do use rules of thumb:
Rule books are fixed. Rules of thumb are flexible.
Rule books put you in a box. Rules of thumb point you on a path.
Rule books instruct you. Rules of thumb inspire you.
All the ingredients of fast-growing companies - Creativity, culture, talent, team and trust - grow with the guidance of the right rules of thumb.
Here’s Steve Jobs’ Top 10:
Rule 1 - “Be a yardstick of quality. Some people aren’t used to an environment where excellence is expected.”
Rule 2 - “Design is not just what it looks like and feels like. Design is how it works.”
Rule 3 - “One of my mantras - focus and simplicity. Simple can be harder than complex.”
Rule 4 - “My model for business is The Beatles. They were four guys who kept each other’s kind of negative tendencies in check. They balanced each other and the total was greater than the sum of the parts. That’s how I see business: great things in business are never done by one person, they’re done by a team of people.”
Rule 5 - “Sometimes when you innovate, you make mistakes. It is best to admit them quickly, and get on with improving your other innovations.”
Rule 6 - “The only way to do great work is to love what you do. If you haven’t found it yet, keep looking.”
Rule 7 - “For the past 33 years, I have looked in the mirror every morning and asked myself: ‘If today were the last day of my life, would I want to do what I am about to do today?’ And whenever the answer has been ‘No’ for too many days in a row, I know I need to change something.”
Rule 8 - “Your time is limited, so don’t waste it living someone else’s life.”
Rule 9 - “Overthinking leads to negative thoughts”
Rule 10 - “Stay hungry, stay foolish.”
When you throw away the rule book, and write down your rules of thumb, you’re writing down your guiding principles. They give you a simple compass to follow instead of a complex map to remember. What are yours?
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
Steve Jobs’ Top 10 rules of thumb
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...
-
Great entrepreneurs think differently. Instead of seeing money as an income, they see it as an outcome: An outcome of pursuing their purpose...
-
/* Sort array of 10 strings. */ #include<string.h> #include<stdio.h> int main() { int i,j; char str[10][10],temp[10]; printf(...
-
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