<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Auswanderer Quatsch</title>
	
	<link>http://timothep.net/blog</link>
	<description>... from (pas trop) far away</description>
	<lastBuildDate>Wed, 20 Mar 2013 08:54:48 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/timothepdotnet" /><feedburner:info uri="timothepdotnet" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Windows Store App, the other side of the fence</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/cqsLzE0R4IM/</link>
		<comments>http://timothep.net/blog/2013/03/20/windows-store-app-the-other-side-of-the-fence/#comments</comments>
		<pubDate>Wed, 20 Mar 2013 08:53:34 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Internet]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=5040</guid>
		<description><![CDATA[One of the reasons I wanted to develop a Windows Store App was to experience the full publishing cycle, getting bug reports and bad reviews, having to push updates late at night in order to keep the &#8220;customer&#8221; happiness up-and-going. And I wanted to experience all that before I have to live through it professionaly, [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">One of the reasons I wanted to develop a Windows Store App was to experience the full publishing cycle, getting bug reports and bad reviews, having to push updates late at night in order to keep the &#8220;customer&#8221; happiness up-and-going. And I wanted to experience all that before I have to live through it professionaly, in a context where it really matters.</p>
<p style="text-align: justify;">It&#8217;s been now about three weeks since I published <a href="http://timothep.net/blog/2013/03/05/simply-write/">Simply.Write</a> and I&#8217;m really glad I did for I have learned a ton.</p>
<p style="text-align: justify;">Here&#8217;s a small report of some of my learnings about those bits and pieces of the Windows Store App that only devs really see!</p>
<p style="text-align: justify;"><strong>Building that App</strong></p>
<p style="text-align: justify;">For Windows Store App, you can go with C# / VB (with WPF), HTML5 or C++ technologies. And it&#8217;s supposed to be the same experience either way. I&#8217;m not so much of a Javascript expert so I chose to go with what I know best: C# and WPF.</p>
<p style="text-align: justify;">The XAML you can use is a subset of the XAML you can &#8220;normally&#8221; use&#8230; which makes it quite easy to handle&#8230; but also a bit tricky to manipulate at some points. For instance I wanted to provide a dark template in parallel to the light one, but somehow you cannot change the color of the caret (the marker indicating where you are typing) in the XAML available on WinRT so I had to give up.</p>
<p style="text-align: justify;">In that regard, I read that the Javascript experience might be a bit richer due to the huge amount of JS packages and libraries available on internet. I guess I&#8217;ll have to give it a try to know for sure.</p>
<p style="text-align: justify;">Other than this, the experience is quite painless. There are tons of tutorials on internet explaining you how to handle the life-cycle of the app and whatnot. Just go for it!</p>
<p style="text-align: justify;"><strong>Publishing</strong></p>
<p style="text-align: justify;">Publishing is quite painless&#8230; at least when the WACK does not play dumb. The <em>&#8220;Windows App Certification Kit&#8221;</em> is a piece of software that runs tests against your application. It will check the macro features that your app should be handling (app is being terminated, app is being re-sized, tablet orientation changed etc.) and will provide you with a report saying if your app can be submitted at all or not.</p>
<p style="text-align: justify;">This WACK is provided with the SDK (<em>Software Development Kit</em> &#8211; the piece of software you need to be able to create apps in the first place) and will be run during the publish cycle by Microsoft. So if your app does not pass on your machine, chances are it will fail as well the certification as well&#8230; or not.</p>
<p style="text-align: justify;">I spent a few days troubleshooting why Simply.Write was failing on the 3D tests (although my app had obviously no 3D in it). In the end &#8211; after chatting with Microsoft&#8217;s support (see below) &#8211; I submitted my app anyway and it passed on their machines. Since then I never saw the WACK succeed on my machine&#8230; and I simply ignore this failure&#8230; :]</p>
<p style="text-align: justify;">In order to publish, you first fill a bunch of fields, upload your package and pray for the best.</p>
<p style="text-align: justify;"><a href="http://timothep.net/blog/wp-content/uploads/2013/03/publish.png"><img class="alignnone size-medium wp-image-5056" alt="publish" src="http://timothep.net/blog/wp-content/uploads/2013/03/publish-235x239.png" width="235" height="239" /></a></p>
<p style="text-align: justify;">The certification cycle lasts from a few hours to a few days (the certification itself took one night for Simply.Write) ; and it takes a bit more time for your app to appear in the store (4-5 days for Simply.Write). In order to release an update you go the exact same way. The update certification is a bit faster though, it was done and the app was available in the store in a matter of hours.</p>
<p style="text-align: justify;"><strong>The Dashboard</strong></p>
<p style="text-align: justify;">This was a point I was really curious about: How do I get feedback on my app? Users can leave reviews, but what other information does Microsoft provide in order to track what&#8217;s going on with my app? For this, there is a developer dashboard that provides a lot (or not) of useful information.</p>
<p style="text-align: justify;">First an overview of your app, the number of downloads, the average rating and number or ratings (which I think is currently wrong) across all stores (there is no &#8220;global store&#8221; but one store per country), the current release number and the last release date. From there you can access detailed information views.</p>
<p style="text-align: justify;"><a href="http://timothep.net/blog/wp-content/uploads/2013/03/overall.png"><img class="alignnone size-medium wp-image-5045" alt="overall" src="http://timothep.net/blog/wp-content/uploads/2013/03/overall-235x138.png" width="235" height="138" /></a></p>
<p style="text-align: justify;"><strong>Download Numbers</strong></p>
<p style="text-align: justify;">The first interesting piece of information is the download chart. There you can see the download numbers per day. Simply.Write has been averaging close to 150 download per day in the last week&#8230; I cannot tell you how as astonished I am, really.</p>
<p style="text-align: justify;">This graph was updated about a week ago by Microsoft. Before that, it used to also display the average of the Top5 apps in the category your app is in ; which was about 5000 downloads per day in the productivity category where my app is. This had the nasty effect of making &#8220;your curve&#8221; almost invisible (imaging shrinking the graph so that 5000 is where 200 now is ;  the current graph would then be compressed in the first half of what makes the 0-50 zone currently).</p>
<p style="text-align: justify;"><a href="http://timothep.net/blog/wp-content/uploads/2013/03/downloads.png"><img class="alignnone size-medium wp-image-5043" alt="downloads" src="http://timothep.net/blog/wp-content/uploads/2013/03/downloads-235x200.png" width="235" height="200" /></a></p>
<p style="text-align: justify;"><strong>Quality Reports</strong></p>
<p style="text-align: justify;">One very important part of the dashboard relates to failures and crashes.</p>
<p style="text-align: justify;">If you ticked the <em>&#8220;I want to participate to the <a href="http://www.microsoft.com/products/ceip/EN-US/default.mspx">Microsoft Customer Experience Improvement Program</a>&#8220;</em> option when creating your LiveID account (you can change it afterwards as well, just search for &#8220;Customer Experience Improvement Program&#8221; in Windows8<em>)</em>, your computer will send some troubleshooting information about the crashes you might encounter back to Microsoft.</p>
<p style="text-align: justify;">Those information are then prepared and made available to the developers in this tab. As you can see, about 0.1% of Simply.Write&#8217;s users experienced a crash during initial use (I&#8217;ve corrected that with the second release) and 56 users (that have MS CEIP activated) experienced crashes later on. The dashboard gives me so-called minidumps that I &#8211; as a developer &#8211; can download and use to troubleshoot what really happened.</p>
<p style="text-align: justify;"><a href="http://timothep.net/blog/wp-content/uploads/2013/03/crashes.png"><img class="alignnone size-medium wp-image-5042" alt="crashes" src="http://timothep.net/blog/wp-content/uploads/2013/03/crashes-235x139.png" width="235" height="139" /></a><a href="http://timothep.net/blog/wp-content/uploads/2013/03/dumps.png"><img class="alignnone size-medium wp-image-5044" alt="dumps" src="http://timothep.net/blog/wp-content/uploads/2013/03/dumps-235x160.png" width="235" height="160" /></a></p>
<p style="text-align: justify;">It&#8217;s now been 10 days since I released an update, and I still haven&#8217;t got any crash report on the second release&#8230; finger crossed :]</p>
<p style="text-align: justify;"><strong>Ratings</strong></p>
<p>On the ratings page, you can see the ratings across all stores. As far as I can tell, I have 6 reviews, two of which got revised (that&#8217;s why I said earlier that 8 reviews on the overview was probably wrong ; it&#8217;s more likely 6).</p>
<p>Again, this graph got updated a week ago. Before that it used to display&#8230; well&#8230; nothing. You had to pick the countries one by one to see where you had some comments&#8230; that really sucked.</p>
<p><a href="http://timothep.net/blog/wp-content/uploads/2013/03/ratings.png"><img alt="ratings" src="http://timothep.net/blog/wp-content/uploads/2013/03/ratings-235x217.png" width="235" height="217" /></a></p>
<p>&nbsp;</p>
<p style="text-align: justify;">Ratings are an interesting animals. I got some really enthusiastic ratings, a couple of those from people that seem genuinely interested in the app (and actually really liked it). One of the users even suggested an additional feature and updated his comment when the update of the app brought exactly that feature.</p>
<p style="text-align: justify;">But I also got two problematic comments. One clearly comes from a concurrent developer, someone that must have an app that does pretty much the same thing in the store and who just wanted to lower my rating. The other was an angry comment saying that the app was great but that the update screwed it up and crashes so the review gets the lowest possible score. Of course, he/she did not add any information on what didn&#8217;t go well and since he/she doesn&#8217;t have the CEIP activated, there is nothing I can do. I don&#8217;t get any bug report, I don&#8217;t have any mean to contact him/her. The only way for me to try to win that user back / get that review revised is</p>
<ol>
<li>Hope that the review genuine and not another concurrent dev trying to sink my rating lower than his</li>
<li>Hope he/she did not uninstall the app yet (otherwise he/she will probably never bother looking back if the app got revised)</li>
<li>Release an update that will force a re-install of the app</li>
<li>Hope that it solves his/her issue</li>
<li>Hope that the user remembers that and updates his review</li>
</ol>
<p>That&#8217;s a lot to hope&#8230; or I can just ignore that comment that is sinking my rating and go on with my life. Needless to say, seeing angry comments on something you created really pains the developer that I am (but that&#8217;s what I wanted to experience in a context where &#8220;it does not really matter&#8221;). But don&#8217;t mind if I say: don&#8217;t bother writing angry comments about crashes if you don&#8217;t have the MS CEIP activated&#8230; that&#8217;s just dumb.</p>
<p style="text-align: justify;"><strong>Trends</strong></p>
<p style="text-align: justify;">The dashboard also wishes to let you explore store trends. There&#8217;s not much to look at but at least you can see the evolution of the download rates for paid and free apps in a given category. Here&#8217;s for instance the marked my app is competing in: about 80.000  free downloads per day in the productivity category, much much less in the paid market.</p>
<p style="text-align: justify;"><a href="http://timothep.net/blog/wp-content/uploads/2013/03/trends.png"><img alt="trends" src="http://timothep.net/blog/wp-content/uploads/2013/03/trends-235x204.png" width="235" height="204" /></a></p>
<p style="text-align: justify;"><strong>Getting help</strong></p>
<p style="text-align: justify;">If you ever need some help about the publishing procedure or have a question about your account or whatnot, don&#8217;t send an email to the Microsoft support, <a href="https://getsupport.microsoft.com/">use their chat</a>. Waaay more efficient I can assure you!</p>
<p style="text-align: justify;">I contacted them three times already, never had to wait in line more than a couple minutes, got great answer in no time and a nice chat with people that actually knew their deal (and could type very good English without using pre-written sentences for a change). Kuddos for that Microsoft!</p>
<p style="text-align: justify;">They&#8217;re located in the USA so you can only catch them in the afternoon or at night for us Europeans&#8230; but that&#8217;s when the <em>&#8220;pet projects&#8221;</em> wake up anyway right?</p>
<p style="text-align: justify;"><strong>Conclusion</strong></p>
<p style="text-align: justify;">All in all, I saw what I wanted to see. I experienced the full development life-cycle, the frustration of getting bad comments, the joy of getting good ones and of seeing those download numbers steadily increase. And for those who &#8211; like me &#8211; have been working in some environments where the don&#8217;t release software every so often, bringing your work to the world really is a good exercise!</p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/cqsLzE0R4IM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2013/03/20/windows-store-app-the-other-side-of-the-fence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2013/03/20/windows-store-app-the-other-side-of-the-fence/</feedburner:origLink></item>
		<item>
		<title>From two to three</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/AB1_THrPHUM/</link>
		<comments>http://timothep.net/blog/2013/03/08/from-two-to-three/#comments</comments>
		<pubDate>Fri, 08 Mar 2013 08:26:51 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Europe]]></category>
		<category><![CDATA[France]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=5021</guid>
		<description><![CDATA[Some of those things hinting that there might be a gnome living with us&#8230;]]></description>
				<content:encoded><![CDATA[<p>Some of those things hinting that there might be a gnome living with us&#8230;</p>
<p><a title="There must be a gnome living with us... de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8521981380/"><img alt="There must be a gnome living with us..." src="http://farm9.staticflickr.com/8522/8521981380_6dcbc30f44.jpg" width="375" height="500" /></a></p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/AB1_THrPHUM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2013/03/08/from-two-to-three/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2013/03/08/from-two-to-three/</feedburner:origLink></item>
		<item>
		<title>Simply.Write</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/eVMPQgKQsSg/</link>
		<comments>http://timothep.net/blog/2013/03/05/simply-write/#comments</comments>
		<pubDate>Tue, 05 Mar 2013 07:29:49 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Office Stories]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[Boulot]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Daily]]></category>
		<category><![CDATA[Informatics]]></category>
		<category><![CDATA[Programmation]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Simply.Write]]></category>
		<category><![CDATA[Windows Store App]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=5020</guid>
		<description><![CDATA[After a few days of coding and discovering Windows 8 &#8220;App Development&#8221; (remember the Win8 Hackathon I attended to last November), I pushed Simply.Write &#8211; my very first &#8220;Windows Store App&#8221; - to the Windows Store last week! It&#8217;s a tiny minimalistic-notepad that has almost no interface to distract you with&#8230; as you can see below. [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">After a few days of coding and discovering Windows 8 &#8220;App Development&#8221; (remember the <a href="http://timothep.net/blog/2012/10/22/windowsstoreapp-hackathon-in-nurnberg/">Win8 Hackathon I attended to last November</a>), I pushed <a href="http://apps.microsoft.com/windows/en-us/app/simply-write/f8aa17d9-b23b-4959-8001-598b7822807a">Simply.Write</a> &#8211; my very first <em>&#8220;Windows Store App&#8221;</em> - to the Windows Store last week! It&#8217;s a tiny minimalistic-notepad that has almost no interface to distract you with&#8230; as you can see below. The idea is that if you need to write some text, find some time alone, put the words out on paper first while you are not distratect and care about the formatting later. Inspired by <a href="http://www.ommwriter.com/">Ommwriter</a> or <a href="http://writemonkey.com/">WriteMonkey</a>, this tool removes any kind of interface options and runs in fullscreen in order to help you not to surf on Facebook on the side (or so).</p>
<p><a href="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Editor1.png"><img class="size-medium wp-image-5024 alignnone" alt="Simply.Write.Editor1" src="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Editor1-235x146.png" width="235" height="146" /></a></p>
<p style="text-align: justify;">Whenever you click outside of the text area, some very-non-intrusive information will appear under the form of two context bars ; one at the top and one at the bottom of your screen. The top bar will tell you if your changes are saved or not. The bottom bar allows you to <em>&#8220;save&#8221;</em>, <em>&#8220;save as&#8221;</em> or <em>&#8220;open&#8221;</em> a text file (if you are using a keyboard you can of course also use <em>Ctrl+S</em> and <em>Ctrl+O</em> for respectively saving and opening). Additionnaly, the top bar is briefly displayed in green when you save, yellow when some unsaved changes are detected or red if an error occurs.</p>
<p><a href="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Editor2.png"><img class="size-medium wp-image-5023 alignnone" alt="Simply.Write.Editor2" src="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Editor2-235x146.png" width="235" height="146" /></a></p>
<p>Finally, instead of using Copy/Paste (you can still do that if you like though), you can directly share the text created with any app supporting text input, like a mail app.</p>
<p><a href="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Editor3.png"><img alt="Simply.Write.Editor3" src="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Editor3-235x146.png" width="235" height="146" /></a></p>
<p style="text-align: justify;">Even though the app visibility in the store really sucks and there are other apps of that kind in the store already, developping Windows Store Apps really is fun, and pushing an app to the store really adds some  kind of kick to it.</p>
<p style="text-align: justify;">Here&#8217;s a how the <a href="http://apps.microsoft.com/windows/en-us/app/simply-write/f8aa17d9-b23b-4959-8001-598b7822807a">App in the Windows AppStore</a> looks like!</p>
<p><a href="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Store_.png"><img class="size-medium wp-image-5022 alignnone" alt="Simply.Write in the AppStore" src="http://timothep.net/blog/wp-content/uploads/2013/03/Simply.Write_.Store_-235x161.png" width="235" height="161" /></a></p>
<p>I have still two features I want to push to the store:</p>
<ul>
<li>Changing the size of the text</li>
<li>Retaining the formatting of the text when pushing to a shared app (currently, the line returns are not retained so the text appears a one paragraph when trying to share it to the mail app for instance)</li>
</ul>
<p>For the rest, it will depend on the feedback I get.</p>
<p style="text-align: justify;">If you are using Windows 8 or have a WinRT tablet, give it a try and let me know what your experience was!</p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/eVMPQgKQsSg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2013/03/05/simply-write/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2013/03/05/simply-write/</feedburner:origLink></item>
		<item>
		<title>[Photo] 365 S02E01</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/QyPuBkADvMY/</link>
		<comments>http://timothep.net/blog/2012/12/04/photo-365-s02e01/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 18:15:39 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[365]]></category>
		<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Medias]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=4993</guid>
		<description><![CDATA[Compared to a year 2011 full of pictures, 2012 seemed really calm&#8230; I must say I missed it a bit. So after thinking about it for a while, I decided to start a 365 project again. You can follow season 2 directly on Flickr. I&#8217;ll post only some of my prefered pictures here, not to flood [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Compared to a <a href="http://www.flickr.com/photos/timothep/sets/72157625728218294/">year 2011 full of pictures</a>, 2012 seemed really calm&#8230; I must say I missed it a bit. So after thinking about it for a while, I decided to start a 365 project again. You can follow season 2 directly <a href="http://www.flickr.com/photos/timothep/sets/72157631871943819/">on Flickr</a>. I&#8217;ll post only some of my prefered pictures here, not to flood this blog like in 2011.</p>
<p style="text-align: justify;">The first 10% are already behind me, so here&#8217;s a first report. Until now, all of the pictures were taken with my iPhone. The outdoor-by-daylight quality is just outstanding&#8230; and the practicality of having it all the time with me far overrules its low-light-drawbacks. I see 3 kind of pictures until now:</p>
<ol style="text-align: justify;">
<li>The oh-shit-I-still-don&#8217;t-have-my-picture-for-today pictures, those are clearly the least interesting and you&#8217;ll see very few of those here. Most of them are quite dark and noisy&#8230; well&#8230; you can&#8217;t have some ideas everyday.</li>
<li>The landscape panoramas that I love to take with that iOS 6 feature (see my posts about it <a href="http://timothep.net/blog/2012/10/01/iphone5-ios6s-panorama/">here</a> and <a href="http://timothep.net/blog/2012/10/05/more-iphone5-ios6s-tryout-panoramas/">here</a>). Those are double edged, they can be gorgeous or their geometry can just screw the picture. Nevertheless, I love their look and feel (for instance the first picture here under) and will definitely try more of those until I really understand what makes or breaks them.</li>
<li>The &#8220;weekend pictures&#8221;, mostly taken with Mlle V. as a subject. Those I find particularly challenging but always more interesting. You&#8217;ll see more of those as well&#8230;</li>
</ol>
<div style="text-align: justify;">In addition to this, I&#8217;d like to build a very small photo setup with a couple lights in our appartment. One I could use to take some late night pictures with and still be somewhat creative. But I need to analyze this further.</div>
<div style="text-align: justify;"></div>
<div style="text-align: justify;">Without further delay, here are some of the pictures I find most interesting in the first 10% of this project (click on the images to see the bigger versions on Flickr):</div>
<p><a title="{1} Frozen in the woods de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8131191663/"><img src="http://farm9.staticflickr.com/8333/8131191663_e137715d02.jpg" alt="{1} Frozen in the woods" width="500" height="152" /></a></p>
<p><a title="{2} Midway between fall and winter de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8131206113/"><img src="http://farm9.staticflickr.com/8463/8131206113_9dcffc09ce.jpg" alt="{2} Midway between fall and winter" width="500" height="138" /></a></p>
<p><a title="{8} Saying goodbye de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8153250179/"><img src="http://farm9.staticflickr.com/8066/8153250179_647e4aeb92.jpg" alt="{8} Saying goodbye" width="500" height="182" /></a></p>
<p><a title="{18} Head in the clouds de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8182892825/"><img src="http://farm9.staticflickr.com/8341/8182892825_a089a28c0a.jpg" alt="{18} Head in the clouds" width="500" height="232" /></a></p>
<p><a title="{29} Little town never gets old de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8214899468/"><img src="http://farm9.staticflickr.com/8067/8214899468_cbb4cf498c.jpg" alt="{29} Little town never gets old" width="500" height="181" /></a></p>
<p><a title="{9} Keeping a low profile de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8155047269/"><img src="http://farm8.staticflickr.com/7136/8155047269_6406eda960.jpg" alt="{9} Keeping a low profile" width="500" height="207" /></a></p>
<p><a title="{14} You'll never walk alone de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8170335686/"><img src="http://farm8.staticflickr.com/7252/8170335686_42a4e51055.jpg" alt="{14} You'll never walk alone" width="500" height="375" /></a></p>
<p><a title="{16} Off she goes with the leaves de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8175483717/"><img src="http://farm9.staticflickr.com/8064/8175483717_81a9752d43.jpg" alt="{16} Off she goes with the leaves" width="500" height="500" /></a></p>
<p><a title="{30} Avoiding lava de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8217552080/"><img src="http://farm9.staticflickr.com/8210/8217552080_db535cc242.jpg" alt="{30} Avoiding lava" width="310" height="500" /></a></p>
<p><a title="{34} Hide &amp; seek de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8236514661/"><img src="http://farm9.staticflickr.com/8340/8236514661_57968c3016.jpg" alt="{34} Hide &amp; seek" width="500" height="310" /></a></p>
<p><a title="{34} That other white powder de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8238528981/"><img src="http://farm9.staticflickr.com/8337/8238528981_8b9defa976.jpg" alt="{34} That other white powder" width="500" height="310" /></a></p>
<p><a title="{36} Playful mind de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8244128050/"><img src="http://farm9.staticflickr.com/8070/8244128050_a7db5d6f3e.jpg" alt="{36} Playful mind" width="310" height="500" /></a></p>
<p><a title="{11} One of those days de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8162004366/"><img src="http://farm9.staticflickr.com/8486/8162004366_06e24cfcc9.jpg" alt="{11} One of those days" width="500" height="375" /></a></p>
<p><a title="{27} Ephemeral fossil de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8209845942/"><img src="http://farm9.staticflickr.com/8349/8209845942_fd5ca3bbb3.jpg" alt="{27} Ephemeral fossil" width="310" height="500" /></a></p>
<p><a title="{4} Love at first sight de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8139684844/"><img src="http://farm9.staticflickr.com/8331/8139684844_05935d9720.jpg" alt="{4} Love at first sight" width="318" height="500" /></a></p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/QyPuBkADvMY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2012/12/04/photo-365-s02e01/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2012/12/04/photo-365-s02e01/</feedburner:origLink></item>
		<item>
		<title>WindowsStoreApp Hackathon in Nürnberg</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/i8A7QcqWbuk/</link>
		<comments>http://timothep.net/blog/2012/10/22/windowsstoreapp-hackathon-in-nurnberg/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 09:15:48 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Office Stories]]></category>
		<category><![CDATA[Hackathon]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Win8]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=4958</guid>
		<description><![CDATA[Dixit Wikipedia: A hackathon is an event in which computer programmers [...] collaborate intensively on software projects.[...] Hackathons typically last between a day and a week in length. Some hackathons are intended simply for educational or social purposes, although in many cases the goal is to create usable software. That&#8217;s what I attended to last [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Dixit <a href="http://en.wikipedia.org/wiki/Hackathon">Wikipedia</a>:</p>
<blockquote><p>A hackathon is an event in which computer programmers [...] collaborate intensively on software projects.[...] Hackathons typically last between a day and a week in length. Some hackathons are intended simply for educational or social purposes, although in many cases the goal is to create usable software.</p></blockquote>
<p style="text-align: justify;">That&#8217;s what I attended to last friday. Hosted in the neat open space of the company <a href="http://www.coworking-nuernberg.de/">Coworking Nürnberg</a>, co-organized by Microsoft and the <a href="https://sites.google.com/site/dodned/">.Net User Group Franken</a> I spent the night (from 6pm to 5am) coding a Windows Store App (Windows 8 application) along ~40 other young fellow developers.</p>
<p style="text-align: justify;">The agenda was pretty loose. Some kind of introduction to Windows Store App programming and&#8230; go! At 4 am, we got together and presented our results. At 5:30 I was in my bed&#8230; exhausted but still pretty excited by what I  had achieved.</p>
<p style="text-align: justify;"><a href="http://timothep.net/blog/wp-content/uploads/2012/10/IMG_1608.jpg"><img class="size-medium wp-image-4962 alignnone" title="IMG_1608" src="http://timothep.net/blog/wp-content/uploads/2012/10/IMG_1608-235x176.jpg" alt="" width="235" height="176" /></a> <a href="http://timothep.net/blog/wp-content/uploads/2012/10/IMG_1611.jpg"><img class="size-medium wp-image-4961 alignnone" title="IMG_1611" src="http://timothep.net/blog/wp-content/uploads/2012/10/IMG_1611-235x176.jpg" alt="" width="235" height="176" /></a></p>
<p style="text-align: justify;">In short, I came to the event with two simple ideas, one of which was to implement some kind of &#8220;Fog Of War&#8221; for GoogleMaps or BingMaps in this case. The idea is simple:</p>
<blockquote><p>I want to see where I&#8217;ve been, what I&#8217;ve already discovered in the world and what I still miss. Wherever I&#8217;ve been, the map is visible, everywhere else it&#8217;s darkened (or even maybe completely dark in a later version).</p></blockquote>
<p style="text-align: justify;">That would typically be a mobile phone app that I could pocket when I&#8217;m visiting some other city more than a slate or PC app&#8230; but the exercise does not hurt ;] After a mere 5 to 6 hours of coding I finally deployed the app on a slate and went out for a run in Nuremberg at 3 o&#8217;clock in the morning to test it in <em>&#8220;real conditions&#8221;</em>. And it worked!!! It burned the battery but it worked fine :] I was amazed. And here&#8217;s what it looked like at the end on the Visual Studio Simulator (changing the position of the simulator per hand).</p>
<p style="text-align: justify;"><a href="http://timothep.net/blog/wp-content/uploads/2012/10/Fowirl.png"><img title="Fowirl" src="http://timothep.net/blog/wp-content/uploads/2012/10/Fowirl-235x148.png" alt="" width="235" height="148" /></a></p>
<p style="text-align: justify;">It all started with Visual Studio not wanting to compile. At 8:30 pm, my setup was finally working&#8230; during the first two hours, I brainstormed my two ideas and decided on going with the Geo-localization one. During that troubleshooting time (reinstalling Visual Studio 2012 a couple times and installing a few SDKs) I stripped down the features to a bare minimum and made some kind of plan how I could go on with it. The features I needed to implement were the following (in order):</p>
<ol>
<li>Display a map</li>
<li>Display my location</li>
<li>Display a rectangle over the map</li>
<li>Display multiple rectangles</li>
<li>Variate the opacity of the rectangles</li>
<li>Find out which database I can use with Windows Store Apps</li>
<li>Create, read and write to the database</li>
<li>Save the new coordinates into the database</li>
<li>Identify where (in which rectangle) each coordinate is</li>
<li>Variate the opacity of the rectangles correspondingly</li>
<li>Tweak the size of the rectangles</li>
</ol>
<p><span style="text-align: justify;">If I believe my tweets, I reached step 6 at 11:30 and was done with step 10 at 2:55, time at which I went running for a few minutes with a Samsung Slate under my arm :] My final presentation was a little catastrophy. My laptop refused to connect to the beamer and the slate refused to find back the database I had created so I had nothing to preview than a map with our position and a white square around it. But the other apps were fun to watch.</span></p>
<p style="text-align: justify;">From a learning point of view, it was not really more for me than working alone at home. My neighbor helped me a couple time with the XAML and the Microsoft evangelist that was there provided some really good feedback but beside this the only real effect was to get me working 8 hours straight on that topic with some pressure to deliver&#8230; what I would never have achieved at home.</p>
<p style="text-align: justify;">I gathered some important intel for the company and we&#8217;ll probably be coding our first Windows Store App soon but moreover I&#8217;m looking forward to the release of the phone SDK end of the month and see where I could take this idea further&#8230;</p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/i8A7QcqWbuk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2012/10/22/windowsstoreapp-hackathon-in-nurnberg/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2012/10/22/windowsstoreapp-hackathon-in-nurnberg/</feedburner:origLink></item>
		<item>
		<title>Autumn meditation</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/4Oa7WoRCzqI/</link>
		<comments>http://timothep.net/blog/2012/10/22/autumn-meditation/#comments</comments>
		<pubDate>Mon, 22 Oct 2012 06:22:49 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Medias]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=4967</guid>
		<description><![CDATA[Fall is a magic time, full of colors and promises that you know won&#8217;t last. One is sure&#8230; winter will be one of a kind this year and we just cannot wait!]]></description>
				<content:encoded><![CDATA[<p><a title="Autumn meditation de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8108792123/"><img src="http://farm9.staticflickr.com/8466/8108792123_5af375ce5d.jpg" alt="Autumn meditation" width="500" height="167" /></a></p>
<p>Fall is a magic time, full of colors and promises that you know won&#8217;t last. One is sure&#8230; winter will be one of a kind this year and we just cannot wait!</p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/4Oa7WoRCzqI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2012/10/22/autumn-meditation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2012/10/22/autumn-meditation/</feedburner:origLink></item>
		<item>
		<title>[Running] August-September Summary</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/R2nwoUQ0bbQ/</link>
		<comments>http://timothep.net/blog/2012/10/08/running-august-september-summary/#comments</comments>
		<pubDate>Mon, 08 Oct 2012 09:19:22 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Sports]]></category>
		<category><![CDATA[Running]]></category>
		<category><![CDATA[Sport]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=4795</guid>
		<description><![CDATA[Running wise, august was not better than July and September did not stand out either. My heel issues didn&#8217;t get much better. Still that pain somewhere in the middle of the heel. I gave it time to heal and then some more time. I did all the exercises that internet can provide for heel pain, [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Running wise, august was not better than July and September did not stand out either.</p>
<p style="text-align: justify;">My heel issues didn&#8217;t get much better. Still that pain somewhere in the middle of the heel. I gave it time to heal and then some more time. I did all the exercises that internet can provide for heel pain, plantar fasciitis, plantar aponeurosis and so on&#8230; but after 2 months it hasn&#8217;t much improved.</p>
<p style="text-align: justify;">After some more research I found another potential culprit called a f<a href="http://www.spinalhealth.net/XT_files/XT-inj-fatpad.html">at pad contusion</a> (usually appears after a blow under the foot which would coincide with the time it appeared &#8211; right after the Frankenweg Run where I hammered some downhills in my 5Fingers, not always landing on my forefoot). The symptoms match pretty well and the solutions internet provides me all hint toward a <em>&#8220;it should be resolved already&#8221;</em>. So I decided to pay a visit to a podiatrist.</p>
<p style="text-align: justify;">After pulling on my foot, she decided I didn&#8217;t have a Plantar Fascitis and ruled out a heel spur as well (with an x-ray). What came after, I kind of expected. She then basically said that no matter what I have, I shouldn&#8217;t be running barefoot, my feet need support day-in-day out. I questioned her further in the direction of a fat-pad contusion, to which she vaguely answered that I could use small fluffy pads to put in my shoes until it heals-but-I-should-really-think-about-insoles. I paid a visit to another podiatrist (one that had more experience with barefoot running, who also has a shoe store that sells 5fingers, Inov8 and Merell shoes&#8230;). He confirmed that I did pretty much everything he would have done. Short of ideas, he also suggested I wear some insoles to lift the pressure on my heel until it heals.</p>
<p style="text-align: justify;">So I taped it and am trying using it the least as possible. I guess my october report won&#8217;t be impressive either&#8230;</p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/R2nwoUQ0bbQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2012/10/08/running-august-september-summary/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2012/10/08/running-august-september-summary/</feedburner:origLink></item>
		<item>
		<title>More iPhone5 + iOS6′s tryout panoramas</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/9iL1mJdnx48/</link>
		<comments>http://timothep.net/blog/2012/10/05/more-iphone5-ios6s-tryout-panoramas/#comments</comments>
		<pubDate>Fri, 05 Oct 2012 07:15:04 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Medias]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=4941</guid>
		<description><![CDATA[Stunned by the first tryout of the iPhone5 camera with iOS6&#8242;s panorama feature I did last weekend, I gave it a (lot of) try again this week. Again, I am amazed at the quality of the output. All the pictures here under are as-is without any post-prod. As you can see here under, the stitching [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Stunned by <a href="http://timothep.net/blog/2012/10/01/iphone5-ios6s-panorama/">the first tryout</a> of the iPhone5 camera with iOS6&#8242;s panorama feature I did last weekend, I gave it a (lot of) try again this week. Again, I am amazed at the quality of the output. All the pictures here under are as-is without any post-prod.</p>
<p style="text-align: justify;">As you can see here under, the stitching algorithm succeeds in making really smooth images ; I am still searching for mis-alignments that could particularly occur on highly geometric pictures like the first one. It also manages to capture moving objects quite well. Of course, the closer/faster the objects, the harder it gets. But walking people at 10-15m distance is absolutely no problem.</p>
<p style="text-align: justify;">The camera does really well on the luminosity side as well. Either with a broad spectrum of light like on the first and second  pictures or with a more dimmed light like on nr 3 and 4. As you can see, number 4 &#8211; with a very white sky and some very dark trees &#8211; and number 5 &#8211; with a very nice flare &#8211; are a bit hard. But all in all the camera performs really well.</p>
<p style="text-align: justify;">Well, I let you judge the result of those iOS-made Panoramas: you can click on the titles to get the full resolution (up to 20Mpx) on Flickr.</p>
<p style="text-align: justify;">1. <a href="http://www.flickr.com/photos/timothep/8054002820/in/photostream/lightbox/">Sunset rooftops</a></p>
<p><a title="photo de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8054002820/"><img src="http://farm9.staticflickr.com/8310/8054002820_c18509f1e3.jpg" alt="photo" width="500" height="161" /></a></p>
<p>2. <a href="http://www.flickr.com/photos/timothep/8050760493/in/photostream/lightbox/">Pathways strabism</a></p>
<p><a title="photo de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8050760493/"><img src="http://farm9.staticflickr.com/8460/8050760493_4ea8600eae.jpg" alt="photo" width="500" height="119" /></a></p>
<p>3. <a href="http://www.flickr.com/photos/timothep/8050711158/in/photostream/lightbox/">Down that valley</a></p>
<p><a title="photo de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8050711158/"><img src="http://farm9.staticflickr.com/8037/8050711158_4f05bd4128.jpg" alt="photo" width="500" height="138" /></a></p>
<p>4. <a href="http://www.flickr.com/photos/timothep/8050718007/in/photostream">Leading somewhere</a></p>
<p><a title="photo de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8050718007/"><img src="http://farm9.staticflickr.com/8171/8050718007_663c83cd43.jpg" alt="photo" width="500" height="144" /></a></p>
<p>5. <a href="http://www.flickr.com/photos/timothep/8050677699/in/photostream/lightbox/">Down that road</a></p>
<p><a title="photo de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8050677699/"><img src="http://farm9.staticflickr.com/8172/8050677699_0857970d2b.jpg" alt="photo" width="500" height="146" /></a></p>
<p>One big limitation of course is the height of the picture. You cannot make panoramas like the ones I did from Paris here under (stitched in <a href="http://hugin.sourceforge.net/">Hugin</a> from 8 original pictures), but the ratio result/effort is close to maximal with the iPhone version (it took me a couple hours to get the two panoramas from Paris stitched correctly without any easy-to-spot artifacts compared to 10 seconds taking the panoramas with the iPhone).</p>
<p>Here are two panoramas taken from the top of the Eiffel Tower with a Panasonic Lumix Lx3, respectively looking <a href="http://www.flickr.com/photos/timothep/8054187595/in/photostream/lightbox/">North-West</a> and <a href="http://www.flickr.com/photos/timothep/8054193420/in/photostream/lightbox/">South-East</a>.</p>
<p><a title="P1100565-P1100576_18 de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8054187595/"><img src="http://farm9.staticflickr.com/8309/8054187595_945ac5df3e_m.jpg" alt="P1100565-P1100576_18" width="240" height="165" /></a> <a title="P1100586-P1100590-Edit copy de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8054193420/"><img src="http://farm9.staticflickr.com/8170/8054193420_bfdab0f297_m.jpg" alt="P1100586-P1100590-Edit copy" width="240" height="165" /></a></p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/9iL1mJdnx48" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2012/10/05/more-iphone5-ios6s-tryout-panoramas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2012/10/05/more-iphone5-ios6s-tryout-panoramas/</feedburner:origLink></item>
		<item>
		<title>[Game] The walking dead</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/bJ1AMxTDzDM/</link>
		<comments>http://timothep.net/blog/2012/10/04/game-the-walking-dead/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 08:46:25 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Informatique]]></category>
		<category><![CDATA[Jeux]]></category>
		<category><![CDATA[Medias]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=4890</guid>
		<description><![CDATA[Do you know the comic book &#8220;The walking dead&#8220;? If you don&#8217;t&#8230; well&#8230; you should. The pitch is simple: Zombies have appeared. Billions of people succumbed to them and are now wandering the street in search for brain matter to suck on. For the living, life as we know it is no more. A group of people [...]]]></description>
				<content:encoded><![CDATA[<p style="text-align: justify;">Do you know the comic book &#8220;<a href="http://en.wikipedia.org/wiki/The_Walking_Dead_(comics)">The walking dead</a>&#8220;? If you don&#8217;t&#8230; well&#8230; you should. The pitch is simple:</p>
<blockquote>
<p style="text-align: justify;">Zombies have appeared. Billions of people succumbed to them and are now wandering the street in search for brain matter to suck on. For the living, life as we know it is no more. A group of people is fighting for survival, torn between living as humans and fighting like beasts.</p>
</blockquote>
<p style="text-align: justify;">This comic book stands out for many reasons and first &amp; foremost for its treatment of the people-relationships. The central key of this story is clearly how people are loosing their humanity and falling back into a quite medieval way of thinking and acting.</p>
<p style="text-align: justify;">In 2010, AMC produced a <a href="http://www.imdb.com/title/tt1520211/">TV-Serie</a> full of special effect and barely a hint of  humanity. Not sticking to the book, breaking the tempo of the story and adding some more action to suck life out of the licence as much as possible, they managed to screw the thing that made the story a fantastic piece (I just realized it has a 8.7/10 rating (by 150K votes) on IMDB so the second season might actually be better than the first one).</p>
<p style="text-align: justify;">In 2012, TellTale studio produced a video game of it. They did not use the main story, but chose to make a side story instead. This story takes place in the same world and is released per &#8220;chapter&#8221; (at the time I write those lines, chapter 1, 2 and 3 &#8211; from 5- are out). This game is like a storyline that you can influence. As your character evolves in the world &#8211; trying to survive &#8211; you are asked to make decisions that influences the storyline (save this or that guy, go this or that way). Although the story seems to be pretty linear (there&#8217;s always a twist somewhere to bring you back into the main storyline), there are some notable differences between the different paths you can take.</p>
<p style="text-align: justify;">Pretty easy to play (although the controls are sometimes a bit clumsy), the whole game is centered on the people. Whenever you make a decision, the system tells you <em>&#8220;Irene will remember this&#8221;</em> or <em>&#8220;Kenny noticed you chose not to take side&#8221;</em>, and I assume the choices you get down the line really depend on this (I&#8217;ll have to play the game once as a total egoistic motherfucker to be sure of that). No matter what, this is really the human side I was talking about. They really managed to make that one central and you sometimes really feel pretty emotional when you realize you can save only one guy or when another dies in front of you.</p>
<p style="text-align: justify;">One other thing I love is the decision summary at the end of an episode. There you get what your decisions looked like compared to that of other people:</p>
<p style="text-align: justify;"><img class="alignnone" src="http://assets2.ignimgs.com/2012/04/08/the-walking-dead-the-game-20120408020042263-3624368.jpg" alt="" width="614" height="346" /></p>
<p style="text-align: justify;">This bit of creepy peeking in other people&#8217;s mind adds a lot to the story and the feeling about the game in general. I&#8217;m really amazed by this game and am really looking forward to the next episodes!</p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/bJ1AMxTDzDM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2012/10/04/game-the-walking-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2012/10/04/game-the-walking-dead/</feedburner:origLink></item>
		<item>
		<title>iPhone5 &amp; iOS6′s panorama</title>
		<link>http://feedproxy.google.com/~r/timothepdotnet/~3/8owE4_PguV4/</link>
		<comments>http://timothep.net/blog/2012/10/01/iphone5-ios6s-panorama/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 12:38:16 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[Allemagne]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[DaytoDay]]></category>
		<category><![CDATA[Divers]]></category>
		<category><![CDATA[Medias]]></category>
		<category><![CDATA[Photo]]></category>

		<guid isPermaLink="false">http://timothep.net/blog/?p=4929</guid>
		<description><![CDATA[I chose a particular place (and was lucky with the weather) to tryout the new panorama mode of the new iOS6 with the new iPhone5 camera. Lots of colors, broad range of light, a few moving targets&#8230; Just. Wow. I&#8217;m impressed by the quality. PADC 13 you can come ;]]]></description>
				<content:encoded><![CDATA[<p>I chose a particular place (and was lucky with the weather) to tryout the new panorama mode of the new iOS6 with the new iPhone5 camera. Lots of colors, broad range of light, a few moving targets&#8230;</p>
<p><a title="Henkersteg de (T)imothep, sur Flickr" href="http://www.flickr.com/photos/timothep/8038940729/"><img src="http://farm9.staticflickr.com/8452/8038940729_8d2c600fd5.jpg" alt="Henkersteg" width="500" height="201" /></a></p>
<p>Just. Wow. I&#8217;m impressed by the quality. PADC 13 you can come ;]</p>
<img src="http://feeds.feedburner.com/~r/timothepdotnet/~4/8owE4_PguV4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://timothep.net/blog/2012/10/01/iphone5-ios6s-panorama/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://timothep.net/blog/2012/10/01/iphone5-ios6s-panorama/</feedburner:origLink></item>
	</channel>
</rss>
