<?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>Pythoneer - Mac stuff</title>
    <link>http://cain.supersized.org/</link>
    <description>stuff i want to share, not only about Python</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3-alpha1 - http://www.s9y.org/</generator>
    <pubDate>Mon, 19 Sep 2005 10:12:32 GMT</pubDate>

    <image>
        <url>http://cain.supersized.org/templates/supersized/img/s9y_banner_small.png</url>
        <title>RSS: Pythoneer - Mac stuff - stuff i want to share, not only about Python</title>
        <link>http://cain.supersized.org/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Install PHP+MySQL vs. Compiling it</title>
    <link>http://cain.supersized.org/archives/78-Install-PHP+MySQL-vs.-Compiling-it.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/78-Install-PHP+MySQL-vs.-Compiling-it.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=78</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=78</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p&gt;I used to like to compile PHP myself, that just felt geeky. It made me feel special, just as if I was almost a real geek, nerd or whatever. I liked to torture myself and install other packages and dependencies before. But only the right version please! I liked to find out that the order of the --with config-switches made a difference. I liked to  watch the configure process running for quite a while to finally see that another error occured again! I liked to watch the make and see it fail with some missing dependency or some library it could not link because the exported symbols didn&#039;t match.&lt;/p&gt;&lt;p&gt;NO, I didn&#039;t!&lt;/p&gt;&lt;p&gt;It was always an aweful waste of time. But somehow it made me understand better, what happens underneath. And sometimes it also made you look into the source code, which definitely was not bad. But at the current level of specialization that people have, it might need to be avoidable.&lt;/p&gt;&lt;p&gt;What am I saying here? I needed to have &lt;a href=&quot;http://www.php.net&quot;&gt;PHP&lt;/a&gt; and &lt;a href=&quot;http://www.mysql.com&quot;&gt;MySQL&lt;/a&gt; running on my Mac - quickly. The Apache fortunately is already running by default (just switch it on in the System Preferences/Sharing). So I started to compile PHP, which was taking too long in my eyes. After two or three errors because of missing deps I knew that was going to take longer. Back to the web and search for a &lt;a href=&quot;http://en.wikipedia.org/wiki/.dmg&quot;&gt;.dmg&lt;/a&gt;! But a certain version of PHP, as the customer requires it! That was really easy. Thanks to &lt;a href=&quot;http://www.entropy.ch/about/welcome.html&quot;&gt;Marc Liyanage&lt;/a&gt; you can find a lot of &lt;a href=&quot;http://www.entropy.ch/software/macosx/php/#install&quot;&gt;different binary versions of PHP&lt;/a&gt; at &lt;a href=&quot;http://www.entropy.ch/home/&quot;&gt;entropy.ch&lt;/a&gt;. And installing MySQL is not a problem either. There are enough different &lt;a href=&quot;http://dev.mysql.com/downloads/&quot;&gt;binary versions of MySQL&lt;/a&gt;. Now I only had to modify the /etc/httpd.conf and/or /private/etc/httpd/users/&amp;lt;username&amp;gt;.conf and set the proper DocumentRoot and Options I needed and I was done. Cool! That&#039;s what I call usability, very nice.&lt;/p&gt;&lt;p&gt;Less pain - more spare time :-)&lt;br /&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 19 Sep 2005 11:23:28 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/78-guid.html</guid>
    
</item>
<item>
    <title>Keyboard strikes III</title>
    <link>http://cain.supersized.org/archives/76-Keyboard-strikes-III.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/76-Keyboard-strikes-III.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=76</wfw:comment>

    <slash:comments>4</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=76</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p&gt;As already &lt;a href=&quot;http://cain.supersized.org/archives/52-Keyboard-strikes-II.html&quot;&gt;mentioned twice&lt;/a&gt; my keyboard strikes. Even now after the &lt;a href=&quot;http://cain.supersized.org/archives/71-Mac-OS-X-Reinstall-done.html&quot;&gt;reinstall of Mac OS X&lt;/a&gt;. What is this, heeelp ... does nobody else have the same problem? The keyboard just reacts on nothing anymore, I open TextEdit and mostly it starts to work again. &lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 13 Sep 2005 01:24:34 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/76-guid.html</guid>
    
