<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://prendreuncafe.com/blog/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Prendre un Café - Tag - osx</title>
  <link>http://prendreuncafe.com/blog/</link>
  <atom:link href="http://prendreuncafe.com/blog/feed/tag/osx/rss2" rel="self" type="application/rss+xml"/>
  <description></description>
  <language>fr</language>
  <pubDate>Fri, 02 Mar 2012 11:41:49 +0100</pubDate>
  <copyright>Contenus sous licence Creative Commons BY-SA</copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>Symfony Development using Textmate</title>
    <link>http://prendreuncafe.com/blog/post/2009/12/16/Symfony-Development-using-Textmate</link>
    <guid isPermaLink="false">urn:md5:bd4ca88c19a951de03a540798feb7467</guid>
    <pubDate>Wed, 16 Dec 2009 08:45:00 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Dev</category>
        <category>osx</category><category>symfony</category><category>textmate</category>    
    <description>    &lt;p&gt;When I do consulting, a lot of people are really surprised that I use &lt;a href=&quot;http://macromates.com/&quot; hreflang=&quot;en&quot;&gt;Texmate&lt;/a&gt;, a popular text editor for OS X, to develop on &lt;a href=&quot;http://www.symfony-project.org/&quot; hreflang=&quot;en&quot;&gt;Symfony&lt;/a&gt; projects. Indeed, Textmate is a bit rough around the edge compared to &lt;del&gt;bloated&lt;/del&gt; full featured &lt;acronym title=&quot;Integrated Development Environment&quot;&gt;IDE&lt;/acronym&gt; like &lt;a href=&quot;http://www.eclipse.org/pdt/&quot; hreflang=&quot;en&quot;&gt;Eclipse PDT&lt;/a&gt; or &lt;a href=&quot;http://netbeans.org/&quot; hreflang=&quot;en&quot;&gt;Netbeans&lt;/a&gt;, which are both Java based by the way.&lt;/p&gt;


&lt;p&gt;So why using Textmate? No intelligent autocompletion, very basic project management, poor &lt;acronym title=&quot;Version Control System&quot;&gt;VCS&lt;/acronym&gt; native support, limited index search capabilities&amp;#8230; First and while it&amp;#8217;s mainly a matter of taste, I mainly use Texmate because it&amp;#8217;s &lt;em&gt;fast&lt;/em&gt;. Compared to PDT with which you often have to wait a bunch of seconds for the UI to respond on some action you make, &lt;em&gt;mate&lt;/em&gt; will react quite instantaneously, and &lt;strong&gt;that&lt;/strong&gt; is making big difference to me. Because when I&amp;#8217;m concentrated, focused on some complex problem to solve, I demand my text editor to &lt;strong&gt;not make me wait&lt;/strong&gt; &lt;sup&gt;[&lt;a href=&quot;http://prendreuncafe.com/blog/post/2009/12/16/Symfony-Development-using-Textmate#pnote-1131-1&quot; id=&quot;rev-pnote-1131-1&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt;.&lt;/p&gt;


&lt;p&gt;Oppositely, not having full code introspection and autocompletion makes mate &lt;strong&gt;making me think&lt;/strong&gt; about the code I write, instead of just consuming some API passively. I&amp;#8217;ve been using &lt;a href=&quot;http://www.phpeclipse.com/&quot; hreflang=&quot;en&quot;&gt;phpeclipse&lt;/a&gt; and PDT for some years with Symfony, but I think I really began to understand the framework architecture when I switched to mate as my primary editor. Because every time you need to do something with the Symfony API, you &lt;em&gt;have&lt;/em&gt; to open the file and read the code: then you learn a lot. And by the time, you end by knowing the core very well, and it&amp;#8217;s incredibly efficient. One more time, this is just matter of taste.&lt;/p&gt;


&lt;h3&gt;Textmate quick tips&lt;/h3&gt;


&lt;p&gt;So whereas mate can be somewhat limited at first glance, a second look shows it provides some really effective commands to enhance your productivity. Let&amp;#8217;s examine some of them.&lt;/p&gt;


&lt;h4&gt;Searching for a file within the project codebase&lt;/h4&gt;


&lt;p&gt;Just by pressing &lt;code&gt;⌘ + t&lt;/code&gt;, a snappy filename search window will pop up and allow you to search a file interactively by its name pattern. If you&amp;#8217;re using the incredible &lt;a href=&quot;http://docs.blacktree.com/quicksilver/what_is_quicksilver&quot; hreflang=&quot;en&quot;&gt;Quicksilver app&lt;/a&gt; for osx, you got the picture.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/Textmate/interactive-filename-search.png&quot; alt=&quot;interactive-filename-search.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;interactive-filename-search.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;As Symfony names php files against the class name they contain, finding a class file is just easy as typing the class name in the search field!&lt;/p&gt;


&lt;h4&gt;Browsing the available functions, classes and methods within a php file&lt;/h4&gt;


&lt;p&gt;When a php file is opened, the &lt;code&gt;⌘ + shift + t&lt;/code&gt; command will show up the available sections of the document, with a search box you can use to filter their names, still interactively.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/Textmate/interactive-method-name-search.png&quot; alt=&quot;interactive-method-name-search.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;interactive-method-name-search.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Note that this will also work for other file types (like CSS for instance).&lt;/p&gt;


