<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>OS X Central</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/" />
    <link rel="self" type="application/atom+xml" href="http://www.osxcentral.com/blog/atom.xml" />
    <id>tag:www.osxcentral.com,2008-09-16:/blog//213</id>
    <updated>2011-04-30T08:37:57Z</updated>
    <subtitle>Macintosh . iPhone . iPod . Apple TV . Mac Mini . OS X . Darwin</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.34-en</generator>

<entry>
    <title>Debian Wheezy on an Older Mac Mini (Mac Keyboard Needed!)</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2011/04/debian-wheezy-on-an-older-mac-mini-mac-keyboard-needed.html" />
    <id>tag:www.osxcentral.com,2011:/blog//213.22352</id>

    <published>2011-04-30T00:18:41Z</published>
    <updated>2011-04-30T08:37:57Z</updated>

    <summary>Unfortunately, the system would not boot off the hard drive again. At least I was able to eject the CD by holding down the **left mouse button** upon boot. Still, I was presented with the &quot;No Operating System Found&quot; error.</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Apple Hardware" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="macintoshkeyboard" label="Macintosh keyboard" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>I&#8217;m trying to install Debian Wheezy on one of the earlier Intel based Mac Minis. I first tried pressing &#8220;C&#8221; a non-Mac keyboard, but that just didn&#8217;t work! Then I tried asking the system settings to boot off of the foreign operating system CD, but that didn&#8217;t work either - I guess I burned a amd64 version of Wheezy by accident&#8230;</p>

<p>Unfortunately, the system would not boot off the hard drive again. At least I was able to eject the CD by holding down the <strong>left mouse button</strong> upon boot. Still, I was presented with the &#8220;No Operating System Found&#8221; error.</p>

<p>Finally I figured I would try a real Mac keyboard. Wow - that worked! I was able to choose which OS by holding down the option key.</p>

<p>Now I&#8217;m using &#8220;diskutil&#8221; to resize the volume so I can have at least 10GB of space to work with. I may end up removing Mac OS altogether, even.</p>

<p><img src="http://cdn.evenserver.com/s/img/2011/hdrs/diskutil.png" alt="diskutil" /></p>

<p>Actually, I&#8217;m running squeeze, and I like it because its super stable.</p>

<p>Helpful Links: </p>

<ul>
<li><a href="http://bredsaal.dk/generating-entropy-with-a-wireless-network-card">http://bredsaal.dk/generating-entropy-with-a-wireless-network-card</a></li>
<li><a href="http://www.macworld.com/article/135944/2008/10/startupboot.html">http://www.macworld.com/article/135944/2008/10/startupboot.html</a></li>
<li><a href="http://www.thiscoolsite.com/?tag=single-boot-linux-new-mac-mini">http://www.thiscoolsite.com/?tag=single-boot-linux-new-mac-mini</a></li>
</ul>
]]>
        

    </content>
</entry>

<entry>
    <title>Debian Squeeze on a Modern MacMini</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2011/04/debian-squeeze-on-a-modern-macmini.html" />
    <id>tag:www.osxcentral.com,2011:/blog//213.22351</id>

    <published>2011-04-23T14:48:22Z</published>
    <updated>2011-04-23T15:05:00Z</updated>

    <summary>There is no doubt in my mind that Apple will benefit from the new firmware-powered BIOS compatibility mode they offer. I know many consumers and businesses who value the high quality and consistent hardware that Apple produces, but prefer similarly high quality and consistent free and open source operating systems like Debian.</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Mac Mini" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="macmini" label="macmini" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Its been awhile since I&#8217;d built a MacMini with a completely free operating system, but I did so at work this past week. The hardware is a very modern MacMini, so when I was reading up about the process, I was pleased for two reasons:</p>

<ol>
<li>The firmware for recent Apple Mac hardware includes a BIOS compatibility mode, greatly increasing the simplicity with which free operating systems can be installed.</li>
<li>The MacMini I installed onto already had the latest firmware.</li>
</ol>

<p>Thanks to the awesome <a href="http://wiki.debian.org/MacMiniIntel">Debian wiki page about installing onto a MacMini</a> - especially the inclusion of a Debian installer that had the necessary drivers, the process was straightforward, but I did run into a tough problem, actually two.</p>

