<?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/"
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule">
<channel>
    <title> - Apple</title>
    <link>http://www.bsdunix.ch/serendipity/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Mon, 02 Nov 2009 11:50:02 GMT</pubDate>

    <image>
        <url>http://www.bsdunix.ch/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS:  - Apple - </title>
        <link>http://www.bsdunix.ch/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>GPG with Snow Leopards Mail.app</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/447-GPG-with-Snow-Leopards-Mail.app.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/447-GPG-with-Snow-Leopards-Mail.app.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=447</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=447</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Lukas Pitschl released a bugfix version for GPGMail. It works with Snow Leopards Mail.app (32bit only). Grab the file &lt;a href=&quot;http://dl.getdropbox.com/u/20215/GPGMail-1.2.1.mailbundle.zip&quot; title=&quot;http://dl.getdropbox.com/u/20215/GPGMail-1.2.1.mailbundle.zip&quot;&gt;http://dl.getdropbox.com/u/20215/GPGMail-1.2.1.mailbundle.zip&lt;/a&gt; and drop it in your /username/Library/Mail/Bundles folder. Make sure mail.app is not running. Relaunch after the file is dropped in.&lt;br /&gt;
&lt;br /&gt;
you can also try the official &lt;a href=&quot;http://sourceforge.net/projects/gpgmail&quot; title=&quot;http://sourceforge.net/projects/gpgmail&quot;&gt;http://sourceforge.net/projects/gpgmail&lt;/a&gt;/ project. Not sure if this one works yet.  
    </content:encoded>

    <pubDate>Mon, 02 Nov 2009 12:41:25 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/447-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>How to install Macports on Snow Leopard 10.6</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/446-How-to-install-Macports-on-Snow-Leopard-10.6.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/446-How-to-install-Macports-on-Snow-Leopard-10.6.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=446</wfw:comment>

    <slash:comments>7</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=446</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Apple will release Snow Leopard retail soon. At the time I&#039;m writing this, macports 1.7 (known as darwinports) are not working well with previous builds of Snow Leopard. I&#039;m sure that everything will work out of the box with macports &gt; 1.7.1 a few weeks after the retail release of OSX 10.6 in September 2009. Make sure to install Xcode from the 10.6 DVD! It will update gcc to version 4.2. My description wont work with old gcc 4.0 from 10.5. &lt;br /&gt;
&lt;br /&gt;
To improve our chance for a working ports tree, we have to use the latest subversion source code (August 2009).&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;1. Open up the Terminal&lt;br /&gt;
2. svn co http://svn.macports.org/repository/macports/trunk/base/ (Wait for it to finish checking out files)&lt;br /&gt;
3. cd base&lt;br /&gt;
4. ./configure&lt;br /&gt;
5. make&lt;br /&gt;
6. sudo make install&lt;br /&gt;
7. sudo /opt/local/bin/port -v selfupdate&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
I had to add /Developer/usr/bin and /Developer/usr/sbin to my .bash_profile&lt;br /&gt;
&lt;em&gt;export PATH=/Developer/usr/bin:/Developer/usr/sbin:/opt/local/bin:/opt/local/sbin:$PATH&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
There are mailing list entries about problems with compiling python on Snow Leopard. This might change soon but be aware of such problems.&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Update&lt;/strong&gt;:Use &lt;em&gt;sudo port upgrade --enforce-variants&lt;/em&gt; and then &lt;em&gt;sudo port upgrade outdated&lt;/em&gt; to update all your old installed ports after selfupdate.&lt;br /&gt;
If you see errors like: &lt;em&gt;ld: warning: in /opt/local/lib/libz.dylib, file is not of required architecture&lt;/em&gt; then you&#039;ve to remove zlib and libiconv as installed ports and re-install it again.&lt;br /&gt;
&lt;br /&gt;
&lt;em&gt;sudo port uninstall -f libiconv zlib&lt;/em&gt;&lt;br /&gt;
&lt;em&gt;sudo port install libiconv zlib&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
This may break some old dependencies. If so then you have to rebuild all related ports as well. 
    </content:encoded>

    <pubDate>Sun, 16 Aug 2009 11:18:10 +0200</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/446-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Add notes to PDF Files with Skim</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/441-Add-notes-to-PDF-Files-with-Skim.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/441-Add-notes-to-PDF-Files-with-Skim.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=441</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=441</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    A friend of mine recommended an interesting PDF tool to me. &lt;a href=&quot;http://skim-app.sourceforge.net/&quot; title=&quot;Skim&quot;&gt;Skim&lt;/a&gt; is a PDF reader and note-taker for OS X. It is designed to help you read and annotate scientific papers in PDF, but is also great for viewing any PDF file. Best things are free &lt;img src=&quot;http://www.bsdunix.ch/serendipity/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;
 
    </content:encoded>

    <pubDate>Tue, 04 Aug 2009 13:06:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/441-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>ClickToFlash allows you to opt-in flash by clicking</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/440-ClickToFlash-allows-you-to-opt-in-flash-by-clicking.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/440-ClickToFlash-allows-you-to-opt-in-flash-by-clicking.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=440</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=440</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    &lt;a href=&quot;http://github.com/rentzsch/clicktoflash/tree/master&quot; title=&quot;http://github.com/rentzsch/clicktoflash/tree/master&quot;&gt;ClickToFlash&lt;/a&gt; is a WebKit plug-in that prevents automatic loading of Adobe Flash content. If you want to see the content, you can opt-in by clicking on it or adding an entire site to the whitelist.&lt;br /&gt;
