<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>solydzajs.blog &#187; Google</title>
	<atom:link href="http://solydzajs.wordpress.com/category/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://solydzajs.wordpress.com</link>
	<description>open source software news, my studies and work</description>
	<lastBuildDate>Mon, 28 Jul 2008 21:03:47 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='solydzajs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/35fde46e5208c1b555e02c284984d759?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>solydzajs.blog &#187; Google</title>
		<link>http://solydzajs.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://solydzajs.wordpress.com/osd.xml" title="solydzajs.blog" />
		<item>
		<title>Google Project Hosting now integrates Code Reviews functionality</title>
		<link>http://solydzajs.wordpress.com/2008/07/28/google-project-hosting-now-support-code-reviews/</link>
		<comments>http://solydzajs.wordpress.com/2008/07/28/google-project-hosting-now-support-code-reviews/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 09:45:40 +0000</pubDate>
		<dc:creator>solydzajs</dc:creator>
				<category><![CDATA[Free/Open Source]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[code review]]></category>
		<category><![CDATA[google project hosting]]></category>
		<category><![CDATA[reviewboard]]></category>
		<category><![CDATA[rietveld]]></category>

		<guid isPermaLink="false">http://solydzajs.wordpress.com/?p=97</guid>
		<description><![CDATA[I&#8217;m personally a big fan of code reviews. Proper code review habits can really improve the quality of a code base and help you find bugs or design problems in your project. I also believe that a good tools for code review can improve developers life, so I&#8217;m always glad to see new tools or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=97&subd=solydzajs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p style="text-align:justify;">I&#8217;m personally a big fan of code reviews. Proper code review habits can really improve the quality of a code base and help you find bugs or design problems in your project. I also believe that a good tools for code review can improve developers life, so I&#8217;m always glad to see new tools or integrations in that field. If you don&#8217;t know what code reviews are, please have a look at wikipedia&#8217;s description <a title="Code Reviews on Wikipedia" href="http://en.wikipedia.org/wiki/Code_review" target="_blank">here</a>.</p>
<p style="text-align:justify;">I think it&#8217;s already 5 days when <a title="Google Project Hosting" href="http://code.google.com/hosting/" target="_blank">Google Project Hosting</a> integrated Code Reviews. I found out yesterday when I watched last commits of the open source projects I&#8217;m tracking. When I selected a commit I was surprised to see &#8220;Start a code review&#8221; block on the right side.</p>
<div class="mceTemp mceIEcenter" style="text-align:center;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://solydzajs.files.wordpress.com/2008/07/picture-2.png"><img class="size-medium wp-image-113" src="http://solydzajs.files.wordpress.com/2008/07/picture-2.png?w=300&#038;h=104" alt="Start a code review" width="300" height="104" /></a></dt>
<dd class="wp-caption-dd">Google Project Hosting Code Review: Start a code review </dd>
</dl>
</div>
<p style="text-align:justify;"><a title="Code Reviews wiki page on GPH" href="http://code.google.com/p/support/wiki/CodeReviews"><span id="more-97"></span>This wiki page</a> on the Google Project Hosting (GPH) support wiki describes in more details how to do code reviews on GPH.</p>
<p style="text-align:justify;">I have been <a title="My blog post about Mondrian" href="http://solydzajs.wordpress.com/2006/12/14/making-code-reviews-even-simpler-with-mondrian/" target="_blank">writing about Mondrian</a> (Google&#8217;s internal code review tool written by Guido van Rossum) way back.  When <a title="Google App Engine" href="http://code.google.com/appengine" target="_blank">Google AppEngine</a> was released, Guido ported most of the functionality of Mondrian into new open source project called <a title="Rietveld" href="http://code.google.com/p/rietveld">Rietveld</a> &#8211; Code Review application running on App Engine (<a title="Article about Rietveld" href="http://code.google.com/appengine/articles/rietveld.html" target="_blank">Article about Rietveld</a> on AppEngine webpage). Many open source projects are using <a title="Rietveld public instance" href="http://codereview.appspot.com" target="_blank">Rietveld public instance</a> already, you can check that out just by looking into <a title="Rietveld repositories list" href="http://codereview.appspot.com/repos" target="_blank">repositories list</a>. Some project use they own instance of Retvield and limits access to code reviews using separate domain with Google Apps for your domain.</p>
<p style="text-align:justify;">You can read more about background behind Rietveld <a title="Background behind Rietveld" href="http://code.google.com/p/rietveld/wiki/CodeReviewBackground" target="_blank">here</a> and how to start code reviews with Rietveld <a title="How to do code reviews using Rietveld" href="http://code.google.com/p/rietveld/wiki/CodeReviewHelp" target="_blank">here</a>.</p>
<p style="text-align:justify;">Rietveld is pre-commit code review tool and Google Project Hosting Code Review implementation is post-commit. That is probably the biggest difference between those two. All the shortcuts used in GPH are mostly based on what&#8217;s available in Rietveld. So now we have both pre-commit and post-commit code review tools and both are from Google.</p>
<p style="text-align:justify;">Some of the implemented features include review of the whole commit and also writing of in-line comments (in a nice diff view) for particular lines of code.</p>
<div class="mceTemp mceIEcenter" style="text-align:center;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://solydzajs.files.wordpress.com/2008/07/picture-1.png"><img class="size-medium wp-image-104" src="http://solydzajs.files.wordpress.com/2008/07/picture-1.png?w=474&#038;h=321" alt="Google Project Hosting Code Review In-line comments" width="474" height="321" /></a></dt>
<dd class="wp-caption-dd">Google Project Hosting Code Review: In-line comments</dd>
</dl>
</div>
<div class="mceTemp mceIEcenter" style="text-align:center;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://solydzajs.files.wordpress.com/2008/07/picture-3.png"><img class="size-medium wp-image-114" src="http://solydzajs.files.wordpress.com/2008/07/picture-3.png?w=300&#038;h=221" alt="Your review" width="300" height="221" /></a></dt>
<dd class="wp-caption-dd">Google Project Hosting Code Review: Your review</dd>
</dl>
</div>
<p style="text-align:center;">Configuration of your project code reviews can be found in Administer-&gt;Source tab.</p>
<div class="mceTemp mceIEcenter" style="text-align:center;">
<dl class="wp-caption aligncenter">
<dt class="wp-caption-dt"><a href="http://solydzajs.files.wordpress.com/2008/07/picture-4.png"><img class="size-medium wp-image-115" src="http://solydzajs.files.wordpress.com/2008/07/picture-4.png?w=300&#038;h=238" alt="Code Review Configuration" width="300" height="238" /></a></dt>
<dd class="wp-caption-dd">Google Project Hosting Code Review: Code Review Configuration</dd>
</dl>
</div>
<p style="text-align:justify;">Summarizing, we just got another great tool for doing code reviews and it&#8217;s nicely integrated into Google Project Hosting. It also means that open source projects don&#8217;t have to use <a title="ReviewBoard" href="http://code.google.com/p/reviewboard/" target="_blank">ReviewBoard</a> or Rietveld and can start doing code reviews right away if they use SVN repository from Google Project Hosting. If you&#8217;re project is using public SVN, but you are more interested in pre-commit code reviews, you can always use Rietveld public instance on Google AppEngine and add your SVN repository to the Rietveld repository list. It&#8217;s that simple :-)</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solydzajs.wordpress.com/97/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solydzajs.wordpress.com/97/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solydzajs.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solydzajs.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solydzajs.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solydzajs.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solydzajs.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solydzajs.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solydzajs.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solydzajs.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solydzajs.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solydzajs.wordpress.com/97/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=97&subd=solydzajs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solydzajs.wordpress.com/2008/07/28/google-project-hosting-now-support-code-reviews/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9bbf90bb870493e4f5d83889a8db2c0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solydzajs</media:title>
		</media:content>

		<media:content url="http://solydzajs.files.wordpress.com/2008/07/picture-2.png?w=300" medium="image">
			<media:title type="html">Start a code review</media:title>
		</media:content>

		<media:content url="http://solydzajs.files.wordpress.com/2008/07/picture-1.png?w=593" medium="image">
			<media:title type="html">Google Project Hosting Code Review In-line comments</media:title>
		</media:content>

		<media:content url="http://solydzajs.files.wordpress.com/2008/07/picture-3.png?w=300" medium="image">
			<media:title type="html">Your review</media:title>
		</media:content>

		<media:content url="http://solydzajs.files.wordpress.com/2008/07/picture-4.png?w=300" medium="image">
			<media:title type="html">Code Review Configuration</media:title>
		</media:content>
	</item>
		<item>
		<title>NUI Group in Google Summer of Code 2008</title>
		<link>http://solydzajs.wordpress.com/2008/03/17/nui-group-in-google-summer-of-code-2008/</link>
		<comments>http://solydzajs.wordpress.com/2008/03/17/nui-group-in-google-summer-of-code-2008/#comments</comments>
		<pubDate>Mon, 17 Mar 2008 22:11:54 +0000</pubDate>
		<dc:creator>solydzajs</dc:creator>
				<category><![CDATA[Free/Open Source]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[NUI Group]]></category>
		<category><![CDATA[Summer of Code 2008]]></category>
		<category><![CDATA[nuigroup gsoc]]></category>

		<guid isPermaLink="false">http://solydzajs.wordpress.com/?p=94</guid>
		<description><![CDATA[
We are happy to announce that Natural User Interface Group (NUI Group) has been selected for mentoring organization in Google Summer of Code 2008.
Want to write open source code? Want to make money? Want to do both? Join NUI Group for this year edition of Google Summer of Code.
If you&#8217;re a student and maybe even [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=94&subd=solydzajs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><div style="text-align:center;"><img src="http://nuigroup.com/wiki/f229d44ea5c2bbfc6091cafa5f096fdc/" /></div>
<p>We are happy to announce that <a href="http://www.nuigroup.com" title="NUI Group">Natural User Interface Group</a> (<b>NUI Group</b>) has been selected for mentoring organization in <b>Google Summer of Code 2008</b>.</p>
<p>Want to write open source code? Want to make money? Want to do both? Join <b>NUI Group</b> for this year edition of <b>Google Summer of Code</b>.</p>
<p>If you&#8217;re a student and maybe even a NUI Group member check out <a href="http://nuigroup.com/wiki/Google_Summer_of_Code_2008_Projects_Ideas/" title="NUI Group GSoC projects ideas">our projects ideas wiki page</a>. Prepare your project proposal and apply ! Google is offering successful student contributors a 4500 USD stipend, enabling them to focus on their coding projects for three months. And this year you can code with <b>NUI Group</b> :-)</p>
<p>We are looking for your participation and for innovative and creative projects proposal. If you don&#8217;t find interesting project at our ideas webpage feel free to send us your own project idea. Starting from today (<b>March 17th</b>) students have a week (till <b>March 24th</b>) to discuss projects ideas with mentors from NUI Group. The student application period begins <b>Monday, March 24th 2008</b> and ends <b>Monday, March 31st 2008</b>.</p>
<p>If you don&#8217;t know what GSoC is, here is a little description from GSoC FAQ:</p>
<p><i>&#8220;Google Summer of Code</i> (GSoC) is a program that offers student   developers stipends to write code for various open source   projects. Google will be working with a several open source, free   software, and technology-related groups to identify and fund   several projects over a three month period. Historically, the   program has brought together over 1,500 students with over 130   open source projects to create millions of lines of code. The   program, which kicked off in   <a href="http://code.google.com/soc/2005/" target="_blank">2005</a>,   is now in its fourth year. If are feeling   nostalgic or are interested in learning more about the projects we have   worked with in the past, check out the   <a href="http://code.google.com/soc/2006/" target="_blank">2006</a> and   <a href="http://code.google.com/soc/2007/" target="_blank">2007</a>   program pages.&#8221;</p>
<p>You can learn more about <b>Google Summer of Code</b> at <a href="http://code.google.com/soc" title="GSoC'08">http://code.google.com/soc</a> , remember to check out <a href="http://code.google.com/opensource/gsoc/2008/faqs.html" title="GSoC FAQ">programs FAQ</a> before you ask questions.</p>
<p>Also here is the latest blog post at Google Open Source blog about GSoC: <a href="http://google-opensource.blogspot.com/2008/03/meet-your-mentors.html" title="Meet your mentors">Meet your mentors.</a></p>
<p><b>Big request to NUI Group member</b>: Spread the word about NUI Group participation in GSoC 2008 on your blogs :-)</p>
<p><i></i></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solydzajs.wordpress.com/94/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solydzajs.wordpress.com/94/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solydzajs.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solydzajs.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solydzajs.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solydzajs.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solydzajs.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solydzajs.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solydzajs.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solydzajs.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solydzajs.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solydzajs.wordpress.com/94/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=94&subd=solydzajs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solydzajs.wordpress.com/2008/03/17/nui-group-in-google-summer-of-code-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9bbf90bb870493e4f5d83889a8db2c0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solydzajs</media:title>
		</media:content>

		<media:content url="http://nuigroup.com/wiki/f229d44ea5c2bbfc6091cafa5f096fdc/" medium="image" />
	</item>
		<item>
		<title>Google Highly Open Participation Contest announced</title>
		<link>http://solydzajs.wordpress.com/2007/11/28/google-highly-open-participation-contest-announced/</link>
		<comments>http://solydzajs.wordpress.com/2007/11/28/google-highly-open-participation-contest-announced/#comments</comments>
		<pubDate>Wed, 28 Nov 2007 14:59:32 +0000</pubDate>
		<dc:creator>solydzajs</dc:creator>
				<category><![CDATA[Free/Open Source]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[School and Work]]></category>
		<category><![CDATA[Google GSoC GHOP open.source]]></category>

		<guid isPermaLink="false">http://solydzajs.wordpress.com/2007/11/28/google-highly-open-participation-contest-announced/</guid>
		<description><![CDATA[Leslie Hawthorn has just announced  Google Highly Open Participation Contest at the OSDC open source conference in Australia. What is GHOP ? It&#8217;s a new contest that aims to introduce secondary school and high school students to open source software development, just like Google Summer of Code does for university students. Thanks to Google [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=93&subd=solydzajs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Leslie Hawthorn has just announced  <a href="http://code.google.com/opensource/ghop/2007-8/" title="Google Highly Open Participation Contest">Google Highly Open Participation Contest</a> at <a href="http://osdc.com.au/">the OSDC open source conference</a> in Australia. What is GHOP ? It&#8217;s a new contest that aims to introduce secondary school and high school students to open source software development, just like <a href="http://code.google.com/soc" title="Google Summer of Code" target="_blank">Google Summer of Code</a> does for university students. Thanks to Google now even pre-university students can be involved in all aspects of open source development, from fixing bugs to writing documentation and doing user experience research. It&#8217;s a great opportunity for students in highschools to dive in open source software development  and get new valuable experience.<span id="more-93"></span></p>
<p style="text-align:center;"><a href="http://code.google.com/opensource/ghop/2007-8/" title="Google Highly Open Participation Contest" target="_blank"><img src="http://codeconsult.ch/bertrand/archives/images/ghoplogosm.jpg" alt="GHOP logo" height="149" width="140" /></a></p>
<p>For the contest, Google selected <a href="http://code.google.com/opensource/ghop/2007-8/projects.html" title="GHOP Open Source projects" target="_blank">10 Open Source projects</a> which you might work for: The Apache Software Foundation, Drupal, GNOME, Joomla!, MoinMoin, Mono, Moodle, Plone, Python Software Foundation, and SilverStripe CMS. Each  of selected projects (mentoring organizations) will provide a list of tasks the relevant project needs help with. Students choose on which particular task they want to work on and submit their work according to the instructions for each task. Students are eligible to win cash prizes and nice GHOP t-shirts, grand prize winners will get a nice free trip to Googleplex in Mountain View :-)</p>
<p>The contest started today and finishes January 22.</p>
<p>Full details are available at the <a href="http://code.google.com/opensource/ghop/2007-8/" title="Google Highly Open Participation Contest webpage">Google Highly Open Participation Contest page</a></p>
<p>Post at Google Summer of Code blog can be found  <a href="http://google-code-updates.blogspot.com/2007/11/its-here-google-highly-open.html" title="GSoC blog post about GHOP">here.</a></p>
<p>You can also check out the <a href="http://code.google.com/opensource/ghop/2007-8/faqs.html" target="_blank"> contest FAQs</a> for some more information and visit  GHOP <a href="http://groups.google.com/group/ghop-discuss" target="_blank">discussion group</a> to get help or share your thoughts.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solydzajs.wordpress.com/93/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solydzajs.wordpress.com/93/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solydzajs.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solydzajs.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solydzajs.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solydzajs.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solydzajs.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solydzajs.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solydzajs.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solydzajs.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solydzajs.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solydzajs.wordpress.com/93/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=93&subd=solydzajs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solydzajs.wordpress.com/2007/11/28/google-highly-open-participation-contest-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9bbf90bb870493e4f5d83889a8db2c0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solydzajs</media:title>
		</media:content>

		<media:content url="http://codeconsult.ch/bertrand/archives/images/ghoplogosm.jpg" medium="image">
			<media:title type="html">GHOP logo</media:title>
		</media:content>
	</item>
		<item>
		<title>Introduction to MacLibre and OpenTouch &#8211; Tech Talk at Googleplex, Mountain View</title>
		<link>http://solydzajs.wordpress.com/2007/07/07/introduction-to-maclibre-and-opentouch-tech-talk-at-googleplex-mountain-view/</link>
		<comments>http://solydzajs.wordpress.com/2007/07/07/introduction-to-maclibre-and-opentouch-tech-talk-at-googleplex-mountain-view/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 12:39:01 +0000</pubDate>
		<dc:creator>solydzajs</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[MacLibre 2]]></category>
		<category><![CDATA[OpenTouch]]></category>
		<category><![CDATA[Summer of Code 2006]]></category>
		<category><![CDATA[Summer of Code 2007]]></category>

		<guid isPermaLink="false">http://solydzajs.wordpress.com/2007/07/07/introduction-to-maclibre-and-opentouch-tech-talk-at-googleplex-mountain-view/</guid>
		<description><![CDATA[While being at WWDC I took a Monday off just after Keynote and drove to Googleplex in Mountain View. I had a pleasure to visit Google and meet with Leslie Hawthorn Project Manager for Google Summer of Code :-) I had a really great time there. Thank You for that opportunity. After a tour and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=53&subd=solydzajs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>While being at <a href="http://developer.apple.com/wwdc/" title="WWDC" target="_blank">WWDC</a> I took a Monday off just after Keynote and drove to Googleplex in Mountain View. I had a pleasure to visit Google and meet with Leslie Hawthorn Project Manager for Google Summer of Code :-) I had a really great time there. Thank You for that opportunity. After a tour and lunch I had a Tech Talk: Introduction to <a href="http://www.maclibre.com" title="MacLibre" target="_blank">MacLibre</a> and <a href="http://code.google.com/soc/winlibre/appinfo.html?csaid=1597677FEED59D33" title="OpenTouch" target="_blank">OpenTouch</a>. Projects I was talking about are both my Google Summer of Code projects: MacLibre GSoC 2006 &amp; OpenTouch GSoC 2007. After tech talk I was interviewed by Leslie for <a href="http://http://googlesummerofcode.blogspot.com" title="Google Summer of Code Podcast" target="_blank">Google Summer of Code podcast</a> :-) <a href="http://http://picasaweb.google.com/Pawel.Solyga/GoogleplexInMounatinView" title="Photos from Google, MTV" target="_blank">Here</a> are some photos that I took at Googleplex :-)</p>
<p><a href="http://googlesummerofcode.blogspot.com/2007/06/summer-of-coders-at-google-pawel-solyga.html" title="Summer of Code blog post" target="_blank">Post about my Tech Talk and Podcast Interview at Google Summer of Code blog</a></p>
<p><a href="http://video.google.com/videoplay?docid=-3884258697819652860" title="Introduction to MacLibre and OpenTouch" target="_blank">My Tech Talk: Introduction to MacLibre and OpenTouch at Google Video</a></p>
<p><a href="http://google-developer-podcast.googlecode.com/files/gsocpodcast007.mp3" title="GSoC Podcast Interview" target="_blank">Direct link to podcast interview in mp3 format </a></p>
<p><a href="http://groups.google.com/group/google-summer-of-code-discuss/files" title="My tech talk in pdf format" target="_blank">My presentation in pdf format at Google Summer of Code discuss group</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solydzajs.wordpress.com/53/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solydzajs.wordpress.com/53/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solydzajs.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solydzajs.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solydzajs.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solydzajs.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solydzajs.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solydzajs.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solydzajs.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solydzajs.wordpress.com/53/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solydzajs.wordpress.com/53/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solydzajs.wordpress.com/53/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=53&subd=solydzajs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solydzajs.wordpress.com/2007/07/07/introduction-to-maclibre-and-opentouch-tech-talk-at-googleplex-mountain-view/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9bbf90bb870493e4f5d83889a8db2c0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solydzajs</media:title>
		</media:content>
	</item>
		<item>
		<title>OpenTouch &#8211; Google Summer of Code 2007 proposal</title>
		<link>http://solydzajs.wordpress.com/2007/07/07/opentouch-google-summer-of-code-2007-proposal/</link>
		<comments>http://solydzajs.wordpress.com/2007/07/07/opentouch-google-summer-of-code-2007-proposal/#comments</comments>
		<pubDate>Sat, 07 Jul 2007 12:38:57 +0000</pubDate>
		<dc:creator>solydzajs</dc:creator>
				<category><![CDATA[Free/Open Source]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[OpenTouch]]></category>
		<category><![CDATA[Summer of Code 2007]]></category>

		<guid isPermaLink="false">http://solydzajs.wordpress.com/2007/07/07/opentouch-google-summer-of-code-2007-proposal/</guid>
		<description><![CDATA[I got accepted for Google Summer of Code 2007 :-) It&#8217;s my second summer with Google and WinLibre mentoring organization and I&#8217;m really excited about it. My project is called OpenTouch and it is an open source framework for multimodal input devices like for example multitouch screen I&#8217;m working on right now. Full proposal of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=45&subd=solydzajs&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I got accepted for Google Summer of Code 2007 :-) It&#8217;s my second summer with Google and WinLibre mentoring organization and I&#8217;m really excited about it. My project is called OpenTouch and it is an open source framework for multimodal input devices like for example multitouch screen I&#8217;m working on right now. Full proposal of my project can downloaded from <a href="http://solydzajs.files.wordpress.com/2007/03/opentouch-gsoc2007-final.pdf" title="OpenTouch - Google Summer of Code 2007 proposal">here</a>.</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solydzajs.wordpress.com/45/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solydzajs.wordpress.com/45/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solydzajs.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solydzajs.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solydzajs.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solydzajs.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solydzajs.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solydzajs.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solydzajs.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solydzajs.wordpress.com/45/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solydzajs.wordpress.com/45/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solydzajs.wordpress.com/45/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&blog=115951&post=45&subd=solydzajs&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://solydzajs.wordpress.com/2007/07/07/opentouch-google-summer-of-code-2007-proposal/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/9bbf90bb870493e4f5d83889a8db2c0e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">solydzajs</media:title>
		</media:content>
	</item>
	</channel>
</rss>