</item>
<item>
    <title>Ubuntu is running in VirtualPC on Mac OS X</title>
    <link>http://cain.supersized.org/archives/75-Ubuntu-is-running-in-VirtualPC-on-Mac-OS-X.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/75-Ubuntu-is-running-in-VirtualPC-on-Mac-OS-X.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=75</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=75</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p&gt;It took very long to get all &lt;a href=&quot;http://ubuntulinux.org&quot;&gt;Ubuntu&lt;/a&gt; installed, but for running inside a Virtual PC on my Mac I was not expecting it to be really fast and I don&#039;t care.&lt;/p&gt;&lt;p&gt;When it was done the graphics card seemed to be configured badly, but with the help of &lt;a href=&quot;https://wiki.ubuntu.com//HowToConfigureUbuntuForMicrosoftVirtualPC2004&quot;&gt;this site&lt;/a&gt; I knew what to do. Watch out when you are using Ubuntu 5.04 (or above I guess too) read the help until the end, or do it as I describe here. &lt;/p&gt;&lt;p&gt;By default the X11 window is visible, any normal user that sees this and the graphics is screwed up, won&#039;t know what to do, I guess. I didn&#039;t know either, until I remembered that there was some key shortcut to jump to a console, yes CTRL+ALT+Fx where x is 1-6, 7 is the graphical screen (X11). On a Mac this is not all that easy :-) But CTRL+ALT+FN+F1 works, just a bit slower, but it does!&lt;/p&gt;&lt;p /&gt;&lt;ul&gt;&lt;li&gt;Then I needed to become root in ubuntu, simply type &amp;quot;sudo bash&amp;quot; and your password and you have a root shell.&lt;/li&gt;&lt;li&gt;There you have to edit &amp;quot;/etc/X11/xorg.conf&amp;quot;, I used vi.&lt;/li&gt;&lt;li&gt;Change the value for &amp;quot;DefaultDepth&amp;quot; from 24 to 16.&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Make sure to reboot (type &amp;quot;reboot&amp;quot; as root) and your X should run smoothly after the restart. Good luck ...&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 10 Sep 2005 12:30:07 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/75-guid.html</guid>
    
</item>
<item>
    <title>System files</title>
    <link>http://cain.supersized.org/archives/72-System-files.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/72-System-files.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    &lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.westwind.com/reference/OS-X/invisibles.html&quot;&gt;This page&lt;/a&gt; gives a nice overview of what the files and directories on your disk are for.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Mon, 05 Sep 2005 15:05:59 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/72-guid.html</guid>
    
</item>
<item>
    <title>Mac OS X Reinstall - done</title>
    <link>http://cain.supersized.org/archives/71-Mac-OS-X-Reinstall-done.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/71-Mac-OS-X-Reinstall-done.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=71</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=71</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    &lt;p&gt;&lt;/p&gt;&lt;p&gt;I am a little bit surprised, positively. Last night at around 8 I started backing up my home directory and just two or three other directories in order to reinstall Mac OS X. The backup was quick, less than an hour for about 10GB, that&#039;s ok.&lt;/p&gt;&lt;p&gt;Then I inserted the Tiger disk and told it to reinstall, despite all my fear to have forgotten to backup something important. It didn&#039;t bother me with much asking. I told it to empty the disk and install a clean copy. And then I went to watch TV for a while. One hour later I came back and it was done. Cool.&lt;/p&gt;&lt;p&gt;But the big surprise came later. I started setting up stuff and installing the programs I needed and tuning the settings as I am used to it. But what was really cool, is that almost all applications are that civilized that the really only store their data in the ~/Library directory. So copying the old configuration data from the backup back into the new system was just all I had to do. Way cool!!! And that works for all the programs: Mail, Safari, iCal, Addressbook, Colloquy, Adium, Skype, etc.&lt;/p&gt;&lt;p&gt;It was less a pain than I thought ... know it only has to run smoother than before, to &amp;quot;vale la pena&amp;quot;&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sat, 03 Sep 2005 12:48:40 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/71-guid.html</guid>
    