&lt;br /&gt;
Try control-clicking (or right-clicking) on an unloaded Flash box to access &lt;a href=&quot;http://github.com/rentzsch/clicktoflash/tree/master&quot; title=&quot;http://github.com/rentzsch/clicktoflash/tree/master&quot;&gt;ClickToFlash&#039;s&lt;/a&gt; contextual menu which allows you to do advanced things like edit its whitelist, specify settings, and load all Flash on the page.&lt;br /&gt;
&lt;br /&gt;
Download &lt;a href=&quot; http://github.com/rentzsch/clicktoflash/tree/master&quot; title=&quot; http://github.com/rentzsch/clicktoflash/tree/master&quot;&gt;ClickToFlash&lt;/a&gt;. 
    </content:encoded>

    <pubDate>Tue, 12 May 2009 11:35:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/440-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Create a RamDisk with a GUI</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/438-Create-a-RamDisk-with-a-GUI.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/438-Create-a-RamDisk-with-a-GUI.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=438</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=438</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Ram disk is the use of a part of read-write memory (RAM) as a hard disk. Creating a ram disk on OS X is easy with shell commands. But as we know, most Mac users prefer a GUI. &lt;a href=&quot;http://www.mparrot.net/&quot; title=&quot;www.mparrot.net&quot;&gt;Esperance DV&lt;/a&gt; is a module for System Preferences making a ram disk (memory disk). You can place temporary files for speed saving video, speed recording a lot of pictures, building your application with xCode,... &lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 11 May 2009 11:30:00 +0200</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/438-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Brightness controls for your iMac with Shades</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/437-Brightness-controls-for-your-iMac-with-Shades.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/437-Brightness-controls-for-your-iMac-with-Shades.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=437</wfw:comment>

    <slash:comments>2</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=437</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Have you ever tried to dim your iMac display? Apples iMac default brightness controll is not very satisfying.&lt;br /&gt;
