<?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>:: handcode.de :: - Mac</title>
    <link>http://www.handcode.de/blog/</link>
    <description>Jens sein blog</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.5.3 - http://www.s9y.org/</generator>
    <pubDate>Tue, 10 Aug 2010 21:36:06 GMT</pubDate>

    <image>
        <url>http://www.handcode.de/images/logos/hc-144x22.png</url>
        <title>RSS: :: handcode.de :: - Mac - Jens sein blog</title>
        <link>http://www.handcode.de/blog/</link>
        <width>144</width>
        <height>22</height>
    </image>

<item>
    <title>MPEG-2 auf dem Mac abspielen</title>
    <link>http://www.handcode.de/blog/archives/122-MPEG-2-auf-dem-Mac-abspielen.html</link>
            <category>Mac</category>
    
    <comments>http://www.handcode.de/blog/archives/122-MPEG-2-auf-dem-Mac-abspielen.html#comments</comments>
    <wfw:comment>http://www.handcode.de/blog/wfwcomment.php?cid=122</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.handcode.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=122</wfw:commentRss>
    

    <author>nospam@example.com (Jens Giessmann)</author>
    <content:encoded>
    In der Regel ist der ganze MedienKram auf einem Mac ja recht schmerzfrei. Aber ab und an sind Dinge, die eigentlich ganz einfach erscheinen, dann doch nicht ganz so einfach.&lt;br /&gt;
Zum Beispiel scheitert der Versuch ein MPEG-2 Video mit Bordmitteln des Macs abzuspielen. Quicktime kann damit erst mal nix anfangen.&lt;br /&gt;
&lt;br /&gt;
Meldung: &lt;br /&gt;
&lt;blockquote&gt;The movie is not in a format that QuickTime Player understands.&lt;br /&gt;
You may need to install additional software to open this type of file.&lt;br /&gt;
&lt;/blockquote&gt;&lt;br /&gt;
Ok, Codecs nachinstallieren ist ja kein Problem; Sollte man denken.&lt;br /&gt;
Mit ein paar Klicks landet man dann auch auf der passenden Seite wo es die fehlende Quicktime-Komponente gibt.&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://store.apple.com/de/product/D2187D/A&quot; title=&quot;MPEG-2 Komponente im apple store&quot;&gt;QuickTime MPEG-2 Wiedergabekomponente für Mac OS X&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Ich hab ja kein grundsätzliches Problem damit für Software Geld zu zahlen, aber knapp 20 nur damit man sich MPEG-2 mit Quicktime anschauen kann, nunja, wie soll ich sagen, das find ich dann schon ein wenig übertrieben.&lt;br /&gt;
&lt;br /&gt;
Aber zum Glück gibt es ja &lt;a href=&quot;http://www.videolan.org/vlc/&quot; title=&quot;http://www.videolan.org/vlc/&quot;&gt;VLC&lt;/a&gt;. Der kann neben vielen anderen Formaten auch problemlos MPEG-2, ist frei, open-source und als Mac binary verfügbar und ist jetzt auch auf dem Mac mein Default-Media-Player.&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 10 Aug 2010 23:02:55 +0200</pubDate>
    <guid isPermaLink="false">http://www.handcode.de/blog/archives/122-guid.html</guid>
    <category>apple</category>
<category>mac</category>
<category>media</category>
<category>open-source</category>
<category>video</category>
<category>vlc</category>

</item>
<item>
    <title>Finder mit aktuellem Pfad aus Terminal öffnen</title>
    <link>http://www.handcode.de/blog/archives/116-Finder-mit-aktuellem-Pfad-aus-Terminal-oeffnen.html</link>
            <category>Mac</category>
    
    <comments>http://www.handcode.de/blog/archives/116-Finder-mit-aktuellem-Pfad-aus-Terminal-oeffnen.html#comments</comments>
    <wfw:comment>http://www.handcode.de/blog/wfwcomment.php?cid=116</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.handcode.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=116</wfw:commentRss>
    

    <author>nospam@example.com (Jens Giessmann)</author>
    <content:encoded>
    Falls mal jemand danach sucht...&lt;br /&gt;
