Skip to main content

Need more bling?

And just when you thought 40 pound necklaces, diamonds rings, golden knuckle braces and piercings galore were bad. You haven't seen this guys web shop. He's serious about it. Why is it people have to go through this just to get some bling on.
Mr T. used to be my bling bling hero, but today he just looks like any other brother on the streets.

read more | digg story

Comments

Popular posts from this blog

Japan

THE BROKEN TORII on the SHORES OF LAKE HARUNA, JAPAN Originally uploaded by Okinawa Soba

Japan

Shinkansen Originally uploaded by Jaako I really want to visit Japan some day. It's a country and culture that has always fascinated me.

Installing Ruby 1.8.7 on Mountain Lion with rbenv

Trying to build ruby- 1.8.7 with rbenv on Mountain Lion and getting something similar to: tcltklib.c:9862: error: expected ‘;’ before ‘event’  You need to install XQuartz first and then use the following CPPFLAGS evn-var. (Also won't hurt to throw proper readline support in there while we are at it ( brew install readline first): CPPFLAGS=-I/opt/X11/include/ RUBY_CONFIGURE_OPTS=--with-readline-dir=`brew --prefix readline` rbenv install 1.8.7-p374 Hope that helps you. If anything is a future reference point to myself :P