<p>The first issue I had was getting grub to install. I just like grub more than lilo, OK? I could not install it from the debian installer, I had to execute a shell, apt-get install gptsync, run in, and then install grub manually. I installed it to both /dev/sda and /dev/sda3. I wish I took better notes on that part, but I will do this install again (on my own older MacMini hardware), and I&#8217;ll write down the steps by steps tasks I performed.</p>

<p>The second issue was with the video card. Its a new nvidia graphics card, and the installer included a kernel with support for the reverse engineered <em>nouveau</em> driver. For it to work, the kernel <strong>must</strong> have this passed to it upon boot:</p>

<pre class="terminal">
nouveau.modeset=0
</pre>

<p>The debian wiki instructions include that, but without explanation. If that boot option is not included, the screen simply goes blank.</p>

<p>With it, the screen remains active, and even supports decent video modes. I was unable to use the screen resolution I wanted with the nouveau driver, so I ended up installing the proprietary nvidia dkms driver. Not optimal, but definitely usable. I even setup TwinView via nvidia-settings, which allows me to use two displays.</p>

<p>There is no doubt in my mind that Apple will benefit from the new firmware-powered BIOS compatibility mode they offer. I know many consumers and businesses who value the high quality and consistent hardware that Apple produces, but prefer similarly high quality and consistent free and open source operating systems like Debian.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>$10,000 Prize? No Thanks, I&apos;m Not Falling For That One!</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2011/01/10000-prize-no-thanks-im-not-falling-for-that-one.html" />
    <id>tag:www.osxcentral.com,2011:/blog//213.21636</id>

    <published>2011-01-24T04:38:24Z</published>
    <updated>2011-01-24T04:43:26Z</updated>

    <summary>Seriously, who is going to call me up and tell me I&apos;ve won ten thousand dollars?</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="App Store" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="appstore" label="app store" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="apple" label="apple" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="cnet" label="cnet" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="prizes" label="prizes" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Seriously, who is going to call me up and tell me I&#8217;ve won ten thousand dollars?</p>

<p>I&#8217;ve seen it on <a href="http://www.toobinator.com/">television</a>&#8230; you know - when the one millionth customer checks out and balloons fall from the ceiling? Apparently Apple has something similar for their app store - when the 10 billionth app gets downloaded.</p>

<p>The customer who downloaded the 10 billionth app gets awarded ten thousand dollars! Who knew?</p>

<p>Anyway, according to CNET, the household who won received the call, and promptly hung up, thinking the call was some B.S. telemarketer. Ha! Thankfully, Apple called back.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Droid X versus the iPhone</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2010/08/droid-x-versus-the-iphone.html" />
    <id>tag:www.osxcentral.com,2010:/blog//213.21220</id>

    <published>2010-08-17T03:39:46Z</published>
    <updated>2010-08-17T03:46:11Z</updated>

    <summary>Sorry Apple and AT&amp;T Wireless, the Droid X is the phone for me.</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="iPhone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="att" label="att" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="droidx" label="droid x" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="verizonwireless" label="verizon wireless" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>I used to be such an Apple fan, and believe it or not, it was the iPod and its eventually closed-nature which bothered me so much that I stopped buying Apple products.</p>

<p>I expected its successor, the <a href="http://www.osxcentral.com/blog/iphone.html">iPhone</a>, to be a total failure, but I was wrong - it was a smashing success.</p>

<p>Still, I am wary to purchase anything made by Apple, so when Google came out with Android, I was very interested.</p>

<p>It wasn't until the Droid X came along that I found the opportunity to buy an Android-powered device, and I'm glad I waited! Thankfully its on the Verizon Wireless network, and it has some very useful apps.</p>

<p>Frankly, I'm not sure why anyone would bother with an iPhone anymore!! The Droid X can even do one thing that any iPhone certainly cannot: be a 3G mobile hotspot. :-)</p>

<p>Sorry Apple and AT&amp;T Wireless, the Droid X is the phone for me.</p>

<p>See Also:</p>

<ul>
<li><a href="http://www.neocarz.com/blog/2010/08/driving-with-the-android-powered-droid-x.html">Driving with the Droid X</a></li>
<li><a href="http://www.telecomrebirth.com/blog/2010/08/droid-x-review.html">Droid X Review and FAQ</a></li>
</ul>
]]>
        

    </content>
</entry>

