December, 2005


3
Dec 05

You no longer exist…

On my MSN list anyway.
But I like this final phrase in the MSN7 contact removal dialog.

Delete this person


3
Dec 05

Mein Struggle

It’s too bad the internet sometimes gives you the ability to know things you never wanted to know. (ref: Old relationships)

______________________________________

Working on the ship is hard and definitely at the total opposite of the spectrum with regards to what I’m used to. I’ve been really struggling with the idea of committing myself to it – it’s not an easy task. Living a really small space with 13 other crew and 20 other passengers is definitely challenging. Oddly enough, I’m being teased by my ‘old life’ which sits right next to the ship in the form of trendy bars and restaurants, cafe’s and pretty women. While I’m working its a different world. As soon as I step onboard I’m transported to a world apart from everything else – where everything that happens off the ship is observed, rather than participated in.
Everyone else has bought right into it.
They love it.
I have my reservations because I’m oddly worried that I’ll be gone for too long. But what’s a year in a lifetime?
Anything worth having is worth fighting for, and soon this will become ‘normal’ – An attitude change is required in order to make this a successfull endeavour.
I’ll hopefully have some pictures up in the near future. Hopefully I can get some scary ones from the top of the masts for everyone. It gives me vertigo.


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