&lt;h4&gt;Obtening help on native php functions&lt;/h4&gt;


&lt;p&gt;Move the carret onto some php native function and press &lt;code&gt;ctrl + h&lt;/code&gt; and you&amp;#8217;ll get the &lt;a href=&quot;http://php.net/&quot; hreflang=&quot;en&quot;&gt;php.net&lt;/a&gt; related page in a pop up.&lt;/p&gt;


&lt;p&gt;Want the function signature definition in a tooltip, like in PDT or Netbeans? Hit &lt;code&gt;⌥ + F1&lt;/code&gt; and you&amp;#8217;re done.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/Textmate/signature-tooltip.png&quot; alt=&quot;signature-tooltip.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;signature-tooltip.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;h4&gt;Using the &lt;code&gt;mate&lt;/code&gt; command line utility&lt;/h4&gt;


&lt;p&gt;Textmate ships with a native command line interface executable called &lt;code&gt;mate&lt;/code&gt; you can use from your term:&lt;/p&gt;

&lt;pre&gt;
$ cd /path/to/project
$ mate .
&lt;/pre&gt;


&lt;p&gt;You can also &lt;em&gt;pipe&lt;/em&gt; some command to &lt;code&gt;mate&lt;/code&gt; to open the output in it:&lt;/p&gt;

&lt;pre&gt;
$ svn diff|mate
&lt;/pre&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/Textmate/diff-mate.png&quot; alt=&quot;diff-mate.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;diff-mate.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;h4&gt;Taking part of Mate&amp;#8217;s url-scheme capabilities with Symfony&lt;/h4&gt;


&lt;p&gt;I already blogged about this &lt;a href=&quot;http://prendreuncafe.com/blog/post/2009/10/12/A-Symfony-1.3-Gem:-Open-Files-Listed-in-Exceptions-with-the-Editor-of-your-Choice&quot; hreflang=&quot;en&quot;&gt;awesome feature&lt;/a&gt; available since Symfony 1.3, one more I won&amp;#8217;t ever be able to live without.&lt;/p&gt;


&lt;h3&gt;Improve your productivity using bundles&lt;/h3&gt;


&lt;h4&gt;The &lt;a href=&quot;http://github.com/protocool/ack-tmbundle&quot; hreflang=&quot;en&quot;&gt;Ack in project&lt;/a&gt; bundle&lt;/h4&gt;


&lt;p&gt;One of the most annoying lack of mate is its internal search engine. It&amp;#8217;s really damn slow. The best way to get something decent is to install the &lt;a href=&quot;http://github.com/protocool/ack-tmbundle&quot; hreflang=&quot;en&quot;&gt;Ack in project&lt;/a&gt; bundle. You&amp;#8217;ll then be able to access a fast and convenient fulltext search engine by pressing the &lt;code&gt;⌘ + shift + a&lt;/code&gt; command.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/Textmate/ack-in-project.png&quot; alt=&quot;ack-in-project.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;ack-in-project.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;h4&gt;The &lt;a href=&quot;http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus&quot; hreflang=&quot;en&quot;&gt;ProjectPlus&lt;/a&gt; bundle&lt;/h4&gt;


&lt;p&gt;If you&amp;#8217;re looking after a better project browser and some VCS support in mate, you&amp;#8217;ll love the &lt;a href=&quot;http://ciaranwal.sh/2008/08/05/textmate-plug-in-projectplus&quot; hreflang=&quot;en&quot;&gt;ProjectPlus bundle&lt;/a&gt;. It will replace the default project drawer by a new one with finder label colors support, file sorting options and VCS icons integration. Give it a try, you won&amp;#8217;t be able to live without it.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/Textmate/project-plus-drawer.png&quot; alt=&quot;project-plus-drawer.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;project-plus-drawer.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;h4&gt;The &lt;a href=&quot;http://github.com/denderello/symfony-tmbundle&quot; hreflang=&quot;en&quot;&gt;Symfony&lt;/a&gt; bundle&lt;/h4&gt;


&lt;p&gt;How could I write a blog post on Textmate and Symfony without mentioning the &lt;a href=&quot;http://github.com/denderello/symfony-tmbundle&quot; hreflang=&quot;en&quot;&gt;Symfony bundle&lt;/a&gt;? &lt;a href=&quot;http://www.denderello.com/&quot; hreflang=&quot;en&quot;&gt;Denderello&lt;/a&gt; and contributors did a really good job taking over the original tool, which provides very convenient and effective shortcuts to write Symfony snippets of code quickly.&lt;/p&gt;


&lt;h4&gt;The &lt;a href=&quot;http://github.com/textmate/getbundle.tmbundle&quot; hreflang=&quot;en&quot;&gt;GetBundle&lt;/a&gt; bundle&lt;/h4&gt;