</item>
<item>
    <title>Reinstall Mac OS X</title>
    <link>http://cain.supersized.org/archives/68-Reinstall-Mac-OS-X.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/68-Reinstall-Mac-OS-X.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=68</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=68</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    &lt;p&gt;&lt;/p&gt;&lt;p&gt;After reading some tiger &lt;a href=&quot;http://www.frontflash.de/weblog/comments/tiger_und_clean_install/&quot;&gt;reinstall&lt;/a&gt; &lt;a href=&quot;http://www.das-netzbuch.de/article/2336/reboot&quot;&gt;articles&lt;/a&gt; I think I need that too ... And as if my Tiger could feel that it started to behave strangely. The only thing that I feel could be my fault is that I upgraded the RAM from 1GB to 2GB, mainly for Virtual PC, but after that Virtual PC crashed much more often. The current symptoms why I need and will reinstall are the following:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Safari crashes sometimes, even when I am not doing anything, sometimes I am just reading and tssst it&#039;s gone&lt;/li&gt;&lt;li&gt;sometimes the system reaches the state that no application can be started anymore, they all crash and bring up this &amp;quot;do you want to restart&amp;quot; shitty screen ... I have to reboot&lt;/li&gt;&lt;li&gt;I even got a you-must-reboot-screen once when I wanted to log on after the computer woke up&lt;/li&gt;&lt;li&gt;QuickSilver crashes lately, without a reason&lt;/li&gt;&lt;li&gt;Virtual PC crashes without a reason, it never did before&lt;/li&gt;&lt;li&gt;my wife&#039;s little (12&amp;quot;) PowerBook (also with a Tiger-over-Panther installation) turns on the fan too often, even when nothing special is going on&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;Actually I am quite disappointed by Mac OS X for that. I really had thought: &amp;quot;how cool, I can simply install Tiger over Pather and it works&amp;quot;, it kind of did for a while.&lt;/p&gt;&lt;p&gt;So this weekend - reinstall. It can only get better ... I just need to get over this week :-)&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 31 Aug 2005 10:16:51 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/68-guid.html</guid>
    
</item>
<item>
    <title>High capacity battery?</title>
    <link>http://cain.supersized.org/archives/67-High-capacity-battery.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/67-High-capacity-battery.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=67</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=67</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    &lt;p&gt;&amp;#160;&lt;/p&gt;&lt;p&gt;Now that I am traveling more frequent I realize that the battery of my PowerBook is not really what I expect from a mobile computer. Two hours is the absolute maximum for my current battery and that can not be it (lately only 1,5 hours)!&lt;/p&gt;&lt;p&gt;Is there some really high capacity battery for my PowerBook Aluminum 15&amp;quot;? I learned that there is one from &lt;a href=&quot;http://eshop.macsales.com/shop/powerbook/battery/g4-15inch-aluminum/&quot;&gt;newer technology&lt;/a&gt;, but honestly: 11% more power is not what I am looking for. I want much more! Is there anything, just let me know. Thanks.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 12 Aug 2005 21:48:01 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/67-guid.html</guid>
    
</item>
<item>
    <title>Enter openfirmware at boot up</title>
    <link>http://cain.supersized.org/archives/59-Enter-openfirmware-at-boot-up.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/59-Enter-openfirmware-at-boot-up.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=59</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=59</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p /&gt;&lt;p&gt;Just a note, so I don&#039;t forget it again. You need to enter openfirmware: when the chime sounds, at the same time pressing APPLE+ALT+O+F.&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Tue, 26 Jul 2005 09:02:09 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/59-guid.html</guid>
    
