<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>nicholasjon.com :: a weblog &gt;&gt; posts tagged: osx</title>
    <link>http://nicholasjon.com/</link>
    <pubDate>Fri, 12 Oct 2007 06:36:53 GMT</pubDate>
    <description>nicholasjon.com :: an rss feed</description>
    <image>
      <url>http://www.nicholasjon.com/images/n_ficon.gif</url>
      <link>http://nicholasjon.com/</link>
      <title>nicholasjon.com :: favicon</title>
    </image>
    <item>
      <title>Dependent dylib is not prebound</title>
      <link>http://nicholasjon.com/permalink/2007/10/12/dependent_dylib_is_not_prebound</link>
      <description>&lt;p&gt;This is how I finally got my Rosetta apps back.&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://mactip.blogspot.com/2007/07/dependent-dylib-is-not-prebound.html"&gt;http://mactip.blogspot.com/2007/07/dependent-dylib-is-not-prebound.html&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 12 Oct 2007 06:36:53 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2007/10/12/dependent_dylib_is_not_prebound</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Pre-Spaces, Spaces</title>
      <link>http://nicholasjon.com/permalink/2007/6/19/prespaces_spaces</link>
      <description>&lt;p&gt;I can&amp;#8217;t work without multiple desktops, and I&amp;#8217;m excited to see what Apple brings to the game with &lt;a href="http://www.apple.com/macosx/leopard/features/spaces.html"&gt;Spaces&lt;/a&gt;.  My two favorite products to use while I bide my time waiting for Leopard are &lt;a href="http://virtuedesktops.info/"&gt;VirtueDesktops&lt;/a&gt; and &lt;a href="http://www.yousoftware.com/desktops/desktops.php"&gt;You Control: Desktops&lt;/a&gt;.&lt;/p&gt;


	&lt;p&gt;VirtueDesktops is free, and until recently was my personal pick of third-party desktop managers.  Unfortunately, when working with &lt;a href="http://www.abyssoft.com/software/teleport/"&gt;Teleport&lt;/a&gt; (which I also use everyday) it seems to get a little wonky, and I couldn&amp;#8217;t configure my way out of it.&lt;/p&gt;


	&lt;p&gt;For the last few days I&amp;#8217;ve been using the trial version &lt;a href="http://www.yousoftware.com/desktops/desktops.php"&gt;You Control: Desktops&lt;/a&gt; and I&amp;#8217;m very impressed.  I just hate to put down the $30 it costs when I know I won&amp;#8217;t be using it in four months.&lt;/p&gt;


	&lt;p&gt;I&amp;#8217;m sure I&amp;#8217;m not the only one with that feeling either, I really think I&amp;#8217;d hate being a third-party Apple software developer.&lt;/p&gt;</description>
      <pubDate>Tue, 19 Jun 2007 06:44:12 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2007/6/19/prespaces_spaces</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Move your iTunes music while preserving library data</title>
      <link>http://nicholasjon.com/permalink/2007/5/10/move_your_itunes_music_while_preserving_library_data</link>
      <description>&lt;p&gt;Great if you, say, want to move your library to a network drive but don&amp;#8217;t want to lose your ratings, playlists, and other such nonsense.  It&amp;#8217;s a time-consuming process though.&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://hifiblog.com/past/2006/05/11/howto-move-your-itunes-music-while-preserving-library-data-when-you-dont-let-itunes-manage-your-music-library/"&gt;http://hifiblog.com/past/2006/05/11/howto-move-your-itunes-music-while-preserving-library-data-when-you-dont-let-itunes-manage-your-music-library/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 10 May 2007 19:11:20 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2007/5/10/move_your_itunes_music_while_preserving_library_data</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Updating Rubygems</title>
      <link>http://nicholasjon.com/permalink/2007/3/14/updating_rubygems</link>
      <description>&lt;p&gt;Here&amp;#8217;s how I updated my MacBook Pro from Rails 1.2.1 to Rails 1.2.3:&lt;/p&gt;


