<?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>Hell Yeah Bitch! .com &#187; The Apple Kool-Aid</title>
	<atom:link href="http://hellyeahbitch.com/category/the-apple-kool-aid/feed/" rel="self" type="application/rss+xml" />
	<link>http://hellyeahbitch.com</link>
	<description>Blog Boosh!</description>
	<lastBuildDate>Fri, 31 Dec 2010 09:15:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>OS X Finder Hacking</title>
		<link>http://hellyeahbitch.com/2006/07/24/896/</link>
		<comments>http://hellyeahbitch.com/2006/07/24/896/#comments</comments>
		<pubDate>Tue, 25 Jul 2006 01:57:18 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=896</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img alt="script.jpg" src="http://hellyeahbitch.com/images/script.jpg" width="225" height="162" align="right" /><br />
<a href="http://lifehacker.com">Lifehacker</a> had a <a href="http://lifehacker.com/software/command-line/show-hidden-files-in-finder-188892.php">nice little tip</a> today on showing how to show hidden files within finder.  Showing hidden files is as easy (if not immediately guessable) as entering these two lines into a terminal window:</p>
<blockquote><p><b>defaults write com.apple.finder AppleShowAllFiles TRUE<br />
killall Finder</b></p></blockquote>
<p>(to hide files just change the TRUE to FALSE)<br />
Knowing that I&#8217;d never remember the syntax for that ever again I put it into a simple bash script that can be ran from the command line.  Read on to the rest of this post for the scripts and how to use them.</p>
<p><span id="more-896"></span><br />
<b>File #1: <u>showall</u><b></p>
<blockquote><p>
#!/bin/bash<br />
defaults write com.apple.finder AppleShowAllFiles TRUE<br />
killall Finder</p>
<p>@echo off<br />
echo &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
echo &#8212; Showing all files enabled. Use &#8216;./hideall&#8217; to reverse this script<br />
echo &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
</p></blockquote>
<p><b>File #2: <u>hideall</u></b></p>
<blockquote><p>
#!/bin/bash<br />
defaults write com.apple.finder AppleShowAllFiles FALSE<br />
killall Finder</p>
<p>@echo off<br />
echo &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
echo &#8212; Showing hidden files disabled. Use &#8216;./showall&#8217; to reverse this script<br />
echo &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;
</p></blockquote>
<p>Now all you have to do is make the scripts executable. From the command line type in:</p>
<blockquote><p>chmod +x showall<br />
chmod +x hideall</p></blockquote>
<p>Now, to use your new scripts type either <b>./showall</b> or <b>./hideall</b> inside of Terminal.  Enjoy.</p>
<p>Aside: Is there a list somewhere of all these <b>com.apple.something</b> attributes?  I&#8217;ve seen this same kind of thing many times before and I can&#8217;t understand how someone could stumble across the proper syntax&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2006/07/24/896/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Update Broke my Bluetooth</title>
		<link>http://hellyeahbitch.com/2006/01/10/726/</link>
		<comments>http://hellyeahbitch.com/2006/01/10/726/#comments</comments>
		<pubDate>Wed, 11 Jan 2006 05:31:29 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[bluetooth]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=726</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href="http://danielcole.us/hyb/bluetooth_broke.jpg"><img src="http://danielcole.us/hyb/bluetooth_broke.jpg" alt="Broken Bluetooth" width="276" align="right" /></a>There was a flurry of OS X updates today, including updates for bluetooth.  After the required restart OSX wanted to update the firmware on the bluetooth (click for a <a href="http://danielcole.us/hyb/bluetooth_broke.jpg">full-size photo</a>).  All it would do is cycle between searching for a bluetooth device, and then preparing to upgrade it.   It gave up after 4-5 tries and now my bluetooth is not functional.</p>
