<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0" -->
<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/"
	>

<channel>
	<title>KinRou's Blog</title>
	<link>http://blog.kinrou.com</link>
	<description>Bits and Bobs about Technology</description>
	<pubDate>Thu, 19 Jan 2012 17:47:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0</generator>
	<language>en</language>
			<item>
		<title>IoT meetup</title>
		<link>http://blog.kinrou.com/2012/01/09/iot-meetup/</link>
		<comments>http://blog.kinrou.com/2012/01/09/iot-meetup/#comments</comments>
		<pubDate>Mon, 09 Jan 2012 15:36:27 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>Techology</category>
	<category>R/GA</category>
	<category>IoT</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2012/01/09/iot-meetup/</guid>
		<description><![CDATA[Last year I wrote a short article for the R\GA tech blog about an evening talk I went to where all speakers were presenting their work about IoT. It was published a few days ago.
Check it out:
http://techblog.rga.com/internet-of-things-iot 

]]></description>
			<content:encoded><![CDATA[<p>Last year I wrote a short article for the <a title="http://www.rga.com/" target="_blank" href="http://www.rga.com/">R\GA</a> <a title="http://techblog.rga.com" target="_blank" href="http://techblog.rga.com">tech blog</a> about an evening talk I went to where all speakers were presenting their work about IoT. It was published a few days ago.</p>
<p>Check it out:<br />
<a title="http://techblog.rga.com/internet-of-things-iot" target="_blank" href="http://techblog.rga.com/internet-of-things-iot">http://techblog.rga.com/internet-of-things-iot </a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2012/01/09/iot-meetup/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>#RGAMakeDay</title>
		<link>http://blog.kinrou.com/2011/12/14/rgamakeday/</link>
		<comments>http://blog.kinrou.com/2011/12/14/rgamakeday/#comments</comments>
		<pubDate>Wed, 14 Dec 2011 17:22:56 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>Techology</category>
	<category>R/GA</category>
	<category>OpenFrameworks</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2011/12/14/rgamakeday/</guid>
		<description><![CDATA[You Tube Video: http://www.youtube.com/watch?v=DvAlZMbqhsw
Tuesday 6th and Wednesday 7th 2011 were quite special here at R/GA. It was R/GA Make Day (#RGAMakeDay). We basically were given 2 days by the company to work on anything we wanted using whatever technology we wished to use.
Myself and three of my colleagues decided to work on an application which [...]]]></description>
			<content:encoded><![CDATA[<p>You Tube Video: <a target="_blank" title="http://www.youtube.com/watch?v=DvAlZMbqhsw" href="http://www.youtube.com/watch?v=DvAlZMbqhsw">http://www.youtube.com/watch?v=DvAlZMbqhsw</a></p>
<p>Tuesday 6th and Wednesday 7th 2011 were quite special here at R/GA. It was R/GA Make Day (#RGAMakeDay). We basically were given 2 days by the company to work on anything we wanted using whatever technology we wished to use.</p>
<p>Myself and three of my colleagues decided to work on an application which allowed people who work for R/GA to know where there colleagues were in the different buildings. Since R/GA opened it’s second office we had this problem of not being able to locate people. So this was an answer at trying to solve this problem.</p>
<p>The system we’ve put together is the following.</p>
<p>I worked on the face recognition software which checked in and out people automatically when it found a match by sending a request to a server. The application uses <a title="http://www.openframeworks.cc/" target="_blank" href="http://www.openframeworks.cc/">OpenFrameworks</a> and <a title="http://opencv.willowgarage.com/wiki/" target="_blank" href="http://opencv.willowgarage.com/wiki/">OpenCV</a>. The face recognition was done thanks to OpenCV and it uses the Eigenface algorithm  which is one of many face algorithms. An explanation of this algorithm can be found <a title="http://www.cognotics.com/opencv/servo_2007_series/part_4/index.html" target="_blank" href="http://www.cognotics.com/opencv/servo_2007_series/part_4/index.html">here</a> . As said previously everytime a match was found the software sent a request with the user name of this person and the location they needed to be logged in. I also hooked <a title="http://www.arduino.cc/" target="_blank" href="http://www.arduino.cc/">Arduino</a> to this so when a user was being matched a green light was being turned on. This light could easily be replaced with a lock activation for a door. Essentially the door would unlock when a match would be found. And just for fun at the end of the day I added welcome messages through the MAC OSX terminal command ‘say’.</p>
<p>Danny Lee made (two applications - superman) a Silverlight 4 application pulling the server for updates. As soon as someone new was being logged in the application was displaying who he was and where he was. The second application Danny made was a Windows Mobile 7 application which also was also communicating with the server. it was listing people in the company and stating their current location.</p>
<p>Anthony Baker put together the back-end (database and rest services) that all the applications comsume and also made a Windows 8 tablet application which was realised in only one day. Its functionality was kind of similar to the Windows Phone 7 application. It was able to provide a summary of all employees with their current location within R/GA premises. Anthony also posted about Make Day on his blog <a title="http://blog.anthonybaker.me/2011/12/rgamakeday.html" target="_blank" href="http://blog.anthonybaker.me/2011/12/rgamakeday.html">here</a>.</p>
<p>Jiri worked on the ID and design and made the slides for the presentation which by the way were awesome.</p>
<p>Most of these application are based around Microsoft products but since the server deliver REST services it could be consumed by any platform i.e. Android, iPhone, Flash&#8230;</p>
<p>We did not win but came second. However the feedback we got were really positive so regardless of the outcome we felt really proud of what we achieved in such small period of time.</p>
<p><a title="http://russelldavies.typepad.com/planning/2011/12/rgamakeday.html" target="_blank" href="http://russelldavies.typepad.com/planning/2011/12/rgamakeday.html">Russel Davis</a> who is R/GA’s Planning Director was the one who has initiated the idea of this make day. I think the drive behind this was to show clients, the talents and innovation R/GA has behing its walls. It is also a good way for R/GA to see what their developers are capable of and if there’s any idea that can be taken to market.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2011/12/14/rgamakeday/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>android ui</title>
		<link>http://blog.kinrou.com/2011/08/10/android-ui/</link>
		<comments>http://blog.kinrou.com/2011/08/10/android-ui/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 08:10:04 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>Flash</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2011/08/10/android-ui/</guid>
		<description><![CDATA[overview of design patterns and UI conventions on the Android tablet
http://www.smashingmagazine.com/2011/08/09/designing-for-android-tablets/
tools for developing wireframe and ui elements
http://code.google.com/p/android-ui-utils/

]]></description>
			<content:encoded><![CDATA[<p>overview of design patterns and UI conventions on the Android tablet<br />
http://www.smashingmagazine.com/2011/08/09/designing-for-android-tablets/</p>
<p>tools for developing wireframe and ui elements<br />
http://code.google.com/p/android-ui-utils/
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2011/08/10/android-ui/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>css3 and html5</title>
		<link>http://blog.kinrou.com/2011/08/05/css3-and-html5/</link>
		<comments>http://blog.kinrou.com/2011/08/05/css3-and-html5/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 15:53:56 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>HTML/CSS</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2011/08/05/css3-and-html5/</guid>
		<description><![CDATA[http://beta.theexpressiveweb.com/

]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://beta.theexpressiveweb.com/">http://beta.theexpressiveweb.com/</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2011/08/05/css3-and-html5/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Arduino alternative</title>
		<link>http://blog.kinrou.com/2011/06/30/arduino-alternative/</link>
		<comments>http://blog.kinrou.com/2011/06/30/arduino-alternative/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 22:07:12 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>arduino</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2011/06/30/arduino-alternative/</guid>
		<description><![CDATA[http://www.nanode.eu/ 

]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://www.nanode.eu/">http://www.nanode.eu/ </a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2011/06/30/arduino-alternative/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>JS reference</title>
		<link>http://blog.kinrou.com/2011/04/13/js-reference/</link>
		<comments>http://blog.kinrou.com/2011/04/13/js-reference/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 13:32:53 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>javascript</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2011/04/13/js-reference/</guid>
		<description><![CDATA[http://bonsaiden.github.com/JavaScript-Garden/
http://ejohn.org/apps/learn/
http://wtfjs.com/

]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" title="http://bonsaiden.github.com/JavaScript-Garden/" href="http://bonsaiden.github.com/JavaScript-Garden/">http://bonsaiden.github.com/JavaScript-Garden/</a><br />
<a target="_blank" title="http://ejohn.org/apps/learn/" href="http://ejohn.org/apps/learn/">http://ejohn.org/apps/learn/</a><br />
<a target="_blank" href="http://wtfjs.com/">http://wtfjs.com/</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2011/04/13/js-reference/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Kap Lab components</title>
		<link>http://blog.kinrou.com/2011/03/28/kap-lab-components/</link>
		<comments>http://blog.kinrou.com/2011/03/28/kap-lab-components/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 17:04:00 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>flex</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2011/03/28/kap-lab-components/</guid>
		<description><![CDATA[Kap lab has released some interesting components (diagram, layout and reporting)
http://lab.kapit.fr/display/kaplabhome/home

]]></description>
			<content:encoded><![CDATA[<p>Kap lab has released some interesting components (diagram, layout and reporting)</p>
<p><a target="_blank" title="http://lab.kapit.fr/display/kaplabhome/home" href="http://lab.kapit.fr/display/kaplabhome/home">http://lab.kapit.fr/display/kaplabhome/home</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2011/03/28/kap-lab-components/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>SSH command cheat sheet</title>
		<link>http://blog.kinrou.com/2011/02/03/ssh-command-cheat-sheet/</link>
		<comments>http://blog.kinrou.com/2011/02/03/ssh-command-cheat-sheet/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 13:04:32 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>tutorial</category>
	<category>MAC OSX</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2011/02/03/ssh-command-cheat-sheet/</guid>
		<description><![CDATA[SSH command cheat sheet
http://kb.mediatemple.net/questions/247/Common+SSH+Commands 

]]></description>
			<content:encoded><![CDATA[<p>SSH command cheat sheet</p>
<p><a title="http://kb.mediatemple.net/questions/247/Common+SSH+Commands" href="http://kb.mediatemple.net/questions/247/Common+SSH+Commands">http://kb.mediatemple.net/questions/247/Common+SSH+Commands </a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2011/02/03/ssh-command-cheat-sheet/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>mini3d</title>
		<link>http://blog.kinrou.com/2010/11/15/mini3d/</link>
		<comments>http://blog.kinrou.com/2010/11/15/mini3d/#comments</comments>
		<pubDate>Mon, 15 Nov 2010 11:11:09 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>3d</category>
	<category>mobile</category>
	<category>android</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2010/11/15/mini3d/</guid>
		<description><![CDATA[Here is a nice 3d engine for android, and looking at the code it seems fairly easy to use.
http://www.zeropointnine.com/blog/a-3d-framework-for-android-min3d/

]]></description>
			<content:encoded><![CDATA[<p>Here is a nice 3d engine for android, and looking at the code it seems fairly easy to use.</p>
<p><a target="_blank" title="http://www.zeropointnine.com/blog/a-3d-framework-for-android-min3d/" href="http://www.zeropointnine.com/blog/a-3d-framework-for-android-min3d/">http://www.zeropointnine.com/blog/a-3d-framework-for-android-min3d/</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2010/11/15/mini3d/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>as3 cool effects</title>
		<link>http://blog.kinrou.com/2010/11/12/as3-cool-effects/</link>
		<comments>http://blog.kinrou.com/2010/11/12/as3-cool-effects/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 16:07:30 +0000</pubDate>
		<dc:creator>Seb</dc:creator>
		
	<category>Flash</category>
	<category>as3</category>
		<guid isPermaLink="false">http://blog.kinrou.com/2010/11/12/as3-cool-effects/</guid>
		<description><![CDATA[2 handy effect written for AS3
Ginny effect (MAC OSX minimise animation)
http://wonderfl.net/c/qnTR/
Magnifier glass effect done with pixelbender
http://swingpants.com/category/code-snippet/

]]></description>
			<content:encoded><![CDATA[<p>2 handy effect written for AS3</p>
<p>Ginny effect (MAC OSX minimise animation)<br />
http://wonderfl.net/c/qnTR/</p>
<p>Magnifier glass effect done with pixelbender<br />
http://swingpants.com/category/code-snippet/
</p>
]]></content:encoded>
			<wfw:commentRSS>http://blog.kinrou.com/2010/11/12/as3-cool-effects/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>