&lt;code&gt;sudo gem update --system
sudo mv /usr/local/lib/ruby/gems/1.8/source_cache ~/tmp
mv ~/.gem/ ~/tmp/
gem sources
sudo gem install rails --include-dependencies
&lt;/code&gt;

	&lt;p&gt;Those five lines of code took about an hour and some serious Googling to figure out.  Ah well, back to work.&lt;/p&gt;


	&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: You may (probably will) get an error after you run &amp;#8220;sudo gem install rails&amp;#8212;include-dependencies&amp;#8221;.  I&amp;#8217;m not sure exactly why, but running the same command again will finally update your Rails install.  Anyone with a better solution should feel free to pop a comment down below.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2007 05:24:03 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2007/3/14/updating_rubygems</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Mac System 7 Simulation</title>
      <link>http://nicholasjon.com/permalink/2006/7/22/mac_system_7_simulation</link>
      <description>&lt;p&gt;Why I was a PC user until &lt;span class="caps"&gt;OSX&lt;/span&gt; &amp;mdash; that said, this is still an amazing bit of attention to detail&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.myoldmac.net/webse-e-flash.htm"&gt;http://www.myoldmac.net/webse-e-flash.htm&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:19 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/7/22/mac_system_7_simulation</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Big list of OSX shell commands</title>
      <link>http://nicholasjon.com/permalink/2006/7/20/big_list_of_osx_shell_commands</link>
      <description>&lt;p&gt;Always nice to have a reference&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.ss64.com/osx/index.html"&gt;http://www.ss64.com/osx/index.html&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:18 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/7/20/big_list_of_osx_shell_commands</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Apple MacBook Pro 'fastest Windows XP notebook'</title>
      <link>http://nicholasjon.com/permalink/2006/3/22/apple_macbook_pro_fastest_windows_xp_notebook</link>
      <description>&lt;p&gt;Gotta love it&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.reghardware.co.uk/2006/03/22/mac_fastest_core_duo_laptop/"&gt;http://www.reghardware.co.uk/2006/03/22/mac_fastest_core_duo_laptop/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:26 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/3/22/apple_macbook_pro_fastest_windows_xp_notebook</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Former Apple, Microsoft UI designers talk shop</title>
      <link>http://nicholasjon.com/permalink/2006/3/20/former_apple_microsoft_ui_designers_talk_shop</link>
      <description>&lt;p&gt;&amp;#8221;... operating system user interface design is moving away from a windowing system because content consumption is replacing content creation as the primary use for a computer.&amp;#8221;&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.technewsworld.com/story/49446.html"&gt;http://www.technewsworld.com/story/49446.html&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:22 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/3/20/former_apple_microsoft_ui_designers_talk_shop</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Firefox: Mac PPC optimized builds</title>
      <link>http://nicholasjon.com/permalink/2006/3/13/firefox_mac_ppc_optimized_builds</link>
      <description>&lt;p&gt;These are supposed to be optimized for use on &lt;span class="caps"&gt;OSX&lt;/span&gt; &amp;mdash; I haven&amp;#8217;t been able to test them myself yet, but the premise seems right&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.furbism.com/firefoxmac/"&gt;http://www.furbism.com/firefoxmac/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:16 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/3/13/firefox_mac_ppc_optimized_builds</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Using Ruby on Rails for Web Development on Mac OS X</title>
      <link>http://nicholasjon.com/permalink/2006/2/28/using_ruby_on_rails_for_web_development_on_mac_os_x</link>
      <description>&lt;p&gt;A how-to from Apple itself&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://developer.apple.com/tools/rubyonrails.html"&gt;http://developer.apple.com/tools/rubyonrails.html&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:30 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/2/28/using_ruby_on_rails_for_web_development_on_mac_os_x</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>TopDesk 1.4</title>
      <link>http://nicholasjon.com/permalink/2006/1/31/topdesk_14</link>
      <description>&lt;p&gt;An Expose for Windows?&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.otakusoftware.com/topdesk/"&gt;http://www.otakusoftware.com/topdesk/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:37 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/1/31/topdesk_14</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Common mistakes made by new Mac users</title>
      <link>http://nicholasjon.com/permalink/2006/1/26/common_mistakes_made_by_new_mac_users</link>
      <description>&lt;p&gt;I&amp;#8217;ve seen just about every one of these&amp;#8230;&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://www.tuaw.com/2006/01/25/common-mistakes-made-by-new-mac-users/"&gt;http://www.tuaw.com/2006/01/25/common-mistakes-made-by-new-mac-users/&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:26 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2006/1/26/common_mistakes_made_by_new_mac_users</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
    <item>
      <title>Using /usr/local</title>
      <link>http://nicholasjon.com/permalink/2005/11/29/using_usrlocal</link>
      <description>&lt;p&gt;*nix geekyness gets me giddy&lt;/p&gt;&lt;p&gt;Link: &lt;a href="http://hivelogic.com/articles/2005/11/29/using_usr_local"&gt;http://hivelogic.com/articles/2005/11/29/using_usr_local&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Oct 2006 20:31:21 GMT</pubDate>
      <guid>http://nicholasjon.com/permalink/2005/11/29/using_usrlocal</guid>
      <author>nicholasjon@nicholasjon.com (Nick)</author>
    </item>
  </channel>
</rss>