<entry>
    <title>Enter The iPad</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2010/01/enter-the-ipad.html" />
    <id>tag:www.osxcentral.com,2010:/blog//213.20158</id>

    <published>2010-01-28T00:01:47Z</published>
    <updated>2010-01-28T00:28:38Z</updated>

    <summary>Apple has publicly disclosed its new tablet: The iPad What does it do? Web, Email, YouTube, App StoreGood, but not astounding Usual Apple media tools: iTunes, iPhoto, videosGood, nothing new eBook readerI haven&apos;t used this or the Kindle, but I&apos;ve...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Apple Hardware" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="appstore" label="app store" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ipad" label="ipad" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="islate" label="islate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="multitouch" label="multi-touch" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="pasemi" label="pa semi" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="powerpc" label="powerpc" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Apple has publicly disclosed its new tablet:</p>

<h1><big><strong>The iPad</strong></big></h1>

<h2>What does it do?</h2>

<dl>
<dt>Web, Email, YouTube, App Store</dt><dd>Good, but not astounding</dd>
<dt>Usual Apple media tools: iTunes, iPhoto, videos</dt><dd>Good, nothing new</dd>
<dt>eBook reader</dt><dd>I haven't used this or the Kindle, but I've seen the Kindle and it looks more specialized.</dd>
<dt>Personal Information Management (PIM): notes, calendar, address book</dt><dd>Yawn, boring!</dd>
<dt>Home screen</dt><dd>Why do they list this under features?</dd>
</dl>

<h2>What I Don't Like About it Already</h2>

<ul>
<li>$499 base price is too steep</li>
<li>All proprietary hardware; no USB host?!?</li>
<li>No hybrid screen</li>
<li>No handwriting recognition??</li>
<li>No mention of what operating system it runs</li>
<li>Seems awfully proprietary</li>
<li>Requires an iTunes store account</li>
</ul>

<h2>What I Want to Know More About</h2>

<ul>
<li>A4 Chip
<ul>
<li>Was it designed by <a href="http://www.green-computing.info/blog/2008/01/pa-semi.html">PA Semi</a>?</li>
<li>Does it run on a PowerPC architecture?</li>
<li>Might be... A4 is kind of like G3 / G4 / G5</li>
<li>It could be the ARM platform</li>
<li>Apparently it runs at 1 Ghz</li>
</ul></li>
<li>Operating System</li>
<li>Battery</li>
</ul>

