<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>P@ Log</title>
	<atom:link href="http://wordpress.chanezon.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://wordpress.chanezon.com</link>
	<description>Patrick Chanezon about Google Platforms and Software Development</description>
	<lastBuildDate>Fri, 13 Jan 2012 23:00:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Waza conference report</title>
		<link>http://wordpress.chanezon.com/?p=1782</link>
		<comments>http://wordpress.chanezon.com/?p=1782#comments</comments>
		<pubDate>Fri, 13 Jan 2012 22:47:08 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[conferences]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=1782</guid>
		<description><![CDATA[Two days ago I attended Waza, Heroku&#8217;s first developer conference, &#8220;a free developer event for the study of technique&#8221; (Waza means technique in Judo and Aikido). It was a very good event, held at Yoshi&#8217;s San Francisco, a wonderful jazz club/japanese restaurant. The choice of venue meant they kept the event small, I counted between [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://waza.heroku.com/"><img class="alignleft" title="Waza" src="https://lh3.googleusercontent.com/-hccLyyQInck/TxCiO8fjAlI/AAAAAAAAntM/sGf5kZ9upTk/s512/IMG_5563.JPG" alt="" width="192" height="256" /></a></p>
<p>Two days ago I attended <a href="http://waza.heroku.com/">Waza</a>, Heroku&#8217;s first developer conference,  &#8220;a free developer event for the study of technique&#8221; (Waza means technique in Judo and Aikido).</p>
<p>It was a very good event, held at <a href="http://www.yoshis.com/sanfrancisco/about">Yoshi&#8217;s San Francisco</a>, a wonderful jazz club/japanese restaurant. The choice of venue meant they kept the event small, I counted between 200-300 developers, but there were cameras everywhere, and all talks were taped, so I expect the videos from the talks to be published soon. Holding the event in a jazz club made it very convivial, there were tables, couches and seats everywhere, which favored small groups gatherings and conversations, and that part worked really well, I saw developers in conversations everywhere. They also had alcoves specialized by topic (Java, Ruby, Data) where you could come sit down and ask questions to Heroku staff. Heroku is now part of Salesforce.com, and you could feel the powerful Salesforce marketing machine behind the event organization: stylish decoration, with a purple theme, including purple lightning in the whole venue, Japanese theme, <a href="https://twitter.com/#!/search/waza/slideshow/photos?url=http%3A%2F%2Finstagr.am%2Fp%2FgVPjC">exquisite sushis</a> and finger food, green tea and even <a href="https://picasaweb.google.com/106130679598095630483/WazaHerokuConference#5697232009015785090">drip coffee</a>.</p>
<p>What worked a bit less well were the rooms: the large concert room holds 300 people comfortably, but the 3 rooms were other sessions were hosted held between 20-50 people maximum, it was hard to hear and you had to stand during the sessions.</p>
<p>Here are a few pictures I took at the conference, to give you an idea of the atmosphere.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="267" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="host=picasaweb.google.com&amp;noautoplay=1&amp;hl=en_US&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fchanezon%2Falbumid%2F5697231896043662513%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" /><param name="src" value="https://picasaweb.google.com/s/c/bin/slideshow.swf" /><embed type="application/x-shockwave-flash" width="400" height="267" src="https://picasaweb.google.com/s/c/bin/slideshow.swf" flashvars="host=picasaweb.google.com&amp;noautoplay=1&amp;hl=en_US&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=https%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fchanezon%2Falbumid%2F5697231896043662513%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US"></embed></object></p>
<p>The talks I found the most interesting were:</p>
<ul>
<li>Smashing Your App Into Pieces, by Josh Kalderimis (<a href="https://twitter.com/#!/joshkalderimis">@joshkalderimis</a>) from the <a href="https://github.com/travis-ci">Travis CI</a> project. The gist of the talk is that a polyglot PaaS platform enables you to split your monolithic app coded in a single language, in several very focused services that focus on one concern and use the best tool and language to perform that service. He gave the example of the Travis CI open source project that he contributes to, where they refactored the initial ruby app in several more focused apps: they ditched Resque to use RabbitMQ for messaging, <a href="https://github.com/travis-ci/travis-hub">Travis Hub</a> is deployed on JRuby 1.6.5 so that it can use the Java Rabbit drivers, and <a href="https://github.com/travis-ci/travis-core">Travis Core</a> runs on Ruby 1.9.2. Since Cloud Foundry is a great platform to deploy polyglot apps (with Java, Ruby and Rabbit support out of the box), this argument resonated very well with me.</li>
<li>Build As A Service, by David Dollar from Heroku (<a href="https://twitter.com/#!/ddollar">@ddollar</a>), about Heroku&#8217;s buildpacks and the <a href="https://github.com/heroku/vulcan">vulcan</a> build server that is at the base of their whole polyglot strategy. A cool aspect of buildpacks is that by specifying &#8211;buildpack git-repo-url-for-your-buidpack, you can configure your app to run on a custom version of whatever platform it runs on (ruby, node,&#8230;).</li>
<li>Add-ons: Inception to Implementation, by Chris Continanza (<a href="https://twitter.com/#!/em_csquared">@em_csquared</a>) from Heroku. This one was my favorite after Rob&#8217;s. Chris explained how their add-on self service system works for add-on providers. They define a simple api with 4 calls that you have to implement: provision, deprovision, change plan, single sign on, and a gem, <a href="http://rubygems.org/gems/kensa">kensa</a>, to help you develop and test the add-on. This is simple and seems easy to use. I wonder if it would work as a mechanism to add services to Cloud Foundry. I need to dig into this:-)</li>
<li>Concurrency Is Not Parallelism, by Rob Pike (<a href="https://twitter.com/#!/rob_pike">@rob_pike</a>) from Google. Rob as usual a great speaker, with a lot of food for thought. The session was about the distinction between concurrency, which is about how to structure a program, and parallelism, which is about its execution, and the fact that the <a href="http://golang.org/">Go programming language</a> has very natural constructs to structure concurrent programs, that may be parallelizable. One example he gave at the end that made sense to me is <a href="http://research.google.com/archive/sawzall.html">Sawzall</a>, a programming language he created a few years ago, to make it easier to script MapReduce jobs, that is parallel but does not let you express concurrency. The main message of his talk was: go read C. A. R. Hoare&#8217;s 1978 paper &#8220;<a href="http://dl.acm.org/citation.cfm?doid=359576.359585">Communicating sequential processes</a>&#8221; (<a href="http://en.wikipedia.org/wiki/Communicating_sequential_processes">context on wikipedia</a>), which influenced the design of Go.</li>
</ul>
<p>The conference ended with <a href="https://twitter.com/#!/search/waza/slideshow/photos?url=https%3A%2F%2Fp.twimg.com%2FAi7FAFMCQAAVCAC.jpg">Rob Pike opening a barrel of Sake with a hammer</a>, <a href="https://picasaweb.google.com/106130679598095630483/WazaHerokuConference#5697232142415010178">Sake for everyone,</a>, an open bar, and a <a href="https://twitter.com/#!/search/waza/slideshow/photos?url=http%3A%2F%2Finstagr.am%2Fp%2FgZ3Jh">live concert by Devotchka</a>.</p>
<p>Overall this was a great event, very polished, with some solid and interesting talks, both specific to Heroku&#8217;s platform, and some more generally applicable to any application you are building using any cloud service. I will update this post when the videos and slides for the talks have been published.</p>
<p>On the Cloud Foundry side, our developer events so far have been a bit more grassroots, like Google developer events in the early days: no sushi, concert, sake or drip coffee: just engineers, source code, demos, presos and pizza:-) Next week, tuesday 1/17, the <a href="http://www.meetup.com/cloudcomputing/events/35526512/">Silicon Valley Cloud Computing Group organizes a meetup about Cloud Foundry in Palo Alto</a>. We were initially planning to host it at the VMware cafeteria, but 600 developers signed up, so we had to move it to the Crowne Plaza. I hope to see many of you there, it should be fun. If you are coming and don&#8217;t have a Cloud Foundry account yet, you can signup <a href="http://my.cloudfoundry.com/signup/cfmeetup112">with this promo code</a> to get your account right away.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=1782</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye Google, Hello VMware!</title>
		<link>http://wordpress.chanezon.com/?p=1729</link>
		<comments>http://wordpress.chanezon.com/?p=1729#comments</comments>
		<pubDate>Thu, 08 Sep 2011 11:23:37 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[cloud]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=1729</guid>
		<description><![CDATA[In july 2005 I joined Google as AdWords API evangelist, to start developer relations, be the public friendly face for developers, of a company mostly driven by algorithms, with little human front end. Google then had 3000 employees, and 5 developer products. I left Google last week after 6 years, friday september 2 2011 was [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://upload.wikimedia.org/wikipedia/commons/thumb/2/20/Google-Logo.svg/200px-Google-Logo.svg.png"/>
<p>In july 2005 I joined Google as <a href="http://blog.chanezon.com/articles/2005/07/11/google-adwords-api-evangelist">AdWords API evangelist</a>, to start developer relations, be the public friendly face for developers, of a company mostly driven by algorithms, with little human front end. Google then had 3000 employees, and 5 developer products.</p>
<p>I left Google last week after 6 years, friday september 2 2011 was my last day in <a href="http://www.youtube.com/watch?v=z_MszKIc6uI">the beautiful San Francisco office</a>. Google has now nearly 30 000 employees, more than <a href="http://code.google.com/more/">90 developer products</a>, and a developer relations team of more than 200 extremely talented people. Participating in building that team, defining the roles, the job ladders, hiring the best in the world, and managing several teams has been very rewarding. I am thankful to <a href="https://plus.google.com/107117483540235115863/">+Vic Gundotra</a> and <a href="https://plus.google.com/109735868860370294405/">+Michael Winton</a> for making it possible. <a href="http://www.slideshare.net/chanezon/introduction-to-google-developer-relations" title="Introduction to Google Developer Relations" target="_blank">Introduction to Google Developer Relations</a> has details on what the team is doing and how it is organized.</p>
<div style="width:425px" id="__ss_8479323"><iframe src="http://www.slideshare.net/slideshow/embed_code/8479323" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/chanezon" target="_blank">Patrick Chanezon</a> </div>
</p></div>
<p>I learned a lot, had fun, and made many friends at Google and outside, all over the world, in the past 6 years, building developer ecosystems for Google services in Ads, Commerce, Social, Browser and Cloud. I worked <a href="http://www.youtube.com/user/chanezon#g/u">with many partners</a>, gave talks <a href="http://www.slideshare.net/chanezon/">at numerous conferences</a> and <a href="http://www.gtugs.org/">GTUGs</a> (30-50 talks/year in the past few years), <a href="http://www.tripit.com/people/chanezon">traveled a lot</a>, and met thousands of developers who are changing the world with code.</p>
<p>I loved Google, for its focus on technology, <a href="http://www.slideshare.net/chanezon/google-innovation-culture">culture of innovation in the open and risk taking</a>, <a href="http://www.google.com/about/corporate/company/index.html">ambitious mission</a>, and the joy of working with people who are talented, passionate, and data driven. The <a href="http://en.wikipedia.org/wiki/Don't_be_evil">&#8220;don&#8217;t be evil&#8221;</a> corporate value, as well as the strategy of innovation in the open, leveraging open source and open standards, were also aspects I loved.</p>
<p>Why leaving then, and to do what?</p>
<p><a href="http://www.vmware.com/"><img src="http://upload.wikimedia.org/wikipedia/en/thumb/9/9a/Vmware.svg/200px-Vmware.svg.png"/></a>
<p>On tuesday, I joined <a href="http://www.vmware.com/">VMware</a> as Senior Director, Developer Relations, to help them build their developer relations team. I love Google but this is an opportunity that I could not resist!</p>
<p>In the past 2 years I managed the Google Cloud and Apps Developer Relations team, focused on the Google App Engine Cloud Platform and Google Apps collaboration suite (special thanks to <a href="https://plus.google.com/110351155041587328439/">+Simon Meacham</a> for taking over the team from me). I believe that the move of software and data to the Cloud is a profound architecture transition like we see every 15 years (the previous ones being mainframe, client-server, web). Modern HTML5 browsers, as well as mobile platforms like iOS and Android represent the client side of this transformation, the server side being a set of software, platform and infrastructure delivered as services, and known as Cloud computing. <a href="http://www.roughtype.com/">Nick Carr</a> has a good layman explanation of this transition in his book <a href="http://www.nicholasgcarr.com/bigswitch/">The Big Switch</a>, where he likens it to the industrialization of electricity in the beginning of the 20th century, and if you prefer a video, <a href="http://blog.gardeviance.org/">Simon Wardley</a>&#8216;s 2009 OSCON talk <a href="http://www.youtube.com/watch?v=okqLxzWS5R4">Cloud Computing &#8211; Why IT matters</a> is full of wisdom and fun to watch, on that same topic.</p>
<div style="width:425px" id="__ss_8523459">
<p>My recent talk <a href="http://www.slideshare.net/chanezon/cloud-is-such-stuff-as-dreams-are-made-on" title="Cloud is such stuff as dreams are made on" target="_blank">Cloud is such stuff as dreams are made on</a> gives a good summary of the Cloud space as I see it today, for software, platform, infrastructure and development (<a href="http://www.parisjug.org/xwiki/bin/view/Meeting/20110705v01">video from Paris JUG</a>, in french).</p>
<p><iframe src="http://www.slideshare.net/slideshow/embed_code/8523459" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/chanezon" target="_blank">Patrick Chanezon</a> </div>
</p></div>
<p>In the same way the tech industry has put a PC (or Mac), with a big pile of software, on everyone&#8217;s desk in the 30 years from 1980 to 2010, the next 15 years will be about getting a mobile device in everyone&#8217;s hands, with myriads of cloud services to make them useful. Apple, Google, Amazon, Facebook and others will provide most of the consumer Cloud services, with many vertical players like Netflix. But a huge market is Enterprises moving their software to the Cloud. After talking to many customers in the past 2 years, I realized that there are 2 requirements for Cloud services for Enterprise: they must be based on open source and open standards, to avoid lock-in and allow the level of control Enterprises want to have, and must provide the ability to create private, public and hybrid clouds. It is true for Enterprises, Governments, the military (cf my talk <a href="http://www.slideshare.net/chanezon/afcea-c4i-symposium-the-4th-c-in-c4i-stands-for-cloudfactors-driving-adoption-of-cloud-computing">AFCEA C4I Symposium: The 4th C in C4I Stands for Cloud</a>), and even consumer startups once they start to scale.</p>
<p>6 months ago <a href="http://blog.chanezon.com/articles/2005/10/05/vint-s-first-day-at-google">Vint Cerf</a> came to give a talk to our team, and explained that when he was young, standardizing how machines talked together, with TCP/IP was a great career opportunity for him, and that today the same opportunity existed for standardizing Cloud technologies. In april <a href="http://www.youtube.com/cloudfoundry<br />
http://www.youtube.com/cloudfoundry">VMWare released an open source Platform as a Service</a> (PaaS) called <a href="http://cloudfoundry.com/">Cloud Foundry</a>. It is multi-language/frameworks, multi-service, and multi-clouds (private, public, hybrid). When I saw it launch I recognized the open source platform that could become the de facto standard for Cloud platforms, public and private, the same way TCP/IP standardized how machines communicate. My favorite industry analyst, James Governor, <a href="http://www.redmonk.com/jgovernor/2011/05/18/vmware-ceo-paul-maritz-cloud-foundry-polyglot-it-for-cloud-computing-forking-is-good-vmware-on-github/">understood right away what Cloud Foundry means for the industry</a>.</p>
<p><img style="width:425px" src="http://blogs.vmware.com/.a/6a00d8341c328153ef014e8ae6cf35970d-800wi"/>
<p>I had been following VMware for a few years, seeing Paul Maritz and his team avoid the <a href="http://books.google.com/books/about/The_innovator_s_dilemma.html?id=lqKho8KWXmAC">innovator&#8217;s dilemma</a> associated with their stronghold in <a href="http://en.wikipedia.org/wiki/Cloud_computing#Layers">IaaS</a>, following a &#8220;go big or go home&#8221; strategy, embracing <a href="http://en.wikipedia.org/wiki/Platform_as_a_service">PaaS</a> and <a href="http://en.wikipedia.org/wiki/Software_as_a_service">SaaS</a> through clever acquisitions and product creation over the whole value chain, assembling the whole Cloud stack from both ends: virtualization products at the IaaS bottom layer, for sysadmins, Zimbra, Sliderocket and Horizon at the top SaaS layer, for end users, and Cloud Foundry in the middle PaaS layer, for developers. Add SpringSource developer tools and frameworks, and you have the start of a very strong developer story. <b>VMware is going to lead the cloud enterprise cloud transition</b>,  and while today they talk mostly to IT departments, Devops and Sysadmins, <b>I strongly believe that they are going to become the first provider of cloud technology for developers</b>: I am joining them to build their developer relations team, help them write and tell that story.</p>
<p>I am joining old friends like <a href="http://twitter.com/#!/glaforge">Guillaume &#8220;Groovy&#8221; Laforge</a> (see our <a href="http://www.parleys.com/#st=5&#038;id=1599">Devoxx 2009 talk</a>), the 2 ex-Googlers who started Cloud Foundry,  <a href="http://twitter.com/#!/marklucovsky">Mark Lucovsky</a> and <a href="http://twitter.com/#!/derekcollison">Derek Collison</a>, thought leaders I respect like <a href="http://twitter.com/#!/springrod">Rod Johnson</a>, <a href="http://www.springsource.com/people/chrisrichardson">Chris Richardson</a> and <a href="http://twitter.com/#!/herrod">Steven Herrod</a>, Wavemaker&#8217;s <a href="http://twitter.com/#!/ckeene">Chris Keene</a>, and one of my favorite Twitterer, <a href="http://twitter.com/#!/wattersjames">James Watters</a>. I will be mentored by <a href="https://plus.google.com/110118687832155327261/">+Tod Nielsen</a> and managed by <a href="http://twitter.com/#!/charlesfitz/">Charles Fitzgerald</a>.</p>
<p>To learn more about <a href="https://www.cloudfoundry.com/">Cloud Foundry</a>, download <a href="http://blog.cloudfoundry.com/post/9331377393/we-shrunk-the-cloud-introducing-micro-cloud-foundry">Micro Cloud Foundry for Developers</a>, it runs on a laptop, <a href="http://www.youtube.com/cloudfoundry">watch the screencasts</a>, start coding and deploying! <a href="http://twitter.com/#!/cloudfoundry">@Cloudfoundry</a> is the Twitter account to follow to get updates on the project, the source is on <a href="https://github.com/cloudfoundry">github</a>, and the community at <a href="http://cloudfoundry.org/">http://cloudfoundry.org/</a>.</p>
<p>To keep in touch with me, follow me on <a href="https://plus.google.com/106130679598095630483">Google+</a> or <a href="http://twitter.com/#!/chanezon">Twitter</a>. My personal email is <b>[firstname] at [lastname].com</b>, my new professional email is <b>chanezonp at vmware.com</b>.</p>
<p>I will talk about Cloud and Cloud Foundry at many developer conferences in the next few months, starting with <a href="http://www.heartlanddc.com/?page_id=484">friday morning keynote</a> at the <a href="http://twitter.com/#!/hdc411">Heartland Developer Conference 2011</a>, in Omaha. If you&#8217;re at the conference come chat with me and let me know what you are expecting from your cloud! <a href="http://www.springone2gx.com/conference/chicago/2011/10/schedule">SpringOne Chicago 2011</a> October 25-28 will also have a whole track dedicated to Cloud Foundry.</p>
<p>Let a thousand clouds bloom!</p>
<p><img src="https://lh3.googleusercontent.com/-sOhJJicb0Ng/TlpWTWfnLxI/AAAAAAAAmsU/Vh5lfk25xg0/w435-h327-k/IMG_20110827_124122.jpg"/>
<p>When I wrote the draft for this post I started a long list of people to thank, then realized that between Googlers, partners, developers I met at conferences, <a href="http://www.gtugs.org/">GTUG</a> members and organizers, bloggers, analysts, journalists, conference organizers, there would be more than a thousand people, and I would surely forget someone. The better idea for that kind of things is to crowdsource it! If we worked, or interacted together in the context of my role in Google developer relations in the past 6 years, please tell an anecdote on <a href="https://plus.google.com/106130679598095630483/posts/EcDXMHxAZZ9">this Google+ thread</a> (or <a href="http://www.facebook.com/chanezon/posts/284317671583071">this Facebook post</a>, or with the <a href="http://twitter.com/#!/search/%23patgoogle">#patgoogle</a> on Twitter if you are not on Google+). I loved every bit of my time at Google, thanks to all of you, and will cherish these actualized memories. Plus, it will make it easier to create a circle called: &#8220;People from my golden years at Google&#8221;:-)</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=1729</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Derek Collison RubyWorld 2011 Cloud Foundry deck</title>
		<link>http://wordpress.chanezon.com/?p=1744</link>
		<comments>http://wordpress.chanezon.com/?p=1744#comments</comments>
		<pubDate>Wed, 07 Sep 2011 19:08:05 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[cloud]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=1744</guid>
		<description><![CDATA[Great deck from Derek Collison at RubyWorld 2011 about Cloud Foundry. View more presentations from Derek Collison]]></description>
			<content:encoded><![CDATA[<p>Great deck from Derek Collison  <a href="http://www.slideshare.net/derekcollison/ruby-world-2011" title="RubyWorld 2011" target="_blank">at RubyWorld 2011 about Cloud Foundry</a>.</p>
<div style="width:425px" id="__ss_9147771"><iframe src="http://www.slideshare.net/slideshow/embed_code/9147771" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
<div style="padding:5px 0 12px"> View more <a href="http://www.slideshare.net/" target="_blank">presentations</a> from <a href="http://www.slideshare.net/derekcollison" target="_blank">Derek Collison</a> </div>
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=1744</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Delicious-to-Blekko search conversion hack</title>
		<link>http://wordpress.chanezon.com/?p=1725</link>
		<comments>http://wordpress.chanezon.com/?p=1725#comments</comments>
		<pubDate>Mon, 01 Nov 2010 03:18:34 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[search]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=1725</guid>
		<description><![CDATA[I&#8217;ve learned about Blekko&#8217;s new &#8220;slashtag&#8221; based custom search engine in Danny Sullivan&#8217;s Search Engine Land Blog and it made me want to try an experiment: over the past 5 years I have used delicious to tag 6000 articles, applying 14000 tags to them, why not creating a custom search engine based on these tags? [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve learned about <a href="http://blekko.com/">Blekko&#8217;s</a> new <a href="http://searchengineland.com/blekko-the-slashtag-search-engine-goes-live-54447">&#8220;slashtag&#8221; based custom search engine in Danny Sullivan&#8217;s Search Engine Land Blog</a> and it made me want to try an experiment: over the past 5 years <a href="http://www.delicious.com/chanezon/">I have used delicious</a> to tag 6000 articles, applying 14000 tags to them, why not creating a custom search engine based on these tags?</p>
<p>Got to <a href="https://secure.delicious.com/settings/bookmarks/export">Delicious, Export your bookmarks</a>,  then apply a unix one liner:</p>
<p><code> lynx -dump delicious-20101031.htm | egrep -o "http://[^/]*/" &gt; cloud.txt<br />
</code></p>
<p>Which gave me a list of the 156 sites I have bookmarked on the topic cloud.<br />
Then I created a profile in Blekko, and a slashtag, uploading the list of sites.</p>
<p>Here&#8217;s my custom search engine for <a href="http://blekko.com/ws/+/view+/chanezon/cloud">cloud</a>, results seem quite relevant, like in this <a href="http://blekko.com/ws/app+engine+/chanezon/cloud">query for App Engine</a>.</p>
<p>Took me 10 minutes to create this, it was so fun that it even enticed me to start blogging again:-)</p>
<p>Now I wish that Blekko would implement the delicious integration themselves to avoid the need for file download, unix manipulation and file upload: that&#8217;s what APIs are for. On the other hand, this could be implemented as a Chrome Extension.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=1725</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Google is hiring a developer program engineer for the Go language</title>
		<link>http://wordpress.chanezon.com/?p=1203</link>
		<comments>http://wordpress.chanezon.com/?p=1203#comments</comments>
		<pubDate>Wed, 11 Nov 2009 00:51:37 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[go]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[jobs]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=1203</guid>
		<description><![CDATA[Today Google released the Go programming language. We are hiring a developer program engineer to help manage and grow the Go developer community. The job description is similar to our generic Developer Program Engineer position with a few changes: 6 years of experience or more Strong C++ and Java, and others a strong interest in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-1205 alignnone" title="go" src="http://wordpress.chanezon.com/wp-content/uploads/go.png" alt="" width="42" height="42" /></p>
<p>Today Google <a href="http://google-opensource.blogspot.com/2009/11/hey-ho-lets-go.html">released</a> the <a href="http://golang.org/">Go programming language</a>. We are hiring a developer program engineer to help manage and grow the Go developer community. The job description is similar to our generic <a href="http://www.google.com/support/jobs/bin/answer.py?answer=145502">Developer Program Engineer</a> position with a few changes:</p>
<ul>
<li>6 years of experience or more</li>
<li>Strong C++ and Java, and others</li>
<li>a strong interest in computer languages</li>
<li>Systems and concurrent programming experience</li>
<li>experience managing an open source project</li>
</ul>
<p>We are looking for an experienced systems programmer who is passionate about programming languages and has an interest in managing an open source community.</p>
<p>If you are interested, either apply on <a href="http://www.google.com/support/jobs/bin/answer.py?answer=145502">Developer Program Engineer</a> and specify that it is for Go, or send me your resume (my last name at google dot com)</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=1203</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tweeting Ulysses on Bloomsday</title>
		<link>http://wordpress.chanezon.com/?p=176</link>
		<comments>http://wordpress.chanezon.com/?p=176#comments</comments>
		<pubDate>Tue, 16 Jun 2009 20:53:43 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[joyce]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=176</guid>
		<description><![CDATA[I spent the past 2 nights in Singapore coding a fun literary experiment: I was initially planning to Tweet Joyce&#8217;s Ulysses the 16th of June, Bloomsday, with some friends. But I realized it was too late for that. Then I decided to crowdsource it, and created a Mechanical Irish using Google Appengine Python. Please try [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bloomtweets.appspot.com/"><img title="Bloomtweets" src="http://bloomtweets.appspot.com/static/joyce-tweets.png" alt="bloomtweets" width="200" height="159" /></a></p>
<p>I spent the past 2 nights in Singapore coding a fun literary experiment: I was initially planning to Tweet Joyce&#8217;s <a href="http://en.wikipedia.org/wiki/Ulysses_%28novel%29">Ulysses</a> the 16th of June, <a href="http://en.wikipedia.org/wiki/Bloomsday">Bloomsday</a>, with some friends. But I realized it was too late for that. Then I decided to crowdsource it, and created a <a href="https://www.mturk.com/mturk/welcome">Mechanical Irish</a> using <a href="http://code.google.com/appengine/">Google Appengine Python</a>.</p>
<p>Please try out <a href="http://bloomtweets.appspot.com/">BloomTweets</a> and spread the word: I need around 2000 volunteers to tweet the whole book.<br />
The app will let you login to Twitter, then take a fragment of 10 lines, and reduce it to one or two tweets of 120 characters, each assigned to a Twitter user I created for the characters.<br />
Your post will go to your Twitter status.</p>
<p>When I have some time, in the next few days, I will write a cron job to post all the Tweets by their various characters, and Twitter user <a href="http://twitter.com/bloomsday09">bloomsday09</a> will retweet the whole book.</p>
<p>You can find more details about the project in the <a href="http://bloomtweets.appspot.com/about">about page</a>.</p>
<p>It was a fun experiment to code, I hope there will be enough enthusiasts to tweet until &#8220;heart was going like mad and yes I said yes I will Yes.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=176</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google I/0: 2009 Google Friend Connect In The Real World</title>
		<link>http://wordpress.chanezon.com/?p=172</link>
		<comments>http://wordpress.chanezon.com/?p=172#comments</comments>
		<pubDate>Thu, 28 May 2009 08:02:13 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[friendconnect]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[io2009]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[opensocial]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=172</guid>
		<description><![CDATA[Today with 3 partner sites, Time.com, HuffingtonPost and JS-Kit, we gave a talk at Google I/O about how and why they implemented Google Friend Connect on their site. The session showed that Friend Connect starts to get real traction with large sites, and that implementing a deep integration using the Friend Connect Javascript or REST [...]]]></description>
			<content:encoded><![CDATA[<p>Today with 3 partner sites, Time.com, HuffingtonPost and JS-Kit, we gave a talk at Google I/O about how and why they implemented Google Friend Connect on their site. The session showed that Friend Connect starts to get real traction with large sites, and that implementing a deep integration using the <a href="http://code.google.com/apis/friendconnect/getting_started.html">Friend Connect Javascript or REST API</a> is quite easy.</p>
<p>Slides:</p>
<div style="width:425px;text-align:left" id="__ss_1499629"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/chanezon/google-i0-2009-google-friend-connect-in-the-real-world?type=presentation" title="Google I/0 2009 Google Friend Connect In The Real World">Google I/0 2009 Google Friend Connect In The Real World</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=googleio09googlefriendconnectintherealworld-090528030830-phpapp02&#038;stripped_title=google-i0-2009-google-friend-connect-in-the-real-world" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=googleio09googlefriendconnectintherealworld-090528030830-phpapp02&#038;stripped_title=google-i0-2009-google-friend-connect-in-the-real-world" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">Microsoft Word documents</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/chanezon">chanezon</a>.</div>
</div>
<p>Demos:</p>
<ul>
<li><a href="http://www.time.com/time/specials/packages/completelist2/0,32003,1850902,00.html">Time.com social lists demo link</a>. This one is a demo, it should go live in a few weeks.</li>
<li><a href="http://www.huffingtonpost.com/2009/05/26/funny-fine-whos-americas_n_207802.html">HuffingtonPost social slideshows</a>. This one is live now.</li>
</ul>
<p>Links:<br />
My <a href="http://delicious.com/chanezon/io2009">I/O</a> and <a href="http://delicious.com/chanezon/friendconnect">Friend Connect</a> links on delicious.</p>
<p>Code:<br />
Not there yet, but the social-list project will be open sourced at <a href="http://code.google.com/p/social-list/">http://code.google.com/p/social-list/</a> in the next few weeks.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=172</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Playing with the new Google Friend Connect Javascript API</title>
		<link>http://wordpress.chanezon.com/?p=170</link>
		<comments>http://wordpress.chanezon.com/?p=170#comments</comments>
		<pubDate>Tue, 31 Mar 2009 21:46:17 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[friendconnect]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[opensocial]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=170</guid>
		<description><![CDATA[In the past 3 weeks, since we have released the Google Friend Connect Javascript API, I have been playing Friend Connect it a bit more: the Javascript APIs let you add social features to your site without requiring the use of gadgets. Ask the user to join the site, then you have access to the [...]]]></description>
			<content:encoded><![CDATA[<p>In the past 3 weeks, since we have released the <a href="http://googlesocialweb.blogspot.com/2009/03/introducing-google-friend-connect-api.html">Google Friend Connect Javascript API</a>, I have been playing Friend Connect it a bit more: the Javascript APIs let you add social features to your site without requiring the use of gadgets. Ask the user to join the site, then you have access to the OpenSocial APIs to get their profile, list of friends and post to their activity stream directly on the page. It makes OpenSocial as easy to integrate as using the Google Maps API.</p>
<p>I installed the <a href="http://code.google.com/p/google-friend-connect-plugins/wiki/WordPressPlugin">Google Friend Connect WordPress plugin</a> that Matt Cutt&#8217;s team built, on this blog: go to the bottom of this post and join the site to comment on my blog, no more form to fill out. What is nice with this integration is that the commenting system is still the wordpress native system, and not a foreign widget, so I can still use the akismet spam detection engine, and use the wordpress admin to moderate the comments.</p>
<p>I also built a sample to demonstrate how you can make an existing static page more social using friend connect: I took the <a href="http://www.ew.com/ew/article/0,,20207076_20207387_20207063,00.html">100 top movies page from Entertainment Weekly</a>, not much engagement on that page, and added a few dozen lines of javascript to transform it <a href="http://ossample.appspot.com/ew/">in a social application</a>. Take a look at <a href="http://ossample.appspot.com/ew/static/fc-code.js">the code</a> to see how easy it is. It is hosted on app engine for convenience, but there is no backend there, I use the OpenSocial persistence API to store the list.</p>
<p>If you prefer server side development, friend connect also has a <a href="http://code.google.com/apis/friendconnect/serverside_integration.html>REST API</a>, but I have not played with it yet.</p>
<p>One of the main benefits of using friend connect is not so much making your content more viral, although invites and activitystream apis let you do that, as making new friends who are interested in the same topics as you. In the Entertainment Weekly demo above, you could imagine displaying only members whose list of movies is closest to yours, and thus discover new friends who share the same taste&#8230; or you could add a button for listing people with a completely opposite taste in movies, if you are interested in expanding your horizon.</p>
<p>Let me know what you do with this new API: there is a lot of static content out there which could be made more engaging and social using friend connect.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=170</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How a Platform based on Open Web standards makes sense during an economic downturn</title>
		<link>http://wordpress.chanezon.com/?p=167</link>
		<comments>http://wordpress.chanezon.com/?p=167#comments</comments>
		<pubDate>Mon, 16 Mar 2009 23:22:05 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[apis]]></category>
		<category><![CDATA[evangelism]]></category>
		<category><![CDATA[opensocial]]></category>
		<category><![CDATA[presos]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=167</guid>
		<description><![CDATA[This morning I gave a keynote at the EDC &#124; 2009 Developers Relation Conference called: Google Developer Program: How a Platform based on Open Web standards makes sense during an economic downturn. Since the audience was full of people who do slideware all year long for a living, I though slides would bore them (and [...]]]></description>
			<content:encoded><![CDATA[<p>This morning I gave a keynote at the <a href="http://www.evansdata.com/drc/2009/schedule.php">EDC | 2009 Developers Relation Conference</a> called: <em>Google Developer Program: How a Platform based on Open Web standards makes sense during an economic downturn</em>. Since the audience was full of people who do slideware all year long for a living, I though slides would bore them (and at 8:50 in the morning boredom means sleep) I tried a different presentation format and talked through a set of  tabs in my browser, containing sites, slides for old presentations, pictures and cool demos. I hope the format worked for those of you in the room. Here are the links I presented as promised.</p>
<p>The main argument of the talk is that one of the inherent advantage of building your platform on open standards and open source gives you a hard to match marketing advantage over your competitors who have to buy attention: you have a lower marketing budget for the same, or more powerful effect. In the current downturn, with shrinking marketing budgets, this seems like a good strategy. I illustrated the talk with various developer events to build the opensocial ecosystem with many partners over the past 18 months.</p>
<ul>
<li><A HREF="http://www.slideshare.net/chanezon/google-opening-up-to-developers-from-2-to-55-apis-in-3-years">Google Opening up to Developers &#8211; From 2 to 55 APIs in 3 years</A></li>
<li><A HREF="http://delicious.com/chanezon/openweb+demos">chanezon&#39;s openweb and demos Bookmarks on Delicious</A></li>
<li><A HREF="http://groups.google.com/group/openweb-group/web/openweb-demos?hl=en">Demos &#8211; Open Web Advocacy | Google Groups</A></li>
<li><A HREF="http://picasaweb.google.com/chanezon/GoogleDeveloperProgram#">Picasa Web Albums &#8211; P@ &#8211; Google Developer Program</A></li>
<li><A HREF="http://code.google.com/events/io/">Google I/O</A></li>
<li><A HREF="http://code.google.com/events/developerday/2008/">Google Developer Day</A></li>
<li><A HREF="http://code.google.com/events/apacdevfest/">Developer Events &#8211; Google Code</A></li>
<li><A HREF="https://bespin.mozilla.com/#">Bespin » Code in the Cloud</A></li>
<li><A HREF="http://jsbackyard.appspot.com/canvas">Google Maps Canvas Demo</A></li>
<li><A HREF="http://gyu.que.jp/jscloth/touch.html">js 3D Canvas Demo, iPod touch</A></li>
<li><A HREF="https://developer.mozilla.org/samples/video/chroma-key/index.xhtml">Mozilla Chromakeying a video in Javascript</A></li>
<li><A HREF="http://www.chanezon.com/pat/code/html5/video/index.xhtml">Chromakeying + Effects</A></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=167</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Teaching Open Source wiki</title>
		<link>http://wordpress.chanezon.com/?p=164</link>
		<comments>http://wordpress.chanezon.com/?p=164#comments</comments>
		<pubDate>Thu, 05 Mar 2009 00:44:56 +0000</pubDate>
		<dc:creator>patblog</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://wordpress.chanezon.com/?p=164</guid>
		<description><![CDATA[The Teaching Open Source wiki &#8220;serves as a neutral collaboration point for everyone involved in Teaching Open Source&#8221;: this is an excellent initiative. Resource about learning Open Source development are scattered in various places and communities and I hope that this wiki will grow into a useful central repository. They are using MediaWiki for the [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.teachingopensource.org/">Teaching Open Source wiki</a> &#8220;serves as a neutral collaboration point for everyone involved in Teaching Open Source&#8221;: this is an excellent initiative. Resource about learning Open Source development are scattered in various places and communities and I hope that this wiki will grow into a useful central repository.</p>
<p>They are using <a href="http://mediawiki.org/">MediaWiki</a> for the wiki, and Sam Ruby&#8217;s excellent <a href="http://intertwingly.net/code/venus/">Planet Venus</a> aggregator to provide <a href="http://www.teachingopensource.org/index.php/Planet">an aggregated feed about Open Source teaching</a>. My only regret is that they did not consider integrating a social network from day one, like my colleagues did at <a href="http://opensocial.org/">OpenSocial.org</a>: <a href="http://incubator.apache.org/shindig/#tab-building">Shindig PHP</a> is open source, and should not be too hard to integrate.</p>
<p>If you want to start learning Open Source development, I highly recommend the book <a href="http://producingoss.com/">Producing Open Source Software</a> by Karl Fogel, as a good way to get started.</p>
<p><a href="http://producingoss.com/"><img src="http://producingoss.com/images/producingoss-cover-small.gif"/></a></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.chanezon.com/?feed=rss2&amp;p=164</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.625 seconds -->
<!-- Cached page served by WP-Super-Cache -->
<!-- Compression = gzip -->
