<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:thr="http://purl.org/syndication/thread/1.0">
    <title>Yann Kerhervé's blog</title>
    
    <link rel="hub" href="http://hubbub.api.typepad.com/" />
    <link rel="alternate" type="text/html" href="http://blog.cyberion.net/" />
    <id>tag:typepad.com,2003:weblog-86873</id>
    <updated>2010-02-01T22:45:59-08:00</updated>
    
    <generator uri="http://www.typepad.com/">TypePad</generator>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/yann" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="yann" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><entry>
        <title>How To enable perl5.10 by default with MacPorts</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2010/02/how-to-enable-perl510-by-default-with-macports.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2010/02/how-to-enable-perl510-by-default-with-macports.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e2012877490240970c</id>
        <published>2010-02-01T22:45:59-08:00</published>
        <updated>2010-02-01T22:45:59-08:00</updated>
        <summary>$ port uninstall perl5.8 ---&gt; Unable to uninstall perl5.8 5.8.9_3, the following ports depend on it: ---&gt; perl5 So, you should type: $ port -f uninstall perl5.8 ---&gt; Unable to uninstall perl5.8 5.8.9_3, the following ports depend on it: ---&gt;...</summary>
        <author>
            <name>Yann</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="apple, mac" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="perl" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><pre>
$ port uninstall perl5.8
---&gt;  Unable to uninstall perl5.8 5.8.9_3, the following ports depend on it:
---&gt;    perl5
</pre>

So, you should type:

<pre>
$ port -f uninstall perl5.8 
---&gt;  Unable to uninstall perl5.8 5.8.9_3, the following ports depend on it:
---&gt;    perl5
Warning: Uninstall forced.  Proceeding despite dependencies.
---&gt;  Deactivating perl5.8 @5.8.9_3
---&gt;  Uninstalling perl5.8 @5.8.9_3
</pre>

and finally:

<pre>
$ port install perl5 +perl5_10
...
</pre>

which gives:

<pre>
$ perl -v | grep built
This is perl, v5.10.1 (*) built for darwin-multi-2level
</pre></div>
</content>


    </entry>
    <entry>
        <title>Triggering ScreenSaver (and lock) with a shortcut on Snow Leopard</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2010/01/triggering-screensaver-and-lock-with-a-shortcut-on-snow-leopard.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2010/01/triggering-screensaver-and-lock-with-a-shortcut-on-snow-leopard.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e201287718eb49970c</id>
        <published>2010-01-26T23:48:31-08:00</published>
        <updated>2010-01-26T23:49:30-08:00</updated>
        <summary>I've been using this for a long time, but lately I've found that it wasn't working so well (The screen saver would launch and then stop right away). Initially, I was using quicksilver and the guts of the ScreenSaverEngine to...</summary>
        <author>
            <name>Yann</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="apple, mac" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><span style="font-family: Times; line-height: normal; font-size: medium; "><p style="padding-top: 7px; padding-right: 7px; padding-bottom: 7px; padding-left: 7px; background-color: #ffffff; font: normal normal normal 13px/1.22 arial, helvetica, clean, sans-serif; font-family: 'Trebuchet MS', Verdana, sans-serif; font-size: small; " /><p><span style="font-family: Helvetica;">I've been using this for a long time, but lately I've found that it wasn't working so well (The screen saver would launch and then stop right away).</span></p>

<p><span style="font-family: Helvetica;">Initially, I was using quicksilver and the guts of the ScreenSaverEngine to run something like that:</span></p><blockquote><p><span style="font-size: 14px; "><span style="font-family: Courier;"> open '/System/Library/Frameworks/ScreenSaver.framework/Versions/Current/Resources/ScreenSaverEngine.app'</span></span></p>

</blockquote>

<p />

