<?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</title>
	<atom:link href="http://solydzajs.wordpress.com/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, 08 Aug 2011 21:54:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='solydzajs.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>solydzajs.blog</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" />
	<atom:link rel='hub' href='http://solydzajs.wordpress.com/?pushpress=hub'/>
		<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&amp;blog=115951&amp;post=97&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<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>
<br /><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/gofacebook/solydzajs.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solydzajs.wordpress.com/97/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solydzajs.wordpress.com/97/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/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&amp;blog=115951&amp;post=97&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></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>Final results! Google Summer of Code 2008 NUI Group students</title>
		<link>http://solydzajs.wordpress.com/2008/04/21/final-results-google-summer-of-code-2008-nui-group-students/</link>
		<comments>http://solydzajs.wordpress.com/2008/04/21/final-results-google-summer-of-code-2008-nui-group-students/#comments</comments>
		<pubDate>Mon, 21 Apr 2008 20:28:38 +0000</pubDate>
		<dc:creator>solydzajs</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://solydzajs.wordpress.com/?p=95</guid>
		<description><![CDATA[  The time has come :-) The list of accepted students to the Google Summer of Code has just been published on GSoC webpage and on Google Open Source blog here. We have been amazed by amount of proposals we received (42+) and overall quality of the applications have been outstanding. It was an extremely hard choice [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&amp;blog=115951&amp;post=95&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p> </p>
<p style="text-align:center;"><img class="aligncenter" src="http://www.sxc.hu/pic/m/r/ro/rore_d/952879_competition.jpg" alt="Competition" width="300" height="282" /></p>
<p>The time has come :-) The list of accepted students to the <strong>Google Summer of Code</strong> has just been published on <strong><a href="http://code.google.com/soc/2008/">GSoC webpage</a></strong> and on Google Open Source blog <a href="http://google-opensource.blogspot.com/2008/04/announcing-accepted-student-proposals.html">here</a>. We have been amazed by amount of proposals we received (<strong>42+</strong>) and overall quality of the applications have been outstanding. It was an extremely hard choice for us to select the best ones. We are also surprised by the amount of slots we got from Google. It&#8217;s our first time in<strong> Google Summer of Code</strong> as mentoring organization and I&#8217;m happy to say that we&#8217;ve received <strong>7 slots</strong>! That means that 7 great proposals have been selected and we are looking forward to work with selected students starting from today and during the summer :-)</p>
<h4>Here is the final list of accepted projects for GSoC 2008:</h4>
<table class="applist" border="0">
<tbody>
<tr>
<td>
<table border="0">
<tbody>
<tr>
<th>Title</th>
</tr>
</tbody>
</table>
</td>
<th>Student</th>
<th>Mentor</th>
<th> </th>
</tr>
<tr class="listrequestapp">
<td>
<table border="0">
<tbody>
<tr>
<td><a href="http://code.google.com/soc/2008/nuig/appinfo.html?csaid=C08EC1C752A0FE9A">Open source, multi‐touch based application for teaching of basic concepts of Physics</a></td>
</tr>
</tbody>
</table>
</td>
<td>Stanislaw Zabramski</td>
<td>Johannes Hirche</td>
<td> </td>
</tr>
<tr class="listrequestapp">
<td>
<table border="0">
<tbody>
<tr>
<td><a href="http://code.google.com/soc/2008/nuig/appinfo.html?csaid=45D868A232841330">TUIO Simulator</a></td>
</tr>
</tbody>
</table>
</td>
<td>Ashish Kumar Rai</td>
<td>Paweł Sołyga</td>
<td> </td>
</tr>
<tr class="listrequestapp">
<td>
<table border="0">
<tbody>
<tr>
<td><a href="http://code.google.com/soc/2008/nuig/appinfo.html?csaid=163932FD1AB26A4D">A general purpose infrastructure for multitouch gesture recognition management</a></td>
</tr>
</tbody>
</table>
</td>
<td>Alessandro De Nardi</td>
<td>Mikael Bauer</td>
<td> </td>
</tr>
<tr class="listrequestapp">
<td>
<table border="0">
<tbody>
<tr>
<td><a href="http://code.google.com/soc/2008/nuig/appinfo.html?csaid=E60783312855647E">Implementing video processing for blob tracking on the GPU</a></td>
</tr>
</tbody>
</table>
</td>
<td>Thomas Hansen</td>
<td>Mikael Bauer</td>
<td> </td>
</tr>
<tr class="listrequestapp">
<td>
<table border="0">
<tbody>
<tr>
<td><a href="http://code.google.com/soc/2008/nuig/appinfo.html?csaid=48D4E5ACEAF3670E">NUI Touch Framework Application </a></td>
</tr>
</tbody>
</table>
</td>
<td>Seth Sandler</td>
<td>Christian Moore</td>
<td> </td>
</tr>
<tr class="listrequestapp">
<td>
<table border="0">
<tbody>
<tr>
<td><a href="http://code.google.com/soc/2008/nuig/appinfo.html?csaid=63AE736D8399300C">Enhanced human computer interface through webcam image processing library</a></td>
</tr>
</tbody>
</table>
</td>
<td>Daniel Lélis Baggio</td>
<td>Paweł Sołyga</td>
<td> </td>
</tr>
<tr class="listrequestapp">
<td>
<table border="0">
<tbody>
<tr>
<td><a href="http://code.google.com/soc/2008/nuig/appinfo.html?csaid=B69F2EFBB711028D">Mac OSX Opentouch Conversion</a></td>
</tr>
</tbody>
</table>
</td>
<td>Mantas Vidutis</td>
<td>Paweł Sołyga</td>
<td> </td>
</tr>
</tbody>
</table>
<p> </p>
<p>I would like to encourage all of you to read this blog post, whether you are on the list or not. I think this is &#8220;must read&#8221; for all of you. Hopefully this will help you understand how difficult it is to select best projects from the ones that we received. We had a really hard time doing evaluation/rating process and choosing those best 7. </p>
<h4><a title="What is Next?" rel="bookmark" href="http://panospace.wordpress.com/2008/04/21/student-and-the-google-summer-of-code-what-is-next/">Student and the Google Summer of Code: What is Next?</a></h4>
<div class="postinfo">I would like to thank everyone who applied for GSoC 2008 this year. You are just amazing! If you&#8217;re not on the list don&#8217;t hesitate to work on your project anyway. It&#8217;s open source, you don&#8217;t have to be in GSoC to start your own project. If you&#8217;re passionate about your proposal and <strong>NUI Group</strong> - stay in touch, contribute to community, work with us and let&#8217;s make things happen together. Thank you once again!</div>
<p>Some information for selected students. If you have been accepted and you&#8217;re still not submitted to the NUI Group GSoC discussion group, please do so. Here is the link <strong><a title="NUI Group GSoC google group" href="http://groups.google.com/group/nuigroup-gsoc" target="_blank">http://groups.google.com/group/nuigroup-gsoc</a></strong>. We will use this list to communicate with you, share experience, share ideas, keep track of work and also to get to know each other.  If you are an IRC guy remember about joining our <strong>#nuigroup channel at Freenode</strong>. Congratulations to all selected students !!! Great work, keep it that way!</p>
<p>You can find the official list of accepted NUI Group students <a href="http://code.google.com/soc/2008/nuig/about.html">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solydzajs.wordpress.com/95/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solydzajs.wordpress.com/95/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solydzajs.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solydzajs.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solydzajs.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solydzajs.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solydzajs.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solydzajs.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solydzajs.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solydzajs.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solydzajs.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solydzajs.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solydzajs.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solydzajs.wordpress.com/95/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solydzajs.wordpress.com/95/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solydzajs.wordpress.com/95/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&amp;blog=115951&amp;post=95&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solydzajs.wordpress.com/2008/04/21/final-results-google-summer-of-code-2008-nui-group-students/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>

		<media:content url="http://www.sxc.hu/pic/m/r/ro/rore_d/952879_competition.jpg" medium="image">
			<media:title type="html">Competition</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 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&amp;blog=115951&amp;post=94&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<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>
<br /><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/gofacebook/solydzajs.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solydzajs.wordpress.com/94/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solydzajs.wordpress.com/94/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/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&amp;blog=115951&amp;post=94&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></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 now [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&amp;blog=115951&amp;post=93&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<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>
<br /><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/gofacebook/solydzajs.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solydzajs.wordpress.com/93/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solydzajs.wordpress.com/93/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/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&amp;blog=115951&amp;post=93&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></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>Open Source iPhone SIM unlock application released !</title>
		<link>http://solydzajs.wordpress.com/2007/09/12/open-source-iphone-sim-unlock-application-released/</link>
		<comments>http://solydzajs.wordpress.com/2007/09/12/open-source-iphone-sim-unlock-application-released/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 02:14:11 +0000</pubDate>
		<dc:creator>solydzajs</dc:creator>
				<category><![CDATA[Free/Open Source]]></category>
		<category><![CDATA[MacStuff]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://solydzajs.wordpress.com/2007/09/12/open-source-iphone-sim-unlock-application-released/</guid>
		<description><![CDATA[It seems that iPhone Dev Team have done great job :-) We have open source iPhone SIM unlock software. Right now it&#8217;s the first release, unlock takes about 20 minutes and it&#8217;s not for end-users (more for developers). But I&#8217;m sure that using this source code we will soon get end-user application similar to the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&amp;blog=115951&amp;post=78&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It seems that iPhone Dev Team have done great job :-) We have open source iPhone SIM unlock software. Right now it&#8217;s the first release, unlock takes about 20 minutes and it&#8217;s not for end-users (more for developers). But I&#8217;m sure that using this source code we will soon get end-user application similar to the one from iPhone SIM free team and especially for free.</p>
<p><a href="http://solydzajs.files.wordpress.com/2007/09/iphoneunlock.png" title="iPhoneUnlock"></a></p>
<p style="text-align:center;"><a href="http://solydzajs.files.wordpress.com/2007/09/iphoneunlock.png" title="iPhoneUnlock"><img src="http://solydzajs.files.wordpress.com/2007/09/iphoneunlock.png?w=349&#038;h=502" alt="iPhoneUnlock" height="502" width="349" /></a></p>
<p>More information <a href="http://gizmodo.com/gadgets/exclusive/iphone-free-software-unlock-confirmed-death-star-explodes-298825.php" title="iPhone unlock on Gizmodo" target="_blank">here</a> and <a href="http://www.engadget.com/2007/09/11/early-iphone-sim-unlock-open-source-code-released/" title="iPhone unlock on Engadget">here</a>.</p>
<p>Source code available <a href="http://gizmodo.com/assets/resources/2007/09/iunlock_src.zip" title="iUnlock source code">here</a>.</p>
<p>Binaries of application <a href="http://iphonedev.km20825.keymachine.de/iUnlock.zip" title="iUnlock binaries" target="_blank">here</a>.</p>
<p>Official guide &#8211; <a href="http://www.freeiphoneunlock.com/guide/" title="Official iPhone unlock guide" target="_blank">here</a>.</p>
<p>Unoffical guide &#8211; <a href="http://iphone.unlock.no/" title="Unofficial iPhone unlock guide" target="_blank">here</a>.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/solydzajs.wordpress.com/78/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/solydzajs.wordpress.com/78/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/solydzajs.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/solydzajs.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/solydzajs.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/solydzajs.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/solydzajs.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/solydzajs.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/solydzajs.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/solydzajs.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/solydzajs.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/solydzajs.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/solydzajs.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/solydzajs.wordpress.com/78/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/solydzajs.wordpress.com/78/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/solydzajs.wordpress.com/78/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=solydzajs.wordpress.com&amp;blog=115951&amp;post=78&amp;subd=solydzajs&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://solydzajs.wordpress.com/2007/09/12/open-source-iphone-sim-unlock-application-released/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>

		<media:content url="http://solydzajs.files.wordpress.com/2007/09/iphoneunlock.png" medium="image">
			<media:title type="html">iPhoneUnlock</media:title>
		</media:content>
	</item>
	</channel>
</rss>