<p>Anyone have any ideas on how to fix this?</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2006/01/10/726/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>&#8230;But dan Will</title>
		<link>http://hellyeahbitch.com/2006/01/10/724/</link>
		<comments>http://hellyeahbitch.com/2006/01/10/724/#comments</comments>
		<pubDate>Tue, 10 Jan 2006 07:33:25 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[macworld]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=724</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Someone&#8217;s got to make crazy Apple predictions, damnit!  And if <a href="http://hellyeahbitch.com/archives/2006/01/092325">Mike&#8217;s not gunna step up to the plate&#8230;</a></p>
<p><big>Dan&#8217;s Super-Accurate Prediction Number One:</big><br />
<b>A bluetooth-enabled iPod and bluetooth ear buds.</b>  Yeah Yeah Yeah, Apple released two new iPods just a few months ago, but don&#8217;t you think that video iPod is getting a little shabby?  Time for a new one and give that old wired clunker to your little brother.</p>
<p><big>Dan&#8217;s Super-Accurate Prediction Number Two:</big><br />
<b>Dell will drop Windows on all desktops and laptops and sell OSXI.</b> You read correctly, my friends.  Not only will Michael Dell announce that Microsoft pissed him off once too many times, but on the same stage he and Our Steveness will announce that they&#8217;re skipping OSX 10.5 &#8211; 10.9 and skipping straight to 11.0.  OSXI will extend spotlight search capabilities to indexing all the books on your bookshelf, all of your DVDs (both movies and TV series), along with the contents of your pantry and refrigerator.<br />
In an attack of retro glee, the new Dells will ship in colors of &#8216;sweet violet&#8217;, &#8216;beaujolias&#8217;, &#8216;cadet&#8217; and &#8216;khaki&#8217;.   Initial sales will be impressive, until the blogosphere explodes with the discovery that &#8216;beaujolias&#8217; and &#8216;cadet&#8217; aren&#8217;t really colors at all, and that &#8216;khaki&#8217; looks oddly familiar&#8230;</p>
<p><big>Dan&#8217;s Super-Accurate Prediction Number Three:</big><br />
<b>JHymn development will resume, with support for returning our Fair Use Rights back to the content that we pay for.</b>  This one is more of a hope and a prayer then anything else.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2006/01/10/724/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Mossberg Likes My Computer</title>
		<link>http://hellyeahbitch.com/2005/11/30/689/</link>
		<comments>http://hellyeahbitch.com/2005/11/30/689/#comments</comments>
		<pubDate>Wed, 30 Nov 2005 21:41:06 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[mossberg]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=689</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>Walt Mossberg, the big daddy of tech writers, wrote in a recent column that&#8230;</p>
<blockquote><p>We&#8217;ve been testing this new iMac, and our verdict is that it&#8217;s the gold standard of desktop PCs. To put it simply: No desktop offered by Dell or Hewlett-Packard or Sony or Gateway can match the new iMac G5&#8242;s combination of power, elegance, simplicity, ease of use, built-in software, stability and security. From setup to performing the most intense tasks, it&#8217;s a pleasure to use.</p></blockquote>
<p>Sounds like he&#8217;s pretty happy with it, which in turn makes me even happier than I was before with my new iMac.  Why?  I&#8217;m not sure.  But any little added iMac happiness helps these days because my credit card bill just arrived.</p>
<p>One minor issue with Mossberg&#8217;s article though.  Towards the end he wishes that the iMac&#8217;s remote had a power button.  It does!  Well, its a Sleep Button really, and its kind of hidden&#8230;but it is there.  I wrote that it was one of my favorite features in <a href="http://hellyeahbitch.com/archives/2005/11/062318">my iMac review</a>.  (You just hold down the Play button for a few seconds.)</p>
<p>Link: <a href="http://ptech.wsj.com/archive/solution-20051130.html">A New Gold Standard for PCs</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2005/11/30/689/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: iMac G5 (iSight)</title>
		<link>http://hellyeahbitch.com/2005/11/06/667/</link>
		<comments>http://hellyeahbitch.com/2005/11/06/667/#comments</comments>
		<pubDate>Mon, 07 Nov 2005 06:18:42 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=667</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="/images/newimac.jpg" /><br />