&lt;br /&gt;
Charcoal Design &lt;a href=&quot;http://www.charcoaldesign.co.uk/shades&quot; title=&quot;shades&quot;&gt;Shades&lt;/a&gt; is a little application that gives you fine control over how bright or dim your iMac&#039;s display is. It runs in the background providing always-available fine-grained control over the brightness of your display via a Mac-like interface. It performs this without actually changing the real brightness of your display. It applies an opacity filter to your Desktop similar to Splasms Software &lt;a href=&quot;http://www.splasm.com/products/productbrightness.html&quot; title=&quot;http://www.splasm.com/products/productbrightness.html&quot;&gt;Brightness Control&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Both tools have no power saving effect! &lt;a href=&quot;http://www.charcoaldesign.co.uk/shades&quot; title=&quot;Shades is available&quot;&gt;Shades is available&lt;/a&gt; as ppc, intel and universal binary.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 10 May 2009 18:08:41 +0200</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/437-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>My DarwinPorts Notes</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/430-My-DarwinPorts-Notes.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/430-My-DarwinPorts-Notes.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=430</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=430</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    I assume DarwinPorts are already installed (&lt;a href=&quot;http://darwinports.com/install/&quot; title=&quot;Install DarwinPorts&quot;&gt;http://darwinports.com/install/&lt;/a&gt;). All my examples are done with &lt;em&gt;lftp&lt;/em&gt; a powerful command line ftp client (System: OS X 10.5.3 intel).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Update the darwin ports tree:&lt;br /&gt;
&lt;em&gt;sudo port selfupdate   &lt;/em&gt;                &lt;br /&gt;
&lt;br /&gt;
Search for a port. The search facility uses standard regular expression syntax for complex searches:&lt;br /&gt;
&lt;em&gt;sudo port search &#039;lftp&#039;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Check what variations of that port are available to use. Variants provide additional configuration options for a port:&lt;br /&gt;
&lt;em&gt;sudo port variants lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
See what dependencies a port has:&lt;br /&gt;
&lt;em&gt;sudo port deps lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Find out which ports depends on a already installed port: &lt;br /&gt;
&lt;em&gt;port dependents &lt;installed port&gt;&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Install a port:&lt;br /&gt;
&lt;em&gt;sudo port install lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Delete all the intermediate files that DarwinPorts has created while building the port:&lt;br /&gt;
&lt;em&gt;sudo port clean lftp&lt;br /&gt;
sudo port clean --all lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Getting Information about installed port:&lt;br /&gt;
&lt;em&gt;sudo port info lftp&lt;br /&gt;
sudo port contents lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Show all installed ports:&lt;br /&gt;
&lt;em&gt;sudo port installed&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Check if lftp is outdated (ports tree should be up to date):&lt;br /&gt;
&lt;em&gt;sudo port outdated lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Show all outdated ports (ports tree should be up to date):&lt;br /&gt;
&lt;em&gt;sudo port outdated&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Upgrade lftp port: &lt;br /&gt;
&lt;em&gt;sudo port upgrade lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
This will deactivate the old version and install the new. It also install the latest versions of the dependencies of the lftp port.&lt;br /&gt;
&lt;br /&gt;
Just upgrade a port without the dependencies of this port:&lt;br /&gt;
&lt;em&gt;sudo port -n upgrade lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Upgrade ALL installed ports (could take ages): &lt;br /&gt;
&lt;em&gt;sudo port upgrade installed&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Uninstall a port:&lt;br /&gt;
&lt;em&gt;sudo port uninstall lftp&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Uninstall inactive ports (makes sense after a port upgrade):&lt;br /&gt;
&lt;em&gt;sudo port -f uninstall inactive&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
Brave poeple can use (read: &lt;em&gt;man port&lt;/em&gt; for all options):&lt;br /&gt;
&lt;em&gt;sudo port -fvdRnu upgrade outdated&lt;br /&gt;
sudo port -fvdR clean --all installed&lt;br /&gt;
sudo port -fvdR uninstall inactive&lt;br /&gt;
sudo port -fvdR clean --all uninstalled&lt;br /&gt;
&lt;/em&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sun, 17 Aug 2008 13:22:20 +0200</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/430-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>MediaFork (a.k.a. &quot;new&quot; HandBreak)</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/427-MediaFork-a.k.a.-new-HandBreak.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/427-MediaFork-a.k.a.-new-HandBreak.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=427</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=427</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Most OSX User know the great &lt;a href=&quot;http://handbrake.m0k.org/&quot;  title=&quot;HandBreak&quot;&gt;HandBrake&lt;/a&gt; video tool. It&#039;s a GPL&#039;d multiplatform, multithreaded DVD to MPEG-4 (h264/Xvid) ripper/converter. HandBrake was originally available on the BeOS, but has been ported over to MacOS X and to GNU/Linux. It&#039;s a great tool but it missed a few features like the recently introduced iPod features (H.264 Baseline Low-Complexity, larger size) for TV size videos.&lt;br /&gt;
&lt;br /&gt;
The &lt;a href=&quot;http://www.macupdate.com/info.php/id/24032&quot;  title=&quot;MediaFork&quot;&gt;MediaFork&lt;/a&gt; project started as an independant effort to add features and enhancements to the latest HandBrake codebase and provide users with updates. The first public beta, MediaFork 0.8.0b1, was released yesterday with significant enhancements over HandBrake 0.7.1 (see the full changelog on the MacUpdate page - MediaFork’s server has been under heavy load since the release and went down). &lt;br /&gt;
&lt;br /&gt;
Let’s be clear that &lt;a href=&quot;http://www.macupdate.com/info.php/id/24032&quot;  title=&quot;MediaFork&quot;&gt;MediaFork&lt;/a&gt; is not a concurrent project. It&#039;s &lt;a href=&quot;http://mediafork.dynalias.com/blog/?page_id=8&quot;  title=&quot;Download&quot;&gt;available&lt;/a&gt; for OSX (UB), Linux and Windows.  
    </content:encoded>

    <pubDate>Fri, 16 Feb 2007 00:41:59 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/427-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>iterm</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/426-iterm.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/426-iterm.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=426</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=426</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    OSX 10.5 (codename: Leopard) is knocking on our doors. It offers a lot of enhancement compared to OS X 10.4 like virtual desktop, timeshift (backup feature), ZFS or tabed terminal support.&lt;br /&gt;
