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