</item>
<item>
    <title>Resources on Mac OS X</title>
    <link>http://cain.supersized.org/archives/58-Resources-on-Mac-OS-X.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/58-Resources-on-Mac-OS-X.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=58</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=58</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p /&gt;&lt;p&gt;I am thinking of getting 2GB instead of the 1GB I have in my PowerBook now. And I am rather scared that I am not a normal user, after reading &lt;a href=&quot;http://forums.applenova.com/archive/index.php/t-5720.html&quot;&gt;this&lt;/a&gt;. This 1GB seems just way too little I think as opposed to what all the people in the forum said. It might also be the processor which is so slow, I actually don&#039;t want to analyze it. But I have all the applications opened that I might use, seven virtual screens are packed and sometimes I start VirtualPC (that only runs when needed!) too. And I have to say I am rather disappointed by the over all performance. It happens sometimes that I am just slowed down because the computer just needs his time to catch up with the actions I demand it to do and that sucks.&lt;/p&gt;&lt;p&gt;But the system is just the most usable one I ever had, and I am sure I save a lot of time (a hell lot of time) that I spent before on other things like fixing or repairing the system or trying out things. ... It&#039;s never enough!&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://cain.supersized.org/archives/58-Resources-on-Mac-OS-X.html#extended&quot;&gt;Continue reading &quot;Resources on Mac OS X&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Wed, 20 Jul 2005 13:36:34 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/58-guid.html</guid>
    
</item>
<item>
    <title>Keyboard strikes II</title>
    <link>http://cain.supersized.org/archives/52-Keyboard-strikes-II.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/52-Keyboard-strikes-II.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=52</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=52</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p /&gt;&lt;p&gt;Still, &lt;a href=&quot;http://cain.supersized.org/archives/50-Keyboard-strikes.html&quot;&gt;it strikes&lt;/a&gt;. That is some OS thing.&lt;br /&gt;The desktop manager always reacts to key strokes, I guess it is located at a very close level to the keyboard driver. Also the task switching via APPLE+TAB works. It seems that this state is reached when I switch to an editor task, such as WingIDE. I can not really determine when it happens, because it doesn&#039;t happen all the time.&lt;/p&gt;&lt;p&gt;But I know how to quickly get the keyboard working again! I simply have a TextEdit opened all the time, I task switch there and it works again. Strange but true ...&lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 01 Jul 2005 11:12:28 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/52-guid.html</guid>
    
</item>
<item>
    <title>Keyboard strikes</title>
    <link>http://cain.supersized.org/archives/50-Keyboard-strikes.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/50-Keyboard-strikes.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=50</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=50</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    Strange thing: sometimes, I can&#039;t say exactly when the keyboard simply does not react anymore. I can type things and nothing appears. Today I found out that opening TextEdit and closing it again (using the mouse) fixes the problem. But the ALT+APPLE+RIGHT/LEFT for switching the desktop keeps working.&lt;br /&gt;Does anyone know this problem?&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 28 Jun 2005 10:19:08 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/50-guid.html</guid>
    
</item>
<item>
    <title>Mac OS X: scratching the surface</title>
    <link>http://cain.supersized.org/archives/34-Mac-OS-X-scratching-the-surface.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/34-Mac-OS-X-scratching-the-surface.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    On &lt;a href=&quot;http://www.mactechnews.de&quot;&gt;mtn&lt;/a&gt; I have just read about the &lt;a href=&quot;http://arstechnica.com/reviews/os/macosx-10.4.ars/14&quot;&gt;QuartzExtreme 2D&lt;/a&gt;, which made me investigate more about the defaults command. And looking through the /Library/Preferences directory using&lt;blockquote&gt;&lt;pre&gt;defaults read /Library/Preferences/...&lt;/pre&gt;&lt;/blockquote&gt;&lt;p&gt;is interesting to see. And on the search for a tool, which shows me all those settings nicely I came across &lt;a href=&quot;http://www.kernelthread.com/mac/osx/tools.html&quot;&gt;this page&lt;/a&gt;, which doesn&#039;t offer such a tool, but seems the right page when you want to know how to screw up your system :-).&lt;br /&gt;A must read is also the &lt;a href=&quot;http://arstechnica.com/reviews/os/macosx-10.4.ars/&quot;&gt;entire Tiger article&lt;/a&gt; on &lt;a href=&quot;http://arstechnica.com/index.ars&quot;&gt;ars technica&lt;/a&gt;!&lt;/p&gt;&lt;p&gt;&lt;i&gt;Oh man, my article/link ratio is increasing, dangerously high, hehe.&lt;/i&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sat, 07 May 2005 09:06:30 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/34-guid.html</guid>
    
