Skip to main content

Pacquiao - Mayweather Jr: Why it wont happen.

Now that Manny Pacquiao proved he was right. What's next? Facing Floyd, that is. A thrilling idea that just became a concept: a what if. But why it will never happen?

Because Mayweather Jr. want's to retire as undefeated. This is the only reason I can think of. If you say he fears Manny, I don't think so. I bet he can stand toe to toe with Pacman. He has the skills. He is undefeated. And he knows how to box.

Now the question is why he wants to retire undefeated? Two reasons I can think of - money and/or prestige. You wont get anything else out of being undefeated except for those two. If you're undefeated, you're value goes up. You become famous. You have control over your fights... Things like those. Can't blame the man for thinking about his future. Specially if you have a colleague like Mike Tyson. Being reminded of how it will be without money will definitely make you think twice.

I'm just not sure why would he choose a good retirement over proving that he is the best. If I know that I am the best then I know that I can defeat whoever is placed in front of me. Specially for a boxer, nothing is more precious than proving to the world that I am the best. And for Mayweather Jr., that should be a piece of cake. That's if he, really, is the best.

Maybe this is all just work for him. A job that he was to do even if he doesn't want to do it. In a way that's being professional and I think I can admire him for that. But,being a boxing fan, or an spectator at least, I would think low of how a boxer he is. He maybe undisputed or undefeated, but he will never be the best or the greatest as far as my opinion is concern. Even without considering Pacquio in the picture, Marquez will be better or greater that him.

Being undisputed or undefeated doesn't mean being the greatest or the best.

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...