<?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>SQUARISM &#187; Mac</title>
	<atom:link href="http://squarism.com/category/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://squarism.com</link>
	<description>addicted to pixels</description>
	<lastBuildDate>Tue, 20 Jul 2010 15:12:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>iPhone Developer Activation Problem</title>
		<link>http://squarism.com/2010/05/10/iphone-developer-activation-problem/</link>
		<comments>http://squarism.com/2010/05/10/iphone-developer-activation-problem/#comments</comments>
		<pubDate>Mon, 10 May 2010 22:58:06 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[ObjC]]></category>

		<guid isPermaLink="false">http://squarism.com/?p=461</guid>
		<description><![CDATA[I went to renew my membership on my iPhone developer account and although the membership is $99/year, my expiration date was only extended out for 3 months. I opened a ticket and it took about a month or two to get this thing resolved. I had to send screenshots, steps and evidence that I was [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://squarism.com/wp-content/uploads/2010/05/iphone_portal_expiration.png" alt="" title="iphone_portal_expiration" width="264" height="95" class="alignright size-full wp-image-466" /><br />
I went to renew my membership on my iPhone developer account and although the membership is $99/year, my expiration date was only extended out for 3 months.  I opened a ticket and it took about a month or two to get this thing resolved.  I had to send screenshots, steps and evidence that I was doing the right thing (ok, fine, tier 1 support).  Eventually I got a person that had a trick up their sleeve but didn't quite get it right.  I'm blogging this in case this is happening to someone else.</p>
<p>First, the symptoms.  Let's say your dev account is about to expire in January 2010.  You want to renew for another year.  You add a year subscription to your cart, pay for it.  You'd expect your new expire date to be Jan-2011.  But in your profile and in the "thanks for ordering" activation page it says March 2010 or something else wrong.  Support send me activation links basically to the same page that wouldn't activate any differently.  Each time I checked out, it would say March 2010.</p>
<p>The trick was to click on renew membership (as if paying again), click the checkbox to select which membership you want to buy ($99 year) and hit continue.  Now you're on a "Review your purchase" page.  Click continue here.  Finally, it says "Proceed to your country's Apple Online Store to purchase" and has an add to cart button.  Stop here.</p>
<p>Click the following link: <a href="http://developer.apple.com/iphone/enroll/activate.action">http://developer.apple.com/iphone/enroll/activate.action</a>.  It should bring you to a page with a single textbox for your activation code (the one you've been trying to use all along).  Put this in and hit continue.  Your expire date should be correct now.  If not, try using a link formatted like this:<br />
<code>http://developer.apple.com/iphone/enroll/activate.action?activationCode=YOURCODEHERE</code></p>
<p>Seems like they have some bug in the dev store.  Please comment if this helped you so it's documented.</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2010/05/10/iphone-developer-activation-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RMagic, ImageMagick, Snow Leopard and Ruby 1.9</title>
		<link>http://squarism.com/2010/03/08/rmagic-imagemagick-snow-leopard-and-ruby-1-9/</link>
		<comments>http://squarism.com/2010/03/08/rmagic-imagemagick-snow-leopard-and-ruby-1-9/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 03:32:28 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://squarism.com/?p=381</guid>
		<description><![CDATA[I ran into a problem that kept me busy over the weekend. It seems that rmagick (which is requires for the awesome sparklines project will compile and run on Snow Leopard, however it has a critical bug when trying to use it. The script/server process will crash with a "Trace/BPT trap" error. The logs won't [...]]]></description>
			<content:encoded><![CDATA[<p>I ran into a problem that kept me busy over the weekend.  It seems that rmagick (which is requires for <a href="http://nubyonrails.com/pages/sparklines">the awesome sparklines project</a> will compile and run on Snow Leopard, however it has a critical bug when trying to use it.  The script/server process will crash with a "Trace/BPT trap" error.  The logs won't say anything and the hell if anything is going to appear on the browser.  WTF.</p>
<p>Here's my stack on my Mac: (do not use this stack, this is just for informational purposes only)</p>
<ul>
<li>ruby19 installed via macports: sudo install ruby19</li>
<li>regular rubygems installed</li>
<li>ImageMagick 6.6.0-0 installed via macports</li>
<li>A bunch of github gems installed but not firing on the controller method that crashes</li>
</ul>
<p>So I started over on a CentOS 5.4 VM just to try out my stack and it worked.  Except, I used ruby 1.8.7 compiled via source.  It's a really lengthy process and it'll be part of my README if I ever get this project done.  On CentOS you have to compile and install ImageMagick yourself because yum has a really old version.  There's a ton of devel dependencies too.  If anyone needs the instructions, leave a comment and I'll copy/paste from my README.</p>
<p>So I suspected that ruby 1.9 was causing problems my mac laptop and that turned out to be true.  I did a <code>sudo port uninstall ruby19</code> and then a <code>sudo port install ruby</code>.  I had to reinstall all the gems again but it wasn't too bad.  If port gives you a ln error, just exit your shell and open a new one.</p>
<p>So RMagick, ImageMagick and ruby 1.9 do not play together.</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2010/03/08/rmagic-imagemagick-snow-leopard-and-ruby-1-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Growl Network Notifications Not Working</title>
		<link>http://squarism.com/2010/02/27/growl-network-notifications-not-working/</link>
		<comments>http://squarism.com/2010/02/27/growl-network-notifications-not-working/#comments</comments>
		<pubDate>Sun, 28 Feb 2010 02:13:53 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://squarism.com/?p=349</guid>
		<description><![CDATA[Growl's network notifications weren't working. Either sending or receiving. I had two machines that had growl cleanly installed and my main machine that's had many versions installed over the years. It was my main box with a dirty growl history that was having problems. I found a post on cocoaforge that helped a lot. First, [...]]]></description>
			<content:encoded><![CDATA[<p>Growl's network notifications weren't working.  Either sending or receiving.  I had two machines that had growl cleanly installed and my main machine that's had many versions installed over the years.  It was my main box with a dirty growl history that was having problems.</p>
<p>I found a post on <a href="http://forums.cocoaforge.com/viewtopic.php?f=6&#038;t=15109">cocoaforge</a> that helped a lot.  First, I ran the uninstall applescript (I always keep uninstallers in ~/Uninstallers but you can find it in the Growl.dmg).  That didn't really work, it gave me an Apple Script time out.  So I removed everything manually.  I deleted the pref pane from SysPrefs by right-clicking on Growl and selecting remove.</p>
<p><img src="http://squarism.com/wp-content/uploads/2010/02/growl_remove.png" alt="growl_remove" title="growl_remove" width="312" height="72" class="aligncenter size-full wp-image-350" /></p>
<p>After that was done I removed the preferences file from ~/Library/Preferences and also a folder under ~/Library/Application Support called Growl (has two subfolders called Tickets and Plugins).  I emptied trash.  Reinstalled Growl 1.2 (latest).  I didn't restart.  I re-setup the network bit of Growl on this page:</p>
<p><img src="http://squarism.com/wp-content/uploads/2010/02/growl_network.png" alt="growl_network" title="growl_network" width="300" height="136" class="aligncenter size-full wp-image-351" /></p>
<p>Notifications started working.  Now all my boxes are notified when something cool happens.  Weee!</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2010/02/27/growl-network-notifications-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scroll Lock Button on OSX</title>
		<link>http://squarism.com/2008/03/12/scroll-lock-button-on-osx/</link>
		<comments>http://squarism.com/2008/03/12/scroll-lock-button-on-osx/#comments</comments>
		<pubDate>Wed, 12 Mar 2008 21:31:18 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://squarism.com/2008/03/12/scroll-lock-button-on-osx/</guid>
		<description><![CDATA[Here's an esoteric fix for something I wanted to do. In WoW, right click will move the camera. For some reason, when hosting synergy on the Mac (as the server) and connecting a Windows client, the right clicking gets whacked. It works fine the other way (don't ask me). So I want to hit scroll [...]]]></description>
			<content:encoded><![CDATA[<p>Here's an esoteric fix for something I wanted to do.  In WoW, right click will move the camera.  For some reason, when hosting synergy on the Mac (as the server) and connecting a Windows client, the right clicking gets whacked.  It works fine the other way (don't ask me).</p>
<p>So I want to hit scroll lock to lock the screen so that mouse-looking works.  Except there's no scroll lock button on a Mac keyboard!  Doh.  But I find a solution:</p>
<p><code><br />
keystroke(f13) = lockCursorToScreen(toggle)<br />
</code></p>
<p>Found on <a href="http://www.mattcutts.com/blog/how-to-configure-synergy-in-six-steps/">mattcutts.com</a>, this is the option I need.  I use SynergyKM, which is a Mac-ified app to control synergy.  It doesn't use the conf file of synergy but instead uses a .plist property file.  So I edited it to look like this:</p>
<p><a href="http://squarism.com/?pp_album=main&amp;pp_cat=osx&amp;pp_image=Synergy_Scrolllock.png" title="Synergy Scrolllock"><img src="http://squarism.com/wp-content/photos/Synergy_Scrolllock.png" class="centered" alt="Synergy Scrolllock" width="451" height="146" /></a> </p>
<p>And viola, roll over to the XP box from Mac, hit F13 and mouse look works in WoW (or probably any other drag-tracking app).</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2008/03/12/scroll-lock-button-on-osx/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Synergy2 mouse centering</title>
		<link>http://squarism.com/2007/10/04/synergy2-mouse-centering/</link>
		<comments>http://squarism.com/2007/10/04/synergy2-mouse-centering/#comments</comments>
		<pubDate>Fri, 05 Oct 2007 02:29:38 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://squarism.com/2007/10/04/synergy2-mouse-centering/</guid>
		<description><![CDATA[Synergy is a great tool for sharing multiple screens (reverse KVM) but for some reason lately I've noticed that if I'm physically on the center screen, then the mouse recenters occasionally. It's pretty annoying. I turned on debug log and looked in ~/Library/Logs/synergyd.log. I found this: 2007-10-04 22:12:11.894 Synergyd[337] DEBUG: dropped bogus motion -840,-526 I [...]]]></description>
			<content:encoded><![CDATA[<p>Synergy is a great tool for sharing multiple screens (reverse KVM) but for some reason lately I've noticed that if I'm physically on the center screen, then the mouse recenters occasionally.  It's pretty annoying.</p>
<p>I turned on debug log and looked in ~/Library/Logs/synergyd.log.  I found this:</p>
<blockquote><p>2007-10-04 22:12:11.894 Synergyd[337] DEBUG: dropped bogus motion -840,-526</p></blockquote>
<p>I searched sourceforge for that string and found code that essentially centers the mouse when it detects motion on the primary screen.  There doesn't seem to be an option to control the behavior, so short of me making a patch, I don't see a solution.</p>
<p>UPDATE: I found a workaround, simply move your mouse over to the display that it being buggy and the if() condition doesn't fire off.  So in my case, my mac connects to my PC's keyboard and mouse.  I move the PC's mouse over to the Mac screen and the Mac stops acting weird (the centering problem).</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2007/10/04/synergy2-mouse-centering/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ports being weird.</title>
		<link>http://squarism.com/2007/08/12/ports-being-weird/</link>
		<comments>http://squarism.com/2007/08/12/ports-being-weird/#comments</comments>
		<pubDate>Sun, 12 Aug 2007 21:36:10 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://squarism.com/2007/08/12/ports-being-weird/</guid>
		<description><![CDATA[When I typed port, portmirror or anything related to darwinports (macports), I got a strange error with no google hits. # portmirror can't find package macports while executing "package require macports" (file "/opt/local/bin/portmirror" line 11) stormbringer:~/phonedmg root# port can't find package macports while executing "package require macports" (file "/opt/local/bin/port" line 42) The solution was to [...]]]></description>
			<content:encoded><![CDATA[<p>When I typed port, portmirror or anything related to darwinports (macports), I got a strange error with no google hits.</p>
<p><code> # portmirror<br />
can't find package macports<br />
    while executing<br />
"package require macports"<br />
    (file "/opt/local/bin/portmirror" line 11)<br />
stormbringer:~/phonedmg root# port<br />
can't find package macports<br />
    while executing<br />
"package require macports"<br />
    (file "/opt/local/bin/port" line 42)<br />
</code></p>
<p>The solution was to <a href="http://svn.macports.org/repository/macports/downloads/MacPorts-1.5.0/">download macports 1.5</a> and run it again.  It's been a while since I had used ports on my Mac and maybe the project got renamed or changed.  I dunno.</p>
<p>Then "port selfupdate" failed with "Directory not empty" errors from mv:rename so I did this:</p>
<p><code>mv /opt/local/var/db/dports/distfiles/ /opt/local/var/macports/distfiles<br />
mv /opt/local/var/db/dports/receipts/ /opt/local/var/macports/receipts/<br />
mv /opt/local/var/db/dports/software/ /opt/local/var/macports/software/</code></p>
<p>Then it seemed to work:</p>
<p><code># port selfupdate<br />
MacPorts base version 1.5 installed<br />
Downloaded MacPorts base version 1.510<br />
Configuring, Building and Installing new MacPorts base<br />
selfupdate done!</code></p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2007/08/12/ports-being-weird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fink OSX</title>
		<link>http://squarism.com/2007/05/12/fink-osx/</link>
		<comments>http://squarism.com/2007/05/12/fink-osx/#comments</comments>
		<pubDate>Sat, 12 May 2007 21:36:57 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://squarism.com/2007/05/12/fink-osx/</guid>
		<description><![CDATA[I wanted lua installed on my Mac for some gamedev tests ... darwinports didn't give me a warm fuzzy. In uninstalled DarwinPorts with: sudo rm -rf /opt/local /Applications/DarwinPorts /Library/Tcl/darwinports1.0 /Library/StartupItems/DarwinPortsStartup And then downloaded fink (the universal binary). After installing the rather large 17mb package, fink wasn't working. First the path /sw/bin wasn't added to my [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted lua installed on my Mac for some gamedev tests ... darwinports didn't give me a warm fuzzy.  In uninstalled DarwinPorts with:<br />
<code>sudo rm -rf /opt/local /Applications/DarwinPorts /Library/Tcl/darwinports1.0 /Library/StartupItems/DarwinPortsStartup</code></p>
<p>And then downloaded fink (the universal binary).  After installing the rather large 17mb package, fink wasn't working.  First the path /sw/bin wasn't added to my profile.  I fixed that by editing ~/.bash_profile:<br />
<code>PATH=$PATH:/sw/bin</code><br />
Simple enough but then you're supposed to type "fink scanpackages; fink index" after the install is done.  That failed like this:</p>
<p><code>$ fink index<br />
...<br />
Failed: Can't locate auto/Term/ReadKey/termsizeopt.al in @INC</code></p>
<p>So then I googled this and only found <a href="http://radastery.jp/blog/2006/10/intel_mac_fink.html">a jp site</a> that suggested this:<br />
<code><br />
$ sudo perl -MCPAN -e shell<br />
cpan&gt; install Term::ReadKey<br />
</code></p>
<p>Which fixed the `fink index` command.</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2007/05/12/fink-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing BeOS 5 Max Edition on Virtual PC 2004</title>
		<link>http://squarism.com/2004/01/25/installing-beos-5-max-edition-on-virtual-pc-2004/</link>
		<comments>http://squarism.com/2004/01/25/installing-beos-5-max-edition-on-virtual-pc-2004/#comments</comments>
		<pubDate>Mon, 26 Jan 2004 00:18:47 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://squarism.com/2004/01/25/installing-beos-5-max-edition-on-virtual-pc-2004/</guid>
		<description><![CDATA[Logging what I'm doing. Clicked on New in "Virtual PC List", selected "Other" for OS. Basically, this just lets us boot from a CD in a vanilla PC and install to a simple file on our Mac. Downloaded BeOS Max Ed from here. Make sure to put the CD in, let it spin up and [...]]]></description>
			<content:encoded><![CDATA[<p>Logging what I'm doing.</p>
<p>Clicked on New in "Virtual PC List", selected "Other" for OS.  Basically, this just lets us boot from a CD in a vanilla PC and install to a simple file on our Mac.</p>
<p>Downloaded BeOS Max Ed from <a href="http://www.bebits.com/app/3148">here</a>.  <b>Make sure to put the CD in, let it spin up and then click Start Up in Virtual PC.</b>  Otherwise, it just says Boot Failed over and over again while letting you select a or c.  This drove me nuts and cost me a few CDRs.</p>
<p>The installer was black and white although this isn't a huge deal according to someone else on the web.  It should reboot in full color.<br />
<a href="http://squarism.com/archives/beosInstallVPC.html">View image</a></p>
<p>In addition, I could not type on the keyboard otherwise the installer would freeze.  Strange.</p>
<p>It took a <b>long time</b>, an hour and more.  The Max edition certainly adds a lot of packages to the base BeOS install.</p>
<p>The GUI and most components were considerably slow during the installer (1.33ghz powerbook).  Like a Pentium II 350mhz or something.  Reminds me of the good old days before lighting quick video acceleration, OpenGL/DirectX interface components (Windows 2000).  The mouse was very jerky, like the difference between a USB mouse and a PS2 mouse.</p>
<p>There was constant CD-&gt;Hard Disk activity.  The powerbook fan would spin up every once and a while.  It was hot and working hard.  There is no progress bar in the BeOS installer.</p>
<p>Just go get some coffee :)</p>
<p>Virtual PC has a little IO bar at the bottom of the window.  This was particularly useful to watch disk/cdrom activity like IDE lights on the front of a real PC to make sure everything wasn't locked up.  Orange lights mean writes and green lights mean reads.</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2004/01/25/installing-beos-5-max-edition-on-virtual-pc-2004/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My OSX 10.3 Review</title>
		<link>http://squarism.com/2004/01/12/my-osx-103-review/</link>
		<comments>http://squarism.com/2004/01/12/my-osx-103-review/#comments</comments>
		<pubDate>Tue, 13 Jan 2004 03:23:31 +0000</pubDate>
		<dc:creator>Dillon</dc:creator>
				<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://squarism.com/2004/01/12/my-osx-103-review/</guid>
		<description><![CDATA[After starting with a 386 back in 1990 and moving to Linux/Solaris professionally, I decided to jump into OSX when a requirement for a laptop came up in my new job. What follows are my initial impressions after about a week. I provide mostly unseen screenshots, info, the good, the bad and the ugly. I [...]]]></description>
			<content:encoded><![CDATA[<p>After starting with a 386 back in 1990 and moving to Linux/Solaris professionally, I decided to jump into OSX when a requirement for a laptop came up in my new job.</p>
<p>What follows are my initial impressions after about a week.  I provide mostly unseen screenshots, info, the good, the bad and the ugly.<br />
<span id="more-33"></span><br />
I think everyone knows the basics.  OSX is FreeBSD and a modified Mach kernel.  It comes with many standard Unix like utilities (cat, grep, vi, less, man) but not quite as loaded as a default RedHat install.</p>
<p>The interface is what Apple is selling.  Otherwise, it's a FreeBSD box and I was quick to start testing what I can and can't do in my <b>first week of owning a Mac</b></p>
<p>Networking is a snap - I have CAT5 at home and at the office.  The DHCP client is quick to recognize a new connection on the Ethernet side as well as on the wireless side.  I easily got the AirPort card talking to my Linksys DSL router with 128 bit keys.  I get good reception, very little problems there.  The ability to plug in CAT5 or not is a huge plus.  Never yet done an `ifconfig' trying to fix a net problem.</p>
<p>Installing Mac software is a snap - let's say that you click on a .dmg file from the net attempting to install something ... Safari automatically uncompresses it, mounts it and puts it on the desktop.  This is really great.  With winzip or tar, I'd probably follow the same steps.  This automation just saves me the trouble.</p>
<p>Installing open source software is a snap too - I found a project called <a href="http://fink.sourceforge.net/">Fink</a> which allows you to install debian packages through the familiar apt-get interface.  Their site lists all the packages available, you'll see quite a lot.  I easily installed a binary version of mysql for dev purposes and easily checked the status of the service starting with `daemonic --list'.  Very good.  Other packages are easy to grab as well.  Fink also can update packages quickly.  I'm looking into this for work purposes...</p>
<h3>The Good (and good pictures)</h3>
<ol>
<li>No multiple desktops - found an app called <a href="http://wsmanager.sourceforge.net/">desktop manager</a> that gives you multiple desktops like Gnome or KDE.  Even does keyboard switching with "option+apple+left or right".  Excellent.  You can move apps from one desktop to the other by ctrl clicking on the pager.  You can't drag apps from one desktop to another though.  Small detail :(</li>
<li>Expose really helps you move windows quickly.  Haven't used it much with multiple desktops running</li>
<li>Safari is a GREAT browser.  You can command click on the menu bar and it will show you a hierarchy of the website<br />
<a href="http://www.squarism.com/archives/osx_titlebar.html">View image</a></li>
<li>This is also true for Finder and regular folders.<br />
<a href="http://www.squarism.com/archives/osx_titlebar2.html">View image</a></li>
<li>Safari has tabs.  You can make tab folders and "open all links in tabs all at once.  For example, if you have a daily set of sites (yahoo.com, slashdot.org, cnn.com) it will open the group up.<br />
<a href="http://www.squarism.com/archives/osx_safari.html">View image</a></li>
<li>Safari has a really sweet bookmark page where folders you create show up in a polished bookmark bar.<br />
<a href="http://www.squarism.com/archives/osx_bookmarks.html">View image</a>
</li>
<li>You can easily see disk space, network space on the desktop.<br />
<a href="http://www.squarism.com/archives/osx_desktop.html">View image</a></li>
<li>Fonts look great.  Notice that the cursive in this below picture is not an image.<br />
<a href="http://www.squarism.com/archives/osx_font.html">View image</a>
</li>
</ol>
<p>Stability - a few apps have frozen but they were a bit shady.  I've had Linux crash in X a few times as well so you can't be perfect all the time.  All I can say is, <b>Sleep actually works!</b>  If I close the lid, it goes to sleep.  The laptop doesn't "prepare for standby" or anything else.  Windows can't do that.  I tell people not to use Windows standby.  Because it doesn't work on all hardware.  Behold the power of Apple control.</p>
<p>Speed - some things are a lot faster, some things are a bit slower.  Some apps hang a bit when a lot is going on and you have no choice but to watch a color wheel spin.  Windows would at least painfully try to draw the GUI components.  Linux would give you the chance to drop to a shell.  On the positive side, boot time is quick.  There isn't any residual loading.  After you enter your password in Windows, there is a lot of crunching going on in the background.  OSX reminds me of BeOS.  When it's loaded, it's loaded.  (yes I have startup items in both OSs')</p>
<p>Development - Eclipse runs on osx.  Perl, PHP, MySQL, JBoss (comes on the XCode CD), cvs, gcc (XCode CD).  What more do you want?</p>
<h3>The Bad</h3>
<p>I'm not as fast without Windows+R for Run, Windows+M for minimize all.  Dual booting is probably going to be hard but really all these things are just experience bound.</p>
<p>$$$ - it's not cheap.  You can easily guy an equal PC for 1/3 the cost.  BUT you don't get as much software with it (excepting if you ran linux - which wouldn't have the functionality).  So although it's still no contest (macs are expensive), consider all the costs.</p>
<p>Software - most things are available but I really had to do some hunting for a good GUI text editor like TextPad.  I finally found <a href="http://www.codingmonkeys.de/subethaedit/">SubEthaEdit</a>.  Very decent.</p>
<p>No VMWare - haven't played with Virtual PC yet but VMWare doesn't exist on Mac.</p>
<p>Games - don't care about this but there are less of the boring bad PC titles.  All the good titles you can get for Mac (unreal, the sims) although I don't play many computer games  (( buy a console! ))</p>
]]></content:encoded>
			<wfw:commentRss>http://squarism.com/2004/01/12/my-osx-103-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