&lt;br /&gt;
Wenn man wie ich oft und gerne im Terminal unterwegs ist und dann doch mal den aktuellen Pfad im Finder öffnen will geht das ganz einfach mit:&lt;br /&gt;
&lt;pre&gt;
open .
&lt;/pre&gt;Natürlich kann man auch jedes andere Verzeichnis so im Finder öffnen.&lt;br /&gt;
&lt;pre&gt;
open /Pfad/wohin/auch/immer/
&lt;/pre&gt;&lt;br /&gt;
Andersrum geht es auch, man kann Dateien und Verzeichnisse aus dem Finder einfach auf ein Terminal ziehen und bekommt dort dann den absoluten Pfad der Datei bzw. des Verzeichnisses. 
    </content:encoded>

    <pubDate>Mon, 03 May 2010 19:15:01 +0200</pubDate>
    <guid isPermaLink="false">http://www.handcode.de/blog/archives/116-guid.html</guid>
    <category>mac</category>
<category>osx</category>
<category>shell</category>
<category>terminal</category>

</item>
<item>
    <title>Aperture 3 - erster Eindruck</title>
    <link>http://www.handcode.de/blog/archives/107-Aperture-3-erster-Eindruck.html</link>
            <category>Mac</category>
    
    <comments>http://www.handcode.de/blog/archives/107-Aperture-3-erster-Eindruck.html#comments</comments>
    <wfw:comment>http://www.handcode.de/blog/wfwcomment.php?cid=107</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.handcode.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=107</wfw:commentRss>
    

    <author>nospam@example.com (Jens Giessmann)</author>
    <content:encoded>
    &lt;a href=&quot;http://www.apple.com/aperture/features/&quot; title=&quot;Feature Liste auf apple.com&quot;&gt;200+ neue Features&lt;/a&gt; werden angepriesen. Neben dem Schnickschnack den sie aus iPhoto übernommen haben (faces, places,...) ist da ja schon nettes Zeug dabei. Aber... &lt;br /&gt;
&lt;br /&gt;
Vielleicht hätte Apple lieber mehr Zeit investieren sollen das Ding stabil zu bekommen als &quot;200+ neue Features&quot; rein zu basteln. Zumindest die verfügbare Trail-Version geht ja wohl maximal als BETA durch.&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Kachelt gerne mal ab wenn&#039;s was zu rechnen gibt...&lt;/li&gt;
&lt;li&gt;Ab und an &quot;verschwinden&quot; mal Bilder, immerhin nicht die Dateien selber, aber Aperture zeigt sie halt nicht mehr an -&gt; Neustart &lt;em&gt;hilft&lt;/em&gt;...&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
Oh, sehe grade, es gibt ja schon ein Update... Aber ob ein &quot;Aperture SlideShow Support, 1.0&quot; Update wirklich hilft die scheinbar noch vorhandenen grundlegenden Bugs zu beheben? &lt;br /&gt;
&lt;br /&gt;
Kleiner Auszug aus dem Log (Zeilen gekürzt):&lt;br /&gt;
&lt;pre&gt;
mac.handcode.de Aperture[11308] &lt;Error&gt;: CGImageCreate: invalid image size: 20 x 0.
CGImageCreateWithImageProvider: invalid image provider: NULL.
CGImageCreate: invalid image size: 20 x 0.
kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 4807
kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.
kCGErrorIllegalArgument: CGSOrderWindowListWithGroups: invalid window ID (4807)
kCGErrorIllegalArgument: CGSOrderWindowList: NULL list pointer or empty list
kCGErrorIllegalArgument: _CGSFindSharedWindow: WID 4809
&lt;/pre&gt;&lt;br /&gt;
Ach ja, ich hab nix wildes gemacht, ein paar Bilder importieren und lustig durch die GUI klicken (sind trail versionen nicht genau dazu da..?) reicht um das Ding aus dem Gleichgewicht zubringen.&lt;br /&gt;
&lt;br /&gt;
Und warum die Trackpad Gesten zum zoomen und drehen nur in der Browser-Ansicht, nicht aber beim Bild selber funktionieren würde mich ja schon auch interessieren...&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Wed, 10 Feb 2010 08:49:54 +0100</pubDate>
    <guid isPermaLink="false">http://www.handcode.de/blog/archives/107-guid.html</guid>
    <category>aperture</category>