<p><span style="line-height: normal; font-size: 15px; "><span style="font-family: Helvetica;">There is a better way to launch the ScreeSaver, it's to use the following applescript</span></span></p><blockquote><span style="font-family: Courier;">tell application "System Events"<br />start current screen saver<br />end tell</span></blockquote><span style="font-family: Helvetica;">Finally, the main problem was that I was previously using this trigger with the key combination ⇧⌘L 'on press', but it's much better to use 'on release', solving a race issue making the screensaver exit almost immediately.</span></span><p><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">So to sum up:</span></p><p /><ol>
<li><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">install Quicksilver (of course)</span></li>
<li><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">enable triggers (maybe it's only in Beta?)</span></li>
<li><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">make sure you have the "Run as Applescript" action (might be in a plugin?)</span></li>
<li><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">add a trigger</span></li>
<li><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">in the item section, hit '=' (to type a text, instead of triggering a search)</span></li>
<li><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">paste the apple script above</span></li>
<li><span style="font-family: Helvetica; line-height: normal; font-size: medium; ">select the "Run as Applescript"  action</span></li>
<li><span style="font-family: Helvetica;"><span style="line-height: normal; font-size: medium;">select a 'on hold' hotkey</span></span></li>
</ol>
<p><span style="font-family: Helvetica;"><span style="line-height: normal; font-size: medium;"><br /></span></span></p><p /><p><span style="font-family: Times; line-height: normal; font-size: medium; " /></p><blockquote><span style="font-family: Courier;"><br /></span></blockquote><p /><p /><p /></div>
</content>


    </entry>
    <entry>
        <title />
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2010/01/my-ideal-nexus-one-setup-would-be-something-like-that-apparently----get-the-phone-from-google-not-subsidized---switch-to-t-m.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2010/01/my-ideal-nexus-one-setup-would-be-something-like-that-apparently----get-the-phone-from-google-not-subsidized---switch-to-t-m.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a7b0587a970b</id>
        <published>2010-01-06T23:41:31-08:00</published>
        <updated>2010-01-06T23:42:15-08:00</updated>
        <summary>My ideal Nexus One setup would be something like that apparently. - get the phone from Google not subsidized - switch to t-mobile - Even More Plus for Families 750 Talk + Text and 2 unlimited smartphone data - unlock...</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml">My ideal Nexus One setup would be something like that apparently.<br />
