July, 2010


15
Jul 10

Layerboom Acquired by Joyent!

I’m happy to announce that my company Layerboom has been acquired by Joyent, a leading provider of Cloud Computing services and solutions. Here’s the press announcement.

Layerboom & Cloud Computing is something I’ve been working on for 2 years but I’ve been thinking about cloud since school. Startups require quite a bit of sacrifice, and this definitely wasn’t an exception. I had to give up a lot for the opportunity to try and for that reason I have a ton of people to thank. Most of you I’ve thanked in person already, but here it is again for ‘the record’.

A big thanks to our Investors for taking a chance on a couple guys with a laptop and an idea, and a big congratulations to the rest of the guys on the Layerboom team for being persistent, forward thinking, and above all a pleasure to work with.

I also have to thank my Friends for being really supportive and putting up with my bullshit over the last 2 years; You’re like family to me and in case there was any doubt, you’re worth more to me than anything.

As part of our deal I’ve taken a job at Joyent and I’m really happy to be working for a company with excellent leadership and vision . We can’t wait to show everyone the projects we’re working on!

ps We’re hiring, so if you’re a developer and you’re looking for a killer opportunity send me an email.


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