But let&#039;s face the reality, OSX 10.5 is not available right know and it certainly takes some time until it&#039;s stable as 10.4. Also most upcoming features are available for 10.4 as well with third party programs. &lt;br /&gt;
&lt;a href=&quot;http://iterm.sourceforge.net/&quot;  title=&quot;iTerm&quot;&gt;iTerm&lt;/a&gt; is one of this tools. It gives use the possibility to use multi tab within one window. iTerm is a full featured terminal emulation program written for OS X using Cocoa. We are aiming at providing users with best command line experience under OS X. The letter i represents a native Apple look and feel of the program interface, and an emphasis on complete international support. iTerm was merged from two projects, CTerminal and TerminalX, both of which were based on JTerminal project. The current version is still in beta stage. It is however very much functional and usable.&lt;br /&gt;
&lt;br /&gt;
Feature list:&lt;br /&gt;
&lt;blockquote&gt;Native Cocoa application that runs both on Tiger and Panther.&lt;br /&gt;
Native OS X user interface&lt;br /&gt;
Support for both PowerPC and Intel Macs&lt;br /&gt;
Applescript support&lt;br /&gt;
Transparent windows and custom background pictures&lt;br /&gt;
Bonjour support&lt;br /&gt;
Complete VT100 emulation, with additional support for most common xterm and ANSI escape sequences.&lt;br /&gt;
terminfo support with flexible custom key-mapping&lt;br /&gt;
Supports select-to-copy and mid-button paste&lt;br /&gt;
Supports focus follow mouse&lt;br /&gt;
Supports a variety of additional xterm escape sequences, including xterm titling sequence and xterm mouse reporting&lt;br /&gt;
Supports ANSI 16 colors, which are also fully customizable&lt;br /&gt;
Multi-tab within one window.&lt;br /&gt;
Tabs can be drag and drop between windows.&lt;br /&gt;
Tab labels can change color to indicate the session activities&lt;br /&gt;
Choose among Metal, Aqua, Adium, and Unified styles&lt;br /&gt;
You can send keyboard input to multiple tabs&lt;br /&gt;
Bookmarks for storing settings of most used sessions&lt;br /&gt;
You can fully customize each session, with support of macro in bookmark commands&lt;br /&gt;
Bookmarks can be specified to handle URLs such as ftp.&lt;br /&gt;
Create profiles for managing bookmark settings.&lt;br /&gt;
Anti-idle function that avoids disconnection because of no activity&lt;br /&gt;
Supports all language encodings that are available with OS X&lt;br /&gt;
User can specify a second font to display non-latin characters to achieve best look&lt;br /&gt;
Supports double-width characters, as used in many eastern Asian languages&lt;/blockquote&gt;&lt;br /&gt;
&lt;br /&gt;
Thanks to&lt;a href=&quot;http://www.hofmann.tk&quot;  title=&quot;Cold-1&quot;&gt; Cold-1&lt;/a&gt; for the hint. 
    </content:encoded>

    <pubDate>Mon, 22 Jan 2007 22:05:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/426-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>TextWrangler</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/422-TextWrangler.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/422-TextWrangler.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=422</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=422</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.barebones.com/products/textwrangler/textwranglertext.shtml&quot;  title=&quot;Textwrangler&quot;&gt;TextWrangler&lt;/a&gt; is a General Purpose Text Editor, Programmer&#039;s Text Editor, Unix And Server Administrator&#039;s Tool, Powerful Text Transformer And Manipulator, Good Mac OS Citizen, Powerfully Useful Tool and FREE! &lt;br /&gt;
