<?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>ganglio&#039;s &#187; fun</title>
	<atom:link href="http://ganglio.eu/home/tag/fun/feed/" rel="self" type="application/rss+xml" />
	<link>http://ganglio.eu/home</link>
	<description>a place for stuff and stuffings</description>
	<lastBuildDate>Tue, 12 Jul 2011 10:05:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<image><title>ganglio&#039;s</title><url>http://ganglio.eu/logo.png</url><link>http://ganglio.eu/home</link><width>800</width><height>641</height><description>ganglio&#039;s - http://ganglio.eu/home</description></image>		<item>
		<title>Draw your penguin!</title>
		<link>http://ganglio.eu/home/2011/06/29/draw-your-penguin/</link>
		<comments>http://ganglio.eu/home/2011/06/29/draw-your-penguin/#comments</comments>
		<pubDate>Wed, 29 Jun 2011 12:51:10 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[drawings]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[penguins]]></category>

		<guid isPermaLink="false">http://ganglio.eu/home/?p=695</guid>
		<description><![CDATA[Yesterday the Guardian published this brilliant how to by Oliver Jeffers about drawing penguins. I got seriously stuck with it and started drawing. This is the result of my &#8220;hard&#8221; work: What do you think? (Thanks Papero!)]]></description>
			<content:encoded><![CDATA[<p>Yesterday the Guardian published <a href="http://www.guardian.co.uk/childrens-books-site/gallery/2011/jun/27/how-to-draw-penguins-oliver-jeffers?INTCMP=SRCH#/?picture=375870801&#038;index=0">this</a> brilliant how to by <a href="http://www.oliverjeffers.com/">Oliver Jeffers</a> about drawing penguins.</p>
<p>I got seriously stuck with it and started drawing.</p>
<p>This is the result of my &#8220;hard&#8221; work:</p>
<div id="attachment_696" class="wp-caption aligncenter" style="width: 310px"><a href="http://ganglio.eu/home/wp-content/uploads/2011/06/Penguin.jpg"><img src="http://ganglio.eu/home/wp-content/uploads/2011/06/Penguin.jpg" alt="" title="Penguin" width="300" height="400" class="size-full wp-image-696" /></a><p class="wp-caption-text">my penguin</p></div>
<p>What do you think?</p>
<p>(Thanks <a href="http://twitter.com/antoniomarfuggi">Papero</a>!)</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2011/06/29/draw-your-penguin/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Average you</title>
		<link>http://ganglio.eu/home/2011/04/06/average-you/</link>
		<comments>http://ganglio.eu/home/2011/04/06/average-you/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 17:15:17 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://ganglio.eu/home/?p=539</guid>
		<description><![CDATA[It really looks like I cannot stay doing nothing. I grabbed the script I use to download my posts for the Everyday app and changed it a bit so I could download plenty of other people pictures. 416 to be precise. I averaged all of them and this is the result: Cool, isn&#8217;t it? It&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>It really looks like I cannot stay doing nothing.<br />
I grabbed the script I use to download my posts for the Everyday app and changed it a bit so I could download plenty of other people pictures.<br />
416 to be precise.</p>
<p>I averaged all of them and this is the result:</p>
<div id="attachment_540" class="wp-caption aligncenter" style="width: 490px"><img src="http://ganglio.eu/home/wp-content/uploads/2011/04/Average_you.jpg" alt="" title="average you" width="480" height="640" class="size-full wp-image-540" /><p class="wp-caption-text">average you</p></div>
<p>Cool, isn&#8217;t it? It&#8217;s a sort of daily ghost :þ</p>
<p>If you fancy to give it a try here is the script I used to fetch the images:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1"><span class="kw2">&lt;?php</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="re0">$numpages</span>=<span class="nu0">10</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="re0">$maxresults</span>=<span class="nu0">100</span>;</div>
</li>
<li class="li2">
<div class="de2"><span class="re0">$baselink</span>=<span class="st0">&quot;http://search.twitter.com/search.json&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="re0">$query</span>=<span class="st0">&quot;?q=@everydayapp&amp;result_type=recent&amp;rpp=$maxresults&quot;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp;</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span> <span class="br0">&#40;</span><span class="re0">$i</span>=<span class="nu0">0</span>; <span class="re0">$i</span>&lt;<span class="re0">$numpages</span>; <span class="re0">$i</span>++<span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="re0">$results</span>=json_decode<span class="br0">&#40;</span><a href="http://www.php.net/file_get_contents"><span class="kw3">file_get_contents</span></a><span class="br0">&#40;</span><span class="re0">$baselink</span>.<span class="re0">$query</span><span class="br0">&#41;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li2">
<div class="de2">&nbsp; </div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">foreach</span> <span class="br0">&#40;</span><span class="re0">$results</span>-&gt;<span class="me1">results</span> <span class="kw1">as</span> <span class="re0">$kk</span>=&gt;<span class="re0">$result</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <a href="http://www.php.net/preg_match"><span class="kw3">preg_match</span></a><span class="br0">&#40;</span><span class="st0">&quot;/http:<span class="es0">\/</span><span class="es0">\/</span>yfrog<span class="es0">\.</span>com<span class="es0">\/</span>([a-z-0-9]*)/&quot;</span>,<span class="re0">$result</span>-&gt;<span class="me1">text</span>,<span class="re0">$matches</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="re0">$hash</span>=<span class="re0">$matches</span><span class="br0">&#91;</span><span class="nu0">1</span><span class="br0">&#93;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; </div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; <span class="kw1">if</span> <span class="br0">&#40;</span><span class="re0">$hash</span><span class="br0">&#41;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; <span class="re0">$xmlInfo</span>=simplexml_load_string<span class="br0">&#40;</span><a href="http://www.php.net/file_get_contents"><span class="kw3">file_get_contents</span></a><span class="br0">&#40;</span><span class="st0">&quot;http://yfrog.com/api/xmlInfo?path=$hash&quot;</span><span class="br0">&#41;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; <span class="re0">$link</span>=<span class="re0">$xmlInfo</span>-&gt;<span class="me1">links</span>-&gt;<span class="me1">image_link</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; </div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; <span class="re0">$filename</span>=<a href="http://www.php.net/explode"><span class="kw3">explode</span></a><span class="br0">&#40;</span><span class="st0">&quot;/&quot;</span>,<a href="http://www.php.net/parse_url"><span class="kw3">parse_url</span></a><span class="br0">&#40;</span><span class="re0">$link</span>,PHP_URL_PATH<span class="br0">&#41;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; &nbsp; <span class="re0">$filename</span>=<span class="re0">$filename</span><span class="br0">&#91;</span><span class="nu0">3</span><span class="br0">&#93;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; file_put_contents<span class="br0">&#40;</span><span class="re0">$filename</span>,<a href="http://www.php.net/file_get_contents"><span class="kw3">file_get_contents</span></a><span class="br0">&#40;</span><span class="re0">$link</span><span class="br0">&#41;</span><span class="br0">&#41;</span>;</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; </div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <a href="http://www.php.net/echo"><span class="kw3">echo</span></a> <span class="st0">&quot;P:$i R:$kk H:$hash<span class="es0">\n</span>&quot;</span>;</div>
</li>
<li class="li2">
<div class="de2">&nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="re0">$query</span>=<span class="re0">$results</span>-&gt;<span class="me1">next_page</span>;</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw2">?&gt;</span></div>
</li>
</ol>
</div>
<p>and here is the console commands I used to calculate the average above and the standard deviation below:</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">convert samples/* -average average.jpg</div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span> i <span class="kw1">in</span> `<span class="kw2">ls</span> samples`; <span class="kw1">do</span> composite average.jpg samples/<span class="re1">$i</span> &nbsp;-compose difference <span class="kw2">diff</span>/<span class="re1">$i</span>; <span class="kw1">done</span></div>
</li>
<li class="li1">
<div class="de1"><span class="kw1">for</span> i <span class="kw1">in</span> `<span class="kw2">ls</span> <span class="kw2">diff</span>`; <span class="kw1">do</span> composite <span class="kw2">diff</span>/<span class="re1">$i</span> <span class="kw2">diff</span>/<span class="re1">$i</span> &nbsp;-compose multiply mult/<span class="re1">$i</span>; <span class="kw1">done</span></div>
</li>
<li class="li1">
<div class="de1">convert mult/* -average sd.jpg</div>
</li>
</ol>
</div>
<div id="attachment_549" class="wp-caption aligncenter" style="width: 490px"><img src="http://ganglio.eu/home/wp-content/uploads/2011/04/sd.jpg" alt="" title="sd" width="480" height="640" class="size-full wp-image-549" /><p class="wp-caption-text">standard deviation</p></div>
<p>The original SD image was quite dark so I normalised its histogram a bit with the <a href="http://www.gimp.org/">GIMP</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2011/04/06/average-you/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Average me</title>
		<link>http://ganglio.eu/home/2011/04/06/average-me/</link>
		<comments>http://ganglio.eu/home/2011/04/06/average-me/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 15:06:16 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://ganglio.eu/home/?p=529</guid>
		<description><![CDATA[You know those videos of people taking photographs of themselves everyday for a long time and than making a clip? Well I&#8217;m doing the same with Everyday a nice iPhone application that allows to easily take the pictures and automatically makes the clip for you. It even twits your grunts if you want. And I [...]]]></description>
			<content:encoded><![CDATA[<p>You know those videos of people taking photographs of themselves everyday for a long time and than making a clip?<br />
Well I&#8217;m doing the same with <a href="http://itunes.apple.com/us/app/everyday/id398081659?mt=8">Everyday</a> a nice iPhone application that allows to easily take the pictures and automatically makes the clip for you. It even twits your grunts if you want. And I do.</p>
<p>After a couple of days of that I decided that was just a pity to waste all those pictures posted on twitter, I fiddled a bit and wrote a quite simple app (<a href="http://ganglio.eu/home/apps/everyday/">this one</a>) to browse through the photos taken so far.</p>
<p>Yesterday I published it, today I fixed the usual couples of bugs and now I&#8217;m presenting it to you :D</p>
<p>But, as you know I get easily bored so I decided to check how is my average me and here is the result.</p>
<div id="automatic_image" class="wp-caption aligncenter" style="width: 490px"><img src="http://everyday.ganglio.eu/average.jpg" alt="" title="Average me" width="480" height="640" class="size-full wp-image-auto" /><p class="wp-caption-text">Average me</p></div>
<p>The image is updated everyday around noon (GMT) with the new photos. You can add the reminders to your calendar if you are geek enough using <a href="webcal://everyday.ganglio.eu/average.ics">this link</a>:D</p>
<p>I just discovered that Homer J. Simpson has a time lapse video too.</p>
<div id="youtube_video" class="wp-caption aligncenter" style="width: 490px"><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/jmfd4fKYaVA" frameborder="0" allowfullscreen></iframe><p class="wp-caption-text">Homer's time lapse</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2011/04/06/average-me/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MinePaperCraft</title>
		<link>http://ganglio.eu/home/2011/03/13/minepapercraft/</link>
		<comments>http://ganglio.eu/home/2011/03/13/minepapercraft/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 10:39:15 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[paper]]></category>

		<guid isPermaLink="false">http://208.88.124.66/home/?p=441</guid>
		<description><![CDATA[Few months ago a friend of mine introduced me to the strange, blocky world of Minecraft. It was love at first block. If you don&#8217;t know what I&#8217;m talking about let me present you the best game ever! (IMHO). Wikipedia says: Minecraft is a sandbox building indie video game written in Java originally by creator [...]]]></description>
			<content:encoded><![CDATA[<p>Few months ago a friend of mine introduced me to the strange, blocky world of <a href="http://www.minecraft.net/" target="_blank">Minecraft</a>. It was love at first block.<br />
If you don&#8217;t know what I&#8217;m talking about let me present you the best game ever! (IMHO).</p>
<p><a href="http://en.wikipedia.org/wiki/Minecraft" target="_blank">Wikipedia</a> says:</p>
<blockquote><p>Minecraft is a sandbox building indie video game written in Java originally by creator Markus &#8220;Notch&#8221; Persson and now by his company, Mojang, formed from the proceeds of the game. The game is focused on creativity and building, allowing players to build constructions out of textured cubes in a 3D world.</p></blockquote>
<p>Basically, if you like legos, it&#8217;s the best thing that ever happened to you after a fat Sunday breakfast following a boozy night.</p>
<p>But let move further from Minecraft and reach the topic of this post. I&#8217;m quite a fan of tubbypaws a &#8220;<em>Happy blog of illustration and character design</em>&#8221; quoting the author. It&#8217;s packed with cute characters and, from time to time, papercrafts. Looks like the author got lost looking for diamonds in deep, dark and badly monsters-stuffed caves :D</p>
<p>This is his tribute to the amazing blocky game.</p>
<div id="attachment_442" class="wp-caption aligncenter" style="width: 289px"><a href="https://lh3.googleusercontent.com/-rEO16pgLezE/TWrTvOUsVII/AAAAAAAAA3c/ye_4CYBDf-Y/s1600/blocky_block_game.png" target="_blank"><img src="http://208.88.124.66/home/wp-content/uploads/2011/02/blockycraft-279x300.jpg" alt="" title="blockycraft" width="279" height="300" class="size-medium wp-image-442" /></a><p class="wp-caption-text">Final result</p></div>
<p>Cool, isn&#8217;t it?</p>
<p>Diagram <a href="https://lh3.googleusercontent.com/-rEO16pgLezE/TWrTvOUsVII/AAAAAAAAA3c/ye_4CYBDf-Y/s1600/blocky_block_game.png" target="_blank">here</a>.<br />
Via <a href="http://tubbypaws.blogspot.com/2011/02/this-is-my-little-papercraft-tribute-to.html" target="_blank">tubbypaws</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2011/03/13/minepapercraft/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>4&#215;4 Pixels</title>
		<link>http://ganglio.eu/home/2010/12/02/4x4-pixels/</link>
		<comments>http://ganglio.eu/home/2010/12/02/4x4-pixels/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 16:29:02 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.ganglio.eu/home/?p=400</guid>
		<description><![CDATA[Brilliant, brilliant, brilliant blog about iconic characters depicted in only 16 pixels. Here is Chewbacca: For each of them there&#8217;s both a fullsize and 60x zoom view :D 4&#215;4 Pixels [via Digital Tools]]]></description>
			<content:encoded><![CDATA[<p>Brilliant, brilliant, brilliant blog about iconic characters depicted in only 16 pixels.</p>
<p>Here is Chewbacca:</p>
<div id="attachment_401" class="wp-caption aligncenter" style="width: 410px"><a href="http://4x4pixels.blogspot.com/2010/11/pixelheroes-009-chewbacca.html" target="_blank"><img src="http://www.ganglio.eu/home/wp-content/uploads/2010/12/Chewy.png" alt="" title="4x4 Chewbacca" width="400" height="400" class="size-full wp-image-401" /></a><p class="wp-caption-text">4x4 Chewbacca</p></div>
<p>For each of them there&#8217;s both a fullsize and 60x zoom view :D</p>
<p><a href="http://4x4pixels.blogspot.com/" target="_blank">4&#215;4 Pixels</a> [via <a href="http://digitaltools.node3000.com/" target="_blank">Digital Tools</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2010/12/02/4x4-pixels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>∇×B</title>
		<link>http://ganglio.eu/home/2010/09/24/%e2%88%87%c3%97b/</link>
		<comments>http://ganglio.eu/home/2010/09/24/%e2%88%87%c3%97b/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 13:07:10 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://www.ganglio.eu/home/?p=371</guid>
		<description><![CDATA[Geekness in its purest form.]]></description>
			<content:encoded><![CDATA[<p>Geekness in its purest form.</p>
<div class="wp-caption aligncenter" style="width: 360px"><object width="350" height="287"><param name="movie" value="http://www.youtube.com/v/igcr5uPt5Hg?fs=1&amp;hl=en_US&amp;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/igcr5uPt5Hg?fs=1&amp;hl=en_US&amp;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350" height="287"></embed></object><p class="wp-caption-text">∇×B</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2010/09/24/%e2%88%87%c3%97b/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The sound of sorting</title>
		<link>http://ganglio.eu/home/2010/09/10/the-sound-of-sorting/</link>
		<comments>http://ganglio.eu/home/2010/09/10/the-sound-of-sorting/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 16:23:34 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.ganglio.eu/home/?p=360</guid>
		<description><![CDATA[Something so geekly beautiful that will certainly (?) please you :D]]></description>
			<content:encoded><![CDATA[<p>Something so geekly beautiful that will certainly (?) please you :D</p>
<div class="wp-caption aligncenter" style="width: 360px"><object style="height: 283px; width: 350px"><param name="movie" value="http://www.youtube.com/v/t8g-iYGHpEA?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/t8g-iYGHpEA?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="350" height="282"></object><p class="wp-caption-text">The sound of sorting</p></div>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2010/09/10/the-sound-of-sorting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam&#8230;</title>
		<link>http://ganglio.eu/home/2010/09/07/spam/</link>
		<comments>http://ganglio.eu/home/2010/09/07/spam/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 19:41:34 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[fun]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://www.ganglio.eu/home/?p=356</guid>
		<description><![CDATA[On several years, along with others, I bear been studying the worldwide blast in higher tutoring in both developing and developed nations. These studies authenticate that the rates at which prepubescent men, and singularly uninitiated women, have been graduating from universities have accelerated in bordering on every countryside during the days 30 years. China, in [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>On several years, along with others, I bear been studying the worldwide blast in higher tutoring in both developing and developed nations. These studies authenticate that the rates at which prepubescent men, and singularly uninitiated women, have been graduating from universities have accelerated in bordering on every countryside during the days 30 years. China, in return example, has xanax without prescription had a rise in enrollments at universities of both children men and women since close to 1990, and a on the qui vive evolvement since the new 1990s. A almost identical prompt spread of higher education has also occurred in diverse other silence developing countries, such as South Korea. Developed countries too arrange broadly also greatly increased enrollments at universities, although the US has fallen behind in the fraction of progeny men who go out on from weighty alma mater to inherit a college education.</p></blockquote>
<p>Kudos!</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2010/09/07/spam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mini Cannon</title>
		<link>http://ganglio.eu/home/2010/09/03/mini-cannon/</link>
		<comments>http://ganglio.eu/home/2010/09/03/mini-cannon/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 15:03:22 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[ballistics]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.ganglio.eu/home/?p=349</guid>
		<description><![CDATA[For all the fans of desktop ballistics. Behold the power of Mini Cannon! Quite a dangerous toy&#8230;]]></description>
			<content:encoded><![CDATA[<p>For all the fans of desktop ballistics.</p>
<p>Behold the power of Mini Cannon!</p>
<div class="wp-caption aligncenter" style="width: 360px"><object width="350" height="220"><param name="movie" value="http://www.youtube.com/v/OV9DUH8LKI4?fs=1&amp;hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/OV9DUH8LKI4?fs=1&amp;hl=en_US" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="350" height="220"></embed></object><p class="wp-caption-text">Mini Cannon</p></div>
<p>Quite a dangerous toy&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2010/09/03/mini-cannon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Meh</title>
		<link>http://ganglio.eu/home/2010/09/01/meh/</link>
		<comments>http://ganglio.eu/home/2010/09/01/meh/#comments</comments>
		<pubDate>Wed, 01 Sep 2010 14:54:44 +0000</pubDate>
		<dc:creator>ganglio</dc:creator>
				<category><![CDATA[Mixed stuff]]></category>
		<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://www.ganglio.eu/home/?p=340</guid>
		<description><![CDATA[A proposed Facebook &#8220;Meh&#8221; icon&#8230; By obeyken.]]></description>
			<content:encoded><![CDATA[<p>A proposed Facebook &#8220;Meh&#8221; icon&#8230;</p>
<div class="wp-caption aligncenter" style="width: 360px"><a href="http://www.flickr.com/photos/obeyken/4869449359/" title="Meh by obeyken, on Flickr" target="_blank"><img src="http://farm5.static.flickr.com/4122/4869449359_1576cf6d18.jpg" width="350" height="262" alt="Meh" /></a><p class="wp-caption-text">Meh</p></div>
<p>By <a target="_blank" href="http://www.flickr.com/photos/obeyken/4869449359/">obeyken</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ganglio.eu/home/2010/09/01/meh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