As promised, after speeding a few days with my new computer, I am now ready to sling a little review your way.  Lets just get right to it shall we?</p>
<h3>How fast is it?</h3>
<p>Coming from a G4 933 iBook, the G5 (1.9 Ghz) in this last revision of the iMac seems very quick.  Though you really don&#8217;t notice the speed difference until that first Spolight search.  All iLife apps that I have tried so far (I&#8217;ve yet to get to Garageband) preform well.  iPhoto handled my smaller sized library with no problem what so ever, scrolling up and down with little issue.  iDVD and iMovie  both preformed well in the simple tests, and I even tried to see how a more professional level video editing software, but&#8230;well, I&#8217;ll get to that later.</p>
<p><span id="more-667"></span></p>
<h3>Graphics?</h3>
<p>The grapics are great.  I downloaded the Doom 3 demo for testing and it ran great on 1024&#215;768 at medium quality.  HIgh quality was choppy at times, but that might be caused by only running with 512 MB of ram.  The screen is beautiful and bright, though Apple does ship the iMac pre-set on the highest level of brightness.</p>
<h3>Ok, whats FrontRow like?</h3>
<p>FrontRow is nice.  Playing a DVD is like you would expect and playing music is nice and works well.  The Photos section needs some work however.  Maybe its because I really don&#8217;t ever see me using this more than 5 times in my life, but I just don&#8217;t like the Photos section.  There is no way to change how the Photos are shown&#8230;there needs to be a &#8220;playback&#8221; setting(s) like on the actual iPhoto app.</p>
<p>Playing Movies via FrontRow is better, but far from perfect.  It seems to work well if you buy your videos from iTunes (which I don&#8217;t), but if you are just trying to play movies from other locations, you could have some problems.  They play fine on files that reside in the Movies folder, but I don&#8217;t keep my movies there&#8230; I keep them on my file server.  I tried to make a symbolic link over my mounted samba share.  It kind of worked, the &#8220;folder&#8221; showed up in FrontRow, but after clicking on it, it took SO LONG to bring the files up I thought I had crashed it.  That needs work.  Apparently there are also reports that movies don&#8217;t leave off where you paused them.  That probably has to do with QuickTime, which is loaded in the background.</p>
<p>All in all FrontRow is nice for music and the occasional video but it needs a few tweaks before it ready for everday use.</p>
<h3>Quick thoughts.</h3>
<p>- The remote is nice for FrontRow, but I&#8217;m finding it more usefull outside of FrontRow.  Just controlling iTunes, volume and Quicktime in the OS X desktop is proving to be nice.  So is the ability to put the iMac to sleep via the remote. (To do this, hold down play/pause for 3 seconds)</p>
<p>- When I tried to install my copy of Final Cut Express 2, it wouldn&#8217;t let me run it because it couldn&#8217;t &#8220;find an AGP graphics card.&#8221;  Great, there&#8217;s the main problem with PCI-Express.</p>
<p>- Photo Booth was fun for a little bit.</p>
<p>- After writing my last comment, my girlfriend came over and fell in love with Photo Booth.  I believe her quote was &#8220;I could spend hours with that.&#8221;</p>
<h3>Overall thoughts.</h3>
<p>I love this computer.  The only issues I have with it at all were on FrontRow, and thats not a critical aspect of this computer.  I bought it for speed, style, and ease of use.  Based on those requirements, this computer preforms very well.  Sure you can get a PowerMac with its dual core chips or maybe wait and get an &#8220;mactel&#8221; (intel chip based macs) but for right now, this is the best all around computer available.</p>
<h3>Pictures</h3>
<p>For pictures, head over to <a href="http://flickr.com/photos/hellyeahbitch/">Hell Yeah Bitch! .com&#8217;s flickr page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2005/11/06/667/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can&#8217;t Delete Videos in iTunes</title>
		<link>http://hellyeahbitch.com/2005/11/06/666/</link>
		<comments>http://hellyeahbitch.com/2005/11/06/666/#comments</comments>
		<pubDate>Mon, 07 Nov 2005 01:19:05 +0000</pubDate>
		<dc:creator>dan</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=666</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://danielcole.us/hyb/itunes.jpg" align="right" />I&#8217;ve got a few videos in iTunes that I don&#8217;t want any longer. When I want to get rid of a podcast that I&#8217;ve listened to I can either drag it to the trash or right-click and select &#8216;clear&#8217;. In the &#8216;Videos&#8217; section of iTunes (for the mac) neither of these two methods work for removing a video file. I have to dig into the iTunes podcast folder and manually delete it, which doesn&#8217;t update the listings in iTunes. I know you can delete podcast videos from the podcast section, but that does not encompass every video that I&#8217;ve got in iTunes.</p>
<p>You can erase files from any of the library, shuffle, podcast and playlist sections, but files in the video section (which are bigger by many orders of magnitude) are locked in.</p>
<p>Those weekly 250mb DiggNation videos are starting to eat up a good amount of disk space&#8230;.</p>
<p>&#8230;.</p>
<p>Update:  Ok.  You can delete videos from iTunes if you find them in your Library, but navigating that enormous list is kinda a pain and it just does not make much sense to me that you can&#8217;t manage your files in the video section.</p>
<p>damn I bitch about iTunes a lot.  I&#8217;m sorry.  (I&#8217;m not, really, but it was nice to say.)</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2005/11/06/666/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The iMac Has Landed</title>
		<link>http://hellyeahbitch.com/2005/11/02/661/</link>
		<comments>http://hellyeahbitch.com/2005/11/02/661/#comments</comments>
		<pubDate>Wed, 02 Nov 2005 16:56:40 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[imac]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=661</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://images.apple.com/imac/images/indeximacset20051011.jpg" /><br />
My new iMac G5 has arrived.  Thats the good news.  The bad news is that I can&#8217;t play with it today (I&#8217;m at work), tonight (I have plans) or tomorrow (Work again).  But tomorrow night!  Thats when the magic happens.  And since I have noticed a complete lack of new iMac reviews on the web, I will pick up the slack and save the internet&#8217;s ass yet again by contributing a full review this weekend.</p>
<p>Thats all I have for this post.  Sorry, it sounded like a lot more in my head.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2005/11/02/661/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are PowerPC Macs Down To Their Last Four Years?</title>
		<link>http://hellyeahbitch.com/2005/10/26/651/</link>
		<comments>http://hellyeahbitch.com/2005/10/26/651/#comments</comments>
		<pubDate>Wed, 26 Oct 2005 22:45:00 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[intel]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[powerPC]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=651</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="/images/stevejobs.jpg" style="float: none;" /><br />
Now that I have just plunked down some currency and bought one of the new iMacs, what do you say we start a discussion and see how depressed I can make myself (with some help from you)?  According to <a href="http://www.oreillynet.com/pub/au/1045">Chris Adamson</a>, Apple computers purchased today have about a four year lifespan (<a href="http://www.oreillynet.com/pub/wlg/8212">Is It Time to Wait for Intel?</a>).</p>
<p>Here is Adamson&#8217;s logic:</p>
<blockquote><p>The key is probably: how soon will it be until new stuff that you want won&#8217;t run on your PowerPC Mac? Here&#8217;s how I&#8217;m teasing out this logic: at WWDC 2005, we were promised a look at Leopard (Mac OS X 10.5) at WWDC 2006, which is next Spring or Summer. There&#8217;s usually a lag between unveiling an OS to developers and shipping it, so the developers can learn and use the new features. Add 6-12 months to the Leopard preview and we probably don&#8217;t expect Leopard until, what, late 2006 or (more likely) sometime in 2007. Intel Macs are supposed to ship in mid 2006, so clearly some future version of Tiger will support them, as will Leopard.</p>
<p>Apple said with the release of Tiger that the timeframe between major OS releases would slow down, so when do we expect to see Leopard&#8217;s successor? If Tiger shipped in 2004 and Leopard is in 2007, then maybe Mac OS X 10.6 ships around 2010 or so. That&#8217;s four years after the Intel switch.</p></blockquote>
<p>Of course, just because you can&#8217;t run the latest operating system, it doesn&#8217;t mean that machine is dead.  There are many, many functioning, productive computers out there running strong on Panther or Jaguar.  The real question boils down to: How long will your computer be &#8220;Modern&#8221;? &#8220;Modern&#8221; meaning that your computer can run the tasks of a current off the line computer.  Do you think 4 years from now Steve will be extolling the joys of OS X 10.6 (lets say Ocelot) and then mention that the &#8220;transition is complete!  &#8230;so we aren&#8217;t offering this for PowerPC.&#8221; and then quickly move on to the new iPod that cooks you breakfast and doubles as a vibrator?  Mac people do tend to hold on to their computers longer than most PC users, but does that mean that Apple has the same bond to their legacy computers?</p>
<p>Is my new iMac not going to make it past the age of 4?  Will I ever get to see it get on the bus to kindergarden?!  Talk amongst yourselves&#8230;I&#8217;m getting vaclempt.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2005/10/26/651/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple&#8217;s New iMac: Released or Not?</title>
		<link>http://hellyeahbitch.com/2005/10/26/649/</link>
		<comments>http://hellyeahbitch.com/2005/10/26/649/#comments</comments>
		<pubDate>Wed, 26 Oct 2005 17:58:06 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[apple store]]></category>
		<category><![CDATA[bitching]]></category>
		<category><![CDATA[imac]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=649</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="/images/outofthisworld.jpg" style="float: none;" /><br />
I&#8217;ve got a gripe with Apple.  Yes, its true, I have found fault with his Steveness and his kingdom.  My gripe is:</p>
<p>When you release a new product&#8230;actually <i>release</i> it.</p>
<p>I have been trying to get my hands on a new 17&#8243; iMac with the Bluetooth keyboard and mouse.  Its simple.  Thats all.  When you call the two Apple stores I have in my area, they both gave me the same exchange:</p>
<blockquote><p>
<strong>Me:</strong> I was checking to see if you have any of the new 17&#8243; iMacs with bluetooth keyboard and mouse?<br />
<strong>Them:</strong> Let me check&#8230;[long wait]&#8230;well, we had <strong>one</strong>, but we sold it.
</p></blockquote>
<p>Let me just pull a <a href="http://us.imdb.com/title/tt0092423/">&#8220;Out of This World&#8221;</a> on this story, and pause it right there. (See? Now the image at the top makes sense!) You had ONE and you sold it?  You just had one?  What the hell kind of release is that?  One!  Lets continue&#8230;</p>
<blockquote><p>
<strong>Me:</strong> Do you have any idea when you will get more in?<br />
<strong>Them:</strong> Hold on&#8230;[long pause]&#8230;Not really, no.  We do have a couple of the 17&#8243;, but not with the wireless keyboard and mouse.<br />
<strong>Me:</strong> Ok&#8230;but you have no idea when the package with the Bluetooth keyboard and moust combo are arriving?<br />
<strong>Them:</strong> No, but the ones we have in stock do have Bluetooth, they just aren&#8217;t paired with the keyboard and mouse.<br />
<strong>Me:</strong> Yeah&#8230;I want the keyboard and mouse&#8230;What do you think?  Should I just order it online?
</p></blockquote>
<p>[ Puts fingers together.] Pause!  At this point in the conversation, the guys rambles on for a few minutes about how ordering it online would be a &#8220;custom order and ordering it in the store would be a custom order, but they have custom order boxes ready to go&#8221; (just not now I guess) &#8230;and blah blah blah, never answering my question.</p>
<p>Why the hell would you release a product and then not ship it to the stores in more quantities than <strong>one</strong>?  Steve said: &#8220;Available today. Shipping from the factory.&#8221; yet I guess its just the one guy putting the damn things together over there, because none of the stores in St. Louis seem to have the faintest idea when they are going to recieve more.  Seriously Steve&#8230;what the hell?</p>
<p>On the plus side, I did find a way to work in a very obscure early 90&#8242;s TV show reference.  Lets see your <a href="http://boingboing.net">BoingBoing</a>&#8216;s or your <a href="http://slashdot.org">Slashdot</a>&#8216;s do that!</p>
<p>Also, if any Apple Store employees are reading this by chance, could you be so kind as to answer the question the guy I got never did:  If I want the bluetooth keyboard and mouse, would I be saving time ordering it online?</p>
<p><strong>UPDATE:</strong> Screw it.  I just ordered one at the online Apple Store.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2005/10/26/649/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Apple Remote: Battery Replaceable or Not?</title>
		<link>http://hellyeahbitch.com/2005/10/24/647/</link>
		<comments>http://hellyeahbitch.com/2005/10/24/647/#comments</comments>
		<pubDate>Mon, 24 Oct 2005 22:16:20 +0000</pubDate>
		<dc:creator>Mike</dc:creator>
				<category><![CDATA[The Apple Kool-Aid]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[asia]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[imac]]></category>
		<category><![CDATA[remote]]></category>

		<guid isPermaLink="false">http://testing.hellyeahbitch.com/?p=647</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p>As I semi-patiently wait for my local Apple stores to get in the new 17&#8243; iMac (with Bluetooth keyboard and mouse), I&#8217;ve been trying to find a good review of the new features and get any info from people that are lucky enough to already have one of them in their possession.  Recently I ran across an article on <a href="http://asia.cnet.com/reviews/hardware/desktops/0,39001723,39096144p,00.htm">CNET Asia</a> that included an interesting tid bit that I haven&#8217;t heard anywhere else yet.  Here&#8217;s the part of the article that matters: (The emphasis, is mine.)</p>
<blockquote><p>
For a better audio-visual experience, Apple has added a cool remote control which looks so much like an iPod shuffle you may just want to stick your headphones into it. Using infrared technology which is usable up to 9m from the desktop, it lets you control photo viewing, DVD movies as well as video and music playback vie Apple&#8217;s proprietary Front Row interface. One feature we liked was the magnetic back which allows the remote to &#8220;stick&#8221; to the side of the screen when not in use. <strong>The remote has enough power to last for up to two years, after which the remote has to be sent to Apple&#8217;s service center for battery replacement.</strong>
</p></blockquote>
<p>Is that odd to anyone else?  If you want to replace the battery in your iMac remote you have to have it sent to Apple for a replacement?!  I just can&#8217;t believe this.  So off to <a href="http://www.apple.com/support/imac/g5_isight/">Apple&#8217;s support page</a>!</p>
<p>After checking the Apple Support page, I found a whole page on <a href="http://docs.info.apple.com/article.html?artnum=302543">how to change the battery on your own</a>.  Weird.  Is there something with the Asian versions of the iMac that don&#8217;t allow battery replacement?  Some weird Chinese regulation?  Is the writer of the article a moron?  No matter what the answer is, the fact of the matter is that I was mostly done writing an article about how lame it is that you can&#8217;t change the battery yourself when I found out that, in fact, you can&#8230;so I just figured I would post this article up anyway.</p>
<p>Sorry to waste your time, but its not like you had anything to do anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://hellyeahbitch.com/2005/10/24/647/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

