<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lucas Chan :: Weblog &#187; Geek</title>
	<atom:link href="http://lucaschan.com/weblog/category/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucaschan.com/weblog</link>
	<description>epic</description>
	<lastBuildDate>Fri, 14 Nov 2008 03:44:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple Saved Usernames &amp; Passwords in Safari</title>
		<link>http://lucaschan.com/weblog/2008/10/15/multiple-saved-usernames-passwords-in-safari/</link>
		<comments>http://lucaschan.com/weblog/2008/10/15/multiple-saved-usernames-passwords-in-safari/#comments</comments>
		<pubDate>Wed, 15 Oct 2008 06:05:39 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[keychain]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[safari]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/?p=154</guid>
		<description><![CDATA[If you visit a web site in Safari for which you have more than 1 username &#38; password combination saved in your keychain, Safari doesn&#8217;t do a great job of allowing you to choose which account you&#8217;d like to login with (in fact it seems to just pick the first match it finds in the [...]]]></description>
			<content:encoded><![CDATA[<p>If you visit a web site in Safari for which you have more than 1 username &amp; password combination saved in your keychain, Safari doesn&#8217;t do a great job of allowing you to choose which account you&#8217;d like to login with (in fact it seems to just pick the first match it finds in the keychain and pre-fill the username &amp; password box with it).</p>
<p>It&#8217;s relatively easy to get Firefox to show you a drop down list of usernames to choose from. I couldn&#8217;t figure out how to do it in Safari. I googled for a while, found some incorrect advice and then discovered the solution by mistake. So here it is for the googlers:</p>
<ol>
<li>Click in the username field</li>
<li>Select all</li>
<li>Hit the Delete key</li>
<li>Hit the Delete key again.</li>
</ol>
<p>You will be presented with a clickable list of usernames to select from. Â Choosing a username will populate the password field accordingly.</p>
<p>Now, if you&#8217;ve reached this point but don&#8217;t know much about Keychain or how to keep your saved usernames &amp; passwords safe then I strongly encourage you to read up on this topic. Like, right now.</p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2008/10/15/multiple-saved-usernames-passwords-in-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Directions South 2008</title>
		<link>http://lucaschan.com/weblog/2008/08/20/web-directions-south-2008/</link>
		<comments>http://lucaschan.com/weblog/2008/08/20/web-directions-south-2008/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 07:32:28 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/?p=145</guid>
		<description><![CDATA[
Web Directions South is fast approaching.  I will be chairing a panel on web application frameworks which is sure to be awesome (no really, the panelists rock!).  Use the promo code &#8220;WDS08-LC&#8221; to get a discount on your ticket. Hazaah!
]]></description>
			<content:encoded><![CDATA[<p><a href="http://south08.webdirections.org/"><img src="http://www.westciv.com/images/468x60_banner.gif" alt="Web Directions South 2008" /></a></p>
<p><a href="http://south08.webdirections.org/">Web Directions South</a> is fast approaching.  I will be chairing a panel on web application frameworks which is sure to be awesome (no really, the panelists rock!).  Use the promo code &#8220;WDS08-LC&#8221; to get a discount on your ticket. Hazaah!</p></p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2008/08/20/web-directions-south-2008/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MySQL server-id woes on Redhat/CentOS</title>
		<link>http://lucaschan.com/weblog/2007/07/12/mysql-server-id-woes-on-redhatcentos/</link>
		<comments>http://lucaschan.com/weblog/2007/07/12/mysql-server-id-woes-on-redhatcentos/#comments</comments>
		<pubDate>Thu, 12 Jul 2007 02:23:27 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/07/12/mysql-server-id-woes-on-redhatcentos/</guid>
		<description><![CDATA[Problem
You&#8217;re trying to set up MySQL database replication and despite having correctly set your server-id on the master and slave you keep seeing the following message in the slave server error log: Misconfigured master - server id was not set.
Solution
Bug #3829 states that you can not set the server-id using the SET GLOBAL command.
But I [...]]]></description>
			<content:encoded><![CDATA[<h4>Problem</h4>
<p>You&#8217;re trying to set up MySQL database replication and despite having correctly set your <code>server-id</code> on the master and slave you keep seeing the following message in the slave server error log: <code>Misconfigured master - server id was not set</code>.</p>
<h4>Solution</h4>
<p><a href="http://bugs.mysql.com/bug.php?id=3829">Bug #3829</a> states that you can not set the <code>server-id</code> using the <code>SET GLOBAL</code> command.</p>
<p>But I <em>didn&#8217;t</em> do that, I set it in my <code>my.cnf</code> and then reloaded MySQL.  Whatevs, nerdz.</p>
<p>After much mucking around this morning I realised that reloading MySQL is roughly equivalent to using the <code>SET GLOBAL</code> command.  If I think long and hard enough I suppose that makes sense. So&#8230;<br />
<code>service mysqld stop</code><br />
<code>service mysqld start</code></p>
<p>A few seconds outage on the production server, but now we&#8217;re in business.<!--58245eb6f34680ae056bdd4b1c8be095--><!--b8fb4c08723096f93fad8c482df14cae--><!--ede8f46b505cbe76fcb62a7ca681bf2d--></p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/07/12/mysql-server-id-woes-on-redhatcentos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a physical disk to LVM in Redhat/CentOS</title>
		<link>http://lucaschan.com/weblog/2007/06/29/adding-a-physical-disk-to-lvm-in-redhatcentos/</link>
		<comments>http://lucaschan.com/weblog/2007/06/29/adding-a-physical-disk-to-lvm-in-redhatcentos/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 08:48:40 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/06/29/adding-a-physical-disk-to-lvm-in-redhatcentos/</guid>
		<description><![CDATA[Posted here for googlers and for my own future reference.  Documentation pulled together from about 4 different sites.  Could possibly be sub-titled: &#8220;Holy crap, the disk in my VMware installation is too small &#8211; it&#8217;s split up into 2GB files and using vmware to resize it seems like voodoo&#8221;
Problem:
My computer only has 20GB [...]]]></description>
			<content:encoded><![CDATA[<p>Posted here for googlers and for my own future reference.  Documentation pulled together from about 4 different sites.  Could possibly be sub-titled: &#8220;Holy crap, the disk in my VMware installation is too small &#8211; it&#8217;s split up into 2GB files and using vmware to resize it seems like voodoo&#8221;</p>
<h3>Problem:</h3>
<p>My computer only has 20GB of disk space.  I just have 1 partition.  I want to add another disk (40GB).  I don&#8217;t want to add another partition (and I really don&#8217;t want to reinstall the whole system), I want to increase the size of the root partition to 60GB.  i.e.  I want the root partition to span across two physical disks.</p>
<h3>Solution:</h3>
<ol>
<li>Add new physical disk.  Boot.</li>
<li>
<code># pvscan</code></p>
<p>This will show you the current physical volumes.
</li>
<li>
<code># fdisk /dev/sdb</code></p>
<p>Add the disk to your machine as a primary partition.  Partition type: &#8220;<code>8e</code> (LVM)&#8221;. Obviously <code>/dev/sdb</code> may be different on your system.
</li>
<li>
<code># pvcreate /dev/sdb1</code></p>
<p>This creates a new physical LVM volume on our new disk.
</li>
<li>
<code># vgextend VolGroup00 /dev/sdb1</code></p>
<p>Add our new physical volume to the volume group: <code>VolGroup00</code>. Again, this group name may by different for you, but this is what Redhat &#038; CentOS assigns by default when you install your system.
</li>
<li>
<code># pvscan</code><b4 /></p>
<p>You should see the new physical volume assigned to VolGroup00.
</li>
<li>
<code># lvextend -L+40G /dev/VolGroup00/LogVol00</code></p>
<p>This increases the size of the logical volume our root partition resides in.  Change the <code>-L</code> flag as appropriate.
</li>
</ol>
<p>We&#8217;ve just added 40GB to the logical volume used by the root partition.  Sweet as.  Now we need to resize the file system to utilize the additional space.</p>
<ol start="8">
<li>
Reboot into rescue mode using your CentOS CDROM.</p>
<p>From memory this involves typing <code>linux rescue</code> as your boot option.
</li>
<li>When prompted, skip the mounting of system partitions.</li>
<li>
<code># lvm vgchange -a y</code></p>
<p>This command makes your LVM volumes accessible.
</li>
<li>
<code># e2fsck -f /dev/VolGroup00/LogVol00</code></p>
<p>Run a file system check, the <code>-f</code> flag seems necessary.  No idea what we do if the returns an error?
</li>
<li>
<code># resize2fs /dev/VolGroup00/LogVol00</code></p>
<p>Without any parameters resize2fs will just increase the file system to the max space available.
</li>
</ol>
<p>Reboot and your root partition is now 40GB lager, spanning multiple disks.  Yay.<!--1fb8155ff307ede72a8ec770ae298d29--></p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/06/29/adding-a-physical-disk-to-lvm-in-redhatcentos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Speedy iCal Events &amp; To Dos with Quicksilver</title>
		<link>http://lucaschan.com/weblog/2007/06/08/speedy-ical-events-to-dos-with-quicksilver/</link>
		<comments>http://lucaschan.com/weblog/2007/06/08/speedy-ical-events-to-dos-with-quicksilver/#comments</comments>
		<pubDate>Fri, 08 Jun 2007 04:36:56 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/06/08/speedy-ical-events-to-dos-with-quicksilver/</guid>
		<description><![CDATA[Karl bought a MacBook recently.  He asked me if there was a way to quickly add events/appointments into Quicksilver. He gets lots of emails with dates for gigs and wants to be able to quickly add them to his calendar without manually adding them in iCal.
So the idea is that you should be able [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://karl.niceproduce.com/">Karl</a> bought a MacBook recently.  He asked me if there was a way to quickly add events/appointments into Quicksilver. He gets lots of emails with dates for gigs and wants to be able to quickly add them to his calendar without manually adding them in iCal.</p>
<p>So the idea is that you should be able to copy any semi-sanely formatted date/time and quickly add it to the iCal calendar of your choice and provide an event title.</p>
<p>There are <em>some</em> instructions around, but they&#8217;re a little incomplete.  They omit the first step which I&#8217;m posting here for googlers.  Here it is:</p>
<h3>Enable iCal Plugin</h3>
<ol>
<li>Invoke Quicksilver, go to Preferences.</li>
<li>Check &#8220;Enable advanced features&#8221; an relaunch Quicksilver when prompted.</li>
<li>Invoke Quicksilver, go to Preferences -> Plugins.  Click &#8220;All Plug-ins&#8221; on the left, select &#8220;Calendar&#8221;, then check the &#8220;iCal Module&#8221;.</li>
<li>Optional Step. After enabling this plugin I was able to disable advanced features and the plugin seemed to remain active.</li>
</ol>
<p>Now we have the ability to use iCal actions.  Sweet.  Onto the good stuff.</p>
<h3>Creating a New iCal Event</h3>
<ol>
<li>Invoke Quicksilver</li>
<li>Type &#8220;.&#8221; to invoke text mode.</li>
<li>
Type &#8220;[date] &#8212; [ event_name ]&#8220;.  e.g:</p>
<blockquote><p><code>Next Friday 1PM -- Beer!</code></p></blockquote>
<p>Note that the double-dash (<code>--</code>) is really important here.</p>
</li>
<li>Use the &#8220;Create iCal Event&#8221; action.  (i.e. Hit [tab] to go to the &#8220;action&#8221; field &#8211; then type &#8220;event&#8221;).</li>
<li>Select the Calendar you want to add the event to. (again, hit [tab] to get to this field).</li>
</ol>
<p><img src="http://lucaschan.com/images/permanent/quicksilver_ical.jpg" /></p>
<h3>Creating a New iCal To Do</h3>
<p>Exactly the same process as above, but choose the &#8220;Create iCal To Do&#8221; action.</p>
<h3>Date Formats</h3>
<p>According to the Quicksilver docs for the iCal plugin, the date can be in the following formats:</p>
<table>
<tr>
<td>2/4/07 3pm</td>
<td>(default format)</td>
</tr>
<tr>
<td>2007-02-04</td>
<td>(note long year number)</td>
</tr>
<tr>
<td>feb 4</td>
<td>(english month names are understood)</td>
</tr>
<tr>
<td>friday 12pm</td>
<td>(english day names are ok)</td>
</tr>
<tr>
<td>next wednesday 13:00</td>
<td>(use next because today is wednesday)</td>
</tr>
<tr>
<td>15.2.07</td>
<td>(feb 15th 2007, cause 15 can&#8217;t be a month)</td>
</tr>
<tr>
<td>3.2.07</td>
<td>(march 2nd 2007!!)</td>
</tr>
</table>
<p><!--635cb339562c87f8fbe64c3764096cc3--></p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/06/08/speedy-ical-events-to-dos-with-quicksilver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Random Parallels Crashes (3188)</title>
		<link>http://lucaschan.com/weblog/2007/03/24/random-parallels-crashes-3188/</link>
		<comments>http://lucaschan.com/weblog/2007/03/24/random-parallels-crashes-3188/#comments</comments>
		<pubDate>Sat, 24 Mar 2007 08:44:05 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/03/24/random-parallels-crashes-3188/</guid>
		<description><![CDATA[For the most part I&#8217;ve found Parallels to be really stable for running my Windows XP and Linux virtual machines.  However, when I upgraded to the latest version (3188) Parallels started to crash after 10-30 minutes of running Windows XP (in window mode, not coherence).
I think this has something to do with the integration [...]]]></description>
			<content:encoded><![CDATA[<p>For the most part I&#8217;ve found Parallels to be really stable for running my Windows XP and Linux virtual machines.  However, when I upgraded to the latest version (3188) Parallels started to crash after 10-30 minutes of running Windows XP (in window mode, not coherence).</p>
<p>I think this has something to do with the integration with the Apple Dock.  I made the following changes to my Parallels preferences and I haven&#8217;t had any crashes since:</p>
<ol>
<li>Go to the Parallels Desktop menu, and choose Preferences</li>
<li>Choose the Appearance tab.</li>
<li>Un-check the following options:
<ul>
<li>Show applications in Dock</li>
<li>Show live screen shot in Dock</li>
</ul>
</li>
</ol>
<p><!--819200a5a6b14e0238b3bed9fd3fed56--><!--db4cd02193dae5a2072cf7eba20dd7c2--></p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/03/24/random-parallels-crashes-3188/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Ruby on Rails on CentOS/Redhat 4.x</title>
		<link>http://lucaschan.com/weblog/2007/03/22/installing-ruby-on-rails-on-centosredhat-4x/</link>
		<comments>http://lucaschan.com/weblog/2007/03/22/installing-ruby-on-rails-on-centosredhat-4x/#comments</comments>
		<pubDate>Thu, 22 Mar 2007 01:34:31 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/03/22/installing-ruby-on-rails-on-centosredhat-4x/</guid>
		<description><![CDATA[This doesn&#8217;t seem to be terribly well documented, so I thought I&#8217;d post it here for those googling for a solution.
Problem
Installing Ruby on Rails on CentOS (or Redhat), the RubyGems part of the official installation instructions (or the instructions listed in this excellent SitePoint book which I&#8217;m working through at the moment) may yield this [...]]]></description>
			<content:encoded><![CDATA[<p>This doesn&#8217;t seem to be terribly well documented, so I thought I&#8217;d post it here for those googling for a solution.</p>
<h4>Problem</h4>
<p>Installing Ruby on Rails on CentOS (or Redhat), the RubyGems part of the <a href="http://www.rubyonrails.org/down">official installation instructions</a> (or the instructions listed in this <a href="http://www.sitepoint.com/books/rails1/">excellent SitePoint book</a> which I&#8217;m working through at the moment) may yield this result:</p>
<p><code># cd /usr/local/src/rubygems-0.9.2<br />
# ruby setup.rb</code></p>
<p><code>&lt; --- lib<br />
/usr/local/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:4:in `require': <strong>no such file to load -- zlib (LoadError)</strong><br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/remote_fetcher.rb:4<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:8:in `require'<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems/source_index.rb:8<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:501:in `require'<br />
        from /usr/local/lib/ruby/site_ruby/1.8/rubygems.rb:501<br />
        from /usr/local/src/rubygems-0.9.2/./post-install.rb:81:in `require'<br />
        from /usr/local/src/rubygems-0.9.2/./post-install.rb:81:in `install_sources'<br />
        from /usr/local/src/rubygems-0.9.2/./post-install.rb:116:in `try_run_hook'<br />
        from setup.rb:584:in `run_hook'<br />
        from setup.rb:1322:in `exec_task_traverse'<br />
        from setup.rb:1175:in `exec_install'<br />
        from setup.rb:894:in `exec_install'<br />
        from setup.rb:712:in `invoke'<br />
        from setup.rb:681:in `invoke'<br />
        from setup.rb:1359<br />
</code></p>
<h4>Solution</h4>
<p>A zlib error?  Hrm.  Double check zlib and zlib-devel are installed (I&#8217;m not sure if zlib-devel is needed but I installed it for good measure).</p>
<p><code># yum install zlib zlib-devel</code></p>
<p>Then:</p>
<p><code># cd /usr/local/src/ruby-1.8.5-p2/ext/zlib/<br />
# ruby extconf.rb --with-zlib-include=/usr/include --with-zlib-lib=/usr/lib<br />
# make<br />
# make install</code></p>
<p>Next, install RubyGems.  Note that running &#8220;ruby setup.rb&#8221; on it&#8217;s own doesn&#8217;t seem to work, try this:</p>
<p><code># cd /usr/local/src/rubygems-0.9.2/<br />
# ruby setup.rb config<br />
# ruby setup.rb setup<br />
# ruby setup.rb install</code></p>
<p>All&#8217;s good in the hood.  Now continue with the rest of the installation.</p>
<p><code># gem install rails --include-dependencies</code></p>
<p>Enjoy.<!--f5a7abcd9e6d8b8ac471f8ee1cb7fbbd--></p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/03/22/installing-ruby-on-rails-on-centosredhat-4x/feed/</wfw:commentRss>
		<slash:comments>42</slash:comments>
		</item>
		<item>
		<title>Community Service Announcement</title>
		<link>http://lucaschan.com/weblog/2007/03/12/community-service-announcement/</link>
		<comments>http://lucaschan.com/weblog/2007/03/12/community-service-announcement/#comments</comments>
		<pubDate>Sun, 11 Mar 2007 19:25:49 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/03/12/community-service-announcement/</guid>
		<description><![CDATA[It will creep up on you when you least expect it. One, two&#8230; nine, ten. Before you know it your face and neck are littered with red circles and you could be mistaken for showing symptoms of a disease which could only be contracted in a part of the world far (far) more exotic than [...]]]></description>
			<content:encoded><![CDATA[<p>It will creep up on you when you least expect it. One, two&#8230; nine, ten. Before you know it your face and neck are littered with red circles and you could be mistaken for showing symptoms of a disease which could only be contracted in a part of the world far (far) more exotic than Texas; don&#8217;t get me wrong &#8211; I really like Austin.</p>
<p>That&#8217;s right, it&#8217;s fricken <a href="http://www.themaninblue.com/">Cameron Adams</a>.  He&#8217;s armed with a short range ink-weapon and he&#8217;s coming to a SXSW party near you.</p>
<p>This type of behaviour is normally reserved for the poor guy that&#8217;s passed out in the corner of the room.  Stamps are the new branding device, stickers and badges are so last year don&#8217;t ya know?</p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/03/12/community-service-announcement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Austin</title>
		<link>http://lucaschan.com/weblog/2007/03/10/austin/</link>
		<comments>http://lucaschan.com/weblog/2007/03/10/austin/#comments</comments>
		<pubDate>Sat, 10 Mar 2007 05:53:17 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/03/10/austin/</guid>
		<description><![CDATA[It&#8217;s pretty cool here.  Things seem to be back on track after a major laptop death (Apple replaced the mother-board super quick, yay) and a toilet over-flow in San Fran.
Matt and I were woken up by gun-shots last night.  Awesome.
It was nice meeting up with the Aussie SXSW crew tonight.  Looking forward [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s pretty cool here.  Things seem to be back on track after a major laptop death (Apple replaced the mother-board super quick, yay) and a toilet over-flow in San Fran.</p>
<p>Matt and I were woken up by gun-shots last night.  Awesome.</p>
<p>It was nice meeting up with the Aussie SXSW crew tonight.  Looking forward to the official kick off tomorrow.</p>
<p>Edit: Ben Brown is the coolest.</p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/03/10/austin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Outlook Calendar items to Mac OS X iCal</title>
		<link>http://lucaschan.com/weblog/2007/01/30/moving-outlook-calendar-items-to-mac-os-x-ical/</link>
		<comments>http://lucaschan.com/weblog/2007/01/30/moving-outlook-calendar-items-to-mac-os-x-ical/#comments</comments>
		<pubDate>Mon, 29 Jan 2007 23:54:13 +0000</pubDate>
		<dc:creator>Lucas</dc:creator>
				<category><![CDATA[Geek]]></category>

		<guid isPermaLink="false">http://lucaschan.com/weblog/2007/01/30/moving-outlook-calendar-items-to-mac-os-x-ical/</guid>
		<description><![CDATA[A few people have emailed me in response to this post, asking me how to move Outlook Calendar Items to Mac OS X.  Here are the steps I took:

Open Calendar.
Tools >> Find >> Find
Click in &#8220;Look For&#8221; field, then hit Enter (this should find all your Calendar entries).
Select all Calendar entries (hint: click on [...]]]></description>
			<content:encoded><![CDATA[<p>A few people have emailed me in response to <a href="/weblog/2006/05/03/moving-outlook-contacts-to-mac-os-x-address-book/">this post</a>, asking me how to move Outlook Calendar Items to Mac OS X.  Here are the steps I took:</p>
<ol>
<li>Open Calendar.</li>
<li>Tools >> Find >> Find</li>
<li>Click in &#8220;Look For&#8221; field, then hit Enter (this should find all your Calendar entries).</li>
<li>Select all Calendar entries (hint: click on the blue Calendar icon in the left column first).</li>
<li>&#8220;Actions&#8221; >> &#8220;Forward as iCalendar&#8221;. (trying to forward more than 1000 seemed to fail &#8211; you might have to perform this operation in batches).</li>
<li>Send this email to yourself.</li>
</ol>
<p>Importing Calendar items is less elegant.</p>
<ol>
<li>Save all your attached iCalendar files to a folder your Mac can access.</li>
<li>Open this folder in the Finder.</li>
<li>Select all files within.</li>
<li>Drag these files onto your iCal icon in the dock.</li>
<li>iCal pops up a dialogue for each file, asking which Calendar you&#8217;d like to import it into.  I just held down the enter key.  :)  Annoying, but much better than paying for 3rd party migration software.</li>
</ol>
<p>Enjoy.<!--8e10b67938afe80bea9b2c8297857d8f--></p>
]]></content:encoded>
			<wfw:commentRss>http://lucaschan.com/weblog/2007/01/30/moving-outlook-calendar-items-to-mac-os-x-ical/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
