<?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>Shai Perednik.com &#187; OSX</title> <atom:link href="http://shaiperednik.com/tag/osx/feed/" rel="self" type="application/rss+xml" /><link>http://shaiperednik.com</link> <description>IT Guru &#38; Developer</description> <lastBuildDate>Fri, 30 Dec 2011 13:52:36 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Programmer 101: Teach Yourself How to Code [Programming]</title><link>http://shaiperednik.com/2009/11/programmer-101-teach-yourself-how-to-code-programming/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=programmer-101-teach-yourself-how-to-code-programming</link> <comments>http://shaiperednik.com/2009/11/programmer-101-teach-yourself-how-to-code-programming/#comments</comments> <pubDate>Thu, 12 Nov 2009 18:03:37 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[backup]]></category> <category><![CDATA[Bookmarklet]]></category> <category><![CDATA[Bookmarklets]]></category> <category><![CDATA[Build]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[command line]]></category> <category><![CDATA[css]]></category> <category><![CDATA[email]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[Javascript]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[man]]></category> <category><![CDATA[Monkey]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[php]]></category> <category><![CDATA[quick]]></category> <category><![CDATA[script]]></category> <category><![CDATA[video]]></category> <category><![CDATA[way]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/11/programmer-101-teach-yourself-how-to-code-programming/</guid> <description><![CDATA[Automatically pulled from Google Starred You&#39;ve always wanted to learn how to build software yourself—or just whip up an occasional script—but never knew where to start. Luckily, the web is full of free resources that can turn you into a programmer in no time. Since the invention of the internet, programmers have been using it [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/cbb03_500x_teachyourselftocode-hed.jpg" width="500" /> You&#39;ve always wanted to learn how to <a href="http://shaiperednik.com/tag/build/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Build">build</a> software yourself—or just whip up an occasional script—but never knew where to start. Luckily, the web is full of free resources that can turn you into a programmer in no time.</p><p>Since the invention of the internet, programmers have been using it to discuss software development techniques, publish tutorials, and share code samples for others to learn from and use online. If you&#8217;re curious about how to become a programmer, you can get off to a running start using tons of great free web-based tutorials and resources.</p><h3>First Things First: Don&#8217;t Get Hung Up on Choosing a Language</h3><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/cbb03_languagechoice.png" width="160" height="109" align="right" />A common pitfall for beginners is getting stuck figuring out which programming language is best to learn first. There are a lot of opinions out there, but there&#39;s no one &quot;best&quot; language. Here&#39;s the thing: In the end, language doesn&#39;t matter THAT much. Understanding data and control structures and design patterns does matter very much. Every language—even a simple scripting language—will have elements that you&#39;ll use in other languages as well and will help you learn. In classes I took to get my degree in Computer Science, I programmed in Pascal, Assembly, and C—languages I never actually got paid to program in professionally. I taught myself every language I&#39;ve used in my career, reusing concepts I already knew, and referring to documentation and books to learn its syntax. So, don&#39;t get hung up on what language to learn first. Pick the kind of development you want to do, and just get started using one that works.</p><p>There are several different kinds of software development you can do for various platforms, from the web to your desktop to your smartphone to a <a href="http://shaiperednik.com/tag/command-line/" class="st_tag internal_tag" rel="tag" title="Posts tagged with command line">command line</a>. In this article, we&#8217;ll outline some of our favorite starter tutorials and resources for teaching yourself how to program for each major platform. We&#8217;re going to assume you&#8217;re a savvy user, but a newb when it comes to wrangling code snippets, so we&#8217;ll keep things at the beginner level. Even just following through a beginner programming tutorial, you&#8217;ll be happy to see how far you can get.</p><h3>Desktop Scripting</h3><p>The easiest way to try your hand at programming for your Windows or <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> desktop is to start with a scripting or macro program like <a href="http://autohotkey.com">AutoHotkey</a> (for Windows) or <a href="http://www.macosxautomation.com/automator/">Automator</a> (for Mac). Right now hardcore coders throughout the Lifehacker readership are yelling at their monitors, saying that AHK or AppleScript are not &quot;real&quot; programming. That may be true—technically these types of tools just do high-level scripting. But for those new to programming who just want to get their feet wet, automating actions on their desktop, these free tools are a fantastic way to start—and you&#39;d be surprised at how much you can do with them.</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/93a50_340x_add%20new%20hotstring.png" width="340" />For example, Adam developed the standalone Windows application we all know and love, <a href="http://lifehacker.com/238306/lifehacker-code-texter-windows">Texter</a>, using AutoHotkey, so this scripting language is capable of far more than just small-scale automation projects. To get started with AutoHotkey, check out Adam&#8217;s tutorial on <a href="http://lifehacker.com/316589/turn-any-action-into-a-keyboard-shortcut">how to turn any action into a keyboard shortcut using AutoHotkey</a>. (Then, check out <a href="http://github.com/adampash/texter">the source code for Texter</a> to see the innards of a full-fledged AHK-based Windows application.)</p><h3>Web Development</h3><p>Instead of being bound to specific programming languages and the look and feel of a particular operating system, you can put your killer application in the browser and run it in the cloud, as a webapp. Welcome to the wonderful world of web development.</p><p><b>HTML and <a href="http://shaiperednik.com/tag/css/" class="st_tag internal_tag" rel="tag" title="Posts tagged with css">CSS</a>:</b> The first thing you need to know to build any web site is HTML (the page markup that makes up web pages) and CSS (the style information that makes that markup look pretty). HTML and CSS are not true programming languages—they&#39;re just page structure and style information. However, you should be able to author simple HTML and CSS by hand before you begin building web applications, because a web page is the frontend to every webapp. This <a href="http://www.w3schools.com/html/default.asp">HTML tutorial</a> is a good place to start.</p><p><b><a href="http://shaiperednik.com/tag/javascript/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Javascript">JavaScript</a>:</b> Now that you can lay out a static web page with HTML and CSS, things get fun—because it&#39;s time to learn JavaScript. JavaScript is the programming language of the web browser, the magic that makes dynamic in-page effects go. JavaScript is also the stuff of <a href="http://shaiperednik.com/tag/bookmarklets/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Bookmarklets">bookmarklets</a>, <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> user scripts, and <a href="http://www.webmonkey.com/tutorial/Ajax_for_Beginners">Ajax</a>, so it&#8217;s the key to making all sorts of web goodies. <a href="http://w3schools.com/js/default.asp">Start learning JavaScript here</a>.</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/93a50_diveintopythoncover-small.jpg" width="106" height="140" align="right" /><b>Server-side scripting:</b> Once you&#39;re good at making things happen inside a web page, you&#39;re going to need to put some dynamic server action behind it—and for that, you&#39;ll need to move into a server-side scripting language, like <a href="http://shaiperednik.com/tag/php/" class="st_tag internal_tag" rel="tag" title="Posts tagged with php">PHP</a>, Python, Perl, or Ruby. For example, to make a web-based contact form that sends an <a href="http://shaiperednik.com/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with email">email</a> somewhere based on what a user entered, a server-side script is required. Scripting languages like PHP can talk to a database on your web server as well, so if you want to make a site where users can log in and store information, that&#39;s the way to go. Excellent web development site <a href="http://webmonkey.com">Webmonkey</a> is full of tutorials for various web programming languages. See their <a href="http://www.webmonkey.com/tutorial/PHP_Tutorial_for_Beginners">PHP Tutorial for Beginners</a>. When you&#8217;re ready, check out how to use PHP to talk to a database in <a href="http://www.webmonkey.com/tutorial/PHP_and_MySQL_Tutorial_-_Lesson_1">WebMonkey&#8217;s PHP and MySQL tutorial</a>. PHP&#8217;s online documentation and function reference is the best on the web. Each entry (like this one on the <a href="http://us.php.net/manual/en/function.strlen.php">strlen function</a>) includes user comments at the bottom which are often as helpful as the documentation itself. (I happen to be partial to PHP, but there are plenty of other server-side scripting languages you might decide to go with instead.)</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/93a50_rails-logo.jpg" align="right" /><b>Web frameworks:</b> Over the years, web developers have had to solve and resolve the same problems and rewrite similar code to build dynamic web sites. To avoid making everyone reinvent the wheel for every new web development project, some programmers have come up with development frameworks that do some repetitive work for you. The popular <a href="http://rubyonrails.org/">Ruby on Rails</a> framework, for example, takes the Ruby programming language and offers a web-specific structure for getting common web application tasks done. In fact, Adam used Rails to build his first serious (and impressive!) web application, <a href="http://mixtape.me">MixTape.me</a>. Here&#8217;s <a href="http://lifehacker.com/5336113/how-to-build-a-web-site-from-scratch-with-no-experience">his take on how to build a web site from scratch with no experience</a>. Other popular web development frameworks include <a href="http://cakephp.org/">CakePHP</a> (for PHP programmers), <a href="http://www.djangoproject.com/">Django</a> (for Python programmers), and <a href="http://jquery.com/">jQuery</a> (for JavaScript).</p><p><b>Web APIs:</b> An <a href="http://en.wikipedia.org/wiki/API">API (Application programming interface)</a> is a programmatic way for different pieces of software to talk to one another. For example, if you want to put a dynamic map on your web site, you want to use a <a href="http://shaiperednik.com/tag/google/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> Map instead of building your own custom map. <a href="http://code.google.com/apis/maps/">The Google Maps API</a> makes it easy to programmatically include a map in a page with JavaScript. Almost every modern web service you know and love has an API that lets you include data and widgets from it in your application, like Twitter, Facebook, Google Docs, Google Maps, and the list goes on. Integrating other webapps into your web application via API&#8217;s is the final frontier of rich web development. Every good, major web service API offers thorough documentation and some sort of <a href="http://shaiperednik.com/tag/quick/" class="st_tag internal_tag" rel="tag" title="Posts tagged with quick">quick</a> start guide to try it out (here&#8217;s <a href="http://apiwiki.twitter.com/">Twitter&#8217;s</a>, for example). Go crazy.</p><h3>Command Line Scripting</h3><p>If you want to write a program that takes textual or file input and outputs something useful, the command line is the right place to do it. While the command line isn&#8217;t as sexy or good-looking as a webapp or desktop app, for rapid development of quick scripts that automate processes, you can&#8217;t beat it.</p><p>Several scripting languages that work on a <a href="http://shaiperednik.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a>-based web server also work at the command line, like Perl, Python, and PHP—so learning one of those baddies makes you conversant in two contexts. My path never took me too far down the Perl road, but I taught myself Python using the excellent and free online book, <i><a href="http://diveintopython.org">Dive into Python</a></i>.</p><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/02/todotxt20-header.png" rel="lightbox[1329]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/93a50_500x_todotxt20-header.jpg" width="500" /></a></p><p>If becoming a Unix ninja is one of your programmer goals, you absolutely must get good at shell scripting with bash. Bash is the command line scripting language of a *nix environment, and it can do everything from help you set up automated backups of your database and files to building out a full-fledged application with user interaction. Without any experience writing bash scripts beyond a dozen lines, I wound up developing a full-on personal to-do list manager in bash, <a href="http://todotxt.com">Todo.txt CLI</a>.</p><h3>Add-ons</h3><p>Nowadays, modern webapps and browsers are extensible with with bits of software that bolt onto them and add features. Add-on development is gaining in popularity as more developers look at existing software, like Firefox or <a href="http://shaiperednik.com/tag/wordpress/" class="st_tag internal_tag" rel="tag" title="Posts tagged with WordPress">WordPress</a>, and think &#8220;But if only it could do THIS&#8230;&#8221;</p><p>You can do a whole lot in any web browser with just a mastery of HTML, JavaScript, and CSS. Bookmarklets, <a href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> user scripts, and <a href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish</a> user styles are created with the same bits of code that make regular web pages, so they&#8217;re worth learning even if you just want to tweak an existing site with a small snippet of code.</p><p>More advanced browser add-ons, like Firefox extensions, let you do more. Developing Firefox extensions, for example, requires that you&#8217;re conversant in JavaScript and XML (markup that&#8217;s similar to HTML, but way more strict in format). Back in 2007 I ran down <a href="http://lifehacker.com/264490/how-to-build-a-firefox-extension">how to build a Firefox extension</a>, a skill I picked up after I stumbled upon a free tutorial.</p><p>Many free and well-loved web applications offer an extension framework as well, like WordPress and MediaWiki. Both of those apps are written in PHP, so comfort with PHP is a prerequisite for getting started. Here&#8217;s <a href="http://codex.wordpress.org/Writing_a_Plugin">how to write a plug-in for WordPress</a>. Developers who want to ride the cutting edge of Google Wave can get started writing gadgets and bots in HTML, JavaScript, Java, and Python. I wrote my first Wave bot following this <a href="http://code.google.com/apis/wave/extensions/robots/python-tutorial.html">quick start tutorial in one afternoon</a>.</p><h3>Web Development for the Desktop</h3><p>The best part about getting started programming in one context is when you can take those skills and apply them elsewhere. Learning web development first is a great way to start because now there are ways to put those skills to work on desktop applications, too. For example, <a href="http://www.adobe.com/devnet/air/ajax/getting_started.html">Adobe AIR</a> is a cross-platform run-time environment that lets you build your app once and release it to run on the desktop for every operating system AIR runs on. AIR apps are written in HTML, <a href="http://shaiperednik.com/tag/flash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with flash">Flash</a>, or Flex, so it lets you apply your web development skills in a desktop context. AIR is a great option for deploying desktop apps like one of our <a href="http://lifehacker.com/396393/top-10-apps-worth-installing-adobe-air-for">top 10 apps worth installing Adobe AIR for</a>.</p><h3>Mobile App Development</h3><p>Mobile applications like the ones you run on your iPhone or Android smartphone are all the rage right now, so you may have dreams of striking it rich in the iTunes App Store with the next killer app. However, for the new coder, diving headfirst into mobile development can be a rough learning curve, since it requires comfort with advanced programming languages like Java and Objective C. However, it&#8217;s worth checking out what iPhone and Android development looks like. Check out <a href="http://www.cimgf.com/2008/10/01/cocoa-touch-tutorial-iphone-application-example/">this simple iPhone application development example</a> to get a taste of what iPhone developers do. Android apps are written in Java, and here&#8217;s a <a href="http://www.youtube.com/watch?v=I6ObTqIiYfE">friendly video tutorial of what building a &#8220;Hello Android&#8221; application workflow looks like</a>.</p><h3>Patience, Elbow Grease, Trial and Error</h3><p>Good coders are a special breed of persistent problem-solvers who are addicted to the small victories that come along a long path of trial and error. Learning how to program is very rewarding, but it can also be a frustrating and solitary experience. If you can, get a buddy to work with you along the way. Getting really good at programming, like anything else, is a matter of sticking with it, trying things out, and getting experience as you go.</p><p>This article is just one self-taught programmer&#8217;s top-of-mind recommendations for beginners. Experienced programmers: What did I miss? No matter your skill level, add your thoughts and recommendations for beginners to the comments.</p><p><i><strong><a href="http://ginatrapani.org">Gina Trapani</a></strong>, Lifehacker&#8217;s founding editor, thinks the best programmers are self-taught. Her weekly feature, <a href="http://lifehacker.com/tag/smarterware/">Smarterware</a>, appears every Wednesday on Lifehacker. Subscribe to the <a href="http://lifehacker.com/tag/smarterware/index.xml">Smarterware tag feed</a> to get new installments in your newsreader.</i></p><hr /><div>[Sponsored]</div><div><a href="http://ads.pheedo.com/feeds/ht.php?t=c&amp;i=d048fe749120b45fa19e168966cf1a30&amp;p=1">NEC</a></div><table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top"><a href="http://www.nec.com/global/cases/rms/?cid=bn58"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/93a50_videologo.png" border="0" /></a></td></tr><tr><td> </td></tr></table><div><span><br /> <br /> <a href="http://www.pheedo.com/">Ads by Pheedo</a><br /> </span><img alt="" border="0" height="1" width="1" src="http://ads.pheedo.com/feeds/ht.php?t=v&amp;i=d048fe749120b45fa19e168966cf1a30&amp;p=1" /><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c4654_eus.gif?eui=2225" /></div></p><div> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=plo02FiHEK0:rP4_-eASELQ:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c4654_full?d=H0mrP-F8Qgo" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=plo02FiHEK0:rP4_-eASELQ:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c4654_full?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=plo02FiHEK0:rP4_-eASELQ:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c4654_full?i=plo02FiHEK0:rP4_-eASELQ:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=plo02FiHEK0:rP4_-eASELQ:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c4654_full?i=plo02FiHEK0:rP4_-eASELQ:V_sGLiPBpWU" border="0" /></a></div><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c4654_plo02FiHEK0" height="1" width="1" /></p><p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/plo02FiHEK0/programmer-101-teach-yourself-how-to-code">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/11/programmer-101-teach-yourself-how-to-code-programming/" rel="bookmark">Programmer 101: Teach Yourself How to Code [Programming]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on November 12, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/11/programmer-101-teach-yourself-how-to-code-programming/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apple breaks Atom Hackintoshes with upcoming OS X 10.6.2 update</title><link>http://shaiperednik.com/2009/11/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update</link> <comments>http://shaiperednik.com/2009/11/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/#comments</comments> <pubDate>Thu, 05 Nov 2009 15:00:18 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Hackintosh]]></category> <category><![CDATA[Inc.]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[Leopard]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[man]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Photo]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Snow Leopard]]></category> <category><![CDATA[workaround]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/11/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/</guid> <description><![CDATA[Automatically pulled from Google Starred Filed under: OS Updates, Hardware, Apple According to OSXDaily, Apple&#8217;s next scheduled update to Snow Leopard, OS X 10.6.2, doesn&#8217;t support Intel Atom processors. This is no problem for anyone on Apple hardware, because no Mac product runs an Atom. If you&#8217;re on a hacked netbook, though, it looks like [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p>Filed under: <a href="http://www.downloadsquad.com/category/os-updates/" rel="tag">OS Updates</a>, <a href="http://www.downloadsquad.com/category/hardware/" rel="tag">Hardware</a>, <a href="http://www.downloadsquad.com/category/apple/" rel="tag">Apple</a></p><p><a href="http://www.flickr.com/photos/johncatral/3850580379/"><img vspace="4" hspace="4" border="0" align="right" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1b535_osxnetbookhack1-1.jpg" alt="" /></a>According to <a href="http://osxdaily.com/2009/10/31/hackintosh-netbook-users-take-note-snow-leopard-10-6-2-update-kills-support-for-atom-processor/">OSXDaily</a>, <a href="http://shaiperednik.com/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>&#8217;s next scheduled update to Snow <a href="http://shaiperednik.com/tag/leopard/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Leopard">Leopard</a>, OS X 10.6.2, doesn&#8217;t support Intel Atom processors. This is no problem for anyone on Apple hardware, because no <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> product runs an Atom. If you&#8217;re on a hacked netbook, though, it looks like this is the end of the line for your OS X updates.</p><p>Although it&#8217;s not confirmed, rumor has it that next update to Apple&#8217;s previous Leopard OS (10.5.9) will also knock out Atom support. Until a <a href="http://shaiperednik.com/tag/workaround/" class="st_tag internal_tag" rel="tag" title="Posts tagged with workaround">workaround</a> pops up from netbook hacker circles, Atom machines running 10.6.1 and 10.5.8 should probably avoid upgrading. Is Apple sending a message to users running its software on third-party machines? It seems likely, but it also doesn&#8217;t seem like it will do much to stop determined netbook enthusiasts.<p><a href="http://www.downloadsquad.com/2009/11/02/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/">Apple breaks Atom Hackintoshes with upcoming OS X 10.6.2 update</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Mon, 02 Nov 2009 10:00:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6></h6><p><a href="http://osxdaily.com/2009/10/31/hackintosh-netbook-users-take-note-snow-leopard-10-6-2-update-kills-support-for-atom-processor/">Read</a> | <a href="http://www.downloadsquad.com/2009/11/02/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.downloadsquad.com/forward/19218934/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.downloadsquad.com/2009/11/02/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/#comments" title="View reader comments on this entry">Comments</a></p><p> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:d85eb82fde3ecf0d22e16d54f8740fca:IG7j7wRjcksve5ajtNxQMyhHSUoUKC%2BpkltQeZ3KK7%2B0R61kzFN4e9p5HfI4VbyBudCAiDKfAUjN"><img border="0" alt="Add to digg" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1b535_digg.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:7d187b334a78a74331adb2633cda3bfc:ZnSM9xviNhsW%2BtN6smc8WnA36bhlTIo8XFMl2JN9jwKInHZ%2B7FsLUom9SgzgnsF59kbtKFlsZm3e"><img border="0" alt="Add to del.icio.us" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1b535_delicious.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:18e7eb0b644b04ba48bd44cd84547281:XzOxupbHNUP3ayjaSTASjnaDOuJxPVd7N%2FKMmB92stnk2KyKTbIfS8xyMNEVi%2FJVbat02%2FZJ1SmB"><img border="0" alt="Add to Google" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1b535_google.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:c7dbfb692caadde75efeb4f60397d817:Vwcznt1KId8vZYCRV4J7s7VmAkKDx2af95dxdUhZDxZ1bheoFLfRPVv2pB2l7cAORshUadETxZYUzA%3D%3D"><img border="0" alt="Add to StumbleUpon" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1b535_stumbleit.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:e051f3f1f1d91af970625224e430566a:Abz8%2FaBc1UjwYsTeAqUWmtDebguGYsXAuWzyfgVxAVmkBnJ8XHGKaB6zR8V9e1tPI4bh0n6YX0qOsg%3D%3D"><img border="0" alt="Add to Facebook" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a8cc1_facebook.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:12af92147c7f3806a788572654862cce:FM4Aeo5RgBtGIEEnrgkaZRLGYJEalim0YUM4QIx8H0As5viecEYBiZdpfBvRpWTn%2FvOUMQ71Vhm0"><img border="0" alt="Add to Reddit" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a8cc1_reddit.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:efa89b3575b7493ed44ae2400adf1e17:tHWFMiWkF%2FLtGM4BvGGzdo2g3I9D8pjWMzTdbwKHFuJhs48CAfOp4RjAGkkNydbZkkSR81pajOhh8w%3D%3D"><img border="0" alt="Add to Technorati" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a8cc1_technorati.png" /></a><br /> <br /> <a href="http://ads.pheedo.com/click.phdo?s=0eadbea38c7083a982be37f89ee52605&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a62b3_img.phdo?s=0eadbea38c7083a982be37f89ee52605&amp;p=1" /></a><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a62b3_eus.gif?eui=2225" /><br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a62b3_img.phdo?kw=" /><br /> <a href="http://ads.pheedo.com/click.phdo?s=0eadbea38c7083a982be37f89ee52605&amp;p=64&amp;kw=Apple">Apple</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=0eadbea38c7083a982be37f89ee52605&amp;p=64&amp;kw=Operating+system">Operating system</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=0eadbea38c7083a982be37f89ee52605&amp;p=64&amp;kw=Mac+OS+X">Mac OS X</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=0eadbea38c7083a982be37f89ee52605&amp;p=64&amp;kw=Intel+Atom">Intel Atom</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=0eadbea38c7083a982be37f89ee52605&amp;p=64&amp;kw=Download+Squad">Download Squad</a></p><p><a href="http://www.pheedcontent.com/click.phdo?i=0eadbea38c7083a982be37f89ee52605">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/11/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/" rel="bookmark">Apple breaks Atom Hackintoshes with upcoming OS X 10.6.2 update</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on November 5, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/11/apple-breaks-atom-hackintoshes-with-upcoming-os-x-10-6-2-update/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Five Best Software Update Tools [Hive Five]</title><link>http://shaiperednik.com/2009/10/five-best-software-update-tools-hive-five/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=five-best-software-update-tools-hive-five</link> <comments>http://shaiperednik.com/2009/10/five-best-software-update-tools-hive-five/#comments</comments> <pubDate>Mon, 19 Oct 2009 04:20:05 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[Build]]></category> <category><![CDATA[cli]]></category> <category><![CDATA[command line]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[man]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Photo]]></category> <category><![CDATA[quick]]></category> <category><![CDATA[script]]></category> <category><![CDATA[security]]></category> <category><![CDATA[Ubuntu]]></category> <category><![CDATA[way]]></category> <category><![CDATA[wind]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/10/five-best-software-update-tools-hive-five/</guid> <description><![CDATA[Automatically pulled from Google Starred Rather than wait around for your software to notify you of updates (let&#8217;s face it, a lot of applications never will), these five handy tools keep an eye on your apps, alert you when an update&#8217;s available, and streamline the updating process. Photo by Wesley Fryer. Earlier this week we [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/10/win-update.png" rel="lightbox[1241]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/17ad8_500x_win-update.jpg" width="500" /></a>Rather than wait around for your software to notify you of updates (let&#8217;s face it, a lot of applications never will), these five handy tools keep an eye on your apps, alert you when an update&#8217;s available, and streamline the updating process.</p><p><i><a href="http://shaiperednik.com/tag/photo/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Photo">Photo</a> by <a href="http://www.flickr.com/photos/wfryer/269376588/">Wesley Fryer</a></i>.</p><p>Earlier this week we asked you to share your favorite software update tools, and now we&#8217;re back with the five most popular nominees. Read on for an overview of each, then cast your vote for the one you like best in the poll below.</p><p><em>Note: Clicking on the screenshots below will enlarge the screenshots to their original size.</em></p><h3><a href="http://www.filehippo.com/updatechecker/">FileHippo Update Checker</a> (Windows, Free)</h3><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/10/filehippo-update-checker.png" rel="lightbox[1241]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/17ad8_500x_filehippo-update-checker.jpg" width="500" /></a><br /> FileHippo.com is a software download site that hosts tons of both freeware and shareware, so the FileHippo Update Checker is a natural extension of their web site—only better. The lightweight application (the download is 155kb) scans your computer for installed apps in seconds, compares your installed version with the FileHippo.com database to check for new releases, then lists all detected updates in a list in your browser along with links to download your updates. FileHippo Update Checker is a free download for Windows only. (<a href="http://lifehacker.com/249262/download-of-the-day-file-hippo-update-checker-windows">Original post</a>)</p><h3><a href="http://www.nongnu.org/synaptic/">Synaptic</a>/APT (<a href="http://shaiperednik.com/tag/linux/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Linux">Linux</a>, Free)</h3><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/10/synaptic.png" rel="lightbox[1241]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/17ad8_500x_synaptic.jpg" width="500" /></a>The Advanced Packaging Tool, a.k.a. APT, is a free tool built into most Linux distributions and many variants that handles the installation, removal, and updating of software packages. APT is a tool that went a long <a href="http://shaiperednik.com/tag/way/" class="st_tag internal_tag" rel="tag" title="Posts tagged with way">way</a> toward making Linux a bit friendlier to the masses who aren&#39;t comfortable installing or compiling software packages on Linux, but it runs from the <a href="http://shaiperednik.com/tag/command-line/" class="st_tag internal_tag" rel="tag" title="Posts tagged with command line">command line</a>, so it&#39;s still not all that friendly to folks joining Linux from the Windows or <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> worlds. That&#39;s where Synaptic comes in. Synaptic is a graphical front end to APT that makes the tool wildly more user-friendly, and—yes—it handles checking for and updating software with aplomb. (Folks using <a href="http://shaiperednik.com/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Ubuntu">Ubuntu</a>, the <a href="http://lifehacker.com/5172497/hive-five-winner-for-best-linux-distribution-ubuntudebianlinux-mint">most popular Linux distribution</a> among Lifehacker readers, take note: Synaptic will be replaced by the Ubuntu Software Center—another APT-powered update tool—in April of 2010.)</p><h3><a href="http://metaquark.de/appfresh/">AppFresh</a> (Mac OS X, Free)</h3><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/10/AppFresh.png" rel="lightbox[1241]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/17ad8_500x_AppFresh.jpg" width="500" /></a>AppFresh is an automated update checker for Mac OS X. The tool scans your computer for installed software and checks for new versions against the database at web site <a href="http://osx.iusethis.com/">i use this</a>. Aside from also encompassing the functionality of <a href="http://shaiperednik.com/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>&#8217;s built-in Software Update utility (if you install this, you won&#8217;t need to run that), the app filters your updates and installed applications in a number of useful ways, and provides descriptions of each tool in a handy info panel along with release notes. Perhaps most impressive, AppFresh can automate the update process for many of the apps so you don&#8217;t have to go through the tedious process of downloading and installing every single update by hand. AppFresh is free (though currently in a &#8220;Development Preview&#8221;, which could mean it will eventually cost money), Mac OS X only.</p><h3><a href="http://cleansofts.org/view/update-notifier.html">Update Notifier</a> (Windows, Free)</h3><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/10/update-notifier.png" rel="lightbox[1241]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/17ad8_500x_update-notifier.jpg" width="500" /></a>Update Notifier is a small, portable software update utility that quickly scans your installed applications and lists your available updates in a small window, complete with links to sites where you can download updates. The application includes options to filter all your installed applications, updates only, major updates (2.0 to 3.0), minor updates (2.0 to 2.1), and <a href="http://shaiperednik.com/tag/build/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Build">build</a> updates (2.0.0 to 2.0.1). If you register for an account at the CleanSofts.org web site (the companion site to the application), you can also set up a watch list and let the site <a href="http://shaiperednik.com/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with email">email</a> you whenever updates to apps on your watch list are available. Update Notifier is freeware, Windows only. It&#8217;s also portable, which could come in handy next time you&#8217;re heading to your after-hours job moonlighting as your family&#8217;s IT person. (<a href="http://lifehacker.com/5221047/update-notifier-finds-newer-versions-of-windows-apps">Original post</a>)</p><h3><a href="http://secunia.com/vulnerability_scanning/personal/">Secunia PSI</a> (Windows, Free)</h3><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/10/secunia-psi.png" rel="lightbox[1241]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/17ad8_500x_secunia-psi.jpg" width="500" /></a>Secunia Personal Software Inspector takes a bit more of a doomsday—i.e., <a href="http://shaiperednik.com/tag/security/" class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a>-focused—approach with software update. When you run your first scan after installing Secunia, you&#39;ll be presented with a list of insecure apps that have available updates, &quot;end-of-life&quot; apps that are no longer being supported by the developer, and patched apps that have the latest <a href="http://shaiperednik.com/tag/security/" class="st_tag internal_tag" rel="tag" title="Posts tagged with security">security</a> updates. It&#39;s not the most user-friendly of the bunch, but the interface is packed with <a href="http://shaiperednik.com/tag/information/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Information">information</a> and tools for making sure your installed software is running the latest and greatest security updates. Secunia PSI is freeware, works with Windows. (<a href="http://lifehacker.com/339627/keep-your-software-up+to+date-and-secure-with-secunia">Original post</a>)</p><hr /> Now that you&#8217;ve perused the favorites, it&#8217;s time to cast your ballot for the software update tool you like best:<p> <a href="http://answers.polldaddy.com/poll/2136153/">Which Software Update Tool Is the Best?</a><span>(<a href="http://answers.polldaddy.com">trends</a>)</span></p><p>Surprised your favorite didn&#8217;t make the list, or just want to share what makes your software update tool of choice so great? Let&#8217;s hear it in the comments.</p><p><a href="http://ads.pheedo.com/click.phdo?s=576244e8cabb6edf592272254ddeb8b5&amp;p=1"><img alt="" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a2f12_img.phdo?s=576244e8cabb6edf592272254ddeb8b5&amp;p=1" /></a><br /> <img alt="" height="0" width="0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a2f12_eus.gif?eui=2225" /><div> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=JNpfMd7TpZU:NnwTdz72zdc:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a2f12_full?d=H0mrP-F8Qgo" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=JNpfMd7TpZU:NnwTdz72zdc:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a2f12_full?d=yIl2AUoC8zA" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=JNpfMd7TpZU:NnwTdz72zdc:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/59c73_full?i=JNpfMd7TpZU:NnwTdz72zdc:D7DqB2pKExk" border="0" /></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=JNpfMd7TpZU:NnwTdz72zdc:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/59c73_full?i=JNpfMd7TpZU:NnwTdz72zdc:V_sGLiPBpWU" border="0" /></a></div><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/59c73_JNpfMd7TpZU" height="1" width="1" /></p><p><a href="http://feeds.gawker.com/~r/lifehacker/full/~3/JNpfMd7TpZU/five-best-software-update-tools">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/10/five-best-software-update-tools-hive-five/" rel="bookmark">Five Best Software Update Tools [Hive Five]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on October 18, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/10/five-best-software-update-tools-hive-five/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Psystar, Apple file motions for summary judgment</title><link>http://shaiperednik.com/2009/10/psystar-apple-file-motions-for-summary-judgment/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=psystar-apple-file-motions-for-summary-judgment</link> <comments>http://shaiperednik.com/2009/10/psystar-apple-file-motions-for-summary-judgment/#comments</comments> <pubDate>Sun, 18 Oct 2009 05:00:23 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Inc.]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ISO]]></category> <category><![CDATA[Leopard]]></category> <category><![CDATA[ma]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[man]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[php]]></category> <category><![CDATA[quick]]></category> <category><![CDATA[Snow Leopard]]></category> <category><![CDATA[wind]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/10/psystar-apple-file-motions-for-summary-judgment/</guid> <description><![CDATA[Automatically pulled from Google Starred Filed under: Analysis / Opinion, Apple Corporate, Hardware, OS Apple and Psystar have been embroiled in litigation for quite a while now. At the core of the dispute: Psystar modifies Apple&#8217;s operating system software so that it can run on its clone machines. It then sells its computers with Mac [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><p>Filed under: <a href="http://www.tuaw.com/category/analysisopinion/" rel="tag">Analysis / Opinion</a>, <a href="http://www.tuaw.com/category/apple-corporate/" rel="tag">Apple Corporate</a>, <a href="http://www.tuaw.com/category/hardware/" rel="tag">Hardware</a>, <a href="http://www.tuaw.com/category/os/" rel="tag">OS</a></p><p><img border="0" align="right" vspace="8" hspace="8" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a3e5e_psystarapplescales10142009.png" alt="" /><a href="http://shaiperednik.com/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a> and <a href="http://psystar.com">Psystar</a> have been embroiled in <a href="http://news.justia.com/cases/featured/california/candce/3:2008cv03251/204881/">litigation</a> for quite a while now. At the core of the dispute: Psystar modifies Apple&#8217;s operating system software so that it can run on its clone machines. It then sells its computers with <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> OS installed to, well, anybody who wants one. As you can imagine, this does not make Apple happy.</p><p> Anybody familiar with The Great Clone Crackdown of 1997 will tell you that Apple likes to keep a very tight grip on any device that presumes to run its software. Apple points out that Windows machines are a mishmash of often conflicting hardware and suffer from quirks and errors and incompatibilities that such a set up can bring.</p><p> So Apple&#8217;s cadre of lawyers descended quickly on Psystar. In July of last year, the company <a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2008cv03251/204881/1/">sued Psystar for copyright and software licensing violations</a>, quickly <a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2008cv03251/204881/35/">amending its lawsuit</a> to additionally charge Psystar with violations of the <a href="http://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act">Digital Millennium Copyright Act</a> (DMCA).</p><p> <a href="http://www.tuaw.com/tag/psystar">And there was much lawyering</a>.</p><p> More than a year later, now that discovery has been completed, the two parties have each filed for summary judgment, which, in effect, asks the judge to rule in favor of the filing party because enough evidence has been shown that either makes or breaks the lawsuit.</p><p> Psystar&#8217;s argument, and the one covered in its <a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2008cv03251/204881/182/">motion</a>, somewhat relies on the &#8220;first sale doctrine&#8221; which says that any purchaser of a copyrighted product can then take that lawfully-made copy and sell it, so long as no additional copies can be made. For its part, <a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2008cv03251/204881/181/">Apple says</a> that when one &#8220;purchases&#8221; its OS, you are only purchasing a <em>license</em> to <em>use</em> the product. Its Software Licensing Agreement (SLA) quite clearly states [<a href="http://images.apple.com/legal/sla/docs/macosx106.pdf">PDF link to Snow Leopard SLA</a>] that the user cannot modify the software to run on a non-Apple system.</p><p> The idea that what you are purchasing is a license to use the product is pretty commonplace among software manufacturers, because, the argument runs, you can cut any software company&#8217;s profits off at the knees if every purchaser became an owner with free rein to redistribute the software. Apple states that no software company in its right mind would put the money into research and development of any software product at all if that were the end result of bringing its product to market. Groklaw suggests this could have <a href="http://www.groklaw.net/article.php?story=20091010152322226">ramifications for FOSS and and the GPL</a>.<p><a href="http://www.tuaw.com/2009/10/14/psystar-apple-file-motions-for-summary-judgment/" rel="bookmark">Continue reading <em>Psystar, Apple file motions for summary judgment</em></a></p><p><a href="http://www.tuaw.com">TUAW</a><a href="http://www.tuaw.com/2009/10/14/psystar-apple-file-motions-for-summary-judgment/">Psystar, Apple file motions for summary judgment</a> originally appeared on <a href="http://www.tuaw.com">The Unofficial Apple Weblog (TUAW)</a> on Wed, 14 Oct 2009 16:30:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6></h6><p><a href="http://www.groklaw.net/article.php?story=20091010152322226">Read</a> | <a href="http://www.tuaw.com/2009/10/14/psystar-apple-file-motions-for-summary-judgment/" rel="bookmark" title="Permanent link to this entry">Permalink</a> | <a href="http://www.tuaw.com/forward/19195688/" title="Send this entry to a friend via email">Email this</a> | <a href="http://www.tuaw.com/2009/10/14/psystar-apple-file-motions-for-summary-judgment/#comments" title="View reader comments on this entry">Comments</a></p><p><a href="http://www.tuaw.com/2009/10/14/psystar-apple-file-motions-for-summary-judgment/">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/10/psystar-apple-file-motions-for-summary-judgment/" rel="bookmark">Psystar, Apple file motions for summary judgment</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on October 17, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/10/psystar-apple-file-motions-for-summary-judgment/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Back-to-School With 40 Excellent Adobe Illustrator Tutorials</title><link>http://shaiperednik.com/2009/09/back-to-school-with-40-excellent-adobe-illustrator-tutorials/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=back-to-school-with-40-excellent-adobe-illustrator-tutorials</link> <comments>http://shaiperednik.com/2009/09/back-to-school-with-40-excellent-adobe-illustrator-tutorials/#comments</comments> <pubDate>Thu, 24 Sep 2009 03:40:39 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Guideline]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ISO]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Photo]]></category> <category><![CDATA[php]]></category> <category><![CDATA[video]]></category> <category><![CDATA[Vista]]></category> <category><![CDATA[way]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/09/back-to-school-with-40-excellent-adobe-illustrator-tutorials/</guid> <description><![CDATA[Automatically pulled from Google Starred    Learning is a process which continues throughout the life of an artist, graphic designer, and illustrator. Along the way, designers find the task of mastering Adobe Illustrator a large obstacle which requires practice and experience in using the vector-based application. Practice comes in the form of tutorials, which offer [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://www.google.com/reader/shared/user/12161643044555212799/state/com.google/starred">Google Starred</a></p><table width="650"><tr><td width="650"><div> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/4c33e_smashing-magazine-advertisement.gif" alt="" border="0" /><br /> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=56"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/75d93_avw.php?zoneid=56" border="0" alt="" /></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=63"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9ab5b_avw.php?zoneid=63" border="0" alt="" /></a> <a href="http://creatives.commindo-media.de/www/delivery/ck.php?zoneid=64"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/52f4f_avw.php?zoneid=64" border="0" alt="" /></a></div></td></tr></table><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/52f4f_spacer.gif" alt="" border="0" /></p><p>Learning is a process which continues throughout the life of an artist, graphic designer, and illustrator. Along the <a href="http://shaiperednik.com/tag/way/" class="st_tag internal_tag" rel="tag" title="Posts tagged with way">way</a>, designers find the task of mastering <strong>Adobe Illustrator</strong> a large obstacle which requires <em>practice</em> and <em>experience</em> in using the vector-based application. Practice comes in the form of <strong>tutorials</strong>, which offer tips, tricks, and artistic styles from other designers who have mastered certain techniques based on their experience.</p><p>From these tutorials, a designer can polish their skillsets on a variety of topics which will strengthen their own artwork. Sometimes a simple tutorial has tips which may have been overlooked based on the subject of the tutorial. By looking past the subjects of the tutorials, an endless array of learning opportunities exist. Essentially, the tutorials become not only a teacher but a “<strong>class</strong>” which a designer can repeat as often as necessary to refine their skills.</p><p>This post presents <strong>40 excellent simple to complex Illustrator tutorials</strong> and presents the overall techniques of each tutorial, summarized in a brief overview. The purpose is to pick and choose among the tutorials based on the areas that need improvment. Whether a seasoned professional or a designer just starting out, these Illustrator tutorials offer a way to brush up on one’s skills.</p><h3>Illustrator Tutorials</h3><p><a href="http://lifeinvector.com/?page_id=181">Gradient Mesh Bell Pepper Tutorial</a></p><ul><li>Use multiple smaller <strong>Meshes</strong> to create a realistic object</li><li>Learn to use the <strong>Eyedropper Tool (I)</strong> to sample colors from a reference <a href="http://shaiperednik.com/tag/photo/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Photo">photo</a></li></ul><p><a href="http://lifeinvector.com/?page_id=181"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/29278_redpepper.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.aivault.com/?p=706">How to create a Television Icon</a></p><ul><li>Using <strong>Offset Path</strong> on an object</li><li>Learn to use <strong>Gradients</strong> to create surface texture and depth</li><li>Create a reflection using an <strong>Opacity Mask</strong></li></ul><p><a href="http://www.aivault.com/?p=706"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/29278_tvicon.jpg" width="500" height="420" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/designing/working-with-3d-objects-and-transparencies-to-make-a-vector-cola-bottle-design/">Working with 3D Objects and Transparencies to Make a Vector Cola Bottle Design</a></p><ul><li>Learn to “cut” up an image in <strong>Pathfinder</strong> and use the pieces in <strong>3D Revolve</strong> to create solid objects</li><li><strong>Map</strong> art (symbols) onto a 3D object</li></ul><p><a href="http://vector.tutsplus.com/designing/working-with-3d-objects-and-transparencies-to-make-a-vector-cola-bottle-design/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/32ca0_vectorcola.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.dezignmusings.com/2009/06/create-colorful-text-effect-illustrator.html">Create a Stylish Colorful Text Effect in Illustrator</a></p><ul><li>Learn to use <strong>Offset Stroke</strong> on text</li><li>Apply a <strong>Pattern Swatch</strong> to text</li></ul><p><a href="http://www.dezignmusings.com/2009/06/create-colorful-text-effect-illustrator.html"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/583d9_colorfultext.jpg" width="500" height="450" alt="screenshot" /></a></p><p><a href="http://www.gomediazine.com/tutorials/illustrate-malevolent-skull-8-steps/">Illustrate a Malevolent Skull in 8 Steps</a></p><ul><li>Working with a sketch and outlining with the <strong>Pen Tool (P)</strong></li><li>Use <strong>Outline/Preview</strong> modes during design process</li><li>How to use the <strong>Reflect Tool (O)</strong> to save time</li></ul><p><a href="http://www.gomediazine.com/tutorials/illustrate-malevolent-skull-8-steps/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/cea12_skull.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://vectips.com/tutorials/create-a-wood-grain-texture/">Create A Wood Grain Texture</a></p><ul><li>Use <strong>Raster Effects, Live Trace, and Expand</strong> to create a texture</li><li>Learn to use the <strong>Warp Tool (Shift +R)</strong> to customize a texture</li></ul><p><a href="http://vectips.com/tutorials/create-a-wood-grain-texture/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/4c18d_woodgrain.jpg" width="500" height="464" alt="screenshot" /></a></p><p><a href="http://veerle.duoh.com/blog/comments/illustrator_ring_shape_via_overlapping_crescents_effect/">Illustrator ring shape via overlapping crescents effect</a></p><ul><li>Create abstract geometric shapes with <strong>Linear Gradients</strong>, <strong>Align</strong>, and <strong> Pathfinder</strong></li><li>Learn to use <strong>Smart Guides (Cmd/Ctrl + U)</strong></li></ul><p><a href="http://veerle.duoh.com/blog/comments/illustrator_ring_shape_via_overlapping_crescents_effect/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/7b387_crescentring.jpg" width="500" height="319" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/icon-design/how-to-illustrate-a-brain-icon-for-osx-and-vista/">How to Illustrate a Brain Icon for OSX and Vista</a></p><ul><li>For faster coloring, use the <strong>Live Paint Bucket (K) </strong></li><li><strong>Bonus Lesson</strong>: How to turn art into an icon</li></ul><p><a href="http://vector.tutsplus.com/tutorials/icon-design/how-to-illustrate-a-brain-icon-for-osx-and-vista/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d15ef_brain.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.webdesignerdepot.com/2009/06/create-a-realistic-candy-bar-in-illustrator/">Create a Realistic Candy Bar in Illustrator</a></p><ul><li>Tips on stacking order for the <strong>Layers Panel</strong> when using a sketch</li><li>Create realistic creases in paper</li><li>Where to place <strong>shadows/highlights</strong> and why</li></ul><p><a href="http://www.webdesignerdepot.com/2009/06/create-a-realistic-candy-bar-in-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d15ef_candybar.jpg" width="500" height="400" alt="screenshot" /></a></p><p><a href="http://labs.chemist2dio.com/how-to-create-a-vector-smiley-icon.php">How to Create a Vector Smiley Icon</a></p><ul><li>Working with <strong>Radial Gradients</strong></li><li>Copy design elements for symmetry</li><li>Learn how to use the <strong>Isolation Mode</strong></li></ul><p><a href="http://labs.chemist2dio.com/how-to-create-a-vector-smiley-icon.php"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/0ba19_smileyicon.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/tools-tips/how-to-create-a-radial-mesh-in-illustrator-and-make-a-vector-cd/"> How to Create a Radial Mesh in Illustrator and Make a Vector CD</a></p><ul><li>Create a radial mesh from a <strong>Radial Gradient</strong> and the <strong>Mesh Tool (U)</strong></li><li>Learn the finer points of <strong>selecting mesh points</strong></li><li>Create a <strong>Clipping Mask</strong></li></ul><p><a href="http://vector.tutsplus.com/tutorials/tools-tips/how-to-create-a-radial-mesh-in-illustrator-and-make-a-vector-cd/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e898c_cd.jpg" width="500" height="442" alt="screenshot" /></a></p><p><a href="http://veerle.duoh.com/blog/comments/illustrator_full_spectrum_spirograph/">Illustrator full spectrum spirograph</a></p><ul><li>Using the <strong>Rotate Tool (R)</strong> to create abstract shapes</li><li>Learn to use <strong>Transform Again</strong> to save time</li></ul><p><a href="http://veerle.duoh.com/blog/comments/illustrator_full_spectrum_spirograph/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e898c_spirograph.jpg" width="500" height="450" alt="screenshot" /></a></p><p><a href="http://alandesigns.com/blog/how-to-make-a-cartoon-style-cereal-box-logo-in-adobe-illustrator-cs3/">How to Make a Cartoon Style Cereal Box Logo in Adobe Illustrator CS3</a></p><ul><li>Effectively use <strong>Strokes</strong>, <strong>Align Stroke</strong>, and <strong>Selection Tool (V)</strong> to modify fonts</li><li>How to use <strong>3D Extrude &amp; Bevel Options</strong> to Create 3D Text</li></ul><p><a href="http://alandesigns.com/blog/how-to-make-a-cartoon-style-cereal-box-logo-in-adobe-illustrator-cs3/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9f6c3_vectorpuffs.jpg" width="500" height="375" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/icon-design/how-to-create-a-gearbox-settings-icon-using-simple-shapes/">How to Create a Gearbox Settings Icon Using Simple Shapes</a></p><ul><li>Use the <strong>Rotate Tool (R)</strong> to rotate shapes relative to another shape</li><li>Create a metallic texture using shapes and <strong>Radial Blur</strong></li><li>Design a perforated metal backing using <strong>Gradients</strong></li></ul><p><a href="http://vector.tutsplus.com/tutorials/icon-design/how-to-create-a-gearbox-settings-icon-using-simple-shapes/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9d757_gearbox.jpg" width="500" height="340" alt="screenshot" /></a></p><p><a href="http://www.flickr.com/photos/cgt123/2632332550/%22">3D Effect Extrude and Revolve</a></p><ul><li>Learn to use simple shapes to create a 3D object with <strong>Extrude &amp; Bevel</strong></li></ul><p><a href="http://www.flickr.com/photos/cgt123/2632332550/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/4d07c_ladle.jpg" width="500" height="425" alt="screenshot" /></a></p><p><a href="http://www.vectordiary.com/illustrator/realistic-orange-tutorial/">Illustrator Tutorial: Realistic Orange</a></p><ul><li>Learn to use <strong>Plastic Wrap Effect</strong> and <strong>Sponge Effect</strong> to create an orange peel texture</li><li>Effectively use <strong>Opacity</strong> in an illustration</li></ul><p><a href="http://www.vectordiary.com/illustrator/realistic-orange-tutorial/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/05745_orange.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-semi-realistic-scissors-in-illustrator/">How to Create Semi-Realistic Scissors in Illustrator</a></p><ul><li>Using <strong>shapes</strong> and <strong>Gaussian Blur</strong>, create an aged metallic texture</li><li>Learn to add highlights on metal contours</li></ul><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-semi-realistic-scissors-in-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/05745_scissors.jpg" width="500" height="400" alt="screenshot" /></a></p><p><a href="http://circleboxblog.com/2009/tutorials/how-to-create-a-hippy-van-vector-in-illustrator/">How to Create a Hippy Van Vector in Illustrator</a></p><ul><li>Trace a photo with the <strong>Pen Tool (P)</strong></li><li><strong>Expand strokes</strong> to add Gradients</li></ul><p><a href="http://circleboxblog.com/2009/tutorials/how-to-create-a-hippy-van-vector-in-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/96287_hippyvan.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://abduzeedo.com/illustrator-quick-tips-1-complex-symbols-pathfinder">Illustrator Quick Tips #1 – Complex Symbols with Pathfinder</a></p><ul><li>Use the <strong>Gradient Tool (G)</strong> to create a 3D effect</li><li>With the <strong>Pathfinder Divide</strong>, create abstract shapes</li><li>Learn to use the <strong>Blending Mode Multiply</strong></li></ul><p><a href="http://abduzeedo.com/illustrator-quick-tips-1-complex-symbols-pathfinder"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/7e3ff_complexsymbols.jpg" width="500" height="430" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-make-a-vector-diamond-ring-in-illustrator/">How to Make a Vector Diamond Ring in Illustrator</a></p><ul><li>Use <strong>Pathfinder</strong> to create a compound shape</li><li>Create a metallic finish with <strong>Gradients</strong></li><li>Create a diamond with <strong>Linear Gradients</strong></li></ul><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-make-a-vector-diamond-ring-in-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/97303_weddingrings.jpg" width="500" height="442" alt="screenshot" /></a></p><p><a href="http://www.layersmagazine.com/create-fun-eye-catching-text-with-adobe-illustrator.html"> Create Fun, Eye-catching Text with Adobe Illustrator</a></p><ul><li>Use the <strong>Free Transform Tool (E)</strong> on text to create depth and perspective</li><li>Highlight and shadow placement on text</li></ul><p><a href="http://www.layersmagazine.com/create-fun-eye-catching-text-with-adobe-illustrator.html"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/97303_wowtext.jpg" width="500" height="350" alt="screenshot" /></a></p><p><a href="http://zzanthia.deviantart.com/art/Woman-and-Cats-How-To-Advanced-67624997">‘Women and Cats’ How-To Advanced Tutorial</a></p><ul><li>Learn about shading/highlights in vector portraits</li><li>Use of <strong>Transparency</strong> and <strong>Opacity Masks</strong></li></ul><p><a href="http://zzanthia.deviantart.com/art/Woman-and-Cats-How-To-Advanced-67624997"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ac3c5_womanandcat.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://vectips.com/tutorials/turn-any-font-into-a-sketch-font/"> Turn Any Font Into a Sketch Font</a></p><ul><li>Learn to use the <strong>Scribble Effect</strong> and <strong>Roughen</strong> to create a font</li><li>Create a custom <strong>Graphic Style</strong></li></ul><p><a href="http://vectips.com/tutorials/turn-any-font-into-a-sketch-font/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/46b90_scribbletext.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.tutorialboard.net/create-realistic-pendriveas-adobe-illustrator/">How To Create A Realistic Pendrive in Adobe Illustrator</a></p><ul><li>Learn how to align objects to the <strong>Artboard</strong></li><li>Create a realistic metallic surface using <strong>Linear Gradients</strong></li></ul><p><a href="http://www.tutorialboard.net/create-realistic-pendriveas-adobe-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d18d2_pendrive.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/tools-tips/how-to-create-a-rainy-window-vector-background/">How to Create a Rainy Window Vector Background</a></p><ul><li>Create an abstract background with the <strong>Mesh Tool (U)</strong> and circles</li><li>Use <strong>Gradients</strong>, <strong>Inner Glow</strong>, and <strong>Warp</strong> to design raindrops</li><li>Learn to make a <strong>Symbol</strong> from artwork</li></ul><p><a href="http://vector.tutsplus.com/tutorials/tools-tips/how-to-create-a-rainy-window-vector-background/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d18d2_rain.jpg" width="500" height="453" alt="screenshot" /></a></p><p><a href="http://bortonia.wordpress.com/tutorials/draw-a-cute-purse-using-simple-shapes/">Draw a Cute Purse Using Simple Shapes</a></p><ul><li>Modify shapes using the <strong>Warp Tool</strong></li><li>Use <strong>Pathfinder Exclude</strong> to create new shapes</li><li>Learn to design a simple pattern</li><li><a href="http://shaiperednik.com/tag/quick/" class="st_tag internal_tag" rel="tag" title="Posts tagged with quick">Quick</a> Tip: <strong>Horizontal Align</strong> to align anchor points</li></ul><p><a href="http://bortonia.wordpress.com/tutorials/draw-a-cute-purse-using-simple-shapes/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/12cb3_purse.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.dezignmusings.com/2008/12/make-christmas-light-bulb-in.html">Make a Christmas Light Bulb in Illustrator</a></p><ul><li>Create a quick glossy orb using <strong>Gradients</strong> and the <strong>Blend Mode</strong></li><li>Add an image to a round surface using <strong>Pathfinder</strong></li></ul><p><a href="http://www.dezignmusings.com/2008/12/make-christmas-light-bulb-in.html"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e7416_christmasbulb.jpg" width="500" height="410" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-shiny-vector-dice-in-illustrator/">How to Create Shiny, Vector Dice in Illustrator</a></p><ul><li>Learn to use the <strong>3D Extrude &amp; Bevel</strong></li><li>Create highlights on a 3D object with the <strong>Gradient Mesh Tool (U)</strong></li></ul><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-shiny-vector-dice-in-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e7416_dice.jpg" width="500" height="450" alt="screenshot" /></a></p><p><a href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cute-vector-monster-from-a-pencil-sketch">Create a Cute Vector Monster from a Pencil Sketch</a></p><ul><li>Learn to rough in a character using the <strong>Pen Tool (P)</strong></li><li>Use tapered brushes to create a sketch style</li></ul><p><a href="http://www.blog.spoongraphics.co.uk/tutorials/create-a-cute-vector-monster-from-a-pencil-sketch"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a35f4_vectormonster.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.tutorialhero.com/click-60521-drawing_a_chinese_fan.php">Drawing a chinese fan</a></p><ul><li>Create symmetric shapes using the <strong>Rotate Tool (R)</strong> and <strong>Ctrl+D</strong></li><li>Overlay images using <strong>Symbols</strong> and <strong>Color Burn</strong></li></ul><p><a href="http://www.tutorialhero.com/click-60521-drawing_a_chinese_fan.php"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/d46e9_fan.jpg" width="500" height="357" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-draw-a-realistic-vector-light-bulb-from-scratch/">How to Draw A Realistic Vector Light Bulb From Scratch</a></p><ul><li>Create a metal thread contact with <strong>Effects</strong> and <strong>Gradients</strong></li><li>Use the <strong>Zig Zag Effect</strong> to create wires</li></ul><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-draw-a-realistic-vector-light-bulb-from-scratch/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e323a_lightbulb.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://colorburned.com/2009/07/create-a-character-mascot-with-adobe-illustrator-cs4.html">Create a Character Mascot with Adobe Illustrator CS4</a></p><ul><li>How to set up an <strong>Adobe Illustrator file</strong> to trace with a sketch</li><li>Create a <strong>Custom Art Brush</strong></li></ul><p><a href="http://colorburned.com/2009/07/create-a-character-mascot-with-adobe-illustrator-cs4.html"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e323a_charactermascot.jpg" width="500" height="450" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/illustration/hit-the-mark-with-a-realistic-vector-dartboard/">Hit the Mark with a Realistic Vector Dartboard</a></p><ul><li>Using <strong>Transform Effect</strong> to create segments</li><li>Save time with <strong>Live Paint</strong></li><li>Learn to create <strong>bent wire numbers</strong></li></ul><p><a href="http://vector.tutsplus.com/tutorials/illustration/hit-the-mark-with-a-realistic-vector-dartboard/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ebd49_dartboard.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://shineyshane.deviantart.com/art/Shane-s-Lineless-Tutorial-133184331">The Shane Harper way to go Lineless!</a></p><ul><li>Add details to a drawing with the <strong>Pencil Tool (N)</strong></li><li>Alter shapes quickly using the <strong>Knife Tool</strong></li></ul><p><a href="http://shineyshane.deviantart.com/art/Shane-s-Lineless-Tutorial-133184331"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/54e81_bear.jpg" width="500" height="350" alt="screenshot" /></a></p><p><a href="http://www.vectordiary.com/illustrator/how-to-make-an-icy-cocktail-tutorial/"> Illustrator Tutorial: How to Make an Icy Cocktail</a></p><ul><li>Simulate “glass” using <strong>Color Burn</strong> and Gradients</li><li>Create <strong>Water Drops</strong> quickly</li></ul><p><a href="http://www.vectordiary.com/illustrator/how-to-make-an-icy-cocktail-tutorial/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/54e81_cocktail.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://circleboxblog.com/2009/tutorials/create-a-simple-vector-creature-in-illustrator/">Create a Simple Vector Creature in Illustrator</a></p><ul><li>Learn to use <strong>Guidelines</strong> effectively</li><li>Use the <strong>Reflect Tool (O)</strong> for symmetry</li><li>Change <strong>end caps on Strokes</strong> to alter paths</li></ul><p><a href="http://circleboxblog.com/2009/tutorials/create-a-simple-vector-creature-in-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/4c7ce_fluffycreature.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.denisdesigns.com/blog/2009/07/create-an-easy-landscape-scene-in-illustrator/">Create an easy landscape scene in Illustrator</a></p><ul><li>How to use the <strong>Crystallize Tool</strong> to create shapes</li><li>Learn to use the <strong>Free Transform Tool (E)</strong> to create perspective</li></ul><p><a href="http://www.denisdesigns.com/blog/2009/07/create-an-easy-landscape-scene-in-illustrator/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1744d_landscape.jpg" width="500" height="311" alt="screenshot" /></a></p><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-killer-chainsaw-bunny-character/">How to Create a Killer Chainsaw Bunny Character</a></p><ul><li>Learn to <strong>trace</strong> with vectors</li><li>Block a character in using the <strong>Pen Tool (P)</strong></li></ul><p><a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-killer-chainsaw-bunny-character/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/1744d_chainsawbunny.jpg" width="500" height="500" alt="screenshot" /></a></p><p><a href="http://www.layersmagazine.com/blueprint-style-text-in-adobe-illustrator.html">Blueprint-Style Text in Adobe Illustrator</a></p><ul><li>Use <strong>Scribble Effect</strong> to create a hand drawn font</li><li>Learn to use an <strong>Opacity Mask</strong> with a <strong>Gradient</strong></li></ul><p><a href="http://www.layersmagazine.com/blueprint-style-text-in-adobe-illustrator.html"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e053d_blueprinttext.jpg" width="500" height="300" alt="screenshot" /></a></p><p><a href="http://bortonia.wordpress.com/tutorials/create-a-cute-lipstick-tube/"> Create a Cute Lipstick Tube</a></p><ul><li>Working with shapes and <strong>Pathfinder</strong></li><li>Learn shading tips for 3D Objects</li><li>Design a <strong>Reflection</strong> on a shiny surface</li></ul><p><a href="http://bortonia.wordpress.com/tutorials/create-a-cute-lipstick-tube/"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2e53b_lipstick.jpg" width="500" height="500" alt="screenshot" /></a></p><h4>Conclusion</h4><p>These Adobe Illustrator tutorials are just a sample of some of the <em>free</em> learning opportunities available online. Learn to look past the tutorial subject and find what skills the tutorial covers. After all, it’s never too late to go back to school!</p><h3>Further Resources</h3><ul><li><a href="http://webdesignledger.com/tutorials/22-very-useful-adobe-illustrator-tutorials">22 Very Useful Adobe Illustrator Tutorials</a></li><li><a href="http://www.instantshift.com/2009/03/19/125-ultimate-round-up-of-illustrator-tutorials/">125+ Ultimate Round-Up of Illustrator Tutorials</a></li><li><a href="http://webitect.net/design/15-really-great-illustrator-tutorials-for-beginners.php">15 Really Great Illustrator Tutorials</a></li><li><a href="http://creativenerds.co.uk/articles/16-design-blogs-for-learning-illustrator/">16 Design Blogs For Learning Illustrator<br /> </a></li><li><a href="http://learnai.com/">Illustrator and Vector Tutorials</a></li><li><a href="http://www.developnew.com/resources/10-best-illustrator-tutorials.php">10 best Illustrator Tutorials</a></li></ul><h4>About the author</h4><p><em><a href="http://www.peachpops.com">Melissa Scroggins</a> is a freelance graphic designer who loves designing icons, creating vector illustrations, and playing survival horror <a href="http://shaiperednik.com/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with video">video</a> games. Follow her on <a href="http://twitter.com/peachpops">Twitter</a> where she posts on a regular basis.</em></p><hr /><p>© Melissa Scroggins for <a href="http://www.smashingmagazine.com">Smashing Magazine</a>, 2009. |<br /> <a href="http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/">Permalink</a> |<br /> <a href="http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/#comments">34 comments</a> |<br /> <a title="Bookmark in del.icio.us" href="http://del.icio.us/post?url=http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/&amp;title=Back-to-School%20With%2040%20Excellent%20Adobe%20Illustrator%20Tutorials">Add to del.icio.us</a> | <a title="Bookmark in Digg" href="http://digg.com/submit?phase=2&amp;url=http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/">Digg this</a> | <a title="Stumble on StumbleUpon" href="http://www.stumbleupon.com/submit?url=http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/">Stumble on StumbleUpon!</a> | <a title="Tweet us!" href="http://twitter.com/home?status=@tweetmeme%20@smashingmag%20Reading%20'Back-to-School%20With%2040%20Excellent%20Adobe%20Illustrator%20Tutorials'%20http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/">Tweet it!</a> | <a title="Bookmark in Reddit" href="http://reddit.com/submit?url=http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/">Submit to Reddit</a> | <a href="http://forum.smashingmagazine.com/">Forum Smashing Magazine</a></p><p> Post tags: <a href="http://www.smashingmagazine.com/tag/illustrator/" rel="tag">illustrator</a>, <a href="http://www.smashingmagazine.com/tag/tutorials/" rel="tag">Tutorials</a></p><p><a href="http://www.smashingmagazine.com/2009/09/23/back-to-school-with-40-excellent-adobe-illustrator-tutorials/">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/09/back-to-school-with-40-excellent-adobe-illustrator-tutorials/" rel="bookmark">Back-to-School With 40 Excellent Adobe Illustrator Tutorials</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 23, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/back-to-school-with-40-excellent-adobe-illustrator-tutorials/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>A squabble over EFI-X</title><link>http://shaiperednik.com/2009/09/a-squabble-over-efi-x/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-squabble-over-efi-x</link> <comments>http://shaiperednik.com/2009/09/a-squabble-over-efi-x/#comments</comments> <pubDate>Wed, 16 Sep 2009 16:00:29 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Hackintosh]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[Leopard]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Snow Leopard]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/09/a-squabble-over-efi-x/</guid> <description><![CDATA[Automatically pulled from My Clippings on NewsGator Online Last year we have spoken about what seemed to be the future eldorado of Hackintosh, the USB key&#160;EFI-X.&#160; It made it possible to the owners of PCs (with the specifications close to the Mac) to easily create Hackintosh. It was enough to connect the key before installing [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">My Clippings on NewsGator Online</a></p><p>Last year we have spoken about what seemed to be the future eldorado of <a href="http://shaiperednik.com/tag/hackintosh/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hackintosh">Hackintosh</a>, the USB key&nbsp;<a href="http://tiny.cc/jQYvl" target="_blank">EFI-X</a>.&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/95471_efix_usb-dongle.jpg.jpg" class="thumbnailed" /></p><p>It made it possible to the owners of PCs (with the specifications close to the <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a>) to easily create Hackintosh. It was enough to connect the key before installing completely the standardl <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> OS X.&nbsp;<br />A little time ago, the company announced that version 1.0 of its key would not function with Snow <a href="http://shaiperednik.com/tag/leopard/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Leopard">Leopard</a> and that a new version, 1.1, would be needed.<br /><a href="http://www.tomshardware.co.uk/asem-efix-mac-chameleon,news-31841.html" target="_blank">Tom&#8217;s Hardware UK</a>&nbsp;reports the story of the administrator of the blog&nbsp;<a href="http://aserebln.blogspot.com/" target="_blank">AsereBLN</a>&nbsp;who was irritated by this news and decided to see what this key&nbsp;contained.</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/293aa__5-8-223100-3.jpg.jpg" class="thumbnailed" /><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/293aa__5-9-223101-3.jpg.jpg" class="thumbnailed" /><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f880f__5-7-223099-3.jpg.jpg" class="thumbnailed" /></p><p>After having removed the black&nbsp;epoxy&nbsp;resin that protected the components from inquisitive eyes, he was surprised to see that it did not have much more than in a banal USB&nbsp;key&nbsp;and than this product should not cost more than 10&euro; to manufacture; however it is sold for more than 200&euro;.&nbsp;</p><p>One may have thought that the price was justified by the software development, but he also decided to decipher the firmware of the key and &nbsp;found there&hellip; open source&nbsp;code&nbsp;developed by <a href="http://shaiperednik.com/tag/osx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OSX">OSx</a>86 group and hardly any attempt to hide it.<br />He thus decided to shout about this in a high voice on his blog, and to even propose an open source&nbsp;clone&nbsp;of EFI-X, the EXI-X.</p><p>It was learned that the manufacturers of the EFI-X key decided to prosecute him. We will keep you informed of the current situation during this process and we ask you to moderate your remarks in the reactions to this <a href="http://shaiperednik.com/tag/information/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Information">information</a>. We have made some efforts during the drafting of this so that no-one can reproach us, since we have only reported the facts without making any assessment. Make of this as much as you like.</p><p><a href="http://feedads.g.doubleclick.net/~at/xrdUivLQXp3L0vv_k4brornskBs/0/da"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f880f_di" border="0"></img></a><br /> <a href="http://feedads.g.doubleclick.net/~at/xrdUivLQXp3L0vv_k4brornskBs/1/da"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f880f_di" border="0"></img></a></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f880f_C6eN3WUxM7Y" height="1" width="1" /><br /> <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/09/a-squabble-over-efi-x/" rel="bookmark">A squabble over EFI-X</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 16, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/a-squabble-over-efi-x/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>How to Build a Hackintosh with Snow Leopard, Start to Finish [How To]</title><link>http://shaiperednik.com/2009/09/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish-how-to/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-build-a-hackintosh-with-snow-leopard-start-to-finish-how-to</link> <comments>http://shaiperednik.com/2009/09/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish-how-to/#comments</comments> <pubDate>Tue, 08 Sep 2009 06:00:12 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[amazon]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[Build]]></category> <category><![CDATA[Hackintosh]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[ISO]]></category> <category><![CDATA[Leopard]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Snow Leopard]]></category> <category><![CDATA[ssl]]></category> <category><![CDATA[Sudo]]></category> <category><![CDATA[Unzip]]></category> <category><![CDATA[video]]></category> <category><![CDATA[way]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/09/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish-how-to/</guid> <description><![CDATA[Automatically pulled from My Clippings on NewsGator Online Two years ago, I detailed how to build a Hackintosh for under $800&#8212;then covered how to do the same with less hacking. Now that Snow Leopard&#8217;s out, we&#8217;re revisiting the Hackintosh, building a Hack Pro from scratch for roughly $900. For folks eager to try a Mac [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">My Clippings on NewsGator Online</a></p><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/snowhackintosh1.jpg" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1bb_500x_snowhackintosh1.jpg" class="left image500" width="500" /></a>Two years ago, I detailed <a href="http://lifehacker.com/321913/build-a-hackintosh-mac-for-under-800">how to build a Hackintosh for under $800</a>&mdash;then covered how to do the same <a href="http://lifehacker.com/348653/install-os-x-on-your-hackintosh-pc-no-hacking-required">with less hacking</a>. Now that Snow <a href="http://shaiperednik.com/tag/leopard/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Leopard">Leopard</a>&#8217;s out, we&#8217;re revisiting the <a href="http://shaiperednik.com/tag/hackintosh/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hackintosh">Hackintosh</a>, building a Hack Pro from scratch for roughly $900.</p><p>For folks eager to try a <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> but never wanted to plunk down the high price tag to get it, the Hackintosh&mdash;that is, a regular PC tweaked to run OS X&mdash;has always been an attractive option. That said, it&#8217;s not something you should take on lightly unless you&#8217;re willing&mdash;even enthusiastic&mdash;to <a href="http://shaiperednik.com/tag/build/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Build">build</a> and maintain a PC entirely from scratch. I can&#8217;t guarantee it&#8217;ll be easy, but if you follow this guide step-for-step (it&#8217;s exhaustive) and stick with the same (or at least roughly the same) hardware as I am, I can vouch for a rock solid system that also happens to cost a good deal less than you&#8217;d pay for a comparable Mac.</p><h3>Price Comparisons</h3><p>Most Hackintosh enthusiasts will say you shouldn&#8217;t build a Hackintosh primarily to save money, as it&#8217;s more than just an insert-disc-and-click install. Still, I always enjoy looking at the price differences between my Hackintosh and <a href="http://shaiperednik.com/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a>&#8217;s current offerings. At the moment, the cheapest Mac in the <a href="http://shaiperednik.com/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a> store is a <a href="http://store.apple.com/us/configure/MB463LL/A?mco=Nzk2MDkyOA">Mac mini</a> sporting a 2.0GHz Core 2 Duo processor, 1GB of RAM, and a 120GB hard drive. For $300 more, I&#8217;m running a 3.0GHz <em>Quad</em>-Core processor, 8GB of RAM, a 1TB hard drive, and a damn saucy <a href="http://shaiperednik.com/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with video">video</a> card. I could have made this build much cheaper by skimping on hardware and still ended up with a great little machine, but I liked aiming for around the $800 price point from <a href="http://lifehacker.com/321913/build-a-hackintosh-mac-for-under-800">my last build</a>&mdash;plus I really wanted to make it <em>fly</em>.</p><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/macs.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/9c1bb_500x_macs.jpg" class="left image500" width="500" /></a>The most expensive iMac, by comparison, has only a 3.06GHz Core 2 Duo with 4GB of memory for <em>$2,200</em> ($1,300 more than my build, but it is built into a monitor), while the cheapest Mac Pro has a single 2.66GHz Quad-Core processor, 3GB of RAM, and a 640GB hard drive&mdash;and it costs <em>$2,500</em> ($1,600 more than mine, though it&#8217;s a different and better processor and DDR3 rather than DDR2 RAM). In short, my $900 &#8220;Hack Pro&#8221; sports nearly as good or better hardware than any Mac that Apple sells short of the $3,300 <a href="http://store.apple.com/us/configure/MB535LL/A?mco=Nzk2MDk0Mw">8-Core Mac Pro</a> (which can, incidentally, get more expensive, but it won&#8217;t get much better).</p><h3>The Hardware</h3><p>You can find plenty of hardware capable of supporting OS X on a Hackintosh&mdash;there&#8217;s no definitive build&mdash;but we&#8217;re not going to go into that here. I&#8217;ve put together a list of hardware that I&#8217;m using and that I can guarantee will (or at least <em>has</em>) run <a href="http://shaiperednik.com/tag/snow-leopard/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Snow Leopard">Snow Leopard</a> like a dream.</p><p>Here&#8217;s a link to everything I bought over at Newegg:</p><ul><li><a href="http://www.dpbolvw.net/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16811129024%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Cases%2B%28Computer%2BCases%2B-%2BATX%2BForm%29-_-Antec-_-11129024&amp;cjsku=N82E16811129024">Antec Sonata III 500 Black ATX Mid Tower Computer Case 500W Power Supply</a></li><li><a href="http://www.tkqlhce.com/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16813128358%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Motherboards%2B-%2BIntel-_-GIGABYTE-_-13128358&amp;cjsku=N82E16813128358">GIGABYTE GA-EP45-UD3P Intel P45 ATX Intel Motherboard</a></li><li><a href="http://www.tkqlhce.com/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16819115130%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Processors%2B-%2BDesktops-_-Intel-_-19115130&amp;cjsku=N82E16819115130">Intel Core 2 Quad 3.0GHz LGA 775 95W Quad-Core Processor</a></li><li><a href="http://www.jdoqocy.com/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16814130339%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Video%2BCards-_-EVGA-_-14130339&amp;cjsku=N82E16814130339">GeForce 9800 GTX+ 512MB 256-bit GDDR3 PCI Express 2.0 x16</a></li><li><a href="http://www.kqzyfj.com/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16820220227%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Memory%2B%28Desktop%2BMemory%29-_-Patriot%2BMemory-_-20220227&amp;cjsku=N82E16820220227">Patriot Extreme Performance 4GB (2 x 2GB) DDR2 800 (PC2 6400) Dual Channel Kit Desktop Memory</a> x 2 (for a total of 8GB)</li><li><a href="http://www.tkqlhce.com/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16822136317%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Hard%2BDrives-_-Western%2BDigital-_-22136317&amp;cjsku=N82E16822136317">Western Digital Caviar Green WD10EADS 1TB SATA 3.0Gb/s 3.5&#8243; Internal Hard Drive</a></li><li><a href="http://www.tkqlhce.com/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16827129045%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-CD%2FDVD%2BBurners%2B%28RW%2BDrives%29-_-Pioneer-_-27129045&amp;cjsku=N82E16827129045">Pioneer CD/DVD Burner Black SATA Model</a></li><li><a href="http://www.anrdoezrs.net/click-3621681-10440897?url=http%3A%2F%2Fwww.newegg.com%2FProduct%2FProduct.aspx%3FItem%3DN82E16833156139%26nm_mc%3DAFC-C8Junction%26cm_mmc%3DAFC-C8Junction-_-Network%2B-%2BInterface%2BCards-_-Trendnet-_-33156139&amp;cjsku=N82E16833156139">10/ 100/ 1000/ 2000Mbps PCI Copper Gigabit Network Adapter</a> (The motherboard has onboard Ethernet, naturally, but this particular board has some problems with onboard in the Hackintosh world. Luckily, Ethernet cards are extremely cheap.)</li></ul><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/wishlist.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_500x_wishlist.jpg" class="left image500" width="500" /></a></p><h3>The Build</h3><p>Rather than detail every step necessary to put the actual pieces of your new computer together (this guide already reads like the Bible as is), I&#8217;m just going to point you to our <a href="http://lifehacker.com/5151369/the-first+timers-guide-to-building-a-computer-from-scratch">first-timer&#8217;s guide to building a PC from scratch</a>. Do your building, make sure everything&#8217;s booting up as it should be (i.e., you can boot the computer to the point where it does nothing, because you have nothing installed on it), then let&#8217;s move on.</p><h3>What <em>Else</em> You&#8217;ll Need</h3><p>Assuming you&#8217;ve purchased all the necessary parts for your build (linked above), you&#8217;ll still need a few other things before you get started:</p><ul><li>A USB thumb drive that&#8217;s at least 8GB in size (I&#8217;m using <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16820233042">this 16GB Corsair drive</a>, but obviously any sufficiently sized thumb drive should do just fine.)</li><li>A copy of the <a href="http://www.amazon.com/exec/obidos/ASIN/B001AMHWP8/ref=nosim/gizmodo-20">Snow Leopard Install DVD</a>. You can <a href="http://lifehacker.com/5347086/confirmed-29-snow-leopard-installs-whether-or-not-youve-got-leopard">use the $29 &#8220;Upgrade&#8221; disc to install</a>, even though this is a fresh installation. <em>Note: If you feel like being completely honest, go ahead and buy the <a href="http://www.amazon.com/exec/obidos/ASIN/B002I0JKE2/ref=nosim/gizmodo-20">Mac Box Set</a>&mdash;though, honestly, Apple&#8217;s practically made it hard *not* to buy the fully functional install disc.</em></li><li>Another Mac to do some Terminal work on. (You&#8217;ll only need this other Mac for a few steps. I used my MacBook Pro, but you could also borrow a friends for an hour or so, too.)</li></ul><h3>Step One: Prepare Your Thumb Drive</h3><p>We&#8217;re going to be installing Snow Leopard to your Hackintosh from your thumb drive rather than from the Snow Leopard install DVD, since in order to run the installer on your PC to begin with, you&#8217;ll need to slightly customize the <a href="http://shaiperednik.com/tag/way/" class="st_tag internal_tag" rel="tag" title="Posts tagged with way">way</a> the installer is loaded. (More specifically, we&#8217;ll be loading a custom bootloader onto the thumb drive that will make booting into the install work like a charm.*)</p><p>So first things first: You need to format your thumb drive and then turn your Snow Leopard install disc into a disk image on your desktop. Here&#8217;s how to do it:</p><ol><li><strong>Launch the Disk Utility application on your borrowed Mac</strong> (located at /Applications/Utilities/Disk Utility)</li><li><strong>Format and partition your thumb drive:</strong> Insert your thumb drive; after a second, it should show up in the Disk Utility Sidebar. When it does, (1) click on it, then (2) click on Partition. (3) Choose 1 Partition from the Volume Scheme, (4) give it a name (I called my HackintoshInstall) and select Mac OS Extended (Case-sensitive, Journaled) from the Format drop-down. Now&mdash;and this is important&mdash;(5) hit the Options button and make sure GUID Partition Table is selected as the partition scheme. Once you&#8217;ve made sure to set all the appropriate settings, just (6) click Apply and Disk Utility will get to partitioning your thumb drive.<a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Partition_your_thumb_drive-1.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_500x_Partition_your_thumb_drive-1.jpg" class="left image500" width="500" /></a></li><li><strong>Copy the Snow Leopard Install DVD image to your hard drive:</strong> In the following step we&#8217;ll be turning your thumb drive into a Snow Leopard Install drive, but before we do that, we need to get the installer off your DVD and onto your hard drive. To achieve this, insert the Snow Leopard DVD. When it shows up in the Disk Utility sidebar, (1) click on it, then (2) click New Image in the Disk Utility toolbar. Choose where you want to save it (for the sake of convenience, I put it on my Desktop), then click the Save button. Now go grab yourself a cold drink. This will take some time. When it finishes, move on to the next step.<a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Make_disk_image_of_install_disc.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_500x_Make_disk_image_of_install_disc.jpg" class="left image500" width="500" /></a></li><li><strong>Restore the Snow Leopard Install disk image to your thumb drive:</strong> Now, in Disk Utility, (1) click on HackintoshInstall (or whatever you called your partitioned thumb drive) and (2) click on Restore. (3) Drag and drop Mac OS X Install DVD.dmg from the sidebar to the Source field, then (4) drag and drop your thumb drive from the sidebar to the Destination field. Now simply (5) click on Restore and enter your password when prompted. Disk Utility will take everything on the Snow Leopard Install DVD and restore that image to your thumb drive&mdash;since, like I said above, we&#8217;ll be installing Snow Leopard from our thumb drive instead of the DVD. Again, go grab yourself another drink; this will take a few minutes. When it finishes, your thumb drive has basically been turned into a Snow Leopard installation drive.<a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Restore_Disk_Image_to_Thumb_Drive.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_500x_Restore_Disk_Image_to_Thumb_Drive.jpg" class="left image500" width="500" /></a></li></ol><p>As I said earlier, the thumb drive needs a little finesse before you can boot the Snow Leopard installer on your PC hardware; let&#8217;s apply that finesse now.</p><p><em>Warning: Semi-heavy Terminal work ahead. It&#8217;s not that difficult, and I&#8217;ve gone into a lot of detail to make it as easy to follow along as possible, but if you&#8217;re not at least a little comfortable with the command line, it may make you pretty uncomfortable. Beg or borrow a command line geek for an afternoon, if needed.</em></p><p><a name="bootloader_guide"></a></p><ol><li>Make sure your thumb drive is still plugged in, open Terminal (/Applications/Utilities/Terminal) and type in:<div>diskutil list</div><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Diskutil_in_Terminal.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_500x_Diskutil_in_Terminal.jpg" class="left image500" width="500" /></a><br /> We&#8217;re interested in two pieces of <a href="http://shaiperednik.com/tag/information/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Information">information</a> here. The first is the root identifier for your thumb drive (mine looks like disk2, as you can see in the screenshot). The second is the specific identifier for the portion of the thumb drive that contains the Snow Leopard installer. (Again, see the screenshot.) In my case, the first is <code>disk2</code> and the second is <code>disk2s2</code>. Yours may vary depending on how many disks are on your system. Copy your identifiers down somewhere. We&#8217;ll need them later.</p></li><li>Head to the <a href="http://chameleon.osx86.hu/">Chameleon homepage</a>, find the Latest Releases section of the site&#8217;s sidebar, and download the latest version of Chameleon. (As of this writing, it&#8217;s Chameleon-2.0-RC2-r640.) Uncompress the download and move the Chameleon folder to someplace that&#8217;s easy to access. I&#8217;m putting it on my Desktop.</li><li>Now, in Terminal, <code>cd</code> to the i386 folder of the Chameleon folder. On my Mac, the command looks like this:<p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Terminal_____bash_____80__24.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_500x_Terminal_____bash_____80__24.jpg" class="left image500" width="500" /></a><br /> (1)</p><div>cd /Users/adam/Desktop/Chameleon-2.0-RC2-r640-bin/i386/</div><p>Yours should look similar if the Chameleon folder is on your Desktop, except your username should replace mine. (<a href="http://shaiperednik.com/tag/quick/" class="st_tag internal_tag" rel="tag" title="Posts tagged with quick">Quick</a> shortcut: In Terminal, type <code>cd</code> , then drag and drop i386 folder inside Chameleon-2.0-RC2-r640 to Terminal.) Hit Enter.</p></li><li>You&#8217;re going to be running a couple of Terminal commands that will use Chameleon to make your thumb drive friendly to booting up the OS X installer. They are, as follows:<p>(2)</p><div>sudo fdisk -f boot0 -u -y /dev/rdisk2</div><p><span>IMPORTANT:</span> On your computer, replace rdisk2 with whatever you copied down above. In my case, the thumb drive&#8217;s root identifier was disk2, so <code>/dev/rdisk2</code> is as it should be.</p><p>After you type in that command and hit Enter, you&#8217;ll need to enter your user password to execute it. Do so, then execute the following command, again paying special attention to the disk identifier we took note of above:</p><p>(3)</p><div>sudo dd if=boot1h of=/dev/rdisk2s2</div><p><span>IMPORTANT:</span> As I noted, my Snow Leopard partition was disk2s2, so that command is right for me. You should replace the disk2s2 portion of the command with whatever you noted as the portion of your thumb drive that contains the Snow Leopard installer.</p></li><li>Now we&#8217;re going to place an awesome, custom EFI bootloader on your thumb drive that lets us load into the installer (and into Snow Leopard in general). So first, head over to <a href="http://netkas.org/?p=119">netkas.org</a> and download the bootloader from the bootloader link. Make sure you download it somewhere convenient. (Again, I&#8217;ve just downloaded it to my Desktop.)<p>Now head back into Terminal, where we&#8217;re going to copy the boot file to your thumb drive. (One might think that you could just do this using Finder via drag-and-drop, but in this case, doing it via Terminal is necessary.) So, in Terminal, your command should look similar to this:</p><div>sudo cp /Users/adam/Desktop/boot /Volumes/HackintoshInstall</div><p><a rel="lytebox" href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Copy_Boot_file_to_thumb_drive.png" rel="lightbox[594]"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_500x_Copy_Boot_file_to_thumb_drive.jpg" class="left image500" width="500" /></a>The easiest way to do this is simply type in <code>sudo cp</code> , (1) drag and drop the boot file into Terminal, then (2) drag and drop your mounted thumb drive from the desktop into Terminal. (The drag-and-drop method is a quick Terminal trick that pastes the full path to each file or directory.) After that, simply hit Enter. (Enter your password if necessary.)</p></li><li>I know it seems like we&#8217;ve already run a marathon, but you&#8217;ve got one last step and then it&#8217;s relatively smooth sailing from here on. Download <a href="http://cache.gawker.com/assets/images/lifehacker/2009/09/Extra.zip">Extra.zip</a>, <a href="http://shaiperednik.com/tag/unzip/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Unzip">unzip</a> the file, and then drag and drop the Extra folder into your thumb drive. Nothing fancy, a simple drag and drop with your trusty old mouse will do. Once you&#8217;ve done that, open up your thumb drive and verify that it looks something like the screenshot below. (Notice the Extra folder, the boot file, and the OS X installer.)</li></ol><p>Take a deep breath. By this time, you&#8217;ve completed all the hard work. Now it&#8217;s time to boot up your machine, tweak your BIOS settings so they&#8217;re ready for your OS X install, and then it&#8217;s smooth sailing.</p><h3>Step 2: Set Your BIOS</h3><p>Before you can boot into or install OS X on your Hackintosh, you&#8217;ve got to make some small adjustments to your BIOS. Rather than taking you step by step through every change you need to make, I&#8217;ve simply snapped a picture of the relevant BIOS screens and added some notes. Just click through these images and make sure your BIOS settings match up.</p></p><h3>Step 3: Install Snow Leopard</h3><p>If you&#8217;ve made it this far, the hard part is over. Now it&#8217;s time to install Snow Leopard, which&mdash;unlike what we&#8217;ve done so far&mdash;is <em>extremely</em> easy.</p><p>Make sure you&#8217;ve set the boot priority in your BIOS to boot from your thumb drive (you can see how in <a href="http://feeds.gawker.com/~r/lifehacker/full/~3/q60NIeG5BnI/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish">this pic</a>), then simply plug your prepared thumb drive into your Hackintosh and power it up. Since screenshots aren&#8217;t really an option&mdash;and since it&#8217;s a fairly easy process&mdash;my install instructions come in video format:</p><p> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_2SXVsyeKSvs.jpg"></p><p><em>The quick version goes like this: Boot into the Snow Leopard installer, format the hard drive you want to install Snow Leopard to (go to Utilities -&gt; Disk Utility, then click on the drive, select 1 Partition, Mac OS X Journaled (<strike>Case-Sensitive</strike> <em>Update: Several readers have suggested that case-sensitive formatting can cause problems with some applications, like Adobe&#8217;s Creative Suite, so you may be better off sticking with plain old Mac OS X Journaled</em>.), give it a name, and make sure GUID Partition Table is set in the Options. After you Apply the new partition, go back to the installer and install like normal to that drive. When you reboot after the install completes, press the arrow keys at the graphical boot menu and select the drive you just installed Snow Leopard to.</em></p><h3>A Few Final Tweaks</h3><p>You&#8217;ll notice that, the first time Snow Leopard boots up, you&#8217;re not enjoying any sound along with that snazzy intro video. We&#8217;ve got one small, but very simple tweak to make to get sound up and running. Here&#8217;s how it works:</p><ol><li><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_Fix_yer_audio.png" class="left image340" width="340" />Download the <a href="http://www.insanelymac.com/forum/index.php?showtopic=140647">Kext Utility</a>, then download this <a href="http://cache.gawker.com/assets/images/lifehacker/2009/09/ALC889A.Fix.kext.zip">audio kext</a> (a kext is kind of the Mac equivalent of a driver) and unzip it to your Desktop. Once you&#8217;ve got both in front of you, drag and drop the ALC889.Fix.kext file onto the Kext Utility. You&#8217;ll be prompted to enter your password, so go ahead and do that when you&#8217;re prompted.</li><li>Once the Kext Utility finishes running, open up Disk Utility (/Applications/Utilities/Disk Utility.app). Once it loads up, (1) click on your Snow Leopard drive (mine&#8217;s called Hack Leopard), then (2) click Repair Disk Permissions.</li><li>Once Disk Utility finishes repairing your disk permissions, just restart. After your computer reboots, your audio should be working like a charm. (If not, open up Sound in your System Preferences and try changing the Output device.)</li></ol><p>As things stand on your system right now, you need to have your thumb drive plugged in every time you reboot in order to load the bootloader that allows your Hackintosh to load OS X. There are certain benefits to this (for example, right now you could quite likely unplug this hard drive from your Hackintosh, plug it into a Mac Pro, and it would work just fine), but it can also be a bit of a hassle. At this point, though, you can load the bootloader and other necessary components onto the Snow Leopard hard drive and change that drive to your primary boot drive in your BIOS. All you&#8217;ve got to do is head back to the <a href="http://feeds.gawker.com/~r/lifehacker/full/~3/q60NIeG5BnI/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish#bootloader_guide">step-by-step bootloader guide</a> above and repeat every step, except this time you&#8217;re applying each step to your hard drive rather than your thumb drive.</p><h3>Congratulations! You&#8217;ve Got a Fully Functional Hackintosh</h3><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e0dd9_About_This_Mac_01.png" class="left image340" width="340" />&#8220;But for <em>realz</em>,&#8221; you ask, &#8220;does it actually work well?&#8221;</p><p>I&#8217;ve been using one or another Hackintosh as my main computer for two years now, and while I&#8217;ve run into the occasional bump in the road, they&#8217;ve generally run extremely well. In fact, things just seem to keep on getting better and better, and the current build I&#8217;m running (the one I walked you through above) feels like the fastest, most stable build to date.</p><p>That&#8217;s not to say that you won&#8217;t experience an occasional kernel panic&mdash;you may very well. But I get crashes on my MacBook Pro, too, and I&#8217;ve never felt that my current Hack Pro has any more problems than any other proper Mac I&#8217;ve used on a regular basis. That may seem a bit crazy, but it&#8217;s true.</p><p>As for upgrading&mdash;often, you&#8217;ll be able to upgrade your Hack Pro without any problems. That said, it&#8217;s something you normally need to check on beforehand, and you should take <a href="http://lifehacker.com/5345690/prep-your-mac-for-snow-leopard">all of the upgrade precautions</a> before giving it a go.</p><p>I&#8217;m planning on letting readers know how my Hack Pro handles various 10.6.x updates shortly after they happen, though, and if it requires a little extra work, I&#8217;ll show you how to handle it.</p><hr /><p>Let&#8217;s hear your thoughts&mdash;whether you&#8217;ve dabbled in the world of Hackintosh, are interested in doing so, or just think it&#8217;s plain crazy&mdash;in the comments.</p><p><em><strong><a href="http://adampash.com/">Adam Pash</a></strong> is the editor of Lifehacker; he loves a good hack, cherishes his Macintosh, and craves a Mac Pro, so building a Hack Pro was a perfect fit. His special feature <a href="http://www.lifehacker.com/software/hack-attack/">Hack Attack</a> appears on Lifehacker. Subscribe to the <a href="http://www.lifehacker.com/software/hack-attack/index.xml">Hack Attack RSS feed</a> to get new installments in your newsreader.</em></p><p>* OS X boots in a different way than, say, Windows, using a boot tool called <a href="http://en.wikipedia.org/wiki/Extensible_Firmware_Interface">EFI</a> (Extensible Firmware Interface). On store-bought Macs, EFI is loaded on the hardware by default (in fact, in place of the standard BIOS most of us are used to). In order to boot OS X on our non-factory Macs, we need to create our own custom path to EFI.</p><p><em>Huge thanks to <a href="http://stellarola.tumblr.com/">stellarola</a>, Onetrack, and weaksauce12 for all their help in getting me up to speed on installing Snow Leopard on a Hackintosh PC. The Hackintosh community is large and active, and they are awesome.</em></p><p><a href="http://ads.pheedo.com/click.phdo?s=bfe8de948d6d4ffdb6e2459cd82cc09d&amp;p=1"><img alt="" style="border: 0" border="0"></a><br /> <img alt="" height="0" width="0" border="0"><div> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=q60NIeG5BnI:nLgvVi7g5nE:H0mrP-F8Qgo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e1eef_full?d=H0mrP-F8Qgo" border="0"></img></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=q60NIeG5BnI:nLgvVi7g5nE:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e1eef_full?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=q60NIeG5BnI:nLgvVi7g5nE:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/3c8ff_full?i=q60NIeG5BnI:nLgvVi7g5nE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.gawker.com/~ff/lifehacker/full?a=q60NIeG5BnI:nLgvVi7g5nE:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/3c8ff_full?i=q60NIeG5BnI:nLgvVi7g5nE:V_sGLiPBpWU" border="0"></img></a></div><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/3c8ff_q60NIeG5BnI" height="1" width="1" /><br /> <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/09/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish-how-to/" rel="bookmark">How to Build a Hackintosh with Snow Leopard, Start to Finish [How To]</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on September 7, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/09/how-to-build-a-hackintosh-with-snow-leopard-start-to-finish-how-to/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apple v. Psystar: An Unexpected Opportunity to Examine Contents of Past Discovery</title><link>http://shaiperednik.com/2009/08/apple-v-psystar-an-unexpected-opportunity-to-examine-contents-of-past-discovery/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apple-v-psystar-an-unexpected-opportunity-to-examine-contents-of-past-discovery</link> <comments>http://shaiperednik.com/2009/08/apple-v-psystar-an-unexpected-opportunity-to-examine-contents-of-past-discovery/#comments</comments> <pubDate>Mon, 24 Aug 2009 19:20:33 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[Apple]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Extract]]></category> <category><![CDATA[Hackintosh]]></category> <category><![CDATA[Inc.]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[Leopard]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[ssl]]></category> <category><![CDATA[video]]></category> <category><![CDATA[way]]></category> <category><![CDATA[wind]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/08/apple-v-psystar-an-unexpected-opportunity-to-examine-contents-of-past-discovery/</guid> <description><![CDATA[Automatically pulled from My Clippings on NewsGator Online Personal issues have kept me from writing as regularly on my favourite case as I would like, but hopefully that has ended or at least been minimized. Many interesting things have happened recently, particularly regarding discovery, and I have only just began to digest the information and [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">My Clippings on NewsGator Online</a></p><p>Personal issues have kept me from writing as regularly on my favourite case as I would like, but hopefully that has ended or at least been minimized.  Many interesting things have happened recently, particularly regarding discovery, and I have only just began to digest the <a href="http://shaiperednik.com/tag/information/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Information">information</a> and do not write on a subject until I am fairly sure that I have the facts down and some solid defensible opinions.  However, this is a perfect opportunity to step back and take a look into the discovery between the parties prior to Psystar filing and then just as suddenly, fleeing, bankruptcy.  As far as I have seen, this <a href="http://shaiperednik.com/tag/information/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Information">information</a> has not been reviewed elsewhere on the <a href="http://shaiperednik.com/tag/apple/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Apple">Apple</a> web.</p><p>Typically, in Federal Court, discovery requests and answers are not filed with the Court unless there is some dispute, and even then, they are often heavily redacted as we have already seen with the <a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2008cv03251/204881/59/" target="_blank">Letter Brief </a>filed by Apple on April 29, 2009.  In fact, the parties had earlier requested, and had been granted, <a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2008cv03251/204881/55/" target="_blank">a Protective Order </a>allowing the redaction (or filing under seal) of certain areas of inquiry in any discovery which must be used as an attachment in support of any filing.  Due to these circumstances, we know precious little about precisely what types of inquiries were propounded by both parties.  However, attached to Rudy Pedraza&#8217;s Declaration filed with the Bankruptcy Court were copies of Apple&#8217;s Answers to Psystar&#8217;s First, Second, and Third Requests for Admission (comprising 181 separate Requests).</p><p><span></span></p><h2>General Information on Requests for Admission</h2><p>&nbsp;<br /> Before discussing the contents of the filings uncovered, I will give a short primer for the layperson on the nature and purpose of the discovery avenue of &#8220;Requests for Admission.&#8221;</p><p>Requests for Admission are covered under <a href="http://www.law.cornell.edu/rules/frcp/Rule36.htm" target="_blank">Rule 26 of the Federal Rules of Civil Procedure</a>.  The interested reader can go to the link to read the rule and its technicalities in full.  But to put it simply, Requests for Admissions are used to determine what items that the parties can agree are true or false and thus will not need to be proven at trial.  For example, in an auto accident case, one party may ask the other to admit that it was not raining at the location of the accident at the time of the accident.  This would obviate the need to obtain official weather records in order to prove that particular fact.  Another common use of Requests for Admissions are to establish the authenticity of documents so that the original author or records custodian of the documents is not required to come into Court at trial simply to tell the jury that the document is genuine and kept in the ordinary course of business.  My general philosophy is that attorneys should not ask stupid Requests for Admissions (with stupid being my subjective standard&mdash;the Rules are pretty lenient so that worthwhile requests are not chilled, and the responding party has the protection of objecting in detail).  My personal opinion of an example of such would be asking the other party to admit that the basis for their case is entirely without merit (which Psystar did in fact do in their requests).  That is just inane, and well, insulting to the intelligence of the recipient and contributes to the public perception that a great deal of law practice is silly showboating.  Unfortunately, that is the nature of the beast at times in American jurisprudence.</p><p>In my particular job as a legal assistant, some cases tend to be very document-intensive.  In such situations, Requests for Admissions are very helpful to both sides to get document authentication out of the <a href="http://shaiperednik.com/tag/way/" class="st_tag internal_tag" rel="tag" title="Posts tagged with way">way</a> which will shorten the trial and spare the jury from strictly <em>pro forma</em> testimony.</p><p>Now however boring all of that might seem, one can glean a great deal of a party&#8217;s trial strategy and case theories from the Requests made.</p><h2>Rudy Pedraza&#8217;s Representations Regarding Apple&#8217;s Responses to Psystar&#8217;s Requests for Admissions Numbered 1 through 181</h2><p>&nbsp;<br /> Here are the discovery documents that Pedraza provided.</p><p><a href="http://images.worldofapple.com/psystar1-53.pdf" target="_blank">Apple Inc.&#8217;s Responses to Psystar Corporation&#8217;s First Set of Requests for Admission (Nos. 1&#8211;53)</a><br /> <a href="http://images.worldofapple.com/psystar85-181.pdf" target="_blank">Apple Inc.&#8217;s Responses to Psystar Corporation&#8217;s Second Set of Requests for Admission (Nos. 54&#8211;84)</a><br /> <a href="http://images.worldofapple.com/psystar85-181.pdf" target="_blank">Apple Inc.&#8217;s Responses to Psystar Corporation&#8217;s First Set of Requests for Admission (Nos. 85&#8211;181)</a></p><p>First, I wonder if Pedraza obtained the permission of Apple of make these publicly available considering that the parties had agreed to keep certain discovery private.  In fact, in Apple&#8217;s request to the Bankruptcy Court for relief from the automatic stay, its main exhibit was filed under seal to maintain the privacy of the discovery process.  I found it difficult to imagine that Apple agreed to this publication.</p><p>Here is what Pedraza stated in his sworn Declaration to the Bankruptcy Court:</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e8a12_pedrazaondiscovery.png" /></p><p>Notice that Pedraza alleged that Apple <strong>failed to answer</strong> and instead has objected to all Interrogatories and/or Requests for Admissions in an attempt to further bury Psystar in legal bills <strong>without providing any information</strong>, and as example, he provides the Bankruptcy Court with Psystar&#8217;s <strong>181 REQUESTS FOR ADMISSION!</strong> Hello Mr. Pot, there is a kettle over here that suspects you and he share a colour.  In examining these Requests we can get a good glimpse into Psystar&#8217;s thought processes as to their discovery and litigation strategy.  I will <a href="http://shaiperednik.com/tag/extract/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Extract">extract</a> some broad areas for examination in this article (not intending to cover every minutiae).</p><h2>Is it TRUE that Apple &#8220;failed to answer and instead has objected to all Interrogatories and/or Requests for Admissions&#8221;?</h2><p>&nbsp;<br /> <strong>Short Answer:</strong> No, it is not true.</p><p><strong>Long Answer:</strong> For those with no experience in the legal field, a review of Apple&#8217;s responses may appear to support Pedraza&#8217;s assertions.  However, Apple&#8217;s responses are typical form and practice in the legal industry.  Lawyers are paid and trained to advocate zealously for their clients to the best of their abilities within the bounds of professional ethics.  As such, they look for even the slightest advantage or phrase that they can use to help their client.  Therefore, in written discovery, unless a question/request is very straightforward, nearly every answer will be prefaced by certain objections so that they are preserved, and then, the answer will say something to the effect of <em>&#8220;however, without waiving said objections, Plaintiff/Defendant responds XYZ.&#8221;</em> Pedraza is correct in that Apple provided objections to all the Requests for Admissions (and as I will show, some of Psystar&#8217;s requests are just plain ridiculous and tiresome), he is absolutely duplicitous in his claim that Apple failed <em>in toto</em> to answer.  Pedraza is not some innocent illiterate from the boondocks who &#8220;gosh golly gee&#8221; didn&#8217;t know that prefacing answers with objections are typical legal pracitce.  In fact, I would LOVE to know if Psystar did the exact same thing. Here is a typical Request and Answer from the very first Request propounded (the General Objections referred to are typical prefaces to all discovery responses that form the first few pages):</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e8a12_rfa1.png" /></p><p>Apple responded as is typical in legal proceedings.  It protected itself as best as possible from any vulnerabilities in poor wording or ambiguity in the Request and then answers to what it represents is the best of its ability.  Nearly every single Request and Answer follows this pattern.  There are only few that were objected to in full <strong>without a denial or admission</strong>.  In fact, I had to read all the way to Request Number 47 to find the first example.  Did Apple use invisible magic ink so that Pedraza could swear to the Court that Apple failed to answer and only objected to ALL Requests for Admissions?  Truth has not been Psystar&#8217;s trademark.  It is not surprising that they conjure up fake facts considering that they make fake Macs.</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ccc9a_rfa47.png" /></p><p>In fact, the <strong>only</strong> Requests that were objected to in full were Requests numbered 47, 48, 49, 50, 51, and 53.  That is 6 out of <strong>181</strong>.  Mr. Pedraza appears to have a bit of an exaggeration problem.  In my review, Apple readily admitted to numerous issues of fact.  In my own job, I have seen Responses come back in which every (or nearly every) Request is denied.  However, all that being said, stepping back from my perspective of being accustomed to such filings, I can understand how Pedraza would be frustrated though I find it difficult to have any sympathy since he answered <em>&#8220;I don&#8217;t know&#8221;</em> over 80 times to questions about the finances of his &#8220;very small company&#8221; (his representation as he loves to continually whinge in order to represent Apple as the fat bully in the sandbox).</p><p>While we are talking about Pedraza&#8217;s internal reality distortion field, let&#8217;s compare these two statements.</p><p>First, from <a href="http://images.worldofapple.com/psystarresponetolift.pdf" target="_blank">Psystar&#8217;s response to Apple&#8217;s request to the Bankruptcy Court to lift the automatic stay</a>:</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ccc9a_injunctiverelief1.png" /></p><p>Okay, so Apple has not filed a motion for injunctive relief though it is requested in its Amended Complaint. <a href="http://images.worldofapple.com/rudydeclaration.pdf" target="_blank">Now notice what Pedraza says</a>:</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ebedf_injunctiverelief.png" /></p><p>It seems that in Rudy-land <strong>&#8220;has not&#8221;</strong> is equivalent to <strong>&#8220;unable to&#8221;</strong> and evidences that Apple&#8217;s case is not clear.  Interesting.  Why?  Because <a href="http://docs.justia.com/cases/federal/district-courts/california/candce/3:2008cv03251/204881/53/" target="_blank">Psystar asked for injunctive relief as well in its Amended Counterclaims</a> but also has not filed a motion for same.  Will Pedraza apply the same standard to Psystar?  Long live Janus.</p><p>And let us not forget this zinger:</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ebedf_stonewall.png" /></p><p>Is it <em>true</em> that Psystar <strong>”made every effort to provide them all the documents in our possession”?</strong> Well only if you believe not even bothering to print out <a href="http://shaiperednik.com/tag/email/" class="st_tag internal_tag" rel="tag" title="Posts tagged with email">email</a> attachments and <a href="http://news.worldofapple.com/archives/2009/05/04/psystar-responds-to-apples-discovery-allegations-calls-blogosphere-rabid/" target="_blank">giving potentially contradictory statements</a> as to whether they even still exist comprises making every effort.  In my world, the sky is blue, and that is not making every effort.</p><p>Moving on&#8230;</p><h2>What can we glean about Psystar&#8217;s case strategy from these Requests for Admissions?</h2><p>&nbsp;<br /> Obviously I cannot bore you to death by going through all 181 requests individually.  Well, technically I <em> could</em>, but I <em>won&#8217;t</em>.  I have grouped what seems to be the most important and interesting categories for brief discussion with selected example Request(s) and Answer(s) for examples.</p><h3>Category: Vendors other than Apple sell the “<a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> OS.”</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/21e06_rfa2.png" /></p><p>Apparently Psystar believes that it is somehow pertinent that users may obtain OS X from entities other than Apple.  How that is relevant is beyond me.  The consumer does not buy Windows directly from <a href="http://shaiperednik.com/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>; does that somehow denigrate <a href="http://shaiperednik.com/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a>’s interest in controlling their intellectual property?  The consumer does not generally buy books directly from the authors; does that mean they can produce unauthorized derivative works at will?  I would conjecture that Psystar is attempting to piggy-back a case that since the OS is available outside of Apple that Apple has no right to dictate how it can be used.  This seems even more likely to be the goal when considering the next category.</p><h3>Category: Consumers can buy a retail box of the “Mac OS” without purchasing any other Apple product.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/21e06_rfa8.png" /></p><p>Once again, the relevance fails me.  A person may buy a copy of <a href="http://shaiperednik.com/tag/leopard/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Leopard">Leopard</a> and use it for kindling if they wish.  A person can be <em>given</em> a Macintosh upon which they install the product.  This is inanity.  My guess, again, is that Psystar is attempting to show that although Apple has placed restrictions on the use of the product; it has not required any proof or point of sale proof of being able to actually <em>enforce</em> the restrictions.</p><h3>Category: It is possible to install and run the “Mac OS” without modifying the “Mac OS” on machines manufactured by vendors other than Apple.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2f1c0_rfa10.png" /></p><p><strong>And</strong></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2f1c0_rfa180.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/58fc5_rfa181.png" /></p><p>Okay, this category is more substantive and appears to be geared towards defeating Apple’s claim of violation of the DMCA which requires anti-circumvention technology. Yet, and interestingly separated by over thirty Requests, Psystar appears to pursue a completely different admission as follows (for example):</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/72e38_rfa45.png" /></p><p>I have noted this contradictory tension in prior articles <a href="http://news.worldofapple.com/archives/2008/12/01/apple-petitions-court-for-leave-to-amend-its-complaint-against-psystar/" target="_blank">here</a> and <a href="http://news.worldofapple.com/archives/2008/12/18/psystar-files-its-response-to-apples-amended-complaint/" target="_blank">here</a>.  I must note, however, it is not unusual in Requests for Admissions for a party to ask for two contradictory admissions in order to pin the opposing party to commit one way or the other.</p><h3>Category: Apple has no copyright rights on any code which is licensed to Apple under an open source license.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ccc9a_rfa47.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/72e38_rfa83.png" /></p><p>I think that is a very valid and interesting point raised by Psystar.  I know basically nothing about code and programming so I can only comment on the issues it may pose in this case taking what Psystar is alleging as true.  Is Apple&#8217;s code a derivative work? and if so, how does that affect the intellectual property rights?  My gut reaction is that this argument is NOT good for the open source community or organizations pushing for open standards.  Why would a company want to risk losing its intellectual property rights simply because it mixed open source code with its proprietary code?  This is just one of the many points that irritates me about <em>some</em> Psystar supporters.  Get this straight: Psystar is NO friend of the open source community and &#8220;open-ness.&#8221;  They are just a couple of guys looking to make a buck without much care of how it affects anyone or anything else.  There is a reason why the <a href="http://shaiperednik.com/tag/osx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OSX">osx</a>86 Project creator is no fan.</p><h3>Category: Ahhh, we&#8217;re right! Just admit it!</h3><p>&nbsp;<br /> I am sorry, but I found these next Requests hilarious along the lines of <em>“when did you stop beating your wife?”</em> These are allowable under the Rules as far as I can see, but in my personal opinion this is the type of nonsense that causes people to think poorly of the law and attorneys.</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f1b54_rfa15.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f1b54_rfa19.png" /></p><h3>Category: Lack of Real Damages</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/70306_rfa28.png" /></p><p>Basically Psystar wants to establish that even if there were some violation of copyrights or other intellectual property rights; Apple suffered no quantifiable damages from Psystar, presumably because Psystar paid full retail price for each of its copies of Leopard (allegedly) and that its customer base wouldn&#8217;t have purchased an Apple-labeled computer due to the higher cost.  This of course ignores other intangible losses such as brand dilution and the like (though Psystar did address those in separate Requests).</p><h3>Category: The Clone program was profitable.  Or was it?</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/70306_rfa165.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/371dd_rfa166.png" /></p><p>Eh?  So if Apple made money, then the big, bad corporation wants to make more money (as if that is inherently wrong), and if they didn&#8217;t, well that is why they want to persecute poor little Psystar.  Tails Psystar wins, Heads Apple loses.  Ahem.</p><h3>Category: Go ahead Apple, admit you want to make money.</h3><p>&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/22e47_rfa167.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/22e47_rfa144.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/8231d_rfa145.png" /></p><p>Apple is not a charity and wants to make the most money possible.  Shocking I know.  Somehow I suspect that Psystar would also like to make as much money as possible.  In fact, I have it through the grapevine that Rudy has bragged about his own ambitions to be filthy rich.</p><h3>Category: Ignorant Consumers</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/8231d_rfa31.png" /></p><p>Shall Apple waterboard them until they do?  Seriously, if anyone states that they have read and agree to certain terms and conditions, the other party has every legal reason to rely upon that declaration (assuming mental competence, age, etc.)  I admit it; I have never read any EULA.  But I also would never claim that my agreement to something I didn&#8217;t read is anyone’s problem but my own.  Further, its not as if the end-users are agreeing to something that is a well-kept secret or outlandish.</p><h3>Category: Apple is the exclusive licensor of “Mac OS,” and has in the past licensed it to other entities who then sold Macintosh “clones” to the public.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/da459_rfa33.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/da459_rfa34.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f9c5f_rfa41.png" /></p><p>It seems, Psystar wants to establish the foundation that Apple as a company had no issue with a business model that included third-party licensing.  The inference that Psystar might want to draw from this is that Apple should not have an issue with it today; and it was a viable business model in the past.  My response: So?  Businesses can change their models for whatever legal reason they choose. Psystar puts some distance between these Requests and the following:</p><h3>Category: It’s all Steve’s fault (and he’s a hypocrite).</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f9c5f_rfa42.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f9c5f_rfa150.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/fd9e5_rfa154.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/fd9e5_rfa158.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e979b_rfa161.png" /></p><p>The <a href="http://shaiperednik.com/tag/video/" class="st_tag internal_tag" rel="tag" title="Posts tagged with video">video</a> linked to above has since been removed, but here is another copy of it (light profanity warning).</p></p><p>Last year my best friend said she would give me a thousand dollars and has since changed her position after figuring out that she was better off keeping it.  That basically is what their argument amounts to.  It is so vapid I am almost without words.  Will Psystar be suing Apple when they eventually include the Bag &#8216;O Hurt also known as Blu Ray?  Psystar has changed its positions faster than Linda Blair has spun her head so I find this beyond chutzpah or the <a href="http://gagne.homedns.org/~tgagne/contrib/unskilled.html" target="_blank">Dunning Syndrome</a> on their part.</p><h3>Category: All Steve Jobs stated that Apple wanted from its licensees was that they pair their &#8220;fair share&#8221; for the licensing rights and that said &#8220;fair share&#8221; would be the retail cost.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/e979b_rfa163.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/4cc0c_rfa164.png" /></p><p>Psystar seems poised to argue that it is fulfilling what Steve Jobs wanted prior cloners to do: pay full retail price. Yes, this is hopelessly naive and simplistic, but that appears to be their point.  And I hate to give them a much needed reality-check: the technology world is not the same as it was a decade ago.</p><h3>Category: Apple is picking on us!!!  Or put another way, Apple is aware of other third parties who are violating the EULA, such as the osx86 project, but has not sought to enforce the EULA against them.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/4cc0c_rfa123.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/3cbeb_rfa124.png" /></p><p>That sound you hear is Psystar attempting to throw the <a href="http://shaiperednik.com/tag/hackintosh/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Hackintosh">Hackintosh</a> hobbyist community under the bus so that they can make a buck off of someone else’s work.  In legal strategy, they seem to be claiming selective enforcement and waiver. <a href="http://www.tomshardware.com/news/psystar-openmac-apple,5205.html" target="_blank">However, I think this will be a tough row to hoe since Rudy was well aware that they were purposefully spitting in Apple&#8217;s pie and didn&#8217;t really care if they got sued.</a></p><h3>Category: Apple informs the public that a purchaser owns the actual physical media which contains the software.  Further, Apple has never requested the return of the physical media.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/3cbeb_rfa56.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afc40_rfa57.png" /></p><p>I feel dumber just reading and writing that.  Let&#8217;s move on.</p><h3>Category: Installing the software creates a copy on the user&#8217;s machine and in the RAM each time the software is executed.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afc40_rfa62.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/afc40_rfa65.png" /></p><p>I didn&#8217;t think it could get worse.  It did.  It has already been decided in a case cited earlier (I could get the case if someone really, really wants it) that the machine loading a &#8220;copy&#8221; into RAM isn&#8217;t a license violation and basically is a useless argument against licenses.</p><h3>Category: Licensing rather than sale is done to circumvent 17 U.S.C. &sect;109, &sect;117</h3><p>&nbsp;<br /> and</p><h3>Category: Apple&#8217;s EULA defining the software as licensed and not sold is intended to keep the software from being installed on machines made by other vendors.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2ba5f_rfa71.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ff073_rfa72.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ff073_rfa78.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ff073_rfa151.png" /></p><p>This right now is their best argument, but unfortunately for them; the District in which this suit is filed has not been persuaded by this line of reasoning in the past.</p><h3>Category: Apple hardware is not covered by any Apple copyrights, and Apple-labeled hardware is not expressly defined in Apple&#8217;s filings.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ee941_rfa75.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/ee941_rfa126.png" /></p><p>and</p><h3>Category:Apple has alleged that Psystar has violated multiple sections of U.S.C. 17 and one or more licenses attached to Apple&#8217;s filings.</h3><p>&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/313a1_rfa85.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/313a1_rfa127.png" /></p><p>This line of argumentation was discussed pretty thoroughly <a href="http://news.worldofapple.com/archives/2008/12/27/mythbuster-did-psystar-really-claim-that-apple-did-not-copyright-os-x/" target="_blank">here</a> for the interested reader.  Again, this is part of their stronger points (the word &#8220;stronger&#8221; being used in a very loose manner).</p><h3>Category: Apple distributes labels that resemble the Apple logo with the &#8220;Mac OS&#8221; and that people can put those stickers on any computer.</h3><p>&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/c990f_rfa129.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/70b55_rfa131.png" /></p><p>Oh come on!!!  You&#8217;ve have GOT to be kidding me.  That is almost as bad as this:</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/70b55_itsanapple.jpg" /></p><h3>Category: Apple-labeled computers may be purchased from Apple&#8217;s websites.</h3><p>&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f1ec3_rfa133.png" /></p><p>Okay&#8230;&#8230;</p><h3>Category: Exhibits 13 through 15 from the March 19, 2009 deposition of Rudy Pedraza cannot by authenticated or verified by Apple.</h3><p>&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/f1ec3_rfa102.png" /></p><p><img /></p><p>Without knowing what these documents are, it is difficult to comment.  Apparently there are documents that Psystar doesn&#8217;t like and wishes to put as much distance between it and them as possible.</p><h3>Category: Apple purchased computers from Psystar both before and after July 3, 2008.</h3><p>&nbsp;<br /> <img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/532ff_rfa105.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/532ff_rfa109.png" /></p><p>Okay&#8230;.. so now we know who bought the ones that were sold to entities other than Engadget and the like.</p><h3>Category: Apple dissembled, decompiled, and reverse-engineered a Psystar restore disc.</h3><p>&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/57ffa_rfa117.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/57ffa_rfa121.png" /></p><p>Okay&#8230;..</p><h3>Category: Any two or more copies of the &#8220;Mac OS&#8221; install disk are the same for all intents and purposes.</h3><p>&nbsp;</p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/337ad_rfa174.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/337ad_rfa177.png" /></p><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/337ad_rfa179.png" /></p><p>I am not at all sure what they are driving it besides a colossal tribute to Captain Obvious.  Well this look into their prior discovery will assist in my upcoming articles on the newest bizarre twists that this case has taken over the past week.  Be on the lookout for more!  Oh goody!</p><p><strong>Remember, I am NOT an attorney and any legal opinions would have to be determined by a properly licensed and qualified attorney.</strong></p><p><em>In addition to her position as Assistant Editor at World of Apple, dizzle runs <a href="http://www.idrankthekoolaid.com" target="_blank">idrankthekoolaid</a>, an Apple fangrl satire blog, and is an Administrator and Hostess at <a href="http://www.myapplespace.com" target="_blank">MyAppleSpace</a> and their vidcast <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewPodcast?id=301425091" target="_blank">MASTv</a>.</em></p><p><a href="http://feedads.g.doubleclick.net/~a/2jfgITfpJOiiXas0LIIbr_-CHlk/0/da"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_di" border="0"></img></a><br /> <a href="http://feedads.g.doubleclick.net/~a/2jfgITfpJOiiXas0LIIbr_-CHlk/1/da"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_di" border="0"></img></a></p><div> <a href="http://feeds.feedburner.com/~ff/WorldOfApple?a=H-7z1IwT0dE:9MtCgbv15q8:yIl2AUoC8zA"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_WorldOfApple?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WorldOfApple?a=H-7z1IwT0dE:9MtCgbv15q8:qj6IDK7rITs"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_WorldOfApple?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WorldOfApple?a=H-7z1IwT0dE:9MtCgbv15q8:V_sGLiPBpWU"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_WorldOfApple?i=H-7z1IwT0dE:9MtCgbv15q8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WorldOfApple?a=H-7z1IwT0dE:9MtCgbv15q8:F7zBnMyn0Lo"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_WorldOfApple?i=H-7z1IwT0dE:9MtCgbv15q8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WorldOfApple?a=H-7z1IwT0dE:9MtCgbv15q8:D7DqB2pKExk"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_WorldOfApple?i=H-7z1IwT0dE:9MtCgbv15q8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/WorldOfApple?a=H-7z1IwT0dE:9MtCgbv15q8:gIN9vFwOqvQ"><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_WorldOfApple?i=H-7z1IwT0dE:9MtCgbv15q8:gIN9vFwOqvQ" border="0"></img></a></div><p><img src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/a5dc4_H-7z1IwT0dE" height="1" width="1" /><br /> <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/08/apple-v-psystar-an-unexpected-opportunity-to-examine-contents-of-past-discovery/" rel="bookmark">Apple v. Psystar: An Unexpected Opportunity to Examine Contents of Past Discovery</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on August 24, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/08/apple-v-psystar-an-unexpected-opportunity-to-examine-contents-of-past-discovery/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Google suggest proves that a lot of people want Norton, McAffee, and AVG off their PCs</title><link>http://shaiperednik.com/2009/08/google-suggest-proves-that-a-lot-of-people-want-norton-mcaffee-and-avg-off-their-pcs/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=google-suggest-proves-that-a-lot-of-people-want-norton-mcaffee-and-avg-off-their-pcs</link> <comments>http://shaiperednik.com/2009/08/google-suggest-proves-that-a-lot-of-people-want-norton-mcaffee-and-avg-off-their-pcs/#comments</comments> <pubDate>Fri, 21 Aug 2009 00:00:09 +0000</pubDate> <dc:creator>System</dc:creator> <category><![CDATA[My Clippings]]></category> <category><![CDATA[email]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[Humor]]></category> <category><![CDATA[Inc.]]></category> <category><![CDATA[Information]]></category> <category><![CDATA[IO]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[php]]></category> <category><![CDATA[way]]></category> <category><![CDATA[XP]]></category><guid isPermaLink="false">http://shaiperednik.com/2009/08/google-suggest-proves-that-a-lot-of-people-want-norton-mcaffee-and-avg-off-their-pcs/</guid> <description><![CDATA[Automatically pulled from My Clippings on NewsGator Online Filed under: Google, Search, Humor Google suggest &#8211; sometimes it&#8217;s helpful, sometimes it&#8217;s way off the mark. For the guys at Sophos, it&#8217;s a source of mild amusement. Why? Well, take a look at the YouTube clip they generously shared with the world. Among the top suggestions [...]]]></description> <content:encoded><![CDATA[<p>Automatically pulled from <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">My Clippings on NewsGator Online</a></p><p>Filed under: <a href="http://www.downloadsquad.com/category/google/" rel="tag">Google</a>, <a href="http://www.downloadsquad.com/category/search/" rel="tag">Search</a>, <a href="http://www.downloadsquad.com/category/humor/" rel="tag">Humor</a></p><p></p><div align="center"></div><p><a href="http://shaiperednik.com/tag/google/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Google">Google</a> suggest &#8211; sometimes it&#8217;s helpful, sometimes it&#8217;s <a href="http://shaiperednik.com/tag/way/" class="st_tag internal_tag" rel="tag" title="Posts tagged with way">way</a> off the mark. For the guys at <a href="http://www.sophos.com/">Sophos</a>, it&#8217;s a source of mild amusement. Why?</p><p>Well, take a look at the YouTube clip they generously shared with the world. Among the top suggestions when you type &#8220;remove&#8221; in for the first word of your query? Apart from annoying pests like Antivirus 360 and Antivirus 2009 (both fake antivirus malware) you&#8217;ll also notice AVG, McAfee, and Norton.</p><p>What does it all mean? Obviously a lot of people are searching for <a href="http://shaiperednik.com/tag/information/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Information">information</a> on how to get rid of those programs. Norton and McAfee &#8211; well, those two are apps we love to hate. But AVG? Really?</p><p>Sure. It&#8217;s a not-uncommon problem with AVG that something gets bunged up with the installer and you need to remove your current version completely in order to install the new version.<p><a href="http://www.downloadsquad.com/2009/08/20/google-suggest-people-want-uninstall-mcafee-norton-avg/">Google suggest proves that a lot of people want Norton, McAffee, and AVG off their PCs</a> originally appeared on <a href="http://www.downloadsquad.com">Download Squad</a> on Thu, 20 Aug 2009 17:30:00 EST.  Please see our <a href="http://www.weblogsinc.com/feed-terms/">terms for use of feeds</a>.</p><h6></h6><p><a href="http://www.downloadsquad.com/2009/08/20/google-suggest-people-want-uninstall-mcafee-norton-avg/" rel="bookmark" title="Permanent link to this entry">Permalink</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/forward/19135864/" title="Send this entry to a friend via email">Email this</a>&nbsp;|&nbsp;<a href="http://www.downloadsquad.com/2009/08/20/google-suggest-people-want-uninstall-mcafee-norton-avg/#comments" title="View reader comments on this entry">Comments</a></p><p> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:80c383fe463f2a696e65f9d768ceeba7:yQLYjgApT3fURV4vR5SbZlPQLuA1bUrWIqgrLBFag2vPGgrlw9lYZM7pEYkVhSMJgN4LXnVQElww"><img border="0" alt="Add to digg" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/b9bf4_digg.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:b4787e48aadf5f5620fbdec15a560ade:Nad0ROvhU6KLmWbzN64w3m3tEKSXUuKw%2FX9Df5P0DxD0W1xsFLSKH9MrgSZvBvUWAvdRW0REyNCC"><img border="0" alt="Add to del.icio.us" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/b9bf4_delicious.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:140f01946264c36336134f6eca2e4335:udoTVl77MprMdGgGtJzkxUMbUcJ4SOOrc9N7luI8Arm14G39wBdmswWdV2iWDLW40lloUOHhscRb"><img border="0" alt="Add to Google" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/b9bf4_google.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:0b81257d24499074542dfa1e02949daf:YoxeJxHYgNtTU6S%2BrHjOIHDEeANxGFyNg3XF%2BSrR87eID3ju%2FEMn83MZlk9codfgGDBUYa2ZCwip7A%3D%3D"><img border="0" alt="Add to StumbleUpon" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/b9bf4_stumbleit.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:62b86721e26ee76b9a61ff85ff5ebb8d:3C0UbKr81LeTPwKOb4Z9oIRL26ZCfCszQGY4JRS8iWAnnjT4GItQHxuE1Rfm8brGzQsdydVr3DbAbw%3D%3D"><img border="0" alt="Add to Facebook" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/b9bf4_facebook.gif" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:aa77dd3d9ae2aa8394b5767bcecfa63e:gqUcJuL7QM%2BRaibHt90TTcVDJfAZg7xzjMzKcrx57uO%2FMX1ey5QdL0yhYTnWVYOohNABbJQlAB7u"><img border="0" alt="Add to Reddit" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2c64b_reddit.png" /></a><br /> <a href="http://www.pheedcontent.com/hostedMorselClick.php?hfmm=v3:1cbac9063d804f37f3b1941328f2389a:91sRLGJ9IxOwojJ5p4YNXpiXUj6WzlQxjEJzTosxk%2B4C0RMjr%2FyDP9nub1g2GvuSN4l7XPVMXXZaGw%3D%3D"><img border="0" alt="Add to Technorati" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2c64b_technorati.png" /></a><br /> <br /> <a href="http://ads.pheedo.com/click.phdo?s=736af9e4f21b1adca66e43bacdeae331&amp;p=1"><img alt="" style="border: 0" border="0" src="http://shaiperednik.com/wp-content/plugins/wp-o-matic/cache/2c64b_img.phdo?s=736af9e4f21b1adca66e43bacdeae331&amp;p=1" /></a><br /> <br /> Sponsored Topics:<br /> <a href="http://ads.pheedo.com/click.phdo?s=736af9e4f21b1adca66e43bacdeae331&amp;p=64&amp;kw=Google">Google</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=736af9e4f21b1adca66e43bacdeae331&amp;p=64&amp;kw=Download+Squad">Download Squad</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=736af9e4f21b1adca66e43bacdeae331&amp;p=64&amp;kw=antivirus">antivirus</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=736af9e4f21b1adca66e43bacdeae331&amp;p=64&amp;kw=McAfee">McAfee</a> &#8211; <a href="http://ads.pheedo.com/click.phdo?s=736af9e4f21b1adca66e43bacdeae331&amp;p=64&amp;kw=AVG">AVG</a><br /> <a href="http://services.newsgator.com/ngws/svc/ClippingsRSS.aspx?uid=1639696">Go to Source</a></p><p><a href="http://shaiperednik.com/2009/08/google-suggest-proves-that-a-lot-of-people-want-norton-mcaffee-and-avg-off-their-pcs/" rel="bookmark">Google suggest proves that a lot of people want Norton, McAffee, and AVG off their PCs</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on August 20, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/08/google-suggest-proves-that-a-lot-of-people-want-norton-mcaffee-and-avg-off-their-pcs/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Installing Microsoft Silverlight v3 on OSX</title><link>http://shaiperednik.com/2009/07/installing-microsoft-silverlight-v3-on-osx/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=installing-microsoft-silverlight-v3-on-osx</link> <comments>http://shaiperednik.com/2009/07/installing-microsoft-silverlight-v3-on-osx/#comments</comments> <pubDate>Tue, 14 Jul 2009 14:51:29 +0000</pubDate> <dc:creator>Shai Perednik</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[Advent]]></category> <category><![CDATA[Hackintosh]]></category> <category><![CDATA[Leopard]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[Microsoft]]></category> <category><![CDATA[MSI]]></category> <category><![CDATA[MSI WIND]]></category> <category><![CDATA[OSX]]></category> <category><![CDATA[Silverlight]]></category> <category><![CDATA[Trash]]></category> <category><![CDATA[wind]]></category><guid isPermaLink="false">http://shaiperednik.com/?p=327</guid> <description><![CDATA[For some reason the Microsoft Silverlight installer thinks hackintoshes are powerPCs.  There&#8217;s a simple workaround for this: Download the Silverlight  plugin for Mac OSX.Mount the .dmg fileDrag the Silverlight.3.0.pkg file to your desktopUnmount the .dmg &#8211; not required nowRight click on &#8220;Silverlight3.0.pkg&#8221; and choose the &#8220;Show Package Contents&#8221; menu item.Double click on the &#8220;Contents&#8221; folder.Double [...]]]></description> <content:encoded><![CDATA[<p>For some reason the <a href="http://shaiperednik.com/tag/microsoft/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Microsoft">Microsoft</a> <a href="http://shaiperednik.com/tag/silverlight/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Silverlight">Silverlight</a> installer thinks hackintoshes are powerPCs.  There&#8217;s a simple <a href="http://shaiperednik.com/tag/workaround/" class="st_tag internal_tag" rel="tag" title="Posts tagged with workaround">workaround</a> for this:</p><blockquote><p><span style="font-family: 'Lucida Grande', 'Trebuchet MS', Helvetica, Arial, sans-serif; line-height: 18px; color: #323d4f; -webkit-border-horizontal-spacing: 5px; -webkit-border-vertical-spacing: 5px; ">Download the Silverlight  plugin for <a href="http://shaiperednik.com/tag/mac/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Mac">Mac</a> <a href="http://shaiperednik.com/tag/osx/" class="st_tag internal_tag" rel="tag" title="Posts tagged with OSX">OSX</a>.<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Mount the .dmg file<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Drag the Silverlight.3.0.pkg file to your desktop<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Unmount the .dmg &#8211; not required now<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Right click on &#8220;Silverlight3.0.pkg&#8221; and choose the &#8220;Show Package Contents&#8221; menu item.<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Double click on the &#8220;Contents&#8221; folder.<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Double click on the &#8220;Resources&#8221; folder.<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Drag and drop the file &#8220;InstallationCheck&#8221; to the <a href="http://shaiperednik.com/tag/trash/" class="st_tag internal_tag" rel="tag" title="Posts tagged with Trash">trash</a>.<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Close out the folder you&#8217;re working in.<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " />Finally double click on the &#8220;Silverlight3.0.pkg&#8221; package, and it should install fine now.<br style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; " /><br /> </span></p></blockquote><p>VIA <a href="http://forums.msiwind.net/osx-software/installing-microsoft-silverlight-osx-advent-4211-t4455.html">Msi Wind Forums • View topic &#8211; Installing Microsoft Silverlight v2 on OSX (Advent 4211)</a>.</p><p><a href="http://shaiperednik.com/2009/07/installing-microsoft-silverlight-v3-on-osx/" rel="bookmark">Installing Microsoft Silverlight v3 on OSX</a> originally appeared on <a href="http://shaiperednik.com">Shai Perednik.com</a> on July 14, 2009.</p> ]]></content:encoded> <wfw:commentRss>http://shaiperednik.com/2009/07/installing-microsoft-silverlight-v3-on-osx/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 1/59 queries in 0.018 seconds using disk: basic
Object Caching 4458/4592 objects using disk: basic

Served from: shaiperednik.com @ 2012-02-04 16:29:25 -->
