Wandering, Waiting

Every day I hope and wonder if I’ll see, hear, or experience something that will light a fire under my ass.

You’ll never find anything when you’re looking too hard.

I spend too much time looking.
I spend too much time hoping to read that one message that makes everything better.
I spend too much time wandering in the hopes of finding my inspiration.
I spend too much time Searching, and not enough time Being.

-T

  • Thanks for the comments guys. Its weird how frustrating days can be made better by just a few words.
    Things are getting better, just finished a South Island trip that took 2.5 weeks, and it was pretty amazing. Met some awesome people and everythings golden here in Wellington right now.

    Not much else to say other than you guys rock.

    -T
  • Puff
    puffyedge at g mail dot com.

    -P
  • lyquidfyre
    Oh and Puff I don't actually know how to contact ya but ummm...before ya leave Oakville for good we should go for a pint or something or maybe indulge in a little horticulture.
  • lyquidfyre
    Seek that which your station in life offers. Do not seek that which is above your station in life. It is when you disregard your station that balance is lost.

    Anyhow :) Stop looking so hard for it man, you're in fucking New Zealand jumping into canyons, making tools of limited destruction and generally doing things that most poor schmucks(Me included) might never get to do. Enjoy it and one day you're gonna wake up and come to the realization of, "Shit! That void is gone...why was it ever there and what the fuck was it in the first place?"
  • Puff
    Holding onto the romanticism of the idea. Accomplishment will take effort.

    The universe will decide your estate....the signs are already there....it is a matter of paying attention and seeing them through different coloured lenses.

    The first step is not always made by the feet of a pilgrim but within the mind.

    Resolve.

    -P-
blog comments powered by Disqus

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);