<p>Without having tried one yet, I have to reserve final judgement, but so far I'm totally disappointed with it. To me, its less cool than the Newton, and the only reason Apple has for producing it is the their Multi-touch technology and the App Store. Might be compelling for some, but not at all for me. I'd rather get a Nokia n900 for a handheld, a netbook for a tiny computer, and a Kindle for ebooks.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>More Apple Tablet News</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2010/01/more-apple-tablet-news.html" />
    <id>tag:www.osxcentral.com,2010:/blog//213.20113</id>

    <published>2010-01-22T19:37:29Z</published>
    <updated>2010-01-22T19:58:00Z</updated>

    <summary><![CDATA[Wireless connectivity on the Apple tablet will be important for the device to succeed. Probably not crucial though. I wouldn't consider switching to AT&amp;T just to get an iPhone because in my opinion Verizon Wireless has superior connectivity - at...]]></summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="iSlate" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="wireless" label="wireless" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Wireless connectivity on the Apple tablet will be important for the device to succeed.</p>

<p>Probably not crucial though. I wouldn't consider switching to AT&amp;T just to get an iPhone because in my opinion Verizon Wireless has superior connectivity - at least in the Northeastern part of the United States. But obviously, other people want an iPhone enough to use one anyway.</p>

<p>Regardless of which network has better connectivity, Apple is reportedly in talks with both Verizon Wireless and AT&amp;T Wireless. I will be surprised if they go with both carriers from the outset.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>We All Slate</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2010/01/we-all-slate.html" />
    <id>tag:www.osxcentral.com,2010:/blog//213.20106</id>

    <published>2010-01-21T16:19:53Z</published>
    <updated>2010-01-21T16:33:08Z</updated>

    <summary>&quot;iSlate, YouSlate, We All Slate, for iSlate&quot; I read an opinion piece supposing that Amazon raised royalty rates on Kindle ebooks in anticipation of the upcoming Apple tablet. In a lot of ways, that makes a ton of sense. The...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
    <category term="hybrid" label="hybrid" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="islate" label="islate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="kindle" label="kindle" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="lcd" label="lcd" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p><strong><em>"iSlate, YouSlate, We All Slate, for iSlate"</em></strong></p>

<p>I read an opinion piece supposing that Amazon raised royalty rates on Kindle ebooks in anticipation of the upcoming Apple tablet. In a lot of ways, that makes a ton of sense.</p>

<p>The Kindle is arguably the most successful personal digital gadget since the iPod and the subsequent iPhone. Is the much rumored iSlate Apple's response to the Kindle? Probably.</p>

<p>I've been thinking of it as a successor to the Newton, or a bigger iPhone. But its probably a lot different than those.</p>

<p>As I said in a previous post, I really expect the iSlate, or whatever it is called, to include a <a href="http://www.green-computing.info/blog/2010/01/hybrid-displays.html">hybrid screen</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>iSlate Might Be Incredible</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2010/01/islate-might-be-incredible.html" />
    <id>tag:www.osxcentral.com,2010:/blog//213.20088</id>

    <published>2010-01-19T14:51:55Z</published>
    <updated>2010-01-19T15:01:57Z</updated>

    <summary>Apple has made some absolutely incredible, and successful, products: the ipod, the iphone, and of course their desktop computers. Some products haven&apos;t been so hot, like the Newton. Its been years since that product was first launched and subsequently canned,...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Tablet" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="apple" label="apple" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="islate" label="islate" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Apple has made some absolutely incredible, and successful, products: the ipod, the iphone, and of course their desktop computers.</p>

<p>Some products haven't been so hot, like the Newton. Its been years since that product was first launched and subsequently canned, but I got the feeling that its failure left Apple with such a bad taste that they would not try it again.</p>

<p>Rumors suggest the contrary - "iSlate" is supposedly a tablet in the works, about to be launched, by the Apple.</p>

<p>Technology has changed, evolved, improved since Newton, even the iphone would easily outperform it.</p>

<p>I see some critical success factors for an Apple tablet to succeed:</p>

<ul>
<li>A tablet-specific app store</li>
<li>Long battery life (<a href="http://www.green-computing.info/blog/2010/01/hybrid-displays.html">hybrid displays?</a>)</li>
<li>Handwriting recognition</li>
</ul>
]]>
        

    </content>
</entry>

<entry>
    <title>Which is Cooler?</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2010/01/which-is-cooler.html" />
    <id>tag:www.osxcentral.com,2010:/blog//213.19949</id>

    <published>2010-01-06T03:35:10Z</published>
    <updated>2010-01-06T16:21:28Z</updated>

    <summary>Its up to you to decide. Which is cooler: A. Apple iSlate or B. Google Nexus One...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Tablet" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="islate" label="islate" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="rumors" label="rumors" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tablet" label="tablet" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Its up to you to decide. Which is cooler:</p>

<p><span style="font-size:137%;color:blue;">A. Apple iSlate</span></p>

<p>or</p>

<p><span style="font-size:137%;color:red;">B. Google Nexus One</span></p>
]]>
        

    </content>
</entry>

<entry>
    <title>New Laptop Notebook Computer</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2009/12/new-laptop-notebook-computer.html" />
    <id>tag:www.osxcentral.com,2009:/blog//213.19813</id>

    <published>2009-12-16T00:20:42Z</published>
    <updated>2009-12-17T04:33:14Z</updated>

    <summary>I&apos;ll soon need a new laptop / notebook computer. Why? Apple knows. I tripped over my power cable and while the resulting cable yank didn&apos;t cause the machine itself to break, it does have a difficult time staying connected to...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Macbook" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="leopard" label="leopard" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="linux" label="linux" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="osx" label="os x" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="snowleopard" label="snow leopard" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ubuntu" label="ubuntu" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="windows" label="windows" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>I'll soon need a new laptop / notebook computer.</p>

<p>Why? Apple knows. I tripped over my power cable and while the resulting cable yank didn't cause the machine itself to break, it does have a difficult time staying connected to the power cable. I ofter have to jiggle the wire in the back, and its getting increasingly unstable.</p>

<p>This is a common problem which Apple fixed with their mag-safe power adapter. I'm tempted to go the Apple route again (I've owned several Mac computers - desktops and laptops - though now I run Debian GNU/Linux), but I'm also considering getting an Ubuntu powered laptop. Decisions, decisions!</p>