<category>apple</category>
<category>bugs</category>
<category>mac</category>
<category>photo</category>

</item>
<item>
    <title>Aperture3 ist da!</title>
    <link>http://www.handcode.de/blog/archives/106-Aperture3-ist-da!.html</link>
            <category>Mac</category>
    
    <comments>http://www.handcode.de/blog/archives/106-Aperture3-ist-da!.html#comments</comments>
    <wfw:comment>http://www.handcode.de/blog/wfwcomment.php?cid=106</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.handcode.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=106</wfw:commentRss>
    

    <author>nospam@example.com (Jens Giessmann)</author>
    <content:encoded>
    Nach dem es die letzten Monate immer mal wieder Gerüchte um das baldige Release-Datum einer neuen Aperture Version gab, ist es jetzt endlich da. -&gt; &lt;a href=&quot;http://www.apple.com/de/aperture/&quot; title=&quot;Aperture3 auf apple.com&quot;&gt;Aperture3&lt;/a&gt;&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Tue, 09 Feb 2010 18:02:32 +0100</pubDate>
    <guid isPermaLink="false">http://www.handcode.de/blog/archives/106-guid.html</guid>
    <category>aperture</category>
<category>apple</category>
<category>mac</category>
<category>photo</category>
<category>release</category>

</item>
<item>
    <title>OS X: sshd aktivieren</title>
    <link>http://www.handcode.de/blog/archives/74-OS-X-sshd-aktivieren.html</link>
            <category>Mac</category>
    
    <comments>http://www.handcode.de/blog/archives/74-OS-X-sshd-aktivieren.html#comments</comments>
    <wfw:comment>http://www.handcode.de/blog/wfwcomment.php?cid=74</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.handcode.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=74</wfw:commentRss>
    

    <author>nospam@example.com (Jens Giessmann)</author>
    <content:encoded>
    Netterweise ist ein OS X in der Default-Config recht dicht, will sagen, da ist nach aussen kein unsinniger Port offen wie es ja bei anderen OSen schon vorgkommen sein soll...&lt;br /&gt;
Allerdings will man sich ja vielleicht mal per ssh auf das gute Stück einloggen.&lt;br /&gt;
Dazu muss dann erst mal ssh freigegeben werden.&lt;br /&gt;
Das kann man auf 2 Arten machen:&lt;br /&gt;
&lt;pre&gt;
- Eintrag in /etc/hostconfig
  SSHSERVER=-YES-
- Über die Sys-Preferences,
   -&gt; Sharing 
       -&gt; Remote Login aktivieren
&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Fri, 30 Jan 2009 19:10:35 +0100</pubDate>
    <guid isPermaLink="false">http://www.handcode.de/blog/archives/74-guid.html</guid>
    <category>config</category>
<category>mac</category>
<category>osx</category>

</item>
<item>
    <title>OS X: Hostname setzen </title>
    <link>http://www.handcode.de/blog/archives/73-OS-X-Hostname-setzen.html</link>
            <category>Mac</category>
    
    <comments>http://www.handcode.de/blog/archives/73-OS-X-Hostname-setzen.html#comments</comments>
    <wfw:comment>http://www.handcode.de/blog/wfwcomment.php?cid=73</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.handcode.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=73</wfw:commentRss>
    

    <author>nospam@example.com (Jens Giessmann)</author>
    <content:encoded>
    Der Default Hostname unter OS X, den man auch im Prompt des Terminals angzeigt bekommt, hat ja in der Regel nix mit einem vernünftigen Rechnername zu tun. &lt;br /&gt;
Bei mir stand da z.B. irgendsowas wie &quot;Jens Giessmanns Macbook&quot;. Ahja....&lt;br /&gt;
Einen vernünftigen Hostname setzt man, indem man einen Eintrag in der Datei /etc/hostconfig macht:&lt;br /&gt;
&lt;pre&gt;HOSTNAME=mac.handcode.de&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Fri, 30 Jan 2009 18:57:27 +0100</pubDate>
    <guid isPermaLink="false">http://www.handcode.de/blog/archives/73-guid.html</guid>
    <category>*nix</category>
