<?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>Thomas S. Nielsen&#039;s blog &#187; Mac</title>
	<atom:link href="http://www.thomassnielsen.com/tag/mac/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomassnielsen.com</link>
	<description>Tech, food and other important stuff</description>
	<lastBuildDate>Tue, 27 Jul 2010 16:37:36 +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>Thoughts and tips on animation</title>
		<link>http://www.thomassnielsen.com/2010/07/thoughts-and-tips-on-animation/</link>
		<comments>http://www.thomassnielsen.com/2010/07/thoughts-and-tips-on-animation/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 13:48:11 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[iPhone]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[animations]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=666</guid>
		<description><![CDATA[More and more gadgets use fancy animated graphics. From your cellphone to your high-end Linux box running Compiz Fusion, they&#8217;re all looking better than ever. But animation is more than looks. And today I&#8217;m going to cover many of the benefits of animations in software, from multiple angles. Animations are exciting Animations makes people go [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_667" class="wp-caption alignright" style="width: 330px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/07/IMG_0003.png"><img class="size-full wp-image-667" title="IMG_0003" src="http://www.thomassnielsen.com/wp-content/uploads/2010/07/IMG_0003.png" alt="" width="320" height="480" /></a><p class="wp-caption-text">Safari launching on an iPhone (it took many tries to get this screenshot right!)</p></div>
<p>More and more gadgets use fancy animated graphics. From your cellphone to your high-end Linux box running <a href="http://www.youtube.com/watch?v=VvfRpmqKRbs&amp;feature=related">Compiz Fusion</a>, they&#8217;re all looking better than ever. But animation is more than looks. And today I&#8217;m going to cover many of the benefits of animations in software, from multiple angles.</p>
<h3>Animations are exciting</h3>
<p>Animations makes people go &#8220;Ooh&#8221; and &#8220;Aah&#8221;. This makes people happy, and they&#8217;ll be more likely to like the software. Even Vista with all its problems was famous for its <a href="http://www.youtube.com/watch?v=IuQC4pey0v4">Aero flip 3D</a>. Bringing animations to your software also makes it seem more professional and complete. Static software is boring, animations are not. Too much is not good either, so finding a place in the middle is important.</p>
<h3>Using animation to hide slowness</h3>
<p>Everybody hates slow software. Animation is a great way to hide this. Of course, the best solution is to make software faster. But when this is not possible because of limitations in hardware, animations can be a great solution.</p>
<p>A very good example of this is launching apps on an iPhone. You zoom from the springboard (desktop) to the app. It may only take milliseconds, but it gives the app some extra time to start that doesn&#8217;t annoy you. Many apps are ready to use when the animation is done, making the launch seem instantaneous instead of having a tiny delay. This gives a great user experience, and is one of the &#8220;secrets&#8221; to why people love the iPhone.</p>
<h3>Using animation to give feedback</h3>
<p>Animations is a great way to give users feedback on their actions. When you click something, you expect something to happen. A good example is the jumping dock icon on Macs when you launch a program. Another one is minimizing windows on almost any operating system.</p>
<p>On Windows 7, you get outlines when dragging windows to the edge of the screen, highlighting that you are about to invoke the <a href="http://windows.microsoft.com/en-US/windows7/products/features/snap">Snap</a> feature.</p>
<h3>Using animation to show relations</h3>
<p>Animation is a great way to show how things are connected. A perfect example is switching screens in a table-based iPhone app. When you press an item in a table, the table slides off to the left and a detailed view comes in from the right. When you go back, the opposite happens. This gives the user a sense of relations between objects on and of the screen. The app seems more logical and self explanatory.</p>
<p>This works so well because we humans are wired to see relations between objects. This is also the reason why interfaces inspired by real world examples often work well (provided they are well executed).</p>
<h2>How to implement the correct animations in your software</h2>
<p>Knowing that animations can be used for many things is good and well, but how do you use them the right way? The easiest way to know if animating something is the right thing to do, ask yourself these questions:</p>
<ol>
<li>Are you sure it won&#8217;t impact performance too much?</li>
<li>Will it help users understand what happened?</li>
<li>Will it make the software look better?</li>
<li>Will it make the software seem faster?</li>
<li>Are users going to be excited by it?</li>
<li>Is it fast to implement?</li>
</ol>
<p>If the answer to at least three of these questions are yes, you should really consider implementing animations.</p>
<p>Finding the right animation for the task is even harder, but this is so different from case to case that I won&#8217;t recommend anything specific. A great general tip is to look at software you love to use and learn from it.</p>
<p>Often used animations most people undestand are zooming, bouncing and sliding. Be careful not to let the animations become the main focus. They should generally last for under 1 second and be gone. A bouncing icon that repeats over and over until you click is <em>not</em> a good user experience.</p>
<h3>Debate, test and ask</h3>
<p>Are you unsure about animations in your software? Do you want to learn more? Debate with friends, test software yourself and ask people what they think. <a href="http://twitter.com/thomassnielsen/">Hit me up at twitter</a> if you have any specific questions, or leave a comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/07/thoughts-and-tips-on-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Busting common Apple myths</title>
		<link>http://www.thomassnielsen.com/2010/01/busting-common-apple-myths/</link>
		<comments>http://www.thomassnielsen.com/2010/01/busting-common-apple-myths/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 11:39:33 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[myths]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=362</guid>
		<description><![CDATA[You&#8217;ve probably heard a lot of myths about Apple over the years, knowingly or not. Here are the most common ones, and why they aren&#8217;t true. Macs have only one mouse button No they don&#8217;t. Previously they did, then Apple added support for two-button mice, and now their own mice have many buttons. The Apple [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve probably heard a lot of myths about Apple over the years, knowingly or not. Here are the most common ones, and why they aren&#8217;t true.</p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/01/mythbusters.jpg"><img class="aligncenter size-medium wp-image-363" title="mythbusters" src="http://www.thomassnielsen.com/wp-content/uploads/2010/01/mythbusters-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p><strong>Macs have only one mouse button</strong></p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/01/Skjermbilde-2010-01-15-kl.-12.43.16.png"><img class="alignright size-thumbnail wp-image-368" title="screenshot" src="http://www.thomassnielsen.com/wp-content/uploads/2010/01/Skjermbilde-2010-01-15-kl.-12.43.16-150x150.png" alt="" width="150" height="150" /></a>No they don&#8217;t. Previously they did, then Apple added support for two-button mice, and now their own mice have many buttons.</p>
<p>The Apple Magic Mouse can even be configured with as many buttons and gestures you can imagine using third party software, like <a href="http://vladalexa.com/apps/osx/magicprefs/">MagicPrefs</a>.</p>
<p><span style="color: #ffffff;">-</span></p>
<p><strong>iPhone doesn&#8217;t do (insert feature here)<br />
</strong></p>
<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/01/Skjermbilde-2010-01-15-kl.-12.41.58.png"><img class="alignright size-full wp-image-366" title="screenshot" src="http://www.thomassnielsen.com/wp-content/uploads/2010/01/Skjermbilde-2010-01-15-kl.-12.41.58.png" alt="" width="210" height="60" /></a>Most likely it does. MMS? Yes. Tethering? Yes. Multitasking? Yes. It is just a question of how far you want to go with your iPhone.</p>
<p>With the 3.0 software update, Apple implemented almost everything people complained about: Cut and paste, MMS, tethering and more. It also does partial multitasking, but if you want you can get full multitasking with doing a jailbreak.</p>
<p>I would advice not to jailbreak because of warranty and battery life, but go ahead if you feel adventurous. That said, I believe the next iPhone and the iSlate will have full multitasking.</p>
<p><strong>Steve Jobs is dying</strong></p>
<p>No he is not. He was ill last year, but he is healthy now. He wouldn&#8217;t be announcing products if Apple was getting ready to live without him.</p>
<p>If you don&#8217;t believe me, check this awesome site: <a href="http://www.isstevejobsdead.com/">http://www.isstevejobsdead.com/</a></p>
<p><strong>Macs are more expensive than PCs</strong></p>
<p>Sometimes. But if you buy a Mac at release, they are most likely similarly priced to their PC equivalents. And that is not even considering all the Mac-only features, like MagSafe, OS X, multitouch trackpad, better battery, and more.</p>
<p><strong>Apple are control freaks</strong></p>
<div id="attachment_369" class="wp-caption alignright" style="width: 160px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2010/01/Skjermbilde-2010-01-15-kl.-12.55.13.png"><img class="size-thumbnail wp-image-369" title="screenshot" src="http://www.thomassnielsen.com/wp-content/uploads/2010/01/Skjermbilde-2010-01-15-kl.-12.55.13-150x150.png" alt="" width="150" height="150" /></a><p class="wp-caption-text">Apple&#39;s 1984 ad</p></div>
<p>Sort of. But they want control because they think they can make better selling products that way. For example the iPhone is still immune to viruses, unlike Windows Mobile and Symbian OS. If you think Apple want to own you, you are wrong. I would be more afraid of Microsoft&#8217;s lock-in tactics or Google&#8217;s privacy invading operations. You can always export your content from Apple&#8217;s software quite easily, unlike much of Microsoft&#8217;s software.</p>
<p><strong>Steve Jobs can walk on water</strong></p>
<p>No he can&#8217;t. At least not as far as we know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2010/01/busting-common-apple-myths/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My take on the iMac rumor</title>
		<link>http://www.thomassnielsen.com/2009/09/my-take-on-the-imac-rumor/</link>
		<comments>http://www.thomassnielsen.com/2009/09/my-take-on-the-imac-rumor/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 15:31:50 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[display]]></category>
		<category><![CDATA[iMac]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[rumor]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=290</guid>
		<description><![CDATA[A rumor about new iMacs have been floating around the Internet lately. They mostly agree on this: New design, new internals, thinner and cheaper. It will be launched by mid-October (possibly even at the end of September) This sounds too good to be true, so here are my predictions: Core i5 or i7 processor (possibly [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_291" class="wp-caption alignright" style="width: 160px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/09/Skjermbilde-2009-09-25-kl.-17.30.14.png"><img class="size-thumbnail wp-image-291" title="LED Cinema Display" src="http://www.thomassnielsen.com/wp-content/uploads/2009/09/Skjermbilde-2009-09-25-kl.-17.30.14-150x150.png" alt="I expect the new iMac to look more like this (the Apple LED Cinema Display)." width="150" height="150" /></a><p class="wp-caption-text">I expect the new iMac to look more like this (the Apple LED Cinema Display).</p></div>
<p>A rumor about new iMacs have been floating around the Internet lately. They mostly agree on this: New design, new internals, thinner and cheaper. It will be launched by mid-October (possibly even at the end of September) This sounds too good to be true, so here are my predictions:</p>
<ul>
<li>Core i5 or i7 processor (possibly custom designed by Intel)</li>
<li>New design</li>
<li>Slightly thinner, but with better heat dispatch technology</li>
<li>Blu-ray option</li>
<li>LED backlight</li>
<li>AMD 5000-series high end graphics chip, and/or something entirely new from nVidia or Intel</li>
<li>Slightly cheaper low-end ($100-$200)</li>
</ul>
<p>If Apple announces an event, I also expect some or all the following:</p>
<ul>
<li>A new LED Cinema display (20&#8243; and/or 30&#8243;)</li>
<li>Upgrades to Mac mini (same CPU as new low-end iMac)</li>
<li>5000-series GPU option for Mac Pro</li>
<li>OpenCL and full Grand Central Dispatch support for some of Apple&#8217;s software</li>
</ul>
<p><a href="http://www.itavisen.no/824286/ny-imac-allerede-paa-samlebaandet">A norwegian article about the subject</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2009/09/my-take-on-the-imac-rumor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Mac is different</title>
		<link>http://www.thomassnielsen.com/2009/09/why-mac-is-different/</link>
		<comments>http://www.thomassnielsen.com/2009/09/why-mac-is-different/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:44:58 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=191</guid>
		<description><![CDATA[Many have asked me about why/how the Mac is better/different/selling so much. I think my answer will surprise some and seem obvious to others. Here is an explanation for why I think the Mac is selling so much. How Apple play by their own rules The Mac has always been different. And that is a key [...]]]></description>
			<content:encoded><![CDATA[<p>Many have asked me about why/how the Mac is better/different/selling so much. I think my answer will surprise some and seem obvious to others. Here is an explanation for why <em>I</em> think the Mac is selling so much.</p>
<p><strong>How Apple play by their own rules</strong></p>
<div id="attachment_198" class="wp-caption alignright" style="width: 160px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/09/overview-gallery1-20090608.png"><img class="size-thumbnail wp-image-198" title="Macbook Pro" src="http://www.thomassnielsen.com/wp-content/uploads/2009/09/overview-gallery1-20090608-150x150.png" alt="Macbook Pro: Unique design" width="150" height="150" /></a><p class="wp-caption-text">Macbook Pro: Unique design</p></div>
<p>The Mac has always been different. And that is a key part of Apple&#8217;s image. The differences used to be bigger before, when Macs used different internal components than normal PCs. They still do to some degree, but not as much as before.</p>
<p>But that doesn&#8217;t really matter. Because while normal computers are marketed based on their processor, storage space and memory, Apple market the Macs by touting their ease of use, great displays, aluminum enclosures, battery capacity and other non-performance features.</p>
<p><strong>Why can they do that?</strong><br />
<strong>1: Most people don&#8217;t care about internals.</strong><br />
Most people really don&#8217;t care if their processor is a Core 2 duo 2,4 Ghz or an AMD Athlon X2 6000+. They don&#8217;t even want to know if their graphics card is an Intel X4500 or an Nvidia 9400GT. 1TB says nothing to most people, and they just want to know that the computer can &#8220;store all their stuff&#8221; and &#8220;runs fast&#8221;. And that brings us to the next point:</p>
<p><strong>2: A Mac is always high-end<br />
</strong>You won&#8217;t be disappointed with the performance when you buy a Mac. Apple only uses high-performing components, giving you the confidence to choose your computer based on other merits. This is also some of the explanation for Apple&#8217;s high prices.</p>
<p><strong>3. It is easier to sell design than Ghz</strong></p>
<div id="attachment_200" class="wp-caption alignright" style="width: 160px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/09/CPU-Z150.png"><img class="size-thumbnail wp-image-200" title="CPU-Z150" src="http://www.thomassnielsen.com/wp-content/uploads/2009/09/CPU-Z150-150x150.png" alt="This means your computer is faster! Really!" width="150" height="150" /></a><p class="wp-caption-text">This means your computer is faster! Really!</p></div>
<p>Imagine you are a sales person at a computer store. Little Bill and his uncle Steve are out shopping for a new computer.</p>
<p>How do you explain to them why the HP with a 2,4Ghz Quad Core Intel processor is faster than the Fujitsu Siemens with an AMD Phenom 2,8 Ghz? Wouldn&#8217;t it be much easier to say: &#8220;This computer is fast and easy to use. And look, it looks cool too!&#8221;.</p>
<p>Macs have always been known for great design, and Apple knows this. Their big Apple stores are designed more like art galleries than traditional stores. This also gives them a feel of exclusivity, which of course sells well to many.</p>
<p><strong>4. Macs are cool</strong></p>
<div id="attachment_201" class="wp-caption alignright" style="width: 160px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/09/Bilde-6.png"><img class="size-thumbnail wp-image-201" title="Mac VS PC" src="http://www.thomassnielsen.com/wp-content/uploads/2009/09/Bilde-6-150x150.png" alt="Not cool / Cool" width="150" height="150" /></a><p class="wp-caption-text">Not cool / Cool</p></div>
<p>Apple are geniuses at marketing. Ask any teenager what is cooler, an Apple laptop or an HP laptop? Or even a Mac or a PC laptop? The answer will most likely be a Mac, unless you happened to stumble upon a gamer or a hardware-geek.</p>
<p>Apple have historically not cared much for these groups, but lately they have pushed slowly but steadily to get more games on the Mac platform.</p>
<p><strong>Why did I buy my Mac? (rather long story)<br />
</strong></p>
<p>These are four of the main reasons why Macs sell well and are considered different and in many cases better. But I am a hardware-geek myself, and I was a gamer when I bought my Mac. So why did I buy my Mac?</p>
<div id="attachment_196" class="wp-caption alignright" style="width: 160px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/09/overview_hero3_20090828.png"><img class="size-thumbnail wp-image-196" title="The white Macbook" src="http://www.thomassnielsen.com/wp-content/uploads/2009/09/overview_hero3_20090828-150x150.png" alt="A Macbook like mine" width="150" height="150" /></a><p class="wp-caption-text">A Macbook like mine</p></div>First of all I <span style="text-decoration: line-through;">needed</span> wanted a laptop. I wanted a laptop mainly because I wanted to be able to program and browse the web without sitting down by a desk. I wanted to bring my movies and music with me, having something to do when I spent weekends at my great grandmother&#8217;s house by the sea. Swimming in the ice cold sea and looking at the birds are only fun for so long.</p>
<p>So I went shopping for a laptop. Like the hardware geek I am, I set out with a few decisions already made. I wanted a fast laptop. Core 2 Duo processor or a top-of-the-line AMD. I wanted a laptop where I could upgrade the RAM myself easily, because I wanted 4GB RAM at a time when most laptops came with 1 or 2. I also wanted good battery, and it needed to be light. I didn&#8217;t care that much for graphics, because I wouldn&#8217;t be gaming on this anyway. And it had to be compatible with Linux.</p>
<p>Already this ruled out most computers under $1000 (at the time). The only fast enough computers under $1000 were mostly heavy 15,4&#8243; laptops built in cheap plastic and sub-par battery time.</p>
<p>All of this, together with my curiosity for the Unix&#8217;y Mac OS X, pushed me towards a white Macbook. One day after work I walked down to the local Eplehuset (a Norwegian Apple premium retailer), and I was sold. The machines looked amazing, the keyboard and the trackpad was great. Before trying the Mac I really liked the nub-mice found on some Thinkpads and Dells better, but the Mac trackpad was just&#8230; better.</p>
<p><div id="attachment_169" class="wp-caption alignright" style="width: 160px"><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/08/SL.jpg"><img class="size-thumbnail wp-image-169  " title="Snow Leopard" src="http://www.thomassnielsen.com/wp-content/uploads/2009/08/SL-150x150.jpg" alt="Snow Leopard" width="150" height="150" /></a><p class="wp-caption-text">OS X Snow Leopard</p></div>
<p><strong>Me and OS X</strong><br />
I had decided that if I didn&#8217;t like OS X, I would put Ubuntu on the machine, since they provided a nice how-to for getting Ubuntu working perfectly on the Macbook. A week after my purchase I had already decided that I didn&#8217;t need to. OS X was like the perfect Linux distro: Unix-like core, user friendly, intuitive and fast. It even had more programs available for download than Linux.</p>
<p>Now, one and a half year later, I still think Mac OS X is the best OS out there. Snow Leopard will arrive in the mail any day now, probably making my Mac even faster.</p>
<p><strong>Give it a try</strong><br />
I don&#8217;t work for Apple. I just like their products. So my recommendation is: If you haven&#8217;t tried a Mac, do it. It might just make your next computer upgrade a much more pleasant experience than if you went for Windows 7. Not that Windows 7 is bad (it is much more polished than Vista), it is just that OS X is so much better. And The Mac hardware is, too. Not faster, but better designed. Apple designs their machines to be used every day, without slowing down or break.</p>
<p>My Macbook has been with me everywhere I have been for the last 18 months, except for my trip to Naxos where I only brought my Asus Eee. If I had decided to buy another computer I might not have done so, and I might even have been looking for a new laptop now, instead of sitting here with my Mac.</p>
<p><strong>Final words</strong><br />
This has been my longest post so far. This is because I had so much to say about this topic, and I probably could have continued for much longer if I wanted. These words are my thoughts about the Mac. Feel free to think otherwise, and if you do, please comment below.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2009/09/why-mac-is-different/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Excited for Snow Leopard</title>
		<link>http://www.thomassnielsen.com/2009/08/excited-for-snow-leopard/</link>
		<comments>http://www.thomassnielsen.com/2009/08/excited-for-snow-leopard/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 22:06:49 +0000</pubDate>
		<dc:creator>thomas</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[Grand Central Dispatch]]></category>
		<category><![CDATA[iChat]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[QuickTimeX]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Snow Leopard]]></category>

		<guid isPermaLink="false">http://www.thomassnielsen.com/?p=168</guid>
		<description><![CDATA[Apple has announced the release of then next version of OS X, 10.6, Snow Leopard. Snow Leopard will be released this Friday, 28. August. It will bring many refinements to their already praised operating system. OS X Leopard is considered by many to be the market leader in user interface, stability and speed. Snow Leopard [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.thomassnielsen.com/wp-content/uploads/2009/08/SL.jpg"><img class="alignright size-thumbnail wp-image-169" title="Snow Leopard" src="http://www.thomassnielsen.com/wp-content/uploads/2009/08/SL-150x150.jpg" alt="Snow Leopard" width="150" height="150" /></a>Apple has announced the release of then next version of OS X, 10.6, Snow Leopard. Snow Leopard will be released this Friday, 28. August. It will bring many refinements to their already praised operating system. OS X Leopard is considered by many to be the market leader in user interface, stability and speed. Snow Leopard builds on this, making it even better. I have pre-ordered mine already.</p>
<p><strong>News for everybody</strong></p>
<ul>
<li><strong>Smaller:</strong> Snow Leopard is 7GB smaller, while keeping all the features and more. This is because of optimizing in the code.</li>
<li><strong>Even faster:</strong> Snow Leopard is significantly faster, most noticeable at start up, shut down, connecting to networks, and using built in programs like mail, safari and finder.</li>
<li><strong>Using your hardware more effectively:</strong> Apple has made technologies that will make it easier for third party software developers to make software faster, and more power efficient.</li>
<li><strong>New mediaplayer (QuickTime X):</strong> QuickTime X is based partially on the research done for the iPhone video player. It also contains video editing tools, which was previously a QuickTime pro feature, available for purchase. QuickTime Pro is no more.</li>
<li><strong>Better videochat: </strong>iChat is now capable of showing 4x the quality compared to before, with only 1/3 of the bandwith.</li>
<li><strong>Stability improvements:</strong> Even less crashes than before, for example in safari. Flash and other plugins will no longer make safari crash with them.</li>
<li><strong>Exchange support:</strong> If your workplace uses MS Exchange, you can now read your email and see your contacts directly on your mac, without Microsoft Office.</li>
<li><strong>Several small interface improvements: </strong>Apple has made improvements to the user interface based on feedback. For example the possibility of browsing folders in stacks.</li>
<li><strong>More accessible: </strong>Snow Leopard expands on the previous accessibility features with more voice over features, and more.</li>
<li><strong>Quicker backup with Time Machine.</strong></li>
<li><strong>Write on the keypad: </strong>You can now write chinese characters on the keypad with your fingers.<strong><br />
</strong></li>
</ul>
<p><strong>News for nerds, stuff that matters</strong><br />
If you understood the headline of this section, you can read on. If not, just skip this.</p>
<ul>
<li><strong>64-bit all over: </strong>Snow Leopard is now almost fully converted to 64-bit. The kernel and the subsystem, and most of the software and utilities.</li>
<li><strong>Grand Central Dispatch:</strong> An advanced technology to make multi threading easier and more efficient.</li>
<li><strong>OpenCL: </strong>This C-based standard makes it easier to use the power of the GPU for normal computing tasks.</li>
<li><strong>Many rewrites </strong>of code to make use of GCD, and to make the system more responsive.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.thomassnielsen.com/2009/08/excited-for-snow-leopard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->