<?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>roobasoft blog &#187; Complaints</title>
	<atom:link href="http://roobasoft.com/blog/category/complaints/feed/" rel="self" type="application/rss+xml" />
	<link>http://roobasoft.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 05 Aug 2010 13:35:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>TUBCW</title>
		<link>http://roobasoft.com/blog/2006/04/06/tubcw/</link>
		<comments>http://roobasoft.com/blog/2006/04/06/tubcw/#comments</comments>
		<pubDate>Thu, 06 Apr 2006 10:17:08 +0000</pubDate>
		<dc:creator>BrianC</dc:creator>
				<category><![CDATA[Complaints]]></category>

		<guid isPermaLink="false">http://roobasoft.com/blog/2006/04/06/tubcw/</guid>
		<description><![CDATA[When did TUAW become TUBCW (The Unofficial Boot Camp Weblog)?  Just look at all the posts they&#8217;ve made.  Yeah, it&#8217;s cool and all, but yowza.  After Boot Camp was announced and up until now (18 hours-ish?) I count two, non boot camp related posts.  Well, really one, but I consider announcing [...]]]></description>
			<content:encoded><![CDATA[<p>When did <a href="http://tuaw.com">TUAW</a> become TUBCW (The Unofficial Boot Camp Weblog)?  <a href="http://www.tuaw.com/2006/04/05/apple-introduces-boot-camp/">Just</a> <a href="http://www.tuaw.com/2006/04/05/apple-to-pc-manufacturers-and-windows-its-on/">look</a> <a href="http://www.tuaw.com/2006/04/05/what-the-boot-camp-windows-install-doesnt-support/">at</a> <a href="http://www.tuaw.com/2006/04/05/boot-camp-spread-the-word/">all</a> <a href="http://www.tuaw.com/2006/04/05/os-x-running-on-pc-s-a-bad-idea/">the</a> <a href="http://www.tuaw.com/2006/04/05/apple-vp-we-will-not-support-windows/">posts</a> <a href="http://www.tuaw.com/2006/04/05/boot-camp-boosts-apples-stock-8/">they&#8217;ve</a> <a href="http://www.tuaw.com/2006/04/05/the-real-reason-behind-apples-boot-camp/">made</a>.  <a href="http://www.tuaw.com/2006/04/05/blue-screen-of-death-on-an-imac/">Yeah</a>, <a href="http://www.tuaw.com/2006/04/05/why-boot-camp-doesnt-mean-the-end-of-software-for-macs/">it&#8217;s</a> <a href="http://www.tuaw.com/2006/04/05/tuaw-poll-will-you-dual-boot-your-mac/">cool</a> <a href="http://www.tuaw.com/2006/04/05/apple-validates-and-dismisses-windows-on-mac-at-the-same-time/">and</a> <a href="http://www.tuaw.com/2006/04/05/on-marketing-and-a-thanks-to-apples-department/">all</a>, <a href="http://www.tuaw.com/2006/04/05/game-developers-react-to-boot-camp/">but</a> <a href="http://www.tuaw.com/2006/04/05/video-of-a-boot-camp-install/">yowza</a>.  After Boot Camp was announced and up until now (18 hours-ish?) I count two, non boot camp related posts.  Well, really one, but I consider announcing the firmware update non related (it&#8217;s related, but it would have been posted regardless of Boot Camp).</p>

<p>I&#8217;ve never seen anything get so much TUAW-tention.  Hopefully it calms down soon.  I like TUAW, but this felt slightly spastic.</p>
]]></content:encoded>
			<wfw:commentRss>http://roobasoft.com/blog/2006/04/06/tubcw/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give Me a Break</title>
		<link>http://roobasoft.com/blog/2006/02/07/give-me-a-break/</link>
		<comments>http://roobasoft.com/blog/2006/02/07/give-me-a-break/#comments</comments>
		<pubDate>Wed, 08 Feb 2006 04:23:00 +0000</pubDate>
		<dc:creator>BrianC</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Complaints]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://roobasoft.com/blog/2006/02/07/give-me-a-break/</guid>
		<description><![CDATA[I&#8217;m trying to debug a problem using Xcode&#8217;s debugger.  All should be well, except the dang thing won&#8217;t break for me!?  I have an NSLog statement and a breakpoint set on the line of code just before that NSLog.  I see the log entry[1] but no break.  ugh.  I&#8217;ve sprinkled [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m trying to debug a problem using Xcode&#8217;s debugger.  All should be well, except the dang thing won&#8217;t break for me!?  I have an NSLog statement and a breakpoint set on the line of code just before that NSLog.  I see the log entry[1] but no break.  ugh.  I&#8217;ve sprinkled breakpoints throughout my code and haven&#8217;t hit any of them.  Oh well, the day is over, time to shutdown and hope Xcode breaks in the morning.</p>

<p><b>update after a nice nights sleep:</b><br />
I haven&#8217;t felt this stupid in a while.  The problem was that I was building and attempting to debug in the &#8220;Release&#8221; build configuration.  Doh.  Breakpoints don&#8217;t work when debugging release.  I&#8217;m sure this burns a handful of people.  Too bad Xcode couldn&#8217;t see me loading a release built binary into gdb and popup a nice &#8220;hey bozo, you sure?&#8221; message.  Oh well, all is better now that I switched back to debug.  I&#8217;m not sure how I switched to release to begin with.  I have a separate sandbox for doing those tests.</p>

<p>[1] I guess I should be happy that NSLog is working</p>
]]></content:encoded>
			<wfw:commentRss>http://roobasoft.com/blog/2006/02/07/give-me-a-break/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPod video, DOA (well, not &#8220;dead&#8221;)</title>
		<link>http://roobasoft.com/blog/2006/02/07/ipod-video-doa-well-not-dead/</link>
		<comments>http://roobasoft.com/blog/2006/02/07/ipod-video-doa-well-not-dead/#comments</comments>
		<pubDate>Wed, 08 Feb 2006 03:25:14 +0000</pubDate>
		<dc:creator>BrianC</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Complaints]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://roobasoft.com/blog/2006/02/07/ipod-video-doa-well-not-dead/</guid>
		<description><![CDATA[
The app I&#8217;m working on has the ability to easily take your iMovie project or QuickTime movie and push it over to iTunes where it can then be synced with your iPod.  In order to ensure this feature worked I purchased a 30G iPod video (aka 5th gen iPod).

It was about a week ago [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://roobasoft.com/blog/wp-content/uploads//recharge.gif" border="0" height="32" width="32" alt="recharge.gif" align="right" />
The app I&#8217;m working on has the ability to easily take your iMovie project or QuickTime movie and push it over to iTunes where it can then be synced with your iPod.  In order to ensure this feature worked I purchased a 30G iPod video (aka 5th gen iPod).</p>

<p>It was about a week ago that I received the iPod from amazon, charged it and let it do it&#8217;s super lengthy sync (5GB&#8217;s of music, some video and 5700 photos took quite a while (guestimating it was about two to three hours)).  At the end of the sync I made sure that the home movies I encoded and imported into iTunes via my app were indeed viewable on the iPod and they looked great.  I then continued to snag some other content to play with via iTunes.  Note:  If you like stupid things and are looking to waste two or three minutes of your day, I suggest <a href="http://askaninja.com">AskANinja.com</a>.  It cracks me up (at least the episode titled &#8220;roger&#8221; did), but I&#8217;m told from others that it&#8217;s really not that funny.  Oh well, on with the post.</p>

<p>After a day or two I noticed the battery life was horrible.  I&#8217;d listen to an audio podcast on my ride home from work and when I got home, I&#8217;d turn on &#8216;hold&#8217; and then leave the iPod in my jacket pocket sitting idle.  When I woke up in the morning the battery was dead!?  Coincidentally, the same day I started coming to terms with the poor battery life, I found <a href="http://docs.info.apple.com/article.html?artnum=61475">&#8220;How to accurately determine your iPod battery life&#8221;</a> in NNW via <a href="http://hivelogic.com/links/">Hivelogic Links</a>.  I ran the suggested test and my iPod&#8217;s expected 14 hours of audio playback turned out to be just over 3 hours.  I ran the test again this morning with the identical results.</p>

<p>Now it&#8217;s time to try out Apple&#8217;s <a href="http://depot.info.apple.com/ipod/">&#8220;iPod Service Request&#8221;</a>.  I&#8217;ll post my results as they happen, but from the looks of it I expect it to be as easy as:</p>

<ul>
<li>Apple sends me the packaging to ship the unit back in (pre-payed)
</li><li>I package it up in the supplied box and send it to Apple
</li><li>Sometime later I get some other iPod back.
</li></ul>

<p>Unfortunately it seems the iPod they send back <em>could</em> be a refurbished model.  That would be sad, but somewhat understandable.  Not sure if I would know or not.  Hopefully not.  I&#8217;d much rather just assume it was a brand new replacement unit.</p>
]]></content:encoded>
			<wfw:commentRss>http://roobasoft.com/blog/2006/02/07/ipod-video-doa-well-not-dead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Really, you want Intel</title>
		<link>http://roobasoft.com/blog/2006/01/07/really-you-want-intel/</link>
		<comments>http://roobasoft.com/blog/2006/01/07/really-you-want-intel/#comments</comments>
		<pubDate>Sat, 07 Jan 2006 14:55:53 +0000</pubDate>
		<dc:creator>BrianC</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Complaints]]></category>
		<category><![CDATA[Xcode]]></category>

		<guid isPermaLink="false">http://roobasoft.com/blog/?p=32</guid>
		<description><![CDATA[
Short version:
Xcode is secretly building my release builds as universal binaries.  Editing the pbxproj to remove the reference to i386 fixed things for me.
update:It&#8217;s something with my environment causing this.

Longer version:
I recently added Growl support to my app.  It was super easy.  I snagged the Growl source, built the Growl.framework and followed [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/blog/wp-content//arch_setting.png" border="0" height="99" width="266" alt="arch_setting.png" align="right" />
<b>Short version</b>:<br />
Xcode is secretly building my release builds as universal binaries.  Editing the pbxproj to remove the reference to i386 fixed things for me.<br />
<b>update:</b>It&#8217;s something with my environment causing this.</p>

<p><b>Longer version</b>:<br />
I recently added <a href="http://growl.info">Growl</a> support to my app.  It was super easy.  I snagged the Growl source, built the Growl.framework and followed the <a href="http://growl.info/documentation/developer/implementing-growl.php?lang=cocoa">online dev docs for cocoa</a>.  Fifteen minutes later and I was done (seriously).  Little did I know, I was being deceived.  This morning I did a release build for the first time and ran into some issues.  The first problem was easy, I wasn&#8217;t linking with Quicktime.framework.  I&#8217;m not sure how debug builds got away with this, but oh well.  The second issue was slightly more interesting.  I got this error message from the linker:</p>

<p><pre class='code'>
/usr/bin/ld: warning ../build/Deployment/Growl.framework/Growl 
    cputype (18, architecture ppc) does not match cputype (7) 
    for specified -arch flag: i386 (file not loaded)
</pre></p>

<p>Wah!?  I&#8217;m pretty sure I hadn&#8217;t built Growl or my app as a universal binary, but I double checked.  Both project&#8217;s architectures were set to $(NATIVE_ARCH).  I couldn&#8217;t figure it out.</p>

<p>After some grep&#8217;ing for i386 in my project directory I found my apps release configuration was being compiled for i386, regardless of the project settings shown in Xcode.  I triple checked the xcode project settings for all configurations and even explicitly set &#8216;ppc&#8217;.  Regardless of the setting, i386 was always in my .pbxproj file.  What&#8217;s one to do?  I closed my project in Xcode and removed the i386 by hand.  Re-open in Xcode and all was well.  My app linked as release with Growl just fine.</p>

<p>To confirm what I was seeing I created a new Cocoa application in Xcode.  I confirmed the project settings for both release and debug were set to only build for $(NATIVE_ARCH) and did a release build.  All went well.  Now I checked the .app file in Finder and sure enough, it was built for Intel, PowerPC.  Weird.  Is this a bug?  Is Apple trying to trick us into building new apps as universal binaries?  My guess is it&#8217;s a bug, and potentially just a bug in my environment.  I did a little digging, but couldn&#8217;t find anyone else complaining about this.  Oh well, at least now I know.</p>

<p><b>update:</b>  <a href="http://luisdelarosa.com">Luis de la Rosa</a> of <a href="http://www.happyapps.com/webnotehappy/">WebnoteHappy</a> fame was kind enough to try to reproduce this for me.  His results were better.  Although release was building Intel by default, the architecture setting for the project made it clear that that&#8217;s what was going on.  When he unchecked i386 it stopped compiling for i386 (how nice).  So, one has to assume it&#8217;s something in my environment somewhere causing this.</p>
]]></content:encoded>
			<wfw:commentRss>http://roobasoft.com/blog/2006/01/07/really-you-want-intel/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My PowerBook Display Setting has Amnesia</title>
		<link>http://roobasoft.com/blog/2005/12/21/my-powerbook-display-setting-has-amnesia/</link>
		<comments>http://roobasoft.com/blog/2005/12/21/my-powerbook-display-setting-has-amnesia/#comments</comments>
		<pubDate>Wed, 21 Dec 2005 09:59:17 +0000</pubDate>
		<dc:creator>BrianC</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Complaints]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://roobasoft.com/blog/?p=24</guid>
		<description><![CDATA[The new PowerBook&#8217;s sense the ambient light to turn on and off the backlit keyboard when it decides that&#8217;s a good idea. That&#8217;s all fine and good, but a lesser talked about feature is the display&#8217;s &#8220;Automatically adjust brightness as ambient light changes&#8221; option.







The goal is to dim the display as the surroundings get darker. [...]]]></description>
			<content:encoded><![CDATA[<p>The new PowerBook&#8217;s sense the ambient light to turn on and off the backlit keyboard when it decides that&#8217;s a good idea. That&#8217;s all fine and good, but a lesser talked about feature is the display&#8217;s &#8220;Automatically adjust brightness as ambient light changes&#8221; option.</p>

<p />

<p><img src="/blog/wp-content//ambient_light_display_setting.png" border="0" height="35" width="403" alt="ambient_light_display_setting.png" align="" /></p>

<p />

<p>The goal is to dim the display as the surroundings get darker. This is an admirable goal. The display doesn&#8217;t need to be nearly as bright as the space your in gets darker. Unfortunately, the implementation is somewhat annoying. The problem is that when my ambient light is just beginning to get low, the display&#8217;s brightness seems to slosh slightly between a little darker and a little brighter. This drives me nuts. The solution should have been to turn off &#8220;Automatically adjust brightness as ambient light changes&#8221; and I&#8217;ll manage the brightness myself. All is well, right? Nope. I&#8217;ve turned this feature off at least four times in the past couple months. More annoying than the sloshy brightness is the fact that the setting is being reset somehow. Now that I&#8217;m convinced it&#8217;s turning itself back on, I&#8217;ll keep an eye on it and look for a pattern.</p>

<p>I decided to do three minutes of &#8220;research&#8221; on this issue. Turns out I&#8217;m not alone:
<a href="http://www.macosxhints.com/article.php?story=2005022409554327">macosxhints &#8211; Work around an ambient light adjustment bug in 10.3.8</a><br />
In that article someone states:</p>

<blockquote>I tried too turn off &#8220;Automatic Adjustment &#8230; &#8221; in Display Preferences but the checkbox allways[sic] turned on again when reentering the preferences (???)&#8221;</blockquote>

<p>This comment was from Feb. 28 &#8216;05. I guess I shouldn&#8217;t hold my breath for a fix. Oh well, all things considered, it&#8217;s a minor issue.</p>

<p>In a less negative tone, look at this slider bar pulsate at you when you have &#8220;Automatically adjust brightness as ambient light changes&#8221; turned on:
<a href="/blog/wp-content//System PreferencesScreenSnapz001.mov">System Preferences Movie</a></p>
]]></content:encoded>
			<wfw:commentRss>http://roobasoft.com/blog/2005/12/21/my-powerbook-display-setting-has-amnesia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
