<?xml version="1.0" encoding="ISO-8859-1"?>
<feed version="0.3" xmlns="http://purl.org/atom/ns#" xml:lang="en-US">
	<title>My computer (er-geek) life</title>
	<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php" />
	<modified>2012-05-26T03:28:57Z</modified>
	<author>
		<name>Lemming</name>
	</author>
	<copyright>Copyright 2012, Lemming</copyright>
	<generator url="http://www.sourceforge.net/projects/sphpblog" version="0.4.8">SPHPBLOG</generator>
	<entry>
		<title>2010, a brief retrospective</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry110122-024013" />
		<content type="text/html" mode="escaped"><![CDATA[I&#039;m about to enter my 3rd year as a .NET consultant and had a rough but quite extraordinary year 2010. I spent the first half of the year on a very tough but enlightening banking project which led me to Las Vegas and Seattle twice in 3 months. I had the chance to meet several figures like Scottgu (again) or the guys in charge of the Windows Phone 7 user experience. I still have tons to learn, but I feel, at last, like I&#039;m getting on my feet.<br /><br />In addition to work related travels, I also enjoyed La Réunion and  &quot;Incredible&quot; India with my future wife. I visited wonderful Victoria and Vancouver BC, and even got to see the Olympic flame right before it left Canada.]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry110122-024013</id>
		<issued>2011-01-22T00:00:00Z</issued>
		<modified>2011-01-22T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Meeting with scottgu</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry091212-124426" />
		<content type="text/html" mode="escaped"><![CDATA[Last Tuesday at Microsoft&#039;s new headquarters in Paris, I was given the great opportunity to meet <a href="http://www.microsoft.com/presspass/exec/guthrie" target="_blank" >Scott Guthrie</a>, senior vice president for the  developer tools and the .NET platform at Microsoft. In other words, he is the person responsible for products such as Visual Studio, .NET, Silverlight, among many others.<br /><br />The meeting was setup because of an important Silverlight/.NET oriented banking engagement I am currently working on. Like all business-critical projects, establishing a strong and trustworthy relationship with the customer is vital: and what could actually be better than letting the customer talk directly to the very person responsible of the products they invested in? Thanks to some MS internal politics and magic, we were invited to an hour and a half, seven attendees meeting so that our customer and Scott could have an open discussion.<br /><br />For the last few days Scott Guthrie had been visiting various European countries,  and joined us after having demoed some of Silverlight&#039;s new features at a press conference. The customer and the project&#039;s architect (whom I thank both for inviting me to the meeting in the first place !) gave me the opportunity to demo and comment our project&#039;s application, which I did as calmly and serenely as I could manage. The discussion that followed was a lot more technical than what I would have expected at first. While not entirely surprising, since Scott is actually one of the two creators behind ASP.NET, it is still quite unusual to be able to talk about topics this technical with a high level executive. It was quite obvious that <i>the guy still codes</i>, and is definitely passionate about his products. The topics were approached openly, admittedly much more so than what I expected, and ranged from business contexts to mobile platforms portability, application architecture, right down to low level HTML and Silverlight tricks.<br /><br />All in all, this was a great experience. One of my colleagues doesn&#039;t quite get my excitement and I told him: it&#039;s a really cool thing to meet one of the makers of the technology that shapes your career. <br />]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry091212-124426</id>
		<issued>2009-12-12T00:00:00Z</issued>
		<modified>2009-12-12T00:00:00Z</modified>
	</entry>
	<entry>
		<title>CTRL F1 auto hides the Office 2007 ribbon</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry090124-012321" />
		<content type="text/html" mode="escaped"><![CDATA[Netbook users whose screen real estate is worth more than a square meter in Paris will <i>definitely </i> enjoy this one.]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry090124-012321</id>
		<issued>2009-01-24T00:00:00Z</issued>
		<modified>2009-01-24T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Installing Windows Vista from a NTFS USB memory stick</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry081108-181205" />
		<content type="text/html" mode="escaped"><![CDATA[I spent a couple of hours on troubleshooting a Vista install from USB storage today, so I thought I&#039;d just blog about it so I will lose less time next time :) <br /><br />I recently bought a <a href="http://www.dell.com/content/products/productdetails.aspx/laptop-inspiron-9?c=us&amp;cs=19&amp;l=en&amp;s=dhs&amp;~ck=mn" target="_blank" >Dell Mini 9</a> netbook with Windows XP installed, and wanted to upgrade to Windows Vista. The Vista installation DVD obviously wouldn&#039;t fit in the optical-drive challenged netbook, so installing Microsoft&#039;s OS from USB sounded like the most pragmatic solution.<br /><br />Unfortunately, Vista&#039;s installation DVD contains a large install.wim file weighing over 4Gb. Files this large won&#039;t fit on boot friendly FAT32 USB keys, therefore requiring a NTFS primary partition on the memory stick. Obtaining this partition is done as follows (on a Windows XP/Vista box):<br /><br />(launch diskpart.exe)<br />select disk 1 (or your USB drive number, use list disk to get it)<br />clean<br />create partition primary<br />select partition=1<br />active<br />format fs=ntfs<br />assign<br />exit<br /><br />Now that the drive is boot aware, we have to initialize its boot sector with the Windows boot manager (BOOTMGR), using the <a href="http://technet.microsoft.com/en-us/library/cc749177.aspx" target="_blank" >Bootsect.exe</a> utility located in the boot directory of the Vista installation DVD. We have to tell the utility that our target drive is NTFS formatted:<br /><br />bootsect.exe /nt60 f:<br /><br />Since the Mini 9 only features a 16Gb SSD, trimming down Vista was almost mandatory. <a href="http://www.vlite.net" target="_blank" >vLite</a> is a free tool allowing you to do just that, by providing a relatively user-friendly UI for the <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=94BB6E34-D890-4932-81A5-5B50C657DE08&amp;displaylang=en" target="_blank" >Windows Automated Installation Kit</a> to select only the Vista components you desire. I was thus able to trim down the Home Premium install to 5Gb instead of the standard 12Gb (!).<br /><br />Now that the USB stick is fully bootable, just copy everything from the installation DVD (or your trimmed down install) to the root of the drive. Plug the key in the computer, boot from it and install away :)<br />]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry081108-181205</id>
		<issued>2008-11-08T00:00:00Z</issued>
		<modified>2008-11-08T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Downloadable content</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry081102-012043" />
		<content type="text/html" mode="escaped"><![CDATA[Downloadable content (DLC) for consoles have been widely available to gamers for over three years, the significant starting point for this delivery medium being the launch of Microsoft’s remarkably successful <a href="http://en.wikipedia.org/wiki/Xbox_Live_Arcade" target="_blank" >Xbox Live Arcade</a>  service for Xbox 360. The medium has now boomed and is reaching maturity. This service is available for all major gaming platforms: Xbox 360 of course, the <a href="http://www.us.playstation.com/PS3/network" target="_blank" >Playstation Network</a> for PS3 and PSP, the <a href="http://en.wikipedia.org/wiki/Wii_Shop_Channel" target="_blank" >Wii Shop Channel</a>, the soon-to-be opened <a href="http://en.wikipedia.org/wiki/DSiWare" target="_blank" >DSiWare Shop</a>, or even Apple’s <a href="http://www.apple.com/iphone/appstore/" target="_blank" >iPhone App Store</a>. I thought that I’d take some time today to write about why I believe this medium is an important part of the “next-gen” experience.<br /><br />The online market has progressively grown from mostly casual games (Uno, Zuma, Pinball FX…), to porting classics (Ikaruga, Rez), and has now reached the point where high quality games such as WipEout HD or Braid are only available online. This last evolution further confirms the fact that the medium is coming to maturity, making some <a href="http://ve3d.ign.com/articles/news/41606/Bionic-Commando-Rearmed-Made-Developers-Mad" target="_blank" >developers nervous</a> about the quality/price ratio becoming increasingly high – which is good news for gamers. We can also note that along with DLC came game demos, which allowed gamers to easily try out games before spending their hard-earned money.<br /><br />The thing I like the most about downloadable games tough, is that unlike most of their full-fledged (and fully priced) counterparts, they can be started, played and stopped all within a very small amount of time. I often turn on my consoles just to play a couple of PacMan C.E rounds, WipEout HD races, or a game of Ikaruga. Furthermore, and unlike traditional disc or cartridge based games, starting downloaded games do not require any fumbling through boxes, or any loading of physical media. Starting the game is dead simple: grab the gamepad and turn on the television.<br /><br />Besides the aforementioned reasons that make DLC so compelling, there has of course been some abuse. The worst one to date being when <a href="http://www.1up.com/do/newsStory?cId=3170725" target="_blank" >Ubisoft started selling character unlocks for Soul Calibur 4</a>, even though the unlockable characters were already on the game’s disc from day one. Although DLC enables the extension of existing games through new maps, items, or even campaigns; this very powerful feature will eventually turn out to be a let down as publishers will most likely start shipping stripped-down games, forcing players to pay a premium to get the full experience. One could also complain that a lot of DLC games hide their poor quality under the “casual gaming” banner, or that they feature meager online capabilities.<br /><br />Overall, DLC is a great addition to the gaming experience. It enables quick and cheap gaming scenarios, extension of existing software, and helped make game demos ubiquitous. Let&#039;s just hope that the medium is going to go the gamer&#039;s way by not being just another way to pay for what should already have been there in the first place.<br /><br />Slightly changing subject, I was very pleasantly surprised to learn that Suda 51 was hard at work on a sequel to his latest game, with the announcement of <a href="http://kotaku.com/5060871/no-more-heroes-2-+-desperate-struggle" target="_blank" >No More Heroes 2 Desperate Struggle</a>. It looks like the first game wasn’t as much as a failure as it was <a href="http://kotaku.com/gaming/suda51/mini+skirt-or-not-no-more-customers-331771.php" target="_blank" >portrayed to be</a>, and gamers can only rejoice that novel and politically incorrect games still have a chance to be published.]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry081102-012043</id>
		<issued>2008-11-02T00:00:00Z</issued>
		<modified>2008-11-02T00:00:00Z</modified>
	</entry>
	<entry>
		<title>The great watery outdoors</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry080731-162219" />
		<content type="text/html" mode="escaped"><![CDATA[I have been a regular swimmer for quite a while now and apart from getting me back into shape, diversifying my activities also had some <a href="http://www.spring.org.uk/2008/06/which-cognitive-enhancers-really-work.php" target="_blank" >nice side effects</a>. I&#039;m definitely used to chlorine water and indoor pools, so when a colleague asked me if I wanted to practice in a <a href="http://maps.live.com/?v=2&amp;encType=1&amp;cid=DD932F042C7F4D93!153" target="_blank" >nearby lake</a> I have to admit that I was a scared off at the idea. But then I thought that I might as well make the best out of my professional engagement which takes me away from home to the south of France for several days at a time, every week.<br /><br />Although it may have sounded like a bad thing at first, but the splendid summer weather of <a href="http://en.wikipedia.org/wiki/Montpellier" target="_blank" >Montpellier</a> makes the travel quite enjoyable. So it is under a blazing sun that I put myself into the water, and started to swim towards the shore ahead. Several differences struck me: first and foremost not being able see the bottom of the lake made me feel very uncomfortable (ok: scared) making me swim much faster than usual, tiring me very quickly. There were also no guiding lines and I quickly noticed that I just didn&#039;t know how to swim in a straight line when front crawling - not to mention that swimming for several hundred meters at a time without being able to stop is completely different from the 50 meters, well delimited corridors I&#039;m used to. After getting more comfortable with  this new environment, I can now fully enjoy being outdoors, in the water, practicing my favorite sport in much greener surroundings. I just can&#039;t wait to go there again next week!<br /><br /><img src="images/20080731LeCresLake.jpg" width="480" height="384" border="0" alt="" /><br /><br />Note: ducks are less afraid of people  when they are in the water ... one of them just wouldn&#039;t get out of the way while I swam into it :)<br />]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry080731-162219</id>
		<issued>2008-07-31T00:00:00Z</issued>
		<modified>2008-07-31T00:00:00Z</modified>
	</entry>
	<entry>
		<title>A few days in Redmond</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry080702-171103" />
		<content type="text/html" mode="escaped"><![CDATA[I just came back from 14 days of training on the <a href="http://maps.live.com/default.aspx?v=2&amp;FORM=LMLTCC&amp;cp=47.64432~-122.130531&amp;style=r&amp;lvl=15&amp;tilt=-90&amp;dir=0&amp;alt=-1000&amp;phx=0&amp;phy=0&amp;phscl=1&amp;where1=one%20microsoft%20way%2C%20redmond%2C%20wa&amp;encType=1" target="_blank" >Microsoft campus</a> in Redmond. The experience was, simply put, amazing. We were close to one hundred participants from all over the world: 37 different practices were represented, ranging from South Korea to Saudi Arabia, Greece and Argentina just to name a few. Having so much diversity and being together everyday for over two weeks generated a tremendous amount of interesting conversations, and resulted in the rare occurrence of a professional network based on friendship. On the education side, we learned quite a bit on MS methodologies, terminology, and company culture; but as the facilitators told us, one of the major goal of this event was to get to know people and benefit from our differences, which we all did with the greatest enjoyment.<br /><br />Being on the campus for so many days is a very rare occasion for most overseas employees. I therefore took my chances and on a late afternoon after a day&#039;s training, I ventured briefly to building 40 to meet some people from the product group. The group is made up of the teams that make the software I use everyday, so I thought that it just might be the occasion to meet some of its members in person. To my surprise, they were glad to set up a meeting during which we openly discussed how the products were used in the field, and how we could improve customer scenarios. Their openness and technical-abstraction levels were very impressive to say the least,  but I guess these are traits I will have to get used to within the company.<br /><br />Even though I&#039;m now back in France, a few thousand miles away from the headquarters, I feel that I am now part of a smart and dedicated community. And I love it.<br />]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry080702-171103</id>
		<issued>2008-07-02T00:00:00Z</issued>
		<modified>2008-07-02T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Another blog</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry080514-212755" />
		<content type="text/html" mode="escaped"><![CDATA[I&#039;ve recently opened another blog at  <a href="http://blogs.msdn.com/luc" >http://blogs.msdn.com/luc</a>. It is written in French, and is dedicated to the technical stuff I do during the day (as well as at night when closing in on deadlines ;)<br /><br />On an unrelated note, my previous employer received a flattering letter from one of its client about the software we took several years to develop. Despite the fact that I no longer work there, it really means a lot to get recognition for the work accomplished. It&#039;s too bad the team didn&#039;t get much internal recognition until now, when most of the people that have made the project possible are now gone separate ways. Why is it that techies are so often forgotten?]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry080514-212755</id>
		<issued>2008-05-14T00:00:00Z</issued>
		<modified>2008-05-14T00:00:00Z</modified>
	</entry>
	<entry>
		<title>Kitten Auth</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry080415-235535" />
		<content type="text/html" mode="escaped"><![CDATA[I just read on  <a href="http://www.slashdot.org" target="_blank" >Slashdot</a> that after Yahoo! and Gmail, the Windows Live captcha algorithm was now cracked. I always thought that captchas were both a clever yet failible idea , but I just read about  <a href="http://www.thepcspy.com/kittenauth" target="_blank" >Kitten Auth</a> which, despite its arguable aesthetics, might be even cleverer. Too bad it can&#039;t survive the <a href="http://www.boingboing.net/2004/01/27/solving-and-creating.html" target="_blank" >solve to access adult content</a> crack either :)]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry080415-235535</id>
		<issued>2008-04-15T00:00:00Z</issued>
		<modified>2008-04-15T00:00:00Z</modified>
	</entry>
	<entry>
		<title>€uro hatred</title>
		<link rel="alternate" type="text/html" href="http://www.thelemmings.net/index.php?entry=entry080124-012757" />
		<content type="text/html" mode="escaped"><![CDATA[Today, the €/US$ exchange rate amounts to about <b>0.68€ for US$1</b>. One might logically deduce that this rate is favorable to europeans (in the euro zone anyway). But for some reason it&#039;s not: it&#039;s actually the other way around.<br /><br />For example, French people will have to pay  <a href="http://store.apple.com/Apple/WebObjects/francestore.woa/wa/RSLID?nnmm=browse&amp;node=home/shop_mac/family/macbook_air" >1699€</a> for Apple&#039;s new <a href="http://www.apple.com/macbookair" >Macbook Air</a>, while US residents will be charged  <a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore.woa/wa/RSLID?nnmm=browse&amp;node=home/shop_mac/family/macbook_air" >$1799</a>/1230€ for the very same laptop. For a Sony Playstation Portable Slim, we Europeans are also out of luck. The US price of  <a href="http://www.amazon.com/PSP-2000-Console-Piano-Black/dp/B000UA0LXQ/ref=pd_bbs_sr_1_s9_rk?ie=UTF8&amp;s=videogames&amp;s9r=8afd3cfe16c84afc0116e3fb4e9303da&amp;itemPosition=1&amp;qid=1201132444&amp;sr=8-1" >$169.99</a>/116€ somehow translates to a European price of  <a href="http://www.amazon.fr/Sony-Computer-Console-Slim-Black/dp/B000VCVR90/ref=pd_bbs_sr_1?ie=UTF8&amp;s=videogames&amp;qid=1201132439&amp;sr=8-1" >169.99€</a>. Worse yet, <a href="http://www.us.playstation.com/patapon/" >Patapon</a>, an innovative budget game in Japan and the USA (<a href="http://www.amazon.com/Sony-98717-Patapon/dp/B0010EF0UK/ref=pd_bbs_sr_1?ie=UTF8&amp;s=videogames&amp;qid=1201165209&amp;sr=8-1" >$20</a> /13.70€) will sell in Europe for 40€. The same goes for <a href="http://sega-ghostsquad.com/wii/home.html" >Ghost Squad</a> for the Wii, which is a budget game in the US (<a href="http://www.amazon.com/Sega-65009-Ghost-Squad/dp/B000RF7164/ref=pd_bbs_sr_1?ie=UTF8&amp;s=videogames&amp;qid=1201132954&amp;sr=8-1" >$27.99</a>/19.14€), which gets full pricing here in Europe (<a href="http://www.amazon.fr/SEGA-FRANCE-Ghost-Squad/dp/B00128M40I/ref=pd_bbs_sr_1?ie=UTF8&amp;s=videogames&amp;qid=1201132958&amp;sr=8-1" >44.99€</a>).<br /><br />The list goes on and on. And to add insult to injury, not only are exchange rates ignored, but prices in euro are also higher than their US dollar counterparts. Outrageous.]]></content>
		<id>http://www.thelemmings.net/index.php?entry=entry080124-012757</id>
		<issued>2008-01-24T00:00:00Z</issued>
		<modified>2008-01-24T00:00:00Z</modified>
	</entry>
</feed>

