<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>cestdelamerde.com - macosx</title>
    <link>http://cestdelamerde.com/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.2.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 12 Aug 2008 13:54:15 GMT</pubDate>

    <image>
        <url>http://cestdelamerde.com/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: cestdelamerde.com - macosx - </title>
        <link>http://cestdelamerde.com/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Apache Virtual Hosts and DNS Web Redirection</title>
    <link>http://cestdelamerde.com/archives/41-Apache-Virtual-Hosts-and-DNS-Web-Redirection.html</link>
            <category>linux</category>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/41-Apache-Virtual-Hosts-and-DNS-Web-Redirection.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=41</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=41</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    A friend of mine tried to setup some days ago an Apache web server with two virtual hosts. Unfortunately, he was only able to reach it&#039;s first defined virtual host. We found nothing bad in the Apache conf files. So we suspected an Apple conspiracy as the server was launched from an mac mini. &lt;br /&gt;
&lt;br /&gt;
But it was not a conspiracy &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
He was using Gandi as registrar, DNS provider and registered what Gandi calls DNS Web Redirection : you hosts your zone on gandi DNS servers, all subdomain (eg www or blog) are recorded as a CNAME of webredir.vip.gandi.net. Then webredir.vip.gandi.net acts as a proxy to the real website of your choice (eg: a Mac Mini behind a Free DSL connection). &lt;br /&gt;
&lt;br /&gt;
This method DOES NOT WORK when the target website uses Apache Virtual Hosts. (wrong Host header)&lt;br /&gt;
&lt;br /&gt;
Do not use those kind of hacky redirection unless there is no other choice available. Use A and CNAME records, like cestdelamerde does :&lt;br /&gt;
&lt;br /&gt;
&lt;pre&gt;&lt;br /&gt;
@ 10800 IN A 217.70.191.204 &lt;br /&gt;
* 10800 IN CNAME cestdelamerde.com. &lt;br /&gt;
&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
The ultimate DNS zone file if you are hosting all you&#039;re VH under the same IP...&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 12 Aug 2008 15:54:15 +0200</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/41-guid.html</guid>
    
</item>
<item>
    <title>Photoshop CS3 Crash at Launch ; a Solution to a Very Specific Issue</title>
    <link>http://cestdelamerde.com/archives/39-Photoshop-CS3-Crash-at-Launch-;-a-Solution-to-a-Very-Specific-Issue.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/39-Photoshop-CS3-Crash-at-Launch-;-a-Solution-to-a-Very-Specific-Issue.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=39</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=39</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    A couple of month ago, I&#039;ve tried to install a copy of Photoshop CS3 downloaded from the adobe website. &lt;br /&gt;
&lt;br /&gt;
Unfortunately, photoshop always crashed when I tried to start it. (an exception was thrown in some CoreFoundation code) &lt;br /&gt;
&lt;br /&gt;
I first was thinking that something was wrong in my system, maybe CS3 is not compatible with my version of Leopard... But After some hours of hunting, I discovered that it was entirely my fault : remeber my &lt;a href=&quot;http://cestdelamerde.com/archives/8-How-To-Disable-Font-Anti-Aliasing-in-MacOS-X.html&quot;&gt;hack to disable font anti aliasing&lt;/a&gt;, it was consisting in setting a new global preference named AppleAntiAliasingThreshold with the command : &lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
defaults write .GlobalPreferences AppleAntiAliasingThreshold 200&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
This command adds the new property in the ~/Library/Preferences/.GlobalPreferences.plist file as a &lt;b&gt;String&lt;/b&gt; and Photoshop tries to parse it as a &lt;b&gt;Number&lt;/b&gt; thus resulting in an awful exception ; so the solution is either you remove the property or you change it&#039;s type. (any plist can be open file from the command line using the &lt;b&gt;open&lt;/b&gt; command) 
    </content:encoded>

    <pubDate>Mon, 26 May 2008 10:16:16 +0200</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/39-guid.html</guid>
    
</item>
<item>
    <title>From Tiger to Leopard - Activity Monitor Crashes</title>
    <link>http://cestdelamerde.com/archives/38-From-Tiger-to-Leopard-Activity-Monitor-Crashes.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/38-From-Tiger-to-Leopard-Activity-Monitor-Crashes.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    After I have upgraded my Macbook Pro to Leopard some month ago, I was wondering why I couldn&#039;t launch the Activity Monitor anymore (I was having an error claiming some symbol was not found in /usr/lib/libSystem.B.dydl or somthing like that).&lt;br /&gt;
