trevoro.ca | blog
Elegant Solutions to Complex Problems
Pages
About Me
Categories
*Camp
Analysis
Brainstorming
Business
Canada
cloud
Development
food
Geek
Geekness
General
howto
Humour
Ideas
javascript
monitoring
opensolaris
plants
Rant
Site News
Sustainability
sysadmin
Twitter
Vancouver
wtf
RSS
Humour
General
/
Humour
—
View Comments
5
Apr 08
Rodium Trading
My goodness.
Just
look
at the price of rodium these days…
10 versions of iTunes and still no fucking 'queue' button. WHAT. THE. HELL!?
http://bit.ly/agbWvV
05:38:10 PM September 02, 2010
The new iTunes logo is the ugliest thing on my desktop. WTF Apple? between that and the battery charger you're starting to drop the ball.
05:33:04 PM September 02, 2010
If you haven't seen it yet, there's a pretty good traffic visualization for Node Knockout
http://noc.no.de
06:40:49 PM August 30, 2010
MongoDB is the UDP of storage.
10:23:57 PM August 26, 2010
ZoneEdit has finally made some moves. You only get 2 free DNS domains now. Any other free DNS providers out there?
08:59:51 PM August 25, 2010
Joyent is looking for a Senior Network Administrator -
http://bit.ly/aai4yf
06:42:41 PM August 18, 2010
In the last four years I've only found one decent barber shop in Vancouver. JD's on Abbot street in Gastown is great.
10:35:42 PM August 16, 2010
Booyeah. My new laptop has shipped. 8G of RAM and an SSD drive. Hello not-using-3-year-old-laptops anymore!
04:31:25 PM August 12, 2010
Seen in a script youre supposed to run from a big company: "reboot -r now" Thanks - I think thats something I'll do myself.
04:29:08 PM August 12, 2010
The haves and have nots are being joined by the indexed and the unindexed.
04:06:41 PM August 09, 2010
Tags
cio
cloud
cloud computing
cloud computing faas feature service grid
cloud storage soho data cache
computing
cto
dns
feature Aas service cloud computing business utility sc
Geek
HID UI Interaction Design
hijack
ipad
isp
linkedin
mobile
mobilicity fail
netneutrality
pho food foodie vancouver eats
plans ideas
Rails Ruby Apache Hosting
rogers
ruby activemq code monitoring sqs
ssjs javascript hosting economics cloud computing scali
thoughts
Flickr
Archives
July 2010
May 2010
April 2010
March 2010
February 2010
January 2010
September 2009
April 2009
March 2009
February 2009
January 2009
November 2008
October 2008
September 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
June 2007
December 2006
September 2006
August 2006
July 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
December 2005
November 2005
October 2005
September 2005
August 2005
July 2005
June 2005
May 2005
April 2005
March 2005
Display As English
Show Original
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);