<category>config</category>
<category>mac</category>
<category>osx</category>

</item>
<item>
    <title>MacBook Tastaur Layout anpassen</title>
    <link>http://www.handcode.de/blog/archives/72-MacBook-Tastaur-Layout-anpassen.html</link>
            <category>Mac</category>
    
    <comments>http://www.handcode.de/blog/archives/72-MacBook-Tastaur-Layout-anpassen.html#comments</comments>
    <wfw:comment>http://www.handcode.de/blog/wfwcomment.php?cid=72</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.handcode.de/blog/rss.php?version=2.0&amp;type=comments&amp;cid=72</wfw:commentRss>
    

    <author>nospam@example.com (Jens Giessmann)</author>
    <content:encoded>
    OK, ich hab&#039;s dann doch getan.&lt;br /&gt;
Ich habe mir Ende Dezember noch ein &lt;a href=&quot;http://www.macprime.ch/applehistory/modell/macbook-pro-core-2-duo-25-ghz-15-zoll-februar-2008/&quot; title=&quot;www.macprime.ch/applehistory&quot;&gt;MacBook Pro 4.1&lt;/a&gt; zugelegt. &lt;br /&gt;
Das ganz neue &lt;a href=&quot;http://www.macprime.ch/applehistory/modell/macbook-pro-core-2-duo-24-ghz-15-zoll-oktober-2008/&quot; title=&quot;www.macprime.ch/applehistory&quot;&gt;MBP Modell von Oktober 2008&lt;/a&gt; hat zwar das	extrem schicke neue Alu-Gehäuse, gibt&#039;s aber leider nur mit dem vollkommen	unbrauchbaren Hochglanz-Display.&lt;br /&gt;
Nach dem ersten Start und der Eingabe der Daten funktionierte grundsätzlich erst mal alles wie erwartet. Soweit so gut.&lt;br /&gt;
&lt;br /&gt;
Der erste Schreck kam dann aber sehr schnell: Wo zur Hölle ist auf der deutschen Mac-Tastatur die Pipe? Hätte ich mir doch eines mit englischer Tastatur kaufen sollen? &lt;br /&gt;
&lt;br /&gt;
Ein kleines Tool bringt Abhilfe: &lt;a href=&quot;http://scripts.sil.org/ukelele&quot; title=&quot;http://scripts.sil.org/ukelele&quot;&gt;Ukelele&lt;/a&gt; ist ein kleines Tool mit dem man die Tastatur Belegung beliebig umlegen kann. Netterweise bringt das Paket gleich noch die üblichen verdächtigen Layouts mit, also einfach das LogitechGerman.keylayout nehmen und in ~/Library/Keyboard Layouts/ ablegen. &lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 180px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;!-- s9ymdb:8 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;180&quot; height=&quot;146&quot;  src=&quot;http://www.handcode.de/blog/uploads/macscreenshots/keyboardlayout_select2.png&quot; alt=&quot;&quot; /&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Screenshot Keyboard-Layout-Select&lt;/div&gt;&lt;/div&gt;&lt;br /&gt;
Das neue Keyboard Layout in der Sys-Config im Bereich International &gt; Input Menu aktivieren und schon hat man eine Tastaturbelegung mit der man wie gewohnt arbeiten kann.&lt;br /&gt;
&lt;br /&gt;
Wenn man in der gleichen Sys-Config noch das Flag zur Anzeige in der Menu-Bar aktiviert, kann man die KeyboardLayouts jederzeit bequem wechseln. 
    </content:encoded>

    <pubDate>Fri, 30 Jan 2009 17:47:40 +0100</pubDate>
    <guid isPermaLink="false">http://www.handcode.de/blog/archives/72-guid.html</guid>
    <category>blog</category>
<category>config</category>
<category>mac</category>
<category>osx</category>

</item>

</channel>
</rss>