&lt;br /&gt;
As usual ; my first comment about that was : again, mac os x is a piece of crap... This is not totally true, only the installer of MacOS actually is a piece of crap &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; &lt;br /&gt;
&lt;br /&gt;
Yesterday I figured out that I have two version of the Activity Monitor : one in /Application (the buggy Tiger version) and one in /Application/Utilities (the Leopard version). So I deleted the Tiger version and start using the new Leopard version and a miracle happened : it worked !&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 26 May 2008 09:27:27 +0200</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/38-guid.html</guid>
    
</item>
<item>
    <title>Firefox and Color Management</title>
    <link>http://cestdelamerde.com/archives/26-Firefox-and-Color-Management.html</link>
            <category>linux</category>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/26-Firefox-and-Color-Management.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=26</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=26</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    While I was uploading pictures from Lightroom to the web (flickr), I used firefox on OS X to preview uploaded galleries and colors of uploaded picture were insipid. I&#039;ve first suspected Lightroom to create fucked jpeg files, but viewing with another web browser like Safari just shows perfect colors.&lt;br /&gt;
&lt;br /&gt;
It seems that the Mac OS X version of Firefox 2 is not able to apply right color profiles to render jpeg pictures. The screenshot below is self explanatory...&lt;br /&gt;
&lt;br /&gt;
The only workaround is not to use Firefox !&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:4 --&gt;&lt;a href=&quot;http://cestdelamerde.com/uploads/Image2.png&quot; target=&quot;_blank&quot;&gt;&lt;img width=&quot;110&quot; height=&quot;65&quot; style=&quot;border: 0px; padding-left: 5px; padding-right: 5px;&quot; src=&quot;http://cestdelamerde.com/uploads/Image2.serendipityThumb.png&quot; alt=&quot;&quot; /&gt;&lt;/a&gt; 
    </content:encoded>

    <pubDate>Sat, 15 Mar 2008 17:17:07 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/26-guid.html</guid>
    
</item>
<item>
    <title>Shortcut Psycho</title>
    <link>http://cestdelamerde.com/archives/24-Shortcut-Psycho.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/24-Shortcut-Psycho.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    Some times ago, friends of mine was joking about my love for this great thing that emacs is ; saying you have to do unbelieveable key combo to do simple things. &lt;br /&gt;
&lt;br /&gt;
I&#039;m proud to annouce there is a soft with more crazy shortcuts : Adobe Lightroom : &lt;br /&gt;
 - go to the Library module  : Shift+Alt+Apple+1&lt;br /&gt;
 - go to the Development module : Shift+Alt+Apple+2&lt;br /&gt;
 - Copy/Paste development parameters : Shift+Apple+C/V&lt;br /&gt;
 - Copy/Paste metadata : Shift+Alt+Apple+C/V&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 09 Mar 2008 11:44:56 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/24-guid.html</guid>
    
