Skip to main content

My Principles

Thanks to Ray Dalio, the word "principle" has become a very popular one, since he wrote a book called "Principles: Life and Work".

He also shared some principles which were used in Bridgewater.

He once said in an interview that he wanted to know the principles behind Alexander the Great, Steve Jobs, Leonardo Da Vinci etc. If they can write down their principles and pass to others, then others can learn from these great men and improve themselves. That's a great idea!

Here is another crazy thought:

What would happen if 80-year old me see the principles I've laid out when I was 30-year old?

Followed by this thought, here comes this article.

In the article, I want to lay out the principles that I've used in the past 28 years, in studying and working, I hope this will encourage you to list your own principles and share them to the world. If you do that, please comment in below with the link to your paper, I will be thrilled to read it.


Principles behind studying:

  • Everything can be learned, but how long you learn it will depend on your source, the material, your talent, and enthusiasm. 
  • Try to get the "big picture" before you learn the details. It will be better if you can draw the whole subject in a map or tree.
  • Research a lot before actual learning. Determine what are the most important things that you absolutely need to know.
  • Do not try to learn everything at the first time. You will go back to them many times in the future.
  • Practice is the key to mastery. Do lots of exercises. 
  • Always find something that looks difficult for you and works that out, but not something that is too difficult.
  • Keep taking notes and documenting everything that you've learned. Your thoughts and confusion about what you've learned, it will provide tremendous benefits if you look back and see how far you've come.
  • "Learning by teaching" is the best way to learn. The more you teach, the better you become. "Teaching" can be replaced by "answering questions". You can do it online or offline. Online is better.
  • Ask, ask, ask --> What, When, Who, Why, Where, How (5W1H)
  • Develop your own structure of the subject that you are trying to study. Make your own mind. Borrow (or steal) ideas from others, but do your own thinking. Do not trust the textbook / material blindly. 
  • Find mentors and "running Mates" to help you learn better.

Principles behind working:

  • Research, research, research. Try not be the first one who invents the wheel. Find the wheel that has already been made.
  • When you can do a job whether in an easy or a difficult way. Always choose the difficult way.
  • Think 30 seconds before reacting to anything. Always react when you can be rational rather than emotional. Take a deep breath is always the best solution. Also, it can show your maturity since teenagers tend to react spontaneously. 
  • Know the work that you can control and the ones which you cannot. Do not try to be responsible for something that is other's responsibility. That's just stupid.
  • If the work has an absolute clarity about the results (e.g. solving a math problem / programming for a certain task), just do it, because you know where you are going and you know how far you need to go.
  • If the work has no clarity about the results (e.g. writing acceptable Ph.D. Thesis), the best way is to do it "step-by-step". Do not try to decide the direction immediately. Write something first, send it to your supervisor, ask for advice, and revise it until you reach a consensus. Then the rest of the journey will be very pleasant, otherwise, it will be a chaos.
  • Keep writing work journal. Document every mistake, every setback that you've endured and how you solve these problems. (e.g. a style guide for a report from CIA.) And try to store them in a big data center, because it will be more and more important in the long run. If you are a programmer, use git and GitHub.
  • Make a to-do list before you do anything. Writing down exact procedures you will take, and expecting results. Use "SMART" principle. It can help document your work. Also, electronic tool is appreciated, like Wunderlist
  • Use emails a lot. Try to avoid instant face-to-face meeting, they are not efficient and a total waste of time, unless it is absolutely emergent.
  • Be consistent and reliable for what you do and say. If you give a promise, make sure it will be delivered. "He is consistent and reliable." is the highest appraise one can say to me about work.
  • "Sleep, Sweat, Grind, Repeat." proposed by Valuetainment. Sleep at least 7 hours a day, that can fuel 17 hours of hard work ("Grind"). 
  •  Think like a boss. The whole job of a boss is to think about the "system": how much money, labor goes into the system, and how many products go out. The boss will optimize the system and let it run on its own. The boss doesn't care "how it should be done", he only care about "This should be done". If the boss is a true leader, he will work with his people along the way.

So these are the principles which I follow in studying and working, tell me what you think. And please, provide your own principles in doing things.

See you in the next blog!

Good day! Bye-Bye!

Comments

Popular posts from this blog

How to use flash card for studying?

Flash cards are very useful learning tools. They can provide so-called "active recall". That means we can use them to recall our memory and understanding about the concepts, methods and subjects. Although very useful, its creation is a real challenge. How to create effective flash cards that can help us accelerate the learning procedure? I try to answer this question in this blog post. Flash cards are the most useful tools in asking questions. That means every flash card should be a question, like "Is Abraham Lincoln a good president?" or "What is 3+5?". Each question represents a certain category: definite question and open question . What is definite question? A definite question means that the answer is unique and determined. Like "What is 3+5?", the answer is 8. This kind of questions we can use flash cards to solve them quite easily. Just like an exercise. What is open question? Open question is the kind of question which you can

Modify Jupyter Notebook

In this article, I will provide some methods to make the jupyter notebook the way you like. Change the Theme:  The tool for changing the theme of a jupyter notebook is: jupyter-themes The command that I use is: jt -t onedork -f dejavu -fs 14 -nfs 14 -tf dejavu -tfs 14 -dfs 14 -ofs 14 -cellw 88% -T The meaning of each parameter can be found in the link above. BTW, I like dejavu font. Wrap the line: Usually when we write a very long statement, we want it to be wrapped in a certain length limit. We can modify the notebook.json file. The way to find your directory of notebook.json file is: jupyter --config-dir Then you will get the path for directory nbconfig folder, the notebook.json file is inside this folder. open notebook.json file, then add the following code:   "MarkdownCell": {     "cm_config": {       "lineWrapping": true     }   },   "CodeCell": {     "cm_config": {       "lineWrapping":

19 things I learned from Ryan Holiday's Interview

This is an amazing interview with Ryan Holiday. The talked a lot of things, like being a father, how to have a good life, how to treat criticism and how to stay productive. You definitely should check it out. In below I summarized 19 things which I find most interesting in this video, I will share them with you. And hope you can also share your own idea and understanding in the comment section, I'll meet you there. Here are 19 things that I've learned from the interview: How to figure out "what you want to write": Try to figure out the things that you wished you could learn 5 / 10 years ago. And write something for your own needs. It can always be someone else's needs. When you are writing a book, know your audience . Ryan always thinks about that he is writing the book to the younger version of himself. Learn how to say "no" to things. But when you are at the beginning, say "yes" to everything, because that means opportunity.