</item>
<item>
    <title>Tiger: QuickSilver vs. Spotlight</title>
    <link>http://cain.supersized.org/archives/30-Tiger-QuickSilver-vs.-Spotlight.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/30-Tiger-QuickSilver-vs.-Spotlight.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p&gt;First: I really learned to like QuickSilver, it just makes work so much faster and since I am a guy, that doesn&#039;t like to waste a single click I right away was convinced by using it. So now the long awaited Tiger has brought me Spotlight. The QuickSilver guys will have a hard time now, I guess. But after using Tiger&#039;s Spotlight for a couple of days (and QuickSIiver less) I am not convinced, that the Apple guys have done it better! There are quite a couple of things that are annoying and simply worse in Spotlight.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;QuickSilver is much faster&lt;/b&gt; finding things. I am using it mainly to launch applications, to search contacts ... simply for all the things it is made for :-). And the search result (mostly exactly the one I want) appears within the first 3-4 letters I entered. I.e. starting Firefox just costs me 3 clicks. I used to click CTRL (which doesn&#039;t work since Tiger, grrr) now I click ALT+SPACE, type &amp;quot;Fi&amp;quot; and the Firefox icon and the action &amp;quot;start application&amp;quot; appears, I hit Return and Firefox is on it&#039;s way. Easy, cool guys!!!&lt;/p&gt;