&lt;p&gt;Last, if you didn&amp;#8217;t find anything new or useful reading this blog entry, you might then be interested by installing the &lt;a href=&quot;http://github.com/textmate/getbundle.tmbundle&quot; hreflang=&quot;en&quot;&gt;GetBundle&lt;/a&gt; bundle which will allow you to browse all available bundles and install any of them in one click!&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/Textmate/GetBundle.png&quot; alt=&quot;GetBundle.png&quot; style=&quot;display:block; margin:0 auto;&quot; title=&quot;GetBundle.png, déc. 2009&quot; /&gt;&lt;/p&gt;


&lt;h3&gt;Conclusion&lt;/h3&gt;


&lt;p&gt;So these are some of the reasons why I&amp;#8217;m using Textmate when developing with Symfony (and other languages too). &lt;strong&gt;What are yours?&lt;/strong&gt;&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[&lt;a href=&quot;http://prendreuncafe.com/blog/post/2009/12/16/Symfony-Development-using-Textmate#rev-pnote-1131-1&quot; id=&quot;pnote-1131-1&quot;&gt;1&lt;/a&gt;] You know the &lt;q&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Don't_Make_Me_Think&quot; hreflang=&quot;en&quot;&gt;don&amp;#8217;t make me think&lt;/a&gt;&lt;/q&gt; mantra? Well, now you got another one &lt;img src=&quot;/blog/themes/battlestar/smilies/wink.gif&quot; alt=&quot;;)&quot; class=&quot;smiley&quot; /&gt;&lt;/p&gt;&lt;/div&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2009/12/16/Symfony-Development-using-Textmate&quot;&gt;Symfony Development using Textmate&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Installing php 5.3, apache2 and MySQL 5 on OS X using Macports</title>
    <link>http://prendreuncafe.com/blog/post/2009/07/17/Installing-php-5.3%2C-apache2-and-MySQL-5-using-Macports</link>
    <guid isPermaLink="false">urn:md5:19c5389e0b0ecafc469ac42b8c521dc0</guid>
    <pubDate>Fri, 17 Jul 2009 14:40:00 +0200</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Libritudes</category>
        <category>apache</category><category>apple</category><category>howto</category><category>mac</category><category>macports</category><category>mysql</category><category>osx</category><category>php</category><category>server</category><category>setup</category><category>tutoriel</category>    
    <description>    &lt;p&gt;I wanted to test latest php 5.3 on my OSX box. So here&amp;#8217;s a quick reminder on how to proceed to a full setup of apache2, mysql5 and php 5.3 using &lt;a href=&quot;http://www.macports.org/install.php&quot; hreflang=&quot;en&quot;&gt;Macports&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;First, get a &lt;a href=&quot;http://www.macports.org/install.php&quot; hreflang=&quot;en&quot;&gt;fresh copy of the Macports installer for OSX&lt;/a&gt;. Install macports, then in a shell prompt, type:&lt;/p&gt;

&lt;pre&gt;
$ sudo port install mysql5 +server
$ sudo port install php5 +apache2 +debug +pear +sqlite +mysql5 
&lt;/pre&gt;


&lt;p&gt;You have now the time to have lunch, dinner, sex or to watch an episode of &lt;a href=&quot;http://www.imdb.com/title/tt0070981/&quot; hreflang=&quot;en&quot;&gt;Derrick&lt;/a&gt;&lt;sup&gt;[&lt;a href=&quot;http://prendreuncafe.com/blog/post/2009/07/17/Installing-php-5.3%2C-apache2-and-MySQL-5-using-Macports#pnote-1120-1&quot; id=&quot;rev-pnote-1120-1&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt;.&lt;/p&gt;


&lt;p&gt;To enable the php module for apache:&lt;/p&gt;

&lt;pre&gt;
$ cd /opt/local/apache2/modules
$ sudo /opt/local/apache2/bin/apxs -a -e -n &amp;quot;php5&amp;quot; libphp5.so
&lt;/pre&gt;


&lt;p&gt;Then, add this line in the &lt;code&gt;/opt/local/apache2/conf/httpd.conf&lt;/code&gt; file:&lt;/p&gt;

