<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Osx on </title>
    <link>https://bzimmer.ziclix.com/tags/osx/</link>
    <description>Recent content in Osx on </description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sun, 21 Dec 2025 19:32:21 +0100</lastBuildDate>
    <atom:link href="https://bzimmer.ziclix.com/tags/osx/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Laptops, Time Machines, File Vaults, oh my.</title>
      <link>https://bzimmer.ziclix.com/2008/09/23/laptops-time-machines-file-vaults-oh-my/</link>
      <pubDate>Tue, 23 Sep 2008 00:00:00 +0000</pubDate>
      <guid>https://bzimmer.ziclix.com/2008/09/23/laptops-time-machines-file-vaults-oh-my/</guid>
      <description>&lt;p&gt;I travel with a laptop everyday: to and from work, to coffee shops or to friends&amp;rsquo; houses. While I use new, randomly generated passwords (courtesy &lt;a href=&#34;http://www.adel.nursat.kz/apg/&#34;&gt;apg&lt;/a&gt;) my home directory had not the same level of security.&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s changed. Both my sister-in-law and a colleague had their laptops stolen recently and so encountered all the usual headaches and fears about personal and corporate information in the hands of nefarious individuals.&lt;/p&gt;&#xA;&lt;p&gt;Wanting to quell any such concerns of my own I completely re-worked my security and backup strategies.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Amit Singh, questions, answers, Xcoders.</title>
      <link>https://bzimmer.ziclix.com/2008/09/12/amit-singh-talking-at-xcoders/</link>
      <pubDate>Fri, 12 Sep 2008 00:00:00 +0000</pubDate>
      <guid>https://bzimmer.ziclix.com/2008/09/12/amit-singh-talking-at-xcoders/</guid>
      <description>&lt;p&gt;I had the good fortune to attend a talk given by &lt;a href=&#34;http://www.kernelthread.com/&#34;&gt;Amit Singh&lt;/a&gt; at the &lt;a href=&#34;http://www.seattlexcoders.org/&#34;&gt;Seattle Xcoders&lt;/a&gt; meeting held in the Google offices in Fremont.&lt;/p&gt;&#xA;&lt;p&gt;Amit is the author of &lt;a href=&#34;http://osxbook.com/&#34;&gt;Mac OS X Internals&lt;/a&gt;, a book eclipsing the 1600 page mark (according to Amazon) making it one of the longest technical books I&amp;rsquo;ve ever seen. He spent some talking about his experience writing:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;no editors checked on him because most technical authors give up&lt;/li&gt;&#xA;&lt;li&gt;eight to nine chapters were cut from the already monstrous book&lt;/li&gt;&#xA;&lt;li&gt;he claims to not be an author and has no interest in writing another book&lt;/li&gt;&#xA;&lt;li&gt;he spent months at a time writing most of which he found all-consuming&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I didn&amp;rsquo;t find much value in the technical content of the talk (not because of Amit but because I&amp;rsquo;m rarely in a position to need details at this level of the OS and I do have some Mach background from NeXT days) but the feedback on authorship was worth attending to confirm what I already suspected. I&amp;rsquo;ve been approached about book writing before but have balked because of the time commitment and lack of financial reward &amp;ndash; I find writing &lt;a href=&#34;http://www.infoq.com/articles/scalability-worst-practices&#34;&gt;technical articles&lt;/a&gt; and &lt;a href=&#34;https://bzimmer.ziclix.com/&#34;&gt;blog posts&lt;/a&gt; time consuming enough.&lt;/p&gt;</description>
    </item>
    <item>
      <title>pysmug on Python2.6a3.</title>
      <link>https://bzimmer.ziclix.com/2008/05/16/pysmug-on-python26a3/</link>
      <pubDate>Fri, 16 May 2008 00:00:00 +0000</pubDate>
      <guid>https://bzimmer.ziclix.com/2008/05/16/pysmug-on-python26a3/</guid>
      <description>&lt;p&gt;I decided tonight was the night to try &lt;a href=&#34;http://www.python.org/download/releases/2.6/&#34;&gt;Python2.6a3&lt;/a&gt; on my macbook pro with a goal of getting &lt;a href=&#34;http://code.google.com/p/pysmug/&#34;&gt;pysmug&lt;/a&gt; to run on it.&lt;/p&gt;&#xA;&lt;p&gt;After downloading and doing the typical &lt;code&gt;configure &amp;amp;amp;&amp;amp;amp; make&lt;/code&gt; dance I saw this:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Failed to find the necessary bits to build these modules:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;bsddb185          gdbm              linuxaudiodev&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;ossaudiodev       readline          spwd&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;sunaudiodev&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&#xA;&lt;p&gt;Apparently &lt;code&gt;setup.py&lt;/code&gt; won&amp;rsquo;t build the &lt;code&gt;readline&lt;/code&gt; module with the stock readline library on my mac. I already installed libreadline from &lt;a href=&#34;http://www.macports.org/&#34;&gt;MacPorts&lt;/a&gt; so I applied the following patch:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