It&#039;s similar like the commercial BBEdt or Textmate.&lt;br /&gt;
&lt;br /&gt;
Text Editing and Manipulating Details:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;li&gt;Powerful single and multi-file search &amp;amp; replace with file filtering options.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Flexible &#039;grep&#039; style pattern-based search and replace based on PCRE (Perl-Compatible Regular Expression)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Sort Lines and Process Duplicate Lines plug-ins offer grep pattern support for sorting, extracting, and handling text&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Find Differences to compare two versions of a text file and merge the differences&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Run Text Factories created with BBEdit, allowing you to apply multiple text processing actions to multiple files and/or folders&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Support for a wide variety of BBEdit plug-ins&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Support for rectangular text selections&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Built-in text transformations: Zap Gremlins, Change Case, Entab/Detab, and more&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Open and save files in a variety of character sets, including Unicode (UTF-8 and UTF-16) files&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Supports viewing and editing of multi-byte and Unicode text&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Use of ATSUI for text rendering greatly improves handling of Unicode files, particularly those containing glyphs from disparate languages&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Quick Search window&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Perform incremental searches&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Open and save files in Mac, Unix, DOS, and Unicode line-ending formats&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Integrated spelling checker with support for external Word Services-aware spelling and grammar checkers - now uses the Mac OS X spelling checker. &lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Hard or soft wrap text however you prefer&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Quoted text rewrapper&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Unlimited Undo/Redo&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Multiple Clipboards&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Splittable editing windows&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Auto-Indent&lt;/li&gt;&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Jan 2007 03:03:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/422-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Footagehead</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/423-Footagehead.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/423-Footagehead.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=423</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=423</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.zankasoftware.com/footagehead/&quot;  title=&quot;Footagehead&quot;&gt; Footagehead &lt;/a&gt; is the third image browser I mention this week. All of them have some advantages. You have to decide for yourself which one is your favorite. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;I appreciate any comment about your experiance with one of the image browsers.&lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
Keep a lot of pictures? Need some way to browse them quickly? Footagehead is an easy-to-use image browser that does what you&#039;d expect from an image browser, plus some handy extras. &lt;br /&gt;
&lt;br /&gt;
Key features:&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;li&gt;Consistent with the Mac OS X look and feel.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Quickly find, browse, sort and show of your photos&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Spotlight support&lt;li&gt;&lt;br /&gt;
&lt;li&gt;Open images from a remote web server with the click of a button&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Images can be extracted from any HTML page, or even from RSS streams&lt;/li&gt;&lt;br /&gt;
&lt;li&gt; Browse remote Flickr photostream&lt;/li&gt;&lt;br /&gt;
&lt;/blockquote&gt; 
    </content:encoded>

    <pubDate>Wed, 03 Jan 2007 01:08:27 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/423-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>SyncTunes</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/417-SyncTunes.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/417-SyncTunes.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=417</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=417</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Have you ever  wonder about syncing iTunes with your PSP’s, your PDA’s, and your MP3-capable cell phones. In short, many people with a Mac, iTunes and a PDA or phone with audio playback capability, or non-iPod music player. From user reports, &lt;a href=&quot;http://www.nesfield.co.uk/synctunes/&quot;  title=&quot;SyncTunes&quot;&gt;SyncTunes&lt;/a&gt; transfers files that work with Palm PDAs, Sony PSP, Sony Ericsson K750/P910/W800i, no-brand MP3 player. It is probably compatible with other audio players too, except iPods which have a special database file.&lt;br /&gt;