<br />
- get the phone from Google not subsidized<br />
- switch to t-mobile<br />
- Even More Plus for Families 750 Talk + Text and 2 unlimited smartphone data<br />
- unlock my iPhone v1 to give to Caroline<br />
<br />
it's $120/month pre-tax + $530 one time purchase.<br />
<br />
But, I think I'd rather wait porting my phone number to Google directly...</div>
</content>


    </entry>
    <entry>
        <title>British Fashion</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2010/01/british-fashion.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2010/01/british-fashion.html" thr:count="1" thr:updated="2010-01-05T01:14:10-08:00" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a7a65a1a970b</id>
        <published>2010-01-04T22:46:30-08:00</published>
        <updated>2010-01-04T22:46:30-08:00</updated>
        <summary>[ and at a separate event: via www.boston.com My last tweet made me review these pictures in awe, and then I noticed these two different men in these distinct events. I don't mean to be critical or anything of my...</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><img src="http://cache.boston.com/universal/site_graphics/blogs/bigpicture/tough_02_02/t14_17824155.jpg" width="500" />[<p><small>and at a <strong>separate</strong> event:</small></p><p><font size="3"><span style="font-size: 11px; line-height: 12px;"> <a href="http://yann.typepad.com/.a/6a00d83454251869e20120a7a65aba970b-pi" style="display: inline;"><img alt="image from inapcache.boston.com" border="0" class="asset asset-image at-xid-6a00d83454251869e20120a7a65aba970b image-full " src="http://yann.typepad.com/.a/6a00d83454251869e20120a7a65aba970b-800wi" title="image from inapcache.boston.com" /></a> <br /> <br /></span></font></p><p><small>via <a href="http://www.boston.com/bigpicture/2009/02/tough_guy_challenge_2009.html">www.boston.com</a></small></p>

<p>My last <a href="http://twitter.com/yann/status/7395520110">tweet</a> made me review these pictures in awe, and then I noticed these two different men in these distinct events. </p><p>I don't mean to be critical or anything of my good friends over the other side of the channel, but, is this the beginning of a new fashion? Can't wait to have them in that outfit in the office. yay England!</p></div>
</content>


    </entry>
    <entry>
        <title>Invest in your community: move your money to a community bank - majordojo</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2010/01/invest-in-your-community-move-your-money-to-a-community-bank---majordojo.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2010/01/invest-in-your-community-move-your-money-to-a-community-bank---majordojo.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a7a4e804970b</id>
        <published>2010-01-04T15:38:24-08:00</published>
        <updated>2010-01-04T15:38:24-08:00</updated>
        <summary>Invest in your community: move your money to a community bank - majordojo Anyone is using one of the community banks listed in the 94107 zipcode? Like Byrne, I'm tempted to make the switch.</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><a href="http://www.majordojo.com/2009/12/move-your-money.php">Invest in your community: move your money to a community bank - majordojo</a>

<p>Anyone is using one of the community banks listed in the 94107 zipcode? Like Byrne, I'm tempted to make the switch.</p></div>
</content>


    </entry>
    <entry>
        <title>Happy New Year - Bonne Annee 2010</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2010/01/happy-new-year-bonne-annee-2010.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2010/01/happy-new-year-bonne-annee-2010.html" thr:count="2" thr:updated="2010-01-04T09:48:48-08:00" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a7a06a6e970b</id>
        <published>2010-01-03T19:51:28-08:00</published>
        <updated>2010-01-03T19:51:28-08:00</updated>
        <summary>We wish you all the best for the new year. Tous nos voeux pour cette nouvelle année. Maelys, Caroline &amp; Yann Baby pictures are available on my flickr photostream as usual. Les photos de bebe sont dispo sur mon flickr...</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><p><span style="font-family: HelveticaNeue-UltraLight, 'Helvetica Neue UltraLight', HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; line-height: normal; font-size: medium; border-collapse: collapse; color: #333333; "><h1 id="pagetitle" localizable="true" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 10px; padding-right: 15px; padding-bottom: 30px; padding-left: 15px; font-size: 2.4em; line-height: 35px; font-weight: normal; "><span size="3;" style="font-family: Helvetica"><span style="font-size: 12px;"><span style="border-collapse: separate; color: #000000; font-family: 'Trebuchet MS', Verdana, sans-serif; line-height: 16px; font-size: small; "><p style="text-align: center; "><span style="font-size: 14px; ">We wish you all the best for the new year.<br /></span></p><p style="margin-top: 11px; margin-right: 0px; margin-bottom: 11px; margin-left: 0px; text-align: center; "><em><span style="font-size: 14px; ">Tous nos voeux pour cette nouvelle année.</span><br /></em></p><p style="margin-top: 11px; margin-right: 0px; margin-bottom: 11px; margin-left: 0px; text-align: center; "><em><br /></em></p><p style="margin-top: 11px; margin-right: 0px; margin-bottom: 11px; margin-left: 0px; text-align: center; ">Maelys, Caroline &amp; Yann</p></span></span></span></h1></span></p><a href="http://yann.typepad.com/.a/6a00d83454251869e2012876a2fb0c970c-popup" onclick="window.open(this.href,'_blank','scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img alt="Noel 2009 - I couldn't manage a better picture this year. I suck" class="asset asset-image at-xid-6a00d83454251869e2012876a2fb0c970c " src="http://yann.typepad.com/.a/6a00d83454251869e2012876a2fb0c970c-500wi" style="display: block; margin-top: 2px; margin-right: auto; margin-bottom: 2px; margin-left: auto; border-top-width: 4px; border-right-width: 4px; border-bottom-width: 4px; border-left-width: 4px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; " title="Noel 2009 - I couldn't manage a better picture this year. I suck" /></a><p style="text-align: center;"><br /></p><p>Baby pictures are available on my <a href="http://flickr.com/photos/yann">flickr photostream</a> as usual.</p><p><em>Les photos de bebe sont dispo sur mon <a href="http://flickr.com/photos/yann">flickr</a> comme d'habitude.</em></p></div>
</content>


    </entry>
    <entry>
        <title>Justice Stress - Justesse No Stress</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/justice-stress---justesse-no-stress.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/justice-stress---justesse-no-stress.html" thr:count="1" thr:updated="2009-12-27T20:22:42-08:00" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e201287683d426970c</id>
        <published>2009-12-26T20:47:16-08:00</published>
        <updated>2009-12-26T20:47:16-08:00</updated>
        <summary>via www.youtube.com no stress, this is the holidays after all</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><object height="344" width="425"><param name="movie" value="http://www.youtube.com/v/hpTgw8YhdRE&amp;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="344" src="http://www.youtube.com/v/hpTgw8YhdRE&amp;fs=1" type="application/x-shockwave-flash" width="425" /></object><p><small>via <a href="http://www.youtube.com/watch?v=hpTgw8YhdRE&amp;feature=related">www.youtube.com</a></small></p>

<p>no stress, this is the holidays after all</p></div>
</content>


    </entry>
    <entry>
        <title>Buche de noel</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/buche-de-noel.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/buche-de-noel.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a77df43e970b</id>
        <published>2009-12-25T20:34:33-08:00</published>
        <updated>2009-12-25T20:40:07-08:00</updated>
        <summary>via flickr.com Caroline made a buche, and I had fun decorating it! yummy</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><img height="332" src="http://farm5.static.flickr.com/4027/4215146880_f5e476de6d.jpg" width="500" />

<p><small>via <a href="http://www.flickr.com/photos/yann/sets/72157622946335849/">flickr.com</a></small></p>

<p>Caroline made a buche, and I had fun decorating it! yummy</p></div>
</content>


    </entry>
    <entry>
        <title>San Francisco – Pictory</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/san-francisco-pictory.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/san-francisco-pictory.html" thr:count="1" thr:updated="2009-12-24T23:29:54-08:00" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20128767b85b0970c</id>
        <published>2009-12-23T20:57:04-08:00</published>
        <updated>2009-12-23T20:58:01-08:00</updated>
        <summary>via www.pictorymag.com San Francisco in words and pictures. Click on the link above for a ton more. via markthink.typepad.com</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><img src="http://static.mypictory.com/static/pictories/4126408330_21057d45aa_b_jpg_998x681_q85.jpg" width="500" />

<p><small>via <a href="http://www.pictorymag.com/showcases/san-francisco/">www.pictorymag.com</a></small></p>

<p>San Francisco in words and pictures. Click on the link above for a ton more.</p>

<p>via markthink.typepad.com</p></div>
</content>


    </entry>
    <entry>
        <title>Hi Lili! Pictures of the mechanical turk</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/hi-lili-pictures-of-the-mechanical-turk.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/hi-lili-pictures-of-the-mechanical-turk.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a772b520970b</id>
        <published>2009-12-22T10:41:35-08:00</published>
        <updated>2009-12-22T10:41:35-08:00</updated>
        <summary>I paid 50 people $1.00 each to take a picture of themselves using the Amazon Mechanical Turk api. Total cost: $50 (plus a reward to encourage innovation). I used this message. Everything was surprisingly automatic, I have to explore this...</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><blockquote> I paid 50 people $1.00 each to take a picture of themselves using the Amazon Mechanical Turk api. Total cost: $50 (plus a reward to encourage innovation). I used this message. Everything was surprisingly automatic, I have to explore this api more. </blockquote>

<p><small>via <a href="http://www.thestever.net/">www.thestever.net</a></small></p>

</div>
</content>


    </entry>
    <entry>
        <title>Op-Ed Contributor - My Half-Baked Bubble - NYTimes.com</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/op-ed-contributor---my-half-baked-bubble---nytimescom.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/op-ed-contributor---my-half-baked-bubble---nytimescom.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a76e5809970b</id>
        <published>2009-12-21T10:14:35-08:00</published>
        <updated>2009-12-21T10:14:35-08:00</updated>
        <summary>“SARDINES are better than candy,” my father said. “They’re oily, but nutritious!” Easy for him to say. I was 8 and had just moved to a new, fancier school. The socioeconomic shift was most apparent to me in the cafeteria,...</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><blockquote>“SARDINES are better than candy,” my father said. “They’re oily, but nutritious!” Easy for him to say. I was 8 and had just moved to a new, fancier school. The socioeconomic shift was most apparent to me in the cafeteria, where there was a wide disparity between my lunch and everyone else’s. Ours was a Spartan household: no chocolate, cookies or extraneous sugar. For us, Rice Krispies cereal was supposed to be some kind of special indulgence. </blockquote>

<p><small>via <a href="http://www.nytimes.com/2009/12/20/opinion/20bearman.html">www.nytimes.com</a></small></p>

</div>
</content>


    </entry>
    <entry>
        <title>US Air Force says decision-making attack drones will be here by 2047</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/us-air-force-says-decision-making-attack-drones-will-be-here-by-2047.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/us-air-force-says-decision-making-attack-drones-will-be-here-by-2047.html" thr:count="1" thr:updated="2009-12-19T20:36:59-08:00" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20128766c03d9970c</id>
        <published>2009-12-19T20:29:17-08:00</published>
        <updated>2009-12-19T20:29:17-08:00</updated>
        <summary>via www.engadget.com Oh, I have a better idea, can't your drone send the enemy an email: "H5. You lose.". Maybe it's just me, but robots making decision looks like a pretty dumb one to me.</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><img height="284" src="http://www.blogcdn.com/www.engadget.com/media/2009/07/090417-onruav-02.jpg" width="425" />

<p><small>via <a href="http://www.engadget.com/2009/07/28/us-air-force-says-decision-making-attack-drones-will-be-here-by/">www.engadget.com</a></small></p>

<p>Oh, I have a better idea, can't your drone send the enemy an email: "H5. You lose.". Maybe it's just me, but robots making decision looks like a pretty dumb one to me.</p></div>
</content>


    </entry>
    <entry>
        <title> Mac OS Evolution: from System 1.0 to Snow Leopard in pictures</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/mac-os-evolution-from-system-10-to-snow-leopard-in-pictures.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/mac-os-evolution-from-system-10-to-snow-leopard-in-pictures.html" thr:count="1" thr:updated="2009-12-19T20:25:26-08:00" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20120a7680f98970b</id>
        <published>2009-12-19T13:55:44-08:00</published>
        <updated>2009-12-19T13:55:44-08:00</updated>
        <summary>via blogof.francescomugnai.com The first version of Mac I really used as a personnal/professionial computer was 10.3 -- note so long ago! I couldn't stand Mac OS 9 the few times I had to borrow one. Before Mac I was a...</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><img height="315" src="http://blogof.francescomugnai.com/wp-content/uploads/2009/11/10.0.jpg" width="420" />

<p><small>via <a href="http://blogof.francescomugnai.com/2009/11/mac-os-evolution-from-system-1-0-to-snow-leopard-55-wonderful-images/">blogof.francescomugnai.com</a></small></p>

<p>The first version of Mac I really used as a personnal/professionial computer was 10.3 -- note so long ago! I couldn't stand Mac OS 9 the few times I had to borrow one.</p>

<p>Before Mac I was a fvwm2 happy user.</p></div>
</content>


    </entry>
    <entry>
        <title>Smoke testing: Continuous Integration Feature Matrix</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/smoke-testing-continous-integration-feature-matrix.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/smoke-testing-continous-integration-feature-matrix.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e2012876679595970c</id>
        <published>2009-12-18T12:42:27-08:00</published>
        <updated>2009-12-18T12:42:27-08:00</updated>
        <summary>CI Feature Matrix - CruiseControl - Confluence I've found this HUUUUGE matrix of a lot of software doing similar things: Smoke testing/Continuous integration. Fortunately Kevin (hinted by Miyagawa-san) installed Hudson and said it was awesome. And indeed awesome it looks!...</summary>
        <author>
            <name>Yann</name>
        </author>
        <category scheme="http://www.sixapart.com/ns/types#category" term="perl" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="six apart" />
        <category scheme="http://www.sixapart.com/ns/types#category" term="tech" />
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><a href="http://confluence.public.thoughtworks.org/display/CC/CI%20Feature%20Matrix">CI Feature Matrix - CruiseControl - Confluence</a>

<p>I've found this HUUUUGE matrix of a lot of software doing similar things: Smoke testing/Continuous integration.</p>

<p>Fortunately <a href="http://keving.vox.com/">Kevin</a> (hinted by <a href="http://bulknews.typepad.com/">Miyagawa</a>-san) installed <a href="http://http:/hudson.dev.java.net">Hudson</a> and said it was awesome. And indeed awesome it looks! So no need to evaluate them all, looks like almost every aspect of hudson make it nice.</p></div>
</content>


    </entry>
    <entry>
        <title>facebook (stupid so you have to do it) easter egg</title>
        <link rel="alternate" type="text/html" href="http://blog.cyberion.net/2009/12/facebook-stupid-so-you-have-to-do-it-easter-egg.html" />
        <link rel="replies" type="text/html" href="http://blog.cyberion.net/2009/12/facebook-stupid-so-you-have-to-do-it-easter-egg.html" thr:count="0" />
        <id>tag:typepad.com,2003:post-6a00d83454251869e20128766705b8970c</id>
        <published>2009-12-18T10:07:46-08:00</published>
        <updated>2009-12-18T10:07:46-08:00</updated>
        <summary>THE FACEBOOK TRICK: press up,up, down, down, left, right, left, right, B, A, Enter key, then left click then press up and down and magic circles will appear. the only way to get rid of them are to log off...</summary>
        <author>
            <name>Yann</name>
        </author>
        
        
<content type="xhtml" xml:lang="en-US" xml:base="http://blog.cyberion.net/">
<div xmlns="http://www.w3.org/1999/xhtml"><blockquote>THE FACEBOOK TRICK: press up,up, down, down, left, right, left, right, B, A, Enter key, then left click then press up and down and magic circles will appear. the only way to get rid of them are to log off or refresh the page...I don't know why you would want to do this but it does work. I tried it.</blockquote>

<p><small>via <a href="http://chromehorse.typepad.com/chrome_horses/2009/12/the-facebook-trick-press-upup-down-down-left-right-left-right-b-a-enter-key-then-left-click-then-press-up-and-dow.html">chromehorse.typepad.com</a></small></p>

</div>
</content>


    </entry>
 
</feed><!-- ph=1 --><!-- nhm:dynamic-ssi -->
