Barack Obama is a Baller

Posted on June 1, 2007
Filed Under Sports |

01hoops-190.jpg
Check out the full N.Y. Times article and video on Barack Obama and his love of the game of basketball.

It was an interesting article and the video interview was by his brother-in-law, former Princeton Basketball star. Highlights from the article:

Obama grew up playing ball on a playground near Waikiki Beach, Hawaii. He also likes to play golf.

The future Mrs. Obama requested for her brother to take him out to play basketball to see what kind of character he had. Was he selfish or a poor sport? (That’s awesome!)

While in Harvard Law School Obama and his classmates played inmates at a Massachusetts prison. They were terrified to win or lose, because the convicts lining the court had bet on both outcomes. (”I got two packs on you!” they called out.)

Though most of the men in his circle of playing partners could afford to build courts at their own homes, they pride themselves on the democratic nature of basketball, on showing up at the South Side parks and playing with whoever is around. At the University of Chicago court where they used to play they said, “You might have someone from the street and a potential Nobel Prize winner on the same team.” “It’s a great equalizer.”

Currently, Mr. Obama does not get to play much, but the solution according to his friends, is for him to win the presidency, so they can all play together at the White House. (3 on 3 on the White House lawn…I’m in!)

Sweet story,

C.Harv

Comments

2 Responses to “Barack Obama is a Baller”

  1. Big Daddy JerNo Gravatar on June 1st, 2007 5:51 pm

    Great article. Thanks for sharing bro. While I don’t see eye to eye with Obama on everything, there is a lot that I do like about him. Add “baller” to the list.
    JD

  2. scottNo Gravatar on June 4th, 2007 9:20 pm

    JD,

    You really don’t have a lot in common with Obama, his first name is Barack, Barick!

    How’s it going Harv, nice to check in on you!

Leave a Reply




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);