A great application and it&#039;s free.&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 02 Jan 2007 07:28:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/417-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>XEE</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/420-XEE.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/420-XEE.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=420</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=420</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    &lt;a href=&quot;http://wakaba.c3.cx/s/apps/xee.html&quot;  title=&quot;Xee&quot;&gt;Xee&lt;/a&gt; is a lightweight, fast and convenient image viewer and browser. It is designed to be a serious tool for image viewing and management, with a sleek and powerful interface.&lt;br /&gt;
&lt;br /&gt;
Xee works as a much more useful replacement for Preview, or most any other image viewer available on Mac OS. You can drag and drop an entire directories with pictures into Xee.&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;li&gt;Reads and views a large number of image formats. (Any format QuickTime or Preview can open, plus several more, including PCX and Amiga IFF-ILBM.)&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Very fast, and uses less memory than most other image viewing tools.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Uses OpenGL to display and scroll images smoothly.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Easy browsing through folders of images - open any file in a folder and use the toolbar, keyboard shortcuts or mouse wheel to view the other images in the same folder.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Easy copying, moving, renaming and deleting of images while viewing.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Can do lossless JPEG transforms, which us very useful to rotate your digital photos quickly without sacrificing image quality.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Full-screen viewing.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Highly streamlined interface with configurable keyboard shortcuts.&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Japanese localization included.&lt;/li&gt;&lt;/blockquote&gt;&lt;br /&gt;
Credits to &lt;a href=&quot;http://www.magnani.org&quot;  title=&quot;bassmatic&quot;&gt;Bassmatic&lt;/a&gt; for this submission.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 02 Jan 2007 00:57:18 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/420-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>iFeedPod</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/416-iFeedPod.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/416-iFeedPod.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=416</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=416</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Maybe you got an iPod for Christmas and maybe you like to read RSS feeds like &lt;a href=&quot;http://www.bsdunix.ch/s9y/feeds/index.rss2&quot;  title=&quot;BSDUnix RSS Feed&quot;&gt;my one&lt;/a&gt;.&lt;br /&gt;
&lt;a href=&quot;http://www.carnglas.com/&quot;  title=&quot;iFeedPod&quot;&gt;iFeedPod&lt;/a&gt; collects all the news from your feeds, and copies them to your iPod for you to read wherever you have the time (requires an iPod,iPod mini or iPod Nano with Notes facility). 
    </content:encoded>

    <pubDate>Tue, 02 Jan 2007 00:56:00 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/416-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>
<item>
    <title>Witch</title>
    <link>http://www.bsdunix.ch/serendipity/index.php?/archives/419-Witch.html</link>
            <category>Apple</category>
    
    <comments>http://www.bsdunix.ch/serendipity/index.php?/archives/419-Witch.html#comments</comments>
    <wfw:comment>http://www.bsdunix.ch/serendipity/wfwcomment.php?cid=419</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.bsdunix.ch/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=419</wfw:commentRss>
    

    <author>nospam@example.com (Thomas)</author>
    <content:encoded>
    Apples application switch implementation is pretty usless.  The key combination &quot;option+tab&quot; opens just the application it belongs to. Even windows has a better app switch function with &quot;alt+tab&quot;.&lt;br /&gt;
While you can use Exposé to switch windows, doing so can be very clumsy if you&#039;re the keyboard-only type of user. And don&#039;t all of these windows look just the same when they are scaled down?&lt;br /&gt;
&lt;a href=&quot;http://www.petermaurer.de/nasi.php?section=witch&amp;layout=default&quot;  title=&quot;Witch&quot;&gt;Witch&lt;/a&gt; lets you access all of your windows by pressing a shortcut and choosing from a clearly arranged list of window titles&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:97 --&gt;&lt;img  src=&quot;/s9y/uploads/witch.png&quot; alt=&quot;&quot; /&gt;&lt;br /&gt;
&lt;br /&gt;
Moreover, you can use Witch to...&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;li&gt;Directly access minimized windows without using your mouse&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Close minimized windows without bringing them to front first&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Zoom, de-/minimize, and close windows on the fly&lt;/li&gt;&lt;/blockquote&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Mon, 01 Jan 2007 19:45:59 +0100</pubDate>
    <guid isPermaLink="false">http://www.bsdunix.ch/serendipity/index.php?/archives/419-guid.html</guid>
    <creativeCommons:license>http://creativecommons.org/licenses/by/3.0/</creativeCommons:license>
</item>

</channel>
</rss>