Latest Five

The Tallest Man On Earth Burden of Tomorrow
The Tallest Man On Earth Burden of Tomorrow
The Tallest Man On Earth Burden of Tomorrow
The Tallest Man On Earth Burden of Tomorrow
The Tallest Man On Earth Burden of Tomorrow

Other Lives

Tamer Animals

Lorem ipsum dolor sit amit

Lorem ipsum dolor sit amit

Lorem ipsum dolor sit amit

The Low Down

It's hard to finger exactly where music touches you sometimes.  It's a deeply personal experience when you connect with a band, one that cannot be forced, and most certainly cannot easily be explained.  I often equate it to a good friend; one moment you don't know they exist, the next moment they appear and touch you in some way, and then you can't imagine life without them.

That was my exact experience with Other Lives, the tremendously talented group from Stillwater, Oklahoma.  I first came across the enigmatic group in the winter of 2011, and was instantly mesmerized by the song Tamer Animals, from the album of the same name.  I was immediately pulled under by the driving drums and the haunting voices, which eventually gave way to Jessee Tabish emerging from nowhere with a voice that commanded my attention.  Everything about this song speaks of a time and a place that I've never been to, and yet, feels so familiar at the same time.  

I think that is how I would sum up Tamer Animals as a whole.  It's an ethereal experience, the kind that takes you on a dreamy adventure that you just cannot fully experience in your waking life.  

I was lucky enough to speak to a few of the members of the band after the show, but spent the most time with bassist and percussionist Josh Onstott.  I was struck by the how gracious, introspective and honest he was.  He immediately told us how excited they were to be touring, and how mind blowing it was that they would be opening for Radio Head.  How pleased he was with how the show went, and how well received they were.  At the same time, he was the first to admit that their first go around wasn't the best, and their self titled album was hobbled together in a few short months.  It left them with a terribly bad taste in their mouth, and so they spend roughly 14 months together in a house in Oklahoma recording Tamer Animals.  

What shines through all of this, is that Other Lives comprises a group of passionate artists who care deeply about their craft, and not the glitz and glammer of being musicians.  

(default) 12 queries took 190 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `front_posts`7723
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';117
3SHOW FULL COLUMNS FROM `users`101017
4SHOW FULL COLUMNS FROM `blogs`778
5SHOW FULL COLUMNS FROM `favorites`3315
6SHOW FULL COLUMNS FROM `bands`6618
7SHOW FULL COLUMNS FROM `genres`2228
8SHOW FULL COLUMNS FROM `albums`7713
9SHOW FULL COLUMNS FROM `songs`4426
10SHOW FULL COLUMNS FROM `members`4412
11SELECT `FrontPost`.`id`, `FrontPost`.`user_id`, `FrontPost`.`post`, `FrontPost`.`created`, `FrontPost`.`modified`, `FrontPost`.`band_id`, `FrontPost`.`title`, `User`.`id`, `User`.`username`, `User`.`password`, `User`.`created`, `User`.`modified`, `User`.`admin`, `User`.`email`, `User`.`active`, `User`.`first_name`, `User`.`last_name` FROM `front_posts` AS `FrontPost` LEFT JOIN `users` AS `User` ON (`FrontPost`.`user_id` = `User`.`id`) WHERE 1 = 1 ORDER BY `FrontPost`.`created` DESC LIMIT 61122
12SELECT `Band`.`id`, `Band`.`name`, `Band`.`genre_id`, `Band`.`bio`, `Band`.`image`, `Band`.`thumbnail` FROM `bands` AS `Band` WHERE `Band`.`id` = (1) 001