&lt;pre&gt;
Include conf/extras-conf/*.conf
&lt;/pre&gt;


&lt;p&gt;Copy one of the standard &lt;code&gt;php.ini&lt;/code&gt; files proposed by the default installation:&lt;/p&gt;

&lt;pre&gt;
$ sudo cp /opt/local/etc/php5/php.ini-development /opt/local/etc/php5/php.ini
&lt;/pre&gt;


&lt;p&gt;To start apache automatically at system startup:&lt;/p&gt;

&lt;pre&gt;
$ sudo launchctl load -w /Library/LaunchDaemons/org.macports.apache2.plist
&lt;/pre&gt;


&lt;p&gt;Or manually:&lt;/p&gt;

&lt;pre&gt;
$ sudo /opt/local/apache2/bin/apachectl start
&lt;/pre&gt;


&lt;p&gt;To initialize, configure and start MySQL automatically:&lt;/p&gt;

&lt;pre&gt;
$ sudo -u mysql mysql_install_db5
$ sudo /opt/local/bin/mysql_secure_installation5
$ sudo /opt/local/etc/LaunchDaemons/org.macports.mysql5/mysql5.wrapper start
$ sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
&lt;/pre&gt;


&lt;p&gt;Now launch your browser at &lt;code&gt;http://localhost/&lt;/code&gt;: you&amp;#8217;re done. Have some rest.&lt;/p&gt;
&lt;div class=&quot;footnotes&quot;&gt;&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[&lt;a href=&quot;http://prendreuncafe.com/blog/post/2009/07/17/Installing-php-5.3%2C-apache2-and-MySQL-5-using-Macports#rev-pnote-1120-1&quot; id=&quot;pnote-1120-1&quot;&gt;1&lt;/a&gt;] Don&amp;#8217;t try to do all that stuff at the same time, result cannot be guaranteed&lt;/p&gt;&lt;/div&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2009/07/17/Installing-php-5.3%2C-apache2-and-MySQL-5-using-Macports&quot;&gt;Installing php 5.3, apache2 and MySQL 5 on OS X using Macports&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Utiliser Memcached avec PHP sous Mac OS X</title>
    <link>http://prendreuncafe.com/blog/post/2008/10/30/Utiliser-Memcached-avec-PHP-sous-Mac-OS-X</link>
    <guid isPermaLink="false">urn:md5:79276a87bba50c8b38693320cab83587</guid>
    <pubDate>Thu, 30 Oct 2008 10:40:00 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Dev</category>
        <category>mac</category><category>memcache</category><category>osx</category><category>php</category>    
    <description>    &lt;p&gt;Ayant récemment eu besoin de travailler sur une application utilisant &lt;a href=&quot;http://www.danga.com/memcached/&quot; hreflang=&quot;en&quot;&gt;memcached&lt;/a&gt;, j&amp;#8217;ai du l&amp;#8217;installer sur ma machine perso tournant sous Mac OS X. Pour mémoire, memcached est un système de stockage distribué de paires clé/valeur en mémoire vive, très rapide et performant. Cela peut s&amp;#8217;avérer un outil de choix pour faire monter en charge une architecture, par exemple en ajoutant des frontaux web et en utilisant memcached comme espace partagé de stockage des données de session utilisateur. On peut également imaginer d&amp;#8217;y stocker les résultats de traitements complexes, des templates compilés, des jeux de résultats SQL, etc.&lt;/p&gt;


&lt;p&gt;J&amp;#8217;ai trouvé un &lt;a href=&quot;http://www.lullabot.com/articles/setup-memcached-mamp-sandbox-environment&quot; hreflang=&quot;en&quot;&gt;excellent tutoriel d&amp;#8217;installation de memcache pour OS X&lt;/a&gt; pour cela, que je vous invite à suivre pour mettre en œuvre les exemples ci-après. Une fois l&amp;#8217;installation effectuée, vous pouvez lancer le démon memcached avec cette ligne de commande&amp;#160;:&lt;/p&gt;


&lt;pre&gt;$ sudo memcached -d -u nobody -m 128 127.0.0.1 -p 11211&lt;/pre&gt;


&lt;p&gt;Notez que cette dernière ligne de commande lance le démon memcached sous l&amp;#8217;utlisateur &lt;code&gt;nobody&lt;/code&gt;, en local sur le port &lt;code&gt;11211&lt;/code&gt; et alloue 128&amp;#160;Mo de mémoire vive au service de stockage.&lt;/p&gt;


&lt;h3&gt;Exemple d&amp;#8217;utilisation en PHP&lt;/h3&gt;


&lt;p&gt;Le tutoriel couvre également l&amp;#8217;installation de l&amp;#8217;&lt;a href=&quot;http://pecl.php.net/package/memcache&quot; hreflang=&quot;en&quot;&gt;extension PECL memcache&lt;/a&gt;, fournissant une API particulièrement simple et efficace à PHP pour utiliser le service.&lt;/p&gt;


&lt;p&gt;Exemple d&amp;#8217;utilisation basique&amp;#160;:&lt;/p&gt;

&lt;pre&gt; php
&amp;lt;?php
$m = new Memcache;
$m-&amp;gt;connect('localhost', 11211) or die (&amp;quot;Could not connect&amp;quot;);
$m-&amp;gt;set('toto', 'tata');
echo $m-&amp;gt;get('toto'); // tata
&lt;/pre&gt;


&lt;p&gt;Pour utiliser memcached comme système de stockage des sessions, PHP dispose d&amp;#8217;un gestionnaire de sessions memcache qu&amp;#8217;il suffit d&amp;#8217;activer par configuration dans votre fichier &lt;code&gt;php.ini&lt;/code&gt;. Il suffit de remplacer la valeur&amp;#160;:&lt;/p&gt;


&lt;pre&gt;session.save_handler = files&lt;/pre&gt;


&lt;p&gt;Par ces deux lignes, en adaptant au besoin les valeurs de connexion au démon&amp;#160;:&lt;/p&gt;


&lt;pre&gt;session.save_handler = memcache
session.save_path=&amp;quot;tcp://127.0.0.1:11211?persistent=1&amp;amp;weight=1&amp;amp;timeout=1&amp;amp;retry_interval=15&amp;quot;&lt;/pre&gt;


&lt;p&gt;Attention cependant, en cas de coupure du service memcached, toutes les données de sessions actives seront perdues.&lt;/p&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2008/10/30/Utiliser-Memcached-avec-PHP-sous-Mac-OS-X&quot;&gt;Utiliser Memcached avec PHP sous Mac OS X&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Une version récente de Subversion sous Mac OS X</title>
    <link>http://prendreuncafe.com/blog/post/2007/10/29/Une-version-recente-de-Subversion-sous-Mac-OS-X</link>
    <guid isPermaLink="false">urn:md5:7404e4e6eba179d1f841cd2c9a8a2f1d</guid>
    <pubDate>Mon, 29 Oct 2007 10:18:00 +0100</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Dev</category>
        <category>apple</category><category>mac</category><category>osx</category><category>subversion</category><category>svn</category>    
    <description>    &lt;p&gt;Utilisateurs d'&lt;a href=&quot;http://eclipse.org&quot; hreflang=&quot;en&quot;&gt;Eclipse&lt;/a&gt; et de &lt;a href=&quot;http://subclipse.tigris.org/&quot; hreflang=&quot;en&quot;&gt;Subclipse&lt;/a&gt;, vous avez peut-être déjà pesté devant l'incompatibilité de version qui existe avec celle disponible en ligne de commande sous Mac OS X (via &lt;a href=&quot;http://www.macports.org/&quot; hreflang=&quot;en&quot;&gt;MacPorts&lt;/a&gt;, &lt;a href=&quot;http://finkproject.org/&quot; hreflang=&quot;en&quot;&gt;Fink&lt;/a&gt;, etc.)&lt;/p&gt;


&lt;p&gt;Généralement, vous vous prenez un message d'erreur du style :&lt;/p&gt;


&lt;blockquote&gt;&lt;p&gt;The version of this client is too old.&lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;Pour régler le problème, vous pouvez installer le package Subversion de &lt;a href=&quot;http://homepage.mac.com/martinott/&quot; hreflang=&quot;en&quot;&gt;Martin Ott&lt;/a&gt; en &lt;a href=&quot;http://homepage.mac.com/martinott/Subversion-1.4.4.pkg.zip&quot;&gt;version 1.4.4&lt;/a&gt;.&lt;/p&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2007/10/29/Une-version-recente-de-Subversion-sous-Mac-OS-X&quot;&gt;Une version récente de Subversion sous Mac OS X&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Importer son carnet d'adresses GMail dans Mac OS X</title>
    <link>http://prendreuncafe.com/blog/post/2007/07/14/Importer-son-carnet-dadresses-GMail-dans-Mailapp</link>
    <guid isPermaLink="false">urn:md5:7e8c4d40c4fc9846df50b269e51027f4</guid>
    <pubDate>Sat, 14 Jul 2007 09:12:00 +0200</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Divers</category>
        <category>gmail</category><category>mac</category><category>mail.app</category><category>osx</category>    
    <description>    &lt;p&gt;Le &lt;a href=&quot;http://www.apple.com/fr/macosx/features/addressbook/&quot; hreflang=&quot;fr&quot;&gt;carnet d'adresses&lt;/a&gt; sous Mac OS X peut être rempli avec ses contacts &lt;a href=&quot;http://gmail.com&quot; hreflang=&quot;fr&quot;&gt;GMail&lt;/a&gt; via une opération d'export/import dont voici les étapes :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Depuis votre compte GMail, cliquez sur &lt;em&gt;Contacts&lt;/em&gt; puis &lt;em&gt;Exporter&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Sélectionnez le format texte &lt;em&gt;Outlook CSV&lt;/em&gt;, enregistrez le fichier sur votre disque dur&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Le carnet d'adresse du Mac travaille en encoding MacRoman, tandis que l'export des contacts GMail est effectué en ISO-8859-1 : il nous faut convertir le fichier. Pour cela, munissez-vous d'un éditeur de texte capable de ce type d'opérations (TextEdit ou &lt;a href=&quot;http://macromates.com/&quot; hreflang=&quot;en&quot;&gt;TextMate&lt;/a&gt; sont de bons candidats), et réenregistrez le fichier au format d'encodage &lt;em&gt;MacRoman&lt;/em&gt;.&lt;/p&gt;


&lt;p&gt;Depuis l'application &lt;em&gt;Carnet d'Adresses&lt;/em&gt; du Mac, sélectionnez &lt;em&gt;Fichier&lt;/em&gt;, &lt;em&gt;Importer&lt;/em&gt;, &lt;em&gt;Fichier texte&lt;/em&gt; et pointez le fichier que vous venez d'encoder. L'interface d'assignation des champs est assez parlante, il s'agit de gérer la correspondance entre les colonnes du fichier d'export GMail avec les champs types du carnet d'adresses Mac :&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/OSX/.import-carnet-dadresses_m.jpg&quot; alt=&quot;Import du carnet d'adresses&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Vous pouvez à tout moment contrôler la pertinence de vos associations de champs sur les entrées du fichier au moyen des flèches précédentes et suivantes. Une fois que vous êtes satisfait du résultat, vous pouvez lancer l'importation.&lt;/p&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2007/07/14/Importer-son-carnet-dadresses-GMail-dans-Mailapp&quot;&gt;Importer son carnet d'adresses GMail dans Mac OS X&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Monter un lecteur réseau SSH/SFTP sous Mac OS X</title>
    <link>http://prendreuncafe.com/blog/post/2007/05/30/Monter-un-lecteur-reseau-SSH/SFTP-sous-Mac-OS-X</link>
    <guid isPermaLink="false">urn:md5:8458fcc1182398884c8e5e98def0afc1</guid>
    <pubDate>Wed, 30 May 2007 18:38:00 +0200</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Mac</category>
        <category>fuse</category><category>mac</category><category>network</category><category>osx</category><category>ssh</category>    
    <description>    &lt;p&gt;Voici la procédure pour monter un lecteur réseau en utilisant &lt;a href=&quot;http://code.google.com/p/macfuse/&quot; hreflang=&quot;en&quot;&gt;MacFuse&lt;/a&gt; et &lt;a href=&quot;http://www.sccs.swarthmore.edu/users/08/mgorbach/MacFusionWeb/&quot; hreflang=&quot;en&quot;&gt;MacFusion&lt;/a&gt; sous OS X Tiger :&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Récupérez &lt;a href=&quot;http://code.google.com/p/macfuse/&quot; hreflang=&quot;en&quot;&gt;MacFuse et sshfs&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Récupérez &lt;a href=&quot;http://www.sccs.swarthmore.edu/users/08/mgorbach/MacFusionWeb/&quot; hreflang=&quot;fr&quot;&gt;MacFusion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Installez successivement MacFuse, sshfs puis MacFusion, lancez ce dernier&lt;/li&gt;
&lt;li&gt;Configurez l'accès à votre machine via &lt;a href=&quot;http://fr.wikipedia.org/wiki/SSH&quot; hreflang=&quot;fr&quot;&gt;SSH&lt;/a&gt; :&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/OSX/MacFusionMount.png&quot; alt=&quot;MacFusion&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;Un lecteur réseau est alors placé sur le bureau et accessible depuis le Finder. Notez que vous pouvez utiliser une authentification par &lt;a href=&quot;http://prendreuncafe.com/blog/post/2005/08/29/262-installer-sa-cle-ssh-sur-un-serveur-distant&quot; hreflang=&quot;fr&quot;&gt;clé SSH&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;&lt;img src=&quot;http://prendreuncafe.com/blog/public/images/ScreenShots/OSX/Mounted.png&quot; alt=&quot;Lecteur monté&quot; style=&quot;display:block; margin:0 auto;&quot; /&gt;&lt;/p&gt;


&lt;p&gt;On peut aussi faire la même chose en &lt;acronym title=&quot;File Transfert Protocol&quot;&gt;FTP&lt;/acronym&gt;, tout aussi facilement.&lt;/p&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2007/05/30/Monter-un-lecteur-reseau-SSH/SFTP-sous-Mac-OS-X&quot;&gt;Monter un lecteur réseau SSH/SFTP sous Mac OS X&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Petit pense-bête des raccourcis Mac OS X</title>
    <link>http://prendreuncafe.com/blog/post/2007/05/19/Petit-pense-bete-des-raccourcis-Mac-OS-X</link>
    <guid isPermaLink="false">urn:md5:1a616bbfe36f995cda4c5437fa48b76f</guid>
    <pubDate>Sat, 19 May 2007 14:21:00 +0200</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Mac</category>
        <category>accessibilité</category><category>apple</category><category>clavier</category><category>osx</category><category>tips</category>    
    <description>    &lt;p&gt;Je travaille depuis peu et à temps partiel sous &lt;a href=&quot;http://fr.wikipedia.org/wiki/Mac_OS_X&quot; hreflang=&quot;fr&quot;&gt;Mac OS X&lt;/a&gt; et je suis relativement destabilisé par la profusion de raccourcis clavier propres au système d'exploitation. Voici donc un petit pense-bête des raccourcis que j'ai mis un peu de temps à découvrir et à assimiler &lt;sup&gt;[&lt;a href=&quot;http://prendreuncafe.com/blog/post/2007/05/19/Petit-pense-bete-des-raccourcis-Mac-OS-X#pnote-885-1&quot; id=&quot;rev-pnote-885-1&quot;&gt;1&lt;/a&gt;]&lt;/sup&gt; :&lt;/p&gt;


&lt;h3&gt;Gestion des fenêtres&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Naviguer entre les applications : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;Tab&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Masquer les fenêtres de l'application active : &lt;code&gt;&amp;lt;pomme&amp;gt; + H&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Masquer toutes les autres applications : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;alt&amp;gt; + H&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Naviguer parmis les fenêtres de l'application active : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;&lt;/code&gt; ou &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Minimiser une fenêtre dans le dock : &lt;code&gt;&amp;lt;pomme&amp;gt; + M&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Émulation de touches et caractères virtuels&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Émuler la touche &lt;code&gt;&amp;lt;delete&amp;gt;&lt;/code&gt; : &lt;code&gt;&amp;lt;fn&amp;gt; + &amp;lt;backspace&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Émuler les touches &lt;code&gt;&amp;lt;Page Up&amp;gt;&lt;/code&gt; et &lt;code&gt;&amp;lt;Page Down&amp;gt;&lt;/code&gt; : &lt;code&gt;&amp;lt;fn&amp;gt; + &amp;lt;Haut&amp;gt;&lt;/code&gt; et &lt;code&gt;&amp;lt;fn&amp;gt; + &amp;lt;Bas&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Émuler les touches &lt;code&gt;&amp;lt;Home&amp;gt;&lt;/code&gt; et &lt;code&gt;&amp;lt;End&amp;gt;&lt;/code&gt; : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;Gauche&amp;gt;&lt;/code&gt; et &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;Droite&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Raccourcis pratiques du Finder&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Vider la corbeille depuis le finder : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;shift&amp;gt; + &amp;lt;backspace&amp;gt;&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Ouvrir le répertoire home : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;shift&amp;gt; + H&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Ouvrir le répertoire des applications : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;shift&amp;gt; + A&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Ouvrir un emplacement sur le système de fichier : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;shift&amp;gt; + G&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Caractères spéciaux&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Pipe (|) : &lt;code&gt;&amp;lt;alt&amp;gt; + &amp;lt;shift&amp;gt; + L&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Accolades ({}) : &lt;code&gt;&amp;lt;alt&amp;gt; + (&lt;/code&gt; et &lt;code&gt;&amp;lt;alt&amp;gt; + )&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Crochets ([]) : &lt;code&gt;&amp;lt;alt&amp;gt; + &amp;lt;shift&amp;gt; + (&lt;/code&gt; et &lt;code&gt;&amp;lt;alt&amp;gt; + &amp;lt;shift&amp;gt; + )&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Backslash (\) : &lt;code&gt;&amp;lt;shift&amp;gt; + &amp;lt;alt&amp;gt; + :&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Euro (€) : &lt;code&gt;&amp;lt;alt&amp;gt; + $&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Tilde (~) : &lt;code&gt;&amp;lt;alt&amp;gt; + N&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;E dans l'O (œ) : &lt;code&gt;&amp;lt;alt&amp;gt; + O&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;C cédille majuscule (Ç) : &lt;code&gt;&amp;lt;alt&amp;gt; + ç&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;U accent grave majuscule (Ù) : &lt;code&gt;&amp;lt;alt&amp;gt; + u&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Captures d'écran&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Pour une capture de tout l'écran : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;shift&amp;gt; + &amp;quot; (guillemet double)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Pour une capture zonnée de l'écran : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;shift&amp;gt; + ' (guillemet simple)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Pour capturer une fenêtre : &lt;code&gt;&amp;lt;pomme&amp;gt; + &amp;lt;shift&amp;gt; + ' (guillemet simple) + &amp;lt;Espace&amp;gt;&lt;/code&gt; (sélectionner ensuite la fenêtre à capturer)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;Navigation au sein de formulaires&lt;/h3&gt;


&lt;p&gt;Dans Safari comme dans Firefox, il faut activer manuellement la navigation au sein des formulaires au moyen de la touche &lt;code&gt;&amp;lt;Tab&amp;gt;&lt;/code&gt; :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dans Safari, cochez &lt;em&gt;Préférences &amp;gt; Avancées &amp;gt; La touche Tab permet de naviguer parmis les objets des pages web&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Dans Firefox, cochez &lt;em&gt;Préférences &amp;gt; Avancé &amp;gt; Toujours utiliser les touches de navigation pour se déplacer à l'intérieur d'une page&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Pour activer la navigation au clavier pour l'&lt;acronym title=&quot;User Interface, ou Interface Utilisateur&quot;&gt;UI&lt;/acronym&gt; du système d'exploitation, il faut se rendre dans &lt;em&gt;Préférences Système &amp;gt; Clavier &amp;amp; Souris &amp;gt; Raccourcis clavier&lt;/em&gt; et selectionner l'option &lt;em&gt;Dans les fenêtres et zones de dialogues, la touche Tabulation activera : &lt;strong&gt;tous les réglages&lt;/strong&gt;&lt;/em&gt;.&lt;/p&gt;


&lt;h3&gt;D'autres ressources plus complètes sur le sujet&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://developer.apple.com/documentation/UserExperience/Conceptual/OSXHIGuidelines/XHIGKeyboardShortcuts/chapter_20_section_1.html&quot; hreflang=&quot;en&quot;&gt;Référence sur l'Apple Developer Center&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=75459-fr&quot; hreflang=&quot;fr&quot;&gt;Raccourcis clavier Mac OS X : Documentation Apple&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.funnymac.com/raccourcis/&quot; hreflang=&quot;fr&quot;&gt;Raccourcis clavier sur Funnymac&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://developer.apple.com/documentation/Accessibility/Conceptual/AccessibilityMacOSX/index.html#//apple_ref/doc/uid/TP40001078&quot; hreflang=&quot;fr&quot;&gt;Référentiel d'accessibilité Mac OS X&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;footnotes&quot;&gt;&lt;h4&gt;Notes&lt;/h4&gt;
&lt;p&gt;[&lt;a href=&quot;http://prendreuncafe.com/blog/post/2007/05/19/Petit-pense-bete-des-raccourcis-Mac-OS-X#rev-pnote-885-1&quot; id=&quot;pnote-885-1&quot;&gt;1&lt;/a&gt;] Ces raccourcis sont valables pour le &lt;a href=&quot;http://www.apple.com/fr/macbook/macbook.html&quot; hreflang=&quot;fr&quot;&gt;Macbook&lt;/a&gt;. Je ne sais pas s'ils fonctionnent sur les autres modèles Apple...&lt;/p&gt;&lt;/div&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2007/05/19/Petit-pense-bete-des-raccourcis-Mac-OS-X&quot;&gt;Petit pense-bête des raccourcis Mac OS X&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
  <item>
    <title>Intel OS X ?</title>
    <link>http://prendreuncafe.com/blog/post/2005/06/14/144-intel-os-x</link>
    <guid isPermaLink="false">urn:md5:d38b71b161e938d45d2310f7ad6be87c</guid>
    <pubDate>Tue, 14 Jun 2005 20:44:25 +0000</pubDate>
    <dc:creator>NiKo</dc:creator>
        <category>Divers</category>
        <category>apple</category><category>matos</category><category>osx</category>    
    <description>    &lt;p&gt;[Via &lt;a href=&quot;http://www.gizmodo.com/gadgets/laptops-pcs/apple/index.php#macindell-part-deux-107738&quot; hreflang=&quot;en&quot;&gt;Gizmodo&lt;/a&gt;]&lt;/p&gt;


&lt;p&gt;Un &lt;a href=&quot;http://www.gizmodo.com/gadgets/laptops-pcs/apple/index.php#macindell-part-deux-107738&quot; hreflang=&quot;en&quot;&gt;article troublant&lt;/a&gt; de Gizomodo montrant une &lt;a href=&quot;http://www.gizmodo.com/gadgets/images/intel3.jpg&quot;&gt;photo d'un PC Dell&lt;/a&gt; faisant tourner... (Mac ?) OS X sur un Pentium 4 2.4 GHz...&lt;/p&gt;


&lt;p&gt;Alors bien sûr on pense à la &lt;a href=&quot;http://www.zdnet.fr/actualites/informatique/0,39040745,39230372,00.htm&quot; hreflang=&quot;fr&quot;&gt;déclaration de Steve Jobs&lt;/a&gt; du passage à Intel pour les processeurs équipant les Macs. Mais, une semaine seulement après cette annonce, se peut-il qu'une version d'OS X pour plateforme x86 soit déjà en circulation, même si de leur côté les deux principaux interessés observent un silence savamment entretenu, laissant ainsi libre court à l'&lt;a href=&quot;http://www.zdnet.fr/actualites/informatique/0,39040745,39232091,00.htm&quot; hreflang=&quot;fr&quot;&gt;imagination galopante des observateurs&lt;/a&gt;&amp;nbsp;?&lt;/p&gt;


&lt;p&gt;La question est&amp;nbsp;: s'agit-il de montages&amp;nbsp;? Je vous laisse vous faire votre propre opinion en regardant &lt;a href=&quot;http://www.macuser.de/forum/showpost.php?s=318c47d31d138621c1838f0cc64a1238&amp;amp;p=916956&amp;amp;postcount=134&quot; hreflang=&quot;de&quot;&gt;ces quelques captures&lt;/a&gt; (macuser.de)... Pour ma part je penche pour l'hypothèse du fake habile, mais il faut bien avouer que c'est troublant.&lt;/p&gt;


&lt;p&gt;Dans tous les cas, le soleil se lèvera toujours demain, surtout pour Apple qui commence à bien s'y connaître en coups marketing fumeux (comme celui que je suis en train d'entretenir, veuillez m'en excusez).&lt;/p&gt;


&lt;p&gt;&lt;em&gt;Edit: Un jour je relirai les billets avant de les poster ET j'en vérifirai les liens. Ooohhhh, oui, un jour, je le ferai.&lt;/em&gt;&lt;/p&gt;&lt;hr/&gt;&lt;p style=&quot;margin:.5em 0;padding:.5em;border:1px solid #333;background:#eee;color:#222&quot;&gt;&lt;small&gt;Ce billet intitulé &lt;a href=&quot;http://prendreuncafe.com/blog/post/2005/06/14/144-intel-os-x&quot;&gt;Intel OS X ?&lt;/a&gt; a été rédigé par &lt;a href=&quot;http://prendreuncafe.com/cv&quot;&gt;Nicolas Perriault&lt;/a&gt; et publié sur le blog &lt;a href=&quot;http://prendreuncafe.com/blog/&quot;&gt;Prendre un Café&lt;/a&gt; sous licence &lt;a href=&quot;http://creativecommons.org/licenses/by-nc-sa/2.5/&quot;&gt;Creative Commons BY-NC-SA&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;</description>
    
    
    
      </item>
    
</channel>
</rss>