&lt;p&gt;Now using Spotlight. I hit the keys APPLE+SPACE (why the heck don&#039;t they allow to only use the CTRL key?) I start typing way more letters than in QuickSilver, for multiple reasons. First because it is much slower showing any search result at all, second because the Firefox icon doesn&#039;t appear within two clicks, and that simply is tempting to help the search by giving it more letters. Even when Firefox appears, it still takes me one click DOWN to get to the &amp;quot;top search result&amp;quot;, which finally is my Firefox application, and click Return. This takes &lt;i&gt;much more time&lt;/i&gt; than using QuickSilver. 
Spotlight doesn&#039;t seem as intelligent yet. When Spotlight starts the &amp;quot;Firefox&amp;quot;-search it first always shows a file &amp;quot;firefox.info&amp;quot;, what the heck do I care about such a file (I don&#039;t even know what it is good for). QuickSilver (seemingly) shows most relevant results first, like applications you can launch. And I noticed too that QuickSilver also optimizes the order and the first result that it shows, according to the action you triggered last time when you searched the same or alikes. As far as I understand QuickSilver it ranks the results by usage. If you search for Firefox and click &amp;quot;launch&amp;quot; every time, you can be sure the action &amp;quot;launch&amp;quot; is shown first.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Since the Tiger installation I can&#039;t use the CTRL key for opening QuickSilver anymore&lt;/b&gt; I don&#039;t know why but the CTRL key is not useable with QuickSilver anymore :-(. Yes, I remember I updated to the newest version (in the about dialog it says &amp;quot;2A75&amp;quot;, don&#039;t know if that is the version number) and if I remember right, this version way Tiger compatible/optimized. And since that and the Tiger install the CTRL key doesn&#039;t work anymore for launching QuickSilver. Sad thing!&lt;/p&gt;
&lt;p&gt;&lt;b&gt;QuickSilver speaks more languages&lt;/b&gt;. My system is in German, sometimes I happen to search for something using the english or the german word, like i.e. &amp;quot;screensaver&amp;quot; or &amp;quot;Bildschirmschoner&amp;quot;. Using QuickSilver both languages work fine and they both find the system preferences panel. Spotlight only finds it when I type the german word. Another plus for QuickSilver.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;So what is there good to say about Spotlight?&lt;/b&gt; Mmmmmh. Don&#039;t know. I hope, that it is more investigative when it comes to search text that is inside of documents, like OpenOffice files, PDF&#039;s etc. But I can&#039;t tell, even though I have the feeling that it is better. What I noticed, is that it passes the search phrase onto the application &amp;quot;Preview&amp;quot; when you open a PDF file from Spotlights search result list.&lt;/p&gt;
&lt;p&gt;Spotlight also allows to search in the system preferences, which is really a great feature. You can &amp;quot;search&amp;quot; for example for &amp;quot;screensaver&amp;quot; and you get to the panel where you can modify it. But I just realized, that QuickSilver does too, just didn&#039;t use it yet :-).&lt;/p&gt;
&lt;p&gt;
QuickSilver is in my eyes still the better tool. Faster in searching and finding and it also needs less clicks to get work done. If the CTRL key would just work for launching QuickSilver, I would almost be tempted to search for an uninstall option of Spotlight, since I wouldn&#039;t need it.&lt;br /&gt;&lt;br /&gt;Update:&lt;br /&gt;Some interesting links&lt;br /&gt;&lt;a href=&quot;http://mycvs.org/archives/2004/06/29/dashboard-vs-konfabulator/&quot;&gt;Apple&#039;s Spotlight hints&lt;br /&gt;Another new Tiger feature compared: Dashboard vs. Konfabulator&lt;/a&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Wed, 04 May 2005 07:24:32 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/30-guid.html</guid>
    
</item>
<item>
    <title>Spring-loaded folders</title>
    <link>http://cain.supersized.org/archives/27-Spring-loaded-folders.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/27-Spring-loaded-folders.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=27</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=27</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    &lt;p&gt;I know I had seen it sometime, and I had even used it, but why doesn&#039;t it work now?&lt;/p&gt;&lt;p&gt;I simply want to move a folder from some place to another only dragging it with the mouse, but the destination folder is somewhere deep inside of another folder. I remember that you could drag something onto a folder (don&#039;t release the mouse) and the folder opens, if you want to keep digging deeper down into the directory structure keep going. But why the heck does that not work with my Finder? As I supposed I didn&#039;t active the spring loaded folders, dooooh! Googling brought me quickly to &lt;a href=&quot;http://kb.indiana.edu/data/aehp.html?cust=976747.33395.30&quot;&gt;a page that describes spring-loaded folders&lt;/a&gt; nicely (otherwise I wouldn&#039;t have known that they are called that way). Thanks!&lt;/p&gt;
 
    </content:encoded>

    <pubDate>Sun, 24 Apr 2005 11:45:49 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/27-guid.html</guid>
    
</item>
<item>
    <title>Safari is cool, but Firefox sometimes cooler</title>
    <link>http://cain.supersized.org/archives/20-Safari-is-cool,-but-Firefox-sometimes-cooler.html</link>
            <category>Mac stuff</category>
    
    <comments>http://cain.supersized.org/archives/20-Safari-is-cool,-but-Firefox-sometimes-cooler.html#comments</comments>
    <wfw:comment>http://cain.supersized.org/wfwcomment.php?cid=20</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://cain.supersized.org/rss.php?version=2.0&amp;type=comments&amp;cid=20</wfw:commentRss>
    

    <author>nospam@example.com (Wolfram)</author>
    <content:encoded>
    
&lt;p&gt;I really like the nice integration of Safari into the system, i.e. when downloading a .dmg and automatically activating the image. &lt;/p&gt;&lt;p&gt;But when it comes to search I really catch myself everytime that I want to type &amp;quot;/&amp;quot; (slash) which starts the search in Firefox. And I can&#039;t configure the keyboard shortcut for switching between tabs, I have trimmed all my other apps to use Ctrl+Tab and Ctrl+Shift+Tab to go forward and backwards through the tabs, but I can&#039;t set those for Safari.&lt;br /&gt;I don&#039;t want to start complaining about the very bad support for JavaScript, there is no such things as a JS Console not to mention a JS Debugger or a DOM inspector, which are tools in Firefox that I loved to learn when hacking JS.&lt;br /&gt;I am sure there are many more things, but that was what was bothering me right now.&lt;/p&gt;&lt;p&gt;I am sure there are plugins for Safari, please let me know about them. Thanks.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 03 Apr 2005 18:28:49 +0200</pubDate>
    <guid isPermaLink="false">http://cain.supersized.org/archives/20-guid.html</guid>
    
</item>

</channel>
</rss>