</item>
<item>
    <title>Killing Mac OS X Swapping : How To Disable dynamic_pager</title>
    <link>http://cestdelamerde.com/archives/22-Killing-Mac-OS-X-Swapping-How-To-Disable-dynamic_pager.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/22-Killing-Mac-OS-X-Swapping-How-To-Disable-dynamic_pager.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=22</wfw:comment>

    <slash:comments>14</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=22</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    If like me you cannot deal with the swapping in OS X, and if you have tried everything possible, even not to launch dynamic_pager (and you&#039;ve seen that you&#039;re system is not usable anymore (on my mac the 2Gb was detected but the system was refusing to use more then 1Gb &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; )), then I have the solution : create another dynamic_pager that fits your needs &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/tongue.png&quot; alt=&quot;:-P&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Actually, the original source code of dynamic_pager can be found at &lt;a href=&quot;http://www.opensource.apple.com/darwinsource/10.5.2/system_cmds-433/dynamic_pager.tproj/dynamic_pager.c&quot;&gt;http://www.opensource.apple.com/darwinsource/10.5.2/system_cmds-433/dynamic_pager.tproj/dynamic_pager.c&lt;/a&gt;. You will need an apple developper account (that&#039;s free) do download it. If you know how to compile this, please add a comment to this post.&lt;br /&gt;
&lt;br /&gt;
After a bit of hacking, (removing cryptic junk, calls to private code of the kernel that is not accessible for the public, hacks to make it compile and commented a macx_swapon call), here is the modified &lt;a href=&quot;http://cestdelamerde.com/uploads/dynamic_pager.c&quot;&gt;dynamic_pager.c&lt;/a&gt;. Once you downloaded it it can be compiled by using this awful command : &lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;gcc -o dynamic_pager -no-cpp-precomp -DNO_DIRECT_RPC -framework CoreFoundation -framework IOKit -lSystem.B  -R  -DNO_DIRECT_RPC dynamic_pager.c -I/Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers -I/Developer/SDKs/MacOSX10.4u.sdk/usr/include&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
Then (after having done a backup of the regular dynamic_pager) copy your brand new dynamic_pager to /sbin. Reboot and enjoy : it will only create a single swap file (64Mb), no less, no more.&lt;br /&gt;
&lt;br /&gt;
I&#039;m currently running it and it seems to work really fine. All my memory is used, not only the first 1Gb. The Inactive Memory is high as usual, but the single swap file is only marginally used.&lt;br /&gt;
&lt;br /&gt;
The code posted above is just a big hack, when I will have more time I will clean up the code so that it will be a bit more understandable.&lt;br /&gt;
&lt;br /&gt;
Enjoy. 
    </content:encoded>

    <pubDate>Tue, 04 Mar 2008 21:21:48 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/22-guid.html</guid>
    
</item>
<item>
    <title>Disabling Spotlight in Leopard</title>
    <link>http://cestdelamerde.com/archives/21-Disabling-Spotlight-in-Leopard.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/21-Disabling-Spotlight-in-Leopard.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=21</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=21</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    Spotlight is an indexing tool that listen to every file change and then index the file (eg: the name of the file, it&#039;s content if it is a text file or metadata of it&#039;s a picture...). This is not especially useful if you are a bit organized. Even worse, when you are creating a bunch a big files (like copying 2 gigabytes of RAW files to the picture folder) the amount of IO needed by spotlight prevents the mac from being used by an human, the swapfiles grows (even with 2Gb of system memory).&lt;br /&gt;
&lt;br /&gt;
To remove this piece of crap, just follow  this &lt;a href=&quot;http://osxdaily.com/2007/03/22/how-to-completely-disable-spotlight/&quot;&gt;how to&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 02 Mar 2008 20:25:46 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/21-guid.html</guid>
    
</item>
<item>
    <title>Mac OS Disk Cache - A Piece Of Crap</title>
    <link>http://cestdelamerde.com/archives/20-Mac-OS-Disk-Cache-A-Piece-Of-Crap.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/20-Mac-OS-Disk-Cache-A-Piece-Of-Crap.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    Some times ago, I noticed that doing a lot of IO operation on encrypted loopback partition (like FileVault disk images) was trashing my system memory : after a while, the system began to swap &lt;b&gt;a lot&lt;/b&gt;. I first thought some app was allocating huge parts of memory, but that was not the case. &lt;br /&gt;
&lt;br /&gt;
At this time I suspected some memory leaks in the encryption or the disk image code of the Mac OS kernel. So I tried to do a lot of IO on a regular HFS partition. The same issue was present, but the swap usage was increasing slowier this time. The only solution I found to avoid this, was not to use disk intensive applications.&lt;br /&gt;
&lt;br /&gt;
Unfortunetaly, as now use my mac to process RAW picture using Adobe Lightroom and this is a disk intensive application, so I bought 1 Go of memory to double the amount of RAM available for Mac OS. I was hopping this would definitevely solve my swap issue.&lt;br /&gt;
&lt;br /&gt;
This was not the case, when I process a bunch of RAW file in a short amount of time, the system cannot refrain itself from swapping. Lightroom only eat 800M of memory, and while no other application if running. This only happen while using intensive disk IO operation (eg: processing RAW files or compiling many java files) and after the application is shut down the amount of physical memory used by the system is really high, so I come to conclusion that the IO cache of the kernel is just a piece of crap, eating a lot of memory without trying to figure out if there is enough memory to cache something : swapping memory pages holding disk cache is just stupid.&lt;br /&gt;
&lt;br /&gt;
Is someone else is experiencing same issues, please let me know  !  
    </content:encoded>

    <pubDate>Sat, 01 Mar 2008 10:21:38 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/20-guid.html</guid>
    
</item>
<item>
    <title>How To Disable iPhoto Automatic Launch</title>
    <link>http://cestdelamerde.com/archives/16-How-To-Disable-iPhoto-Automatic-Launch.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/16-How-To-Disable-iPhoto-Automatic-Launch.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=16</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=16</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    Now I&#039;m using Adobe Lightroom to view/edit my pictures, and when I plug a camera to the usb port of my Mac, iPhoto is automatically executed.&lt;br /&gt;
&lt;br /&gt;
It is very easy to disable this behaviour : &lt;br /&gt;
 - launch &quot;Image Capture&quot; (&quot;Transfert d&#039;Images&quot; in french)&lt;br /&gt;
 - edit the preference (you can even choose another application to launch).&lt;br /&gt;
&lt;br /&gt;
That&#039;s it &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Thu, 14 Feb 2008 08:30:29 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/16-guid.html</guid>
    
</item>
<item>
    <title>Bye Bye iPhoto</title>
    <link>http://cestdelamerde.com/archives/13-Bye-Bye-iPhoto.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/13-Bye-Bye-iPhoto.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=13</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=13</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    iPhoto is one of the simplest picture management tool ever written, so simple that it is not well suited to manage a huge picture library : &lt;br /&gt;
 - it consumes &lt;strong&gt;a lot&lt;/strong&gt; of memory,&lt;br /&gt;
 - pictures are stored into a directory structure that only iPhoto developers seems to be able to understand thus organizing you picture files as you want is not possible,&lt;br /&gt;
 - backups are not possible&lt;br /&gt;
 - usage of removable media (DVD, hardrive...) is not possible,&lt;br /&gt;
 - classification is painful, at the application launch all picture are displayed, &lt;br /&gt;
&lt;br /&gt;
I finally installed &lt;a href=&quot;http://www.adobe.com/fr/products/photoshoplightroom/&quot;&gt;Adobe LightRoom&lt;/a&gt;, and magically everything I wanted to do with my pictures is now possible. &lt;br /&gt;
&lt;br /&gt;
LightRoom has a kick-ass GUI organized the same way &lt;a href=&quot;http://www.eclipse.org/&quot;&gt;Eclipse&lt;/a&gt; does : it features some kind of &quot;perspectives&quot; to classify, retouch, print and publish pictures. It can run fullscreen allowing to take advantage of modern large screens. It does not destroy you&#039;re files folder when importing picture directly from an hardrive, and has a convenient import tool. Batch editing is really easy eg: add 9 hours to dates of pictures of only one camera model = less than 5 clicks &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; and no need to go to a menu... Surely the best GUI available today for a Mac OS X application. &lt;br /&gt;
&lt;br /&gt;
I will never launch iPhoto again &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/smile.png&quot; alt=&quot;:-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 30 Jan 2008 08:21:14 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/13-guid.html</guid>
    
</item>
<item>
    <title>Firefox 3 beta 2</title>
    <link>http://cestdelamerde.com/archives/10-Firefox-3-beta-2.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/10-Firefox-3-beta-2.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    A few days ago, I&#039;ve installed Firefox 3 beta 2 for Mac OS X. &lt;br /&gt;
&lt;br /&gt;
It features new security mechanisms, a new URL bar auto-completion, a download manager that can be used by a human, a new password management and a faster rendering engine a bit more integrated to the os. &lt;br /&gt;
&lt;br /&gt;
The first thing that surprised me is the new rendering engine using a new way to render fonts that forbids the use of non anti-aliased fonts : even setting &quot;AppleAntiAliasingThreshold&quot; to a very high value does not disable anti-aliasing &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Anyway, it looks faster and this is a good news as Firefox is quite slow compared to Internet Explorer and Opera. But the more useful new feature is the way stored password are managed. The password manager do not ask you anymore before submitting a password form if you want save this password, but it asks you after you&#039;ve submitted the form. This is especially useful because you can choose to remember the password only if the login was successful and not &lt;i&gt;a priori&lt;/i&gt;. &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.mozilla.com/en-US/firefox/all-beta.html&quot;&gt;Download Firefox Beta Version.&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.mozilla.com/en-US/firefox/3.0b2/releasenotes/&quot;&gt;Firefox 3 beta 2 Release Notes.&lt;/a&gt; 
    </content:encoded>

    <pubDate>Mon, 21 Jan 2008 13:59:44 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/10-guid.html</guid>
    
</item>
<item>
    <title>How To Disable Font Anti-Aliasing in MacOS X</title>
    <link>http://cestdelamerde.com/archives/8-How-To-Disable-Font-Anti-Aliasing-in-MacOS-X.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/8-How-To-Disable-Font-Anti-Aliasing-in-MacOS-X.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=8</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=8</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    As everybody knows, font AA sucks a lot &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; Especially the Apple sub-pixel rendering that seems to only works well on apple screens !&lt;br /&gt;
&lt;br /&gt;
If you are using Tiger you can use the wonderful &lt;a href=&quot;http://unsanity.com/haxies/silk&quot;&gt;Unsanity Silk&lt;/a&gt;. It lets you control font rendering by application, fonts can be substituted...&lt;br /&gt;
&lt;br /&gt;
Unfortunately it does not work with Leopard anymore. So here is a hacky method to disable font AA in mac os. It used to work with all mac os x versions (10.x) : &lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;&lt;br /&gt;
defaults write  .GlobalPreferences AppleAntiAliasingThreshold 200&lt;br /&gt;
&lt;/code&gt;&lt;br /&gt;
&lt;br /&gt;
The above code disables font AA for all fonts having a size less than 200 points (this value can be increased if needed). However, title bars and menus are still rendered with some anti aliasing &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/sad.png&quot; alt=&quot;:-(&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; 
    </content:encoded>

    <pubDate>Wed, 12 Dec 2007 21:22:03 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/8-guid.html</guid>
    
</item>
<item>
    <title>MacOS X 10.5.1 Released</title>
    <link>http://cestdelamerde.com/archives/6-MacOS-X-10.5.1-Released.html</link>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/6-MacOS-X-10.5.1-Released.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=6</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=6</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    A few weeks only after the Leopard release, Apple released an update to Leopard : &lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=306907&quot; title=&quot;10.5.1 Releases Notes&quot;&gt;10.5.1 Releases Notes&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Even worse : the above update fix really serious security issues : &lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=307004&quot;&gt;10.5.1 security fixes&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Those hot fixes just remember me how often Microsoft is releasing updates for Windows... (and how serious security issues they are trying to fix &lt;img src=&quot;http://cestdelamerde.com/templates/default/img/emoticons/wink.png&quot; alt=&quot;;-)&quot; style=&quot;display: inline; vertical-align: bottom;&quot; class=&quot;emoticon&quot; /&gt; )&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Thu, 22 Nov 2007 10:03:42 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/6-guid.html</guid>
    
</item>
<item>
    <title>Timemachine &amp; Network Shares</title>
    <link>http://cestdelamerde.com/archives/2-Timemachine-Network-Shares.html</link>
            <category>linux</category>
            <category>macosx</category>
    
    <comments>http://cestdelamerde.com/archives/2-Timemachine-Network-Shares.html#comments</comments>
    <wfw:comment>http://cestdelamerde.com/wfwcomment.php?cid=2</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cestdelamerde.com/rss.php?version=2.0&amp;type=comments&amp;cid=2</wfw:commentRss>
    

    <author>nospam@example.com (philou)</author>
    <content:encoded>
    By default, the Leopard TimeMachine is not able to write to Windows network shares. But it comes with an hidden option that allows this to happen. You only have to do this : &lt;br /&gt;
&lt;br /&gt;
&lt;code&gt;defaults write com.apple.systempreferences TMShowUnsupportedNetworkVolumes 1&lt;/code&gt; 
    </content:encoded>

    <pubDate>Thu, 15 Nov 2007 18:09:31 +0100</pubDate>
    <guid isPermaLink="false">http://cestdelamerde.com/archives/2-guid.html</guid>
    
</item>

</channel>
</rss>