<p>I heard very cool things about Mac OS X Snow Leopard before it came out, but after it was released, very little. Maybe that's a good thing!</p>

<p>Even the refurbished Macbook cost about $900, and that's for a 2Ghz Intel Core 2 Duo. There are Dell notebooks available with a 2.2Ghz Core 2 Duo with additional RAM for only $500. In these tight times, its tough to justify the additional expense. If it were OS X versus Windows, the choice would be clear: Mac OS X, but with Debian or Ubuntu available, its not so clear.</p>

<p>UPDATE: Hooray! Turns out it wasn't my computer's plug receptacle, but the power cable. Thankfully I have an extra one, so no new computer is needed right away.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Sorry Pystar</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2009/11/sorry-pystar.html" />
    <id>tag:www.osxcentral.com,2009:/blog//213.19501</id>

    <published>2009-11-16T00:43:28Z</published>
    <updated>2009-11-16T00:49:54Z</updated>

    <summary>Headlines today are reporting on the Pystar versus Apple lawsuit and the tone doesn&apos;t bode well for Pystar. Will Apple ever allow clones again? I&apos;d be surprised if they didn&apos;t, as I really think that more people would be willing...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="Apple Hardware" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="applehardware" label="apple hardware" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="clones" label="clones" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="macosx" label="mac os x" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="pystar" label="pystar" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Headlines today are reporting on the Pystar versus Apple lawsuit and the tone doesn't bode well for Pystar.</p>

<p>Will Apple ever allow clones again? I'd be surprised if they didn't, as I really think that more people would be willing to try a non-Microsoft operating system now more than anytime in quite some years, if forever.</p>

<p>Apparently people want to run Mac OS X on non-Apple hardware enough that they are hacking the software to do it, so much that Apple is stuck playing cat-and-mouse with them!</p>
]]>
        

    </content>
</entry>

<entry>
    <title>Nokia is Suing Apple for Alleged Patent Infringement by the iPhone </title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2009/10/nokia-is-suing-apple-for-alleged-patent-infringement-by-the-iphone.html" />
    <id>tag:www.osxcentral.com,2009:/blog//213.16865</id>

    <published>2009-10-23T00:55:07Z</published>
    <updated>2009-11-14T21:03:42Z</updated>

    <summary>I just read some headlines at news.Google.com saying that Nokia is suing Apple for patent infringement. Ouch. Nokia is a pretty solid company as far as I know, so I bet that their claims carry substance. More Information: Nokia category...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="iPhone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="lawsuits" label="lawsuits" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="patents" label="patents" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>I just read some headlines at news.Google.com saying that Nokia is suing Apple for patent infringement. Ouch.</p>

<p>Nokia is a pretty solid company as far as I know, so I bet that their claims carry substance.</p>

<p>More Information:</p>

<ul>
<li><a href="http://www.telecomrebirth.com/blog/">Nokia category at TelecomRebirth.com</a></li>
<li><a href="http://www.informedlicensing.com/blog/patents/">Patent category at InformedLicensing.com</a></li>
</ul>
]]>
        

    </content>
</entry>

<entry>
    <title>iDon&apos;t Believe its Not Butter!</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2009/10/idont.html" />
    <id>tag:www.osxcentral.com,2009:/blog//213.16831</id>

    <published>2009-10-19T02:10:37Z</published>
    <updated>2009-10-20T02:20:30Z</updated>

    <summary> It got me at the first line: &quot;iDon&apos;t allow open development.&quot; This is a commercial for a new phone called the Droid. UPDATE: Apparently the Droid is a new phone powered by Android from Google. Its going to be...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="iPhone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="droid" label="droid" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="idont" label="idon&apos;t" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="verizonwireless" label="verizon wireless" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/dPYM-XTqcec&amp;hl=en&amp;fs=1&amp;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/dPYM-XTqcec&amp;hl=en&amp;fs=1&amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>

<p>It got me at the first line:</p>

<p>"iDon't allow open development."</p>

<p>This is a commercial for a new phone called the Droid.</p>

<p>UPDATE: Apparently the Droid is a new phone powered by Android from Google. Its going to be on the Verizon Network which is totally ironic, because Verizon Wireless has a terrible track record for openness. They actually had a phone which was fairly open, and changed the operating system to force customers to have to use their network to download pictures! (See <a href="http://www.telecomrebirth.com/blog/2007/12/verizon-wireless-opens-up-while-fios-infringes.html">this</a> and <a href="http://www.telecomrebirth.com/blog/2007/03/tribute-to-a-great-phone-motorola-e815.html">this for more information on the e815</a>.) </p>
]]>
        

    </content>
