my-admiration-and-respect-for-bruce-lee.html (4251B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8" /> 5 <meta name="viewport" content="width=device-width, initial-scale=1" /> 6 <link rel="icon" type="image/png" href="/img/favicon.png" /> 7 <title>Nirmal Kumar R - My admiration and respect for Bruce Lee</title> 8 <link rel="stylesheet" href="/style.css" /> 9 </head> 10 <body> 11 <a href="/" class="header"> 12 <div class="logo"> 13 <img src="/img/nklogo.png" width="90px" /> 14 </div> 15 <p><img src="/img/nirmal-banner.png" height="70px"></p> 16 </a> 17 18 <nav> 19 <a href="/blog.html">Blog</a> 20 <a href="/poems.html">Poems</a> 21 <a href="/devlog.html">Devlog</a> 22 <a href="mailto:nirmal@posteo.net">Contact</a> 23 </nav> 24 25 <section class="content-wrapper"> 26 <div class="title"> 27 My admiration and respect for Bruce Lee 28 <span class="date">[2022-12-17]</span> 29 </div> 30 31 <div class="content"> 32 <p> 33 Many generations come and go and as an individual you most likely have 34 few people in the past to admire and learn from them and try to 35 incorporate the working some of those characteristics for you. 36 </p> 37 <p> 38 And for me, Bruce Lee is one such person. I'll try to explain how and 39 why his life had impacted me on my professional carrier and more so 40 with my personal life. More importantly, I'm going to convey this in 41 my own style without formally reading his books or books written by 42 others about him. 43 </p> 44 <p> 45 We all know that Bruce Lee is not just an extraordinary martial artist 46 but also a deep thinker. So, that much I know from watching videos 47 about him and some resources and his quotations that I learned from 48 the Internet. Hence, I'm going to give a brief of what my perspectives 49 about him are. 50 </p> 51 <p> 52 <a href="https://www.youtube.com/watch?v=uk1lzkH-e4U" target="_blank" 53 >Bruce Lee Interview by Pierre Berton</a 54 > 55 </p> 56 <p> 57 Bruce Lee's simple philosophy of living is his explanation of "Be 58 Water" portrayed in his The "Lost" Interview in Pierre Berton show. 59 There is a catch in that which is very important where he says "be 60 formless and shapeless". It means that if you are too rigid on 61 yourself; you cannot grow and mature in your life. It can be seen in 62 his fighting style that were changed and adopted during different 63 phases of his life and coming up with his own martial artform called 64 Jeet Kune Do. 65 </p> 66 <p> 67 It doesn't end there; he also puts one more important point in that 68 interview which is the yin-yang philosophy. He portrays that as - "You 69 cannot be too natural or too unnatural, the ideal solution is natural 70 unnaturalness or unnatural naturalness". 71 </p> 72 <p> 73 This is what they say in Buddhism, walking the middle path or to put 74 in other terms, the way of life is to change what you can, but never 75 lose to go with the flow as well. 76 </p> 77 <p> 78 One of those many thoughts of Bruce Lee that was said by his close 79 knits and his students is he wants you to live by your own goals with 80 your own principles and not just being a mere follower of somebody or 81 himself, but expressing yourself honestly to others and to the world. 82 </p> 83 <p> 84 There are many players in this world, who inspire by talk. But the man 85 in the arena guy for me is Bruce Lee. Because his very living in this 86 world is an example that one can succeed with hard work, determination 87 and deep focus. 88 </p> 89 </div> 90 </section> 91 92 <footer> 93 <hr /> 94 © Nirmal Kumar R. All original text, is licensed under a 95 <a href="http://creativecommons.org/licenses/by/4.0/" 96 >Creative Commons Attribution 4.0 International License</a 97 >. Source code of this website can be found 98 <a href="https://git.sr.ht/~mysticmode/nirm.al">here</a>. 99 </footer> 100 </body> 101 </html>