Skip to main content

What I learned from The Art of War: Winning Battles

 Every battle was won before it was fought
- Sun Tzu on The Art of War

People use this quote on different aspects. Some use it on business, some with their work, most of the time it is use in war. But this has more than what it means. This applies to all that you do: even walking.

Let's digest it:

Doing something has basic parts

  1. Goal (Ends, Want, Effect)
  2. Work(Means, Task, Cause)

When you do something, you have a goal in mind: a reason why you are doing it. If you don't have a reason then you are stupid. Even just wasting your time is a reason for doing something. Let's take your reading this article as an example. Why are you reading this? It could be that you are interested with Sun Tzu and his book. Perhaps, you got interested with the article itself. Maybe you are looking for knowledge or wisdom and you ended up here by chance. Every reason is valid. Some or most may or may not like it. But, it is valid and you have a reason: which means you are not stupid.

Before you can get to the goal, you do the work first. There is no sense in having a goal without working for it. It's like wanting to win the lottery without buying a ticket. Or, wanting to be in shape without working out. I think you get what I mean.

Now, what am I implying?

I define battle as the small or big things that we do in life. From taking an bath to leading a nation. We do battle everyday. And, when Sun Tzu say "Every battle was won before it was fought" I understood it as having accomplished things right after you have decided to do them. So, if you are fickle minded in doing something or has doubts about yourself on doing it, think about this article. There's always an answer, because every battle was won before it was fought.

Popular

learning linux

i've always wanted to learn linux for years. but i'm still stuck with this crappy w!ndows v!sta - yes, v!sta. the crappiest of them all. and now that i have some time and a spare laptop to use, i managed to install ubuntu studio . why ubuntu studio? i just got fascinated with the programs it came with. the first thing i checked was if i could go online, wireless that is. sad to say, the browser couldn't fetch anything. fortunately, getting the laptop wired got me online. and that's one less trouble for me. now, the problem at hand is that there is no wireless connection. solution - search the web. i landed on ubuntuforums.com and found out that ubuntu studio doesn't install the gnome network manager which is like the "view available networks" on xp and "connect to a network" on v!sta. so, lets just install it. i mean, lets try to install it. next: installing a program in linux

box machine

here he is... it's been quite a while but it's good...very good. dominic got it to 130 km/h. and for an old engine it's very good. paint job is nice thought it still has one last buff to finish. also like the stance and the rims. can't wait to drive it again

PHP Error: Unable to load dynamic library 'gd'

Currently installing Laravel on my Arch Linux. I got PHP, MySQL, Apache and Composer installed and trying to install Laravel with this: $ composer global require laravel/installer  But got this instead: PHP Warning:  PHP Startup: Unable to load dynamic library 'gd' (tried: /usr/lib/php/modules/gd (/usr/lib/php/modules/gd: cannot open shared object file: No such file or directory), /usr/lib/php/modules/gd.so (/usr/lib/php/modules/gd.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP Warning:  PHP Startup: Unable to load dynamic library 'openssl.so' (tried: /usr/lib/php/modules/openssl.so (/usr/lib/php/modules/openssl.so: cannot open shared object file: No such file or directory), /usr/lib/php/modules/openssl.so.so (/usr/lib/php/modules/openssl.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 PHP Warning:  PHP Startup: Unable to load dynamic library 'phar.so' (tried: /usr/lib/php/modu...