</entry>

<entry>
    <title>The Flashless iPhone</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2009/10/the-flashless-iphone.html" />
    <id>tag:www.osxcentral.com,2009:/blog//213.16681</id>

    <published>2009-10-05T15:59:33Z</published>
    <updated>2009-10-05T16:09:07Z</updated>

    <summary>Its hilarious to me that the iPhone doesn&apos;t have Flash on it. Many rumors abound as to why, but do I care? Nope - I don&apos;t have an iPhone and I&apos;m not too keen on getting one. I have a...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="iPhone" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[<p>Its hilarious to me that the iPhone doesn't have Flash on it. Many rumors abound as to why, but do I care?</p>

<p>Nope - I don't have an iPhone and I'm not too keen on getting one. I have a fine cell phone which is able to get charged by a standard mini-USB cable. I have a netbook, a Nokia 800, and plenty of laptops.</p>

<p>I've been a huge Mac fan for years, especially when the went an open source route for their kernel and supporting userland tools. For Apple, keeping the iPhone tightly controlled and closed is a great idea. As far as I know, its making them oodles of money and has brought their brand and user experience to more users than I would have ever expected. For me though, its just not the right phone.</p>

<p>In the future, I'll probably get a phone with an open source operating system. In doing so, I'll get to be in control of hardware that I own. I'd also love to get a <a href="http://www.neobookz.com/blog/2009/09/nokia-netbooks.html">Nokia n900</a>.</p>
]]>
        

    </content>
</entry>

<entry>
    <title>iTouch and Apple App Development</title>
    <link rel="alternate" type="text/html" href="http://www.osxcentral.com/blog/2009/08/itouch-and-apple-app-development.html" />
    <id>tag:www.osxcentral.com,2009:/blog//213.16167</id>

    <published>2009-08-28T18:00:01Z</published>
    <updated>2009-08-28T18:10:47Z</updated>

    <summary>My kind sister lent me her iTouch now that she has an iPhone. In exchange, I let her borrow my extra digital camera.The itouch is great. I&apos;m hoping to try out some development using the multi-touch API Apple has provided...</summary>
    <author>
        <name>Albert</name>
        
    </author>
    
        <category term="iPhone" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="iTouch" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="appstore" label="app store" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="apple" label="Apple" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="apps" label="apps" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="iphone" label="iphone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="itouch" label="itouch" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="multitouch" label="multi-touch" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="snowleopard" label="snow leopard" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="softwaresales" label="software sales" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="zfs" label="ZFS" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.osxcentral.com/blog/">
        <![CDATA[My kind sister lent me her iTouch now that she has an iPhone. In exchange, I let her borrow my extra <a href="http://www.digipixels.info/blog/">digital camera</a>.<br /><br />The itouch is great. I'm hoping to try out some development using the multi-touch API Apple has provided for it.<br /><br />Its interesting that the app store is making money for its developers in a way that many developers have never seen before. I believe its due to the fact that the customers can bill the charge to their phone bill, instead of having to enter their credit card information. If Apple could make it as easy to do that with their laptops and desktop environments, the economic outlook for independent software developers would be much different.<br /><br />The purchasing convenience is very important, but so is the ease of install - another big win for iTouch and iPhone customers. Its very frustrating to have to migrate applications when you buy a new computer, only to realize that you've misplaced the registration code somewhere. If Apple (or some trusted app solution provider) were to securely store all this information, migrating from one device to another would be a breeze.<br /><br />Yes, this is where cloud computing is headed, but we're not there yet, not by a long shot. In the meantime, rock on, Apple! Keep foraging ahead!<br /><br />NOTE: I no longer use Apple as my personal operating system. As I became more focused on programming and networking, Apple became more focused on entertainment. I'm pleased to learn that Snow Leopard is getting back to the basics. Maybe I'll get back to the Mac? Still, I'd miss ext3, LVM, and awesome. Shocking about ext3, I know, but it works. I'd love to see Apple switch to using ZFS instead of HFS+ altogether, but I doubt that will happen anytime soon.<br /><br /> ]]>
        
    </content>
</entry>

</feed>

