<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>EssayBoard &#187; Software</title>
	<atom:link href="http://essayboard.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://essayboard.com</link>
	<description>All about technology!</description>
	<lastBuildDate>Sat, 11 Feb 2012 21:14:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='essayboard.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/e1f03ef6e553242f1ca50ae9b6e394c0?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>EssayBoard &#187; Software</title>
		<link>http://essayboard.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://essayboard.com/osd.xml" title="EssayBoard" />
	<atom:link rel='hub' href='http://essayboard.com/?pushpress=hub'/>
		<item>
		<title>What About Sabayon Linux?</title>
		<link>http://essayboard.com/2012/02/10/what-about-sabayon-linux/</link>
		<comments>http://essayboard.com/2012/02/10/what-about-sabayon-linux/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 00:26:36 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Sabayon Linux]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11401</guid>
		<description><![CDATA[Installing Sabayon Linux is much easier than installing Gentoo, because you don&#8217;t really have to tinker with command lines to do so.  Even when computer users who want to install Sabayon Linux onto brand new hard disk, they don&#8217;t really have to use the ugly Fdisk text script to create new partition table for their&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11401&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Installing Sabayon Linux is much easier than installing Gentoo, because you don&#8217;t really have to tinker with command lines to do so.  Even when computer users who want to install Sabayon Linux onto brand new hard disk, they don&#8217;t really have to use the ugly Fdisk text script to create new partition table for their hard disk.  Wait, let backtrack a bit.  Why do a computer user who wants to install Sabayon Linux need to create brand new partition table for his or her brand new hard disk?  It&#8217;s because a brand new hard disk has no partition table to start with, and Sabayon Linux isn&#8217;t going to recognize a hard disk if it has no partition table.  So, without using the ugly Fdisk, what can a computer user use to create new partition table for brand new hard disk in Sabayon Linux?  Simple, when running Sabayon Linux in LiveCD environment, just use the command line emerge to install Gparted.  Like this, {<strong><em>emerge gparted</em></strong>}.  Once Gparted has been installed onto Sabayon LiveCD environment, you can use Gparted to create new partition table for your brand new hard disk.</p>
<p>Gparted is prettier and easier to use than Fdisk since it&#8217;s a graphical user interface with intuitive features, therefore it&#8217;s a welcome sight for new Linux users.  Hint:  once Gparted is installed onto LiveCD environment, it&#8217;s existed inside RAM only, because rebooting the LiveCD, you would reset LiveCD environment back to the default, out of the box settings again.  This action removes Gparted as if you had never installed Gparted, ever.</p>
<p>After you have created new partition table for your brand new hard disk, you only have to open up a terminal, become root, and then type in the command {<strong><em>installer</em></strong>} to fire up the installer manager&#8217;s graphical user interface.  At the installer&#8217;s graphical user interface, you just have to read the options it presents to you carefully and follow through the onscreen instruction within the installer manager to complete the installation process of Sabayon Linux.  As now, Sabayon Linux is at version number 8.  Once you had installed Sabayon Linux, make sure you remove the LiveCD and reboot your computer so you can boot into Grub and from Grub into Sabayon Linux.</p>
<p>Basically, using Sabayon Linux is pretty much similar to how you use Gentoo.  So, your first task is to make sure your Internet is working within Sabayon Linux.  Once the connection to the Internet has been established, you can begin the update process for Sabayon Linux.  How?</p>
<ol>
<li>Open up a terminal, become root, and type in {<strong><em>emerge &#8211;sync</em></strong>}</li>
<li>When emerge &#8211;sync is done, type in {<strong><em>layman -S</em></strong>}</li>
<li>If the system asks you to do emerge portage, then you should do so. How?  Type in the command, {<strong><em>emerge portage</em></strong>} into terminal as root.</li>
</ol>
<p>So, what on earth is emerge?  Well, emerge is sort of like Yum on Fedora, Yast on openSUSE, apt-get on Ubuntu, and so on.  Basically, emerge is based on Portage.  Portage is the real package manager behind the scene which allows emerge to call it to interact with source packages.  So, when you do the command emerge &#8211;sync, you&#8217;re actually telling emerge to update Portage package manager&#8217;s source archives/packages.  You can view emerge as command line tool which interacts with Portage (i.e., the package manager).</p>
<p>In my opinion, it seems Gentoo and Sabayon Linux rely on source packages and not binary packages, therefore installing software onto Gentoo or Sabayon Linux would be slower than doing the same thing on Ubuntu or Debian based Linux distributions.  Installing a source package usually requires the computer system to compile the source package first before the actual installation would begin.  Ubuntu or Debian based Linux distribution uses binary packages more often than source packages, therefore installing software on Ubuntu or Debian based Linux distribution is going to be faster as everything had already been defined.  Nonetheless, I think installing from source packages does have an advantage over binary packages, because installing source packages would only define the necessary features and variables and elements of a software that fit a specific computer environment.  This way the installed software might perform better and be more stable than otherwise.</p>
<p>So how do you go about installing software on Sabayon Linux (i.e., same for Gentoo)?  You do the following.</p>
<ol>
<li>Let say you want to install ClamAV onto Sabayon Linux, you would open up a terminal.</li>
<li>Become root!</li>
<li>Type in the command {<strong><em>emerge clamav</em></strong>}.</li>
</ol>
<p>Let say now you want to remove ClamAV from your Sabayon Linux system, but how?  You do the following.</p>
<ol>
<li>Open up a terminal!</li>
<li>Become root!</li>
<li>Type in the command {<strong><em>emerge -c clamav</em></strong>}</li>
</ol>
<p>In summary, using Sabayon Linux is very similar to how you would use Gentoo.  Obviously, if you never have played with Gentoo before, you might want to try Sabayon Linux out first since installing Sabayon Linux is easier than installing Gentoo.  Remember, it&#8217;s not that straight forward when you try to install Sabayon Linux onto a brand new hard disk, because you have to go through the process of creating a brand new partition table for your brand new hard disk.  VirtualBox users should go through the same process as users who want to install Sabayon Linux onto brand new hard disk, because VirtualBox users would have a brand new virtual hard disk when they create a brand new virtual machine.  When done installing Sabayon Linux, you should learn how to use emerge command lines to update Portage package manager, install source packages, and remove source packages.  Other than these necessary command lines and procedures, users should be able to use Sabayon Linux with ease since most things are accessible through graphical user interfaces.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11401/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11401/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11401/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11401&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/02/10/what-about-sabayon-linux/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>
	</item>
		<item>
		<title>FBI Had A Huge File On Steve Jobs, And Now It&#8217;s Being Released Into The Public; Downloadable In PDF</title>
		<link>http://essayboard.com/2012/02/09/fbi-had-a-huge-file-on-steve-jobs-and-now-its-being-released-into-the-public-downloadable-in-pdf/</link>
		<comments>http://essayboard.com/2012/02/09/fbi-had-a-huge-file-on-steve-jobs-and-now-its-being-released-into-the-public-downloadable-in-pdf/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 03:37:47 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Anything Goes]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[FBI]]></category>
		<category><![CDATA[FBI file]]></category>
		<category><![CDATA[Steve Jobs]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11391</guid>
		<description><![CDATA[According to Techradar&#8217;s Steve Jobs was &#8216;deceptive&#8217; says FBI file article, the FBI has released Steve Jobs file, and so you can now either go read or download this file at vault.fbi.gov/steve-jobs/steve-jobs-part-01-of-01/view.  The file is around 3.9 MB which is huge for just being a PDF file (at least to me).  Anyhow, according to Techradar, Steve&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11391&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 263px"><a href="http://upload.wikimedia.org/wikipedia/commons/b/b9/Steve_Jobs_Headshot_2010-CROP.jpg"><img class="     " title="This is a file from the Wikimedia Commons. Information from its description page there is shown below.  Commons is a freely licensed media file repository." src="http://upload.wikimedia.org/wikipedia/commons/b/b9/Steve_Jobs_Headshot_2010-CROP.jpg" alt="Steve Jobs image - this is a file from the Wikimedia Commons. Information from its description page there is shown below.  Commons is a freely licensed media file repository." width="253" height="248" /></a><p class="wp-caption-text">Steve Jobs image - this is a file from the Wikimedia Commons. Information from its description page there is shown below. Commons is a freely licensed media file repository.</p></div>
<p>According to Techradar&#8217;s <span style="text-decoration:underline;"><em><a title="Steve Jobs was 'deceptive' says FBI file" href="http://www.techradar.com/news/computing/apple/steve-jobs-was-deceptive-says-fbi-file-1062235?src=rss&amp;attr=all" target="_blank">Steve Jobs was &#8216;deceptive&#8217; says FBI file</a></em></span> article, the FBI has released Steve Jobs file, and so you can now either go read or download this file at <a title="Steven Paul Jobs - FBI file" href="http://vault.fbi.gov/steve-jobs/steve-jobs-part-01-of-01/view" target="_blank">vault.fbi.gov/steve-jobs/steve-jobs-part-01-of-01/view</a>.  The file is around 3.9 MB which is huge for just being a PDF file (at least to me).  Anyhow, according to Techradar, Steve Jobs was under investigation by the FBI for he was considered to be nominated for a high profile government position which had something to do with George H.W. Bush&#8217;s administration (i.e., the White House).  Again, according to Techradar, FBI found Steve Jobs to be deceptive.</p>
<p>So, in a way if you had read Steve Jobs&#8217; biography which was written by Walter Isaacson with the title &#8220;Steve Jobs,&#8221; you may as well want to read the FBI file on Steve Jobs to compare the two to see if there is any discrepancy.  Sure, it might not be necessary to do so, but if you&#8217;re interested in learning more on Steve Jobs, how the man was and still is being worshiped by so many in the tech industry, I guess digging into the FBI file on Steve Jobs might shed some more light on what you think you already know about the man himself.  You might also want to be diligent too on judging the man from the FBI file, because it might be that the FBI could not have been entirely correct, and the same would go for Steve Jobs&#8217; biography.  Why?  In truth, nobody would probably know Steve Jobs better than himself, therefore you can only know what you&#8217;re being fed to read.</p>
<p>I find that it&#8217;s quite interesting to see Steve Jobs, just a man of building a tech giant, has been the talk of the town since he made his few first headlines back in the day.  Even though he is now rest in peace, the talk of the town apparently is still buzzing about him, still.  They talk of him as if they&#8217;re worshipping him, isn&#8217;t this quite fascinating?  Some even seeing him as a celebrity even though the man wasn&#8217;t a celebrity.  Yes, you might agree why he is being worshipped or being seen as a famous dead celebrity too, because you are willing to spend lot of money on his products still.  Nonetheless, I forgot who but someone had pointed out Bill Gates has done much more than Steve Jobs in term of making the world better and so Bill Gates should be the one to be worshipped of and not Steve Jobs.  This person probably was talking about how Bill &amp; Melinda foundation has changed the world.  I believe, Bill &amp; Melinda foundation was found by Bill Gates and his wife.  I have heard how Bill &amp; Melinda foundation has been involved with projects that have huge positive impacts on the world such as allowing the children of the poorest nations to have access to much needed vaccines.</p>
<p>With Steve Jobs is no longer with us, his company is continuing making huge gains to which Amazon and other competitors are very much like to see Apple stumbles.  Just recently, Amazon has released a commercial to point out how expensive iPad has been.  The lady in the commercial said to the man, even with her Kindle which could be read in sunlight and the other two Kindle Fires put together would still be cheaper than the man&#8217;s iPad.  The man was embarrassed and asked her who would be sitting in the empty seat next to her, and she said it was her husband.  The commercial ended gradually as it showed the man left in embarrassment and the prices of the regular Kindle ($199) and Kindle Fires ($79) appeared to confirm what the lady in the commercial had said.</p>
<p><span style="text-align:center; display: block;"><a href="http://essayboard.com/2012/02/09/fbi-had-a-huge-file-on-steve-jobs-and-now-its-being-released-into-the-public-downloadable-in-pdf/"><img src="http://img.youtube.com/vi/sulfQHdvyEs/2.jpg" alt="" /></a></span></p>
<p>Source:  <a title="Steve Jobs was 'deceptive' says FBI file" href="http://www.techradar.com/news/computing/apple/steve-jobs-was-deceptive-says-fbi-file-1062235?src=rss&amp;attr=all" target="_blank">http://www.techradar.com/news/computing/apple/steve-jobs-was-deceptive-says-fbi-file-1062235?src=rss&amp;attr=all</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11391/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11391/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11391/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11391&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/02/09/fbi-had-a-huge-file-on-steve-jobs-and-now-its-being-released-into-the-public-downloadable-in-pdf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/b/b9/Steve_Jobs_Headshot_2010-CROP.jpg" medium="image">
			<media:title type="html">This is a file from the Wikimedia Commons. Information from its description page there is shown below.  Commons is a freely licensed media file repository.</media:title>
		</media:content>
	</item>
		<item>
		<title>Removing An App Which Appears Twice In Mac OS X Lion&#8217;s Launchpad</title>
		<link>http://essayboard.com/2012/02/08/removing-an-app-which-appears-twice-in-mac-os-x-lions-launchpad/</link>
		<comments>http://essayboard.com/2012/02/08/removing-an-app-which-appears-twice-in-mac-os-x-lions-launchpad/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 22:01:01 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[App]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Launchpad]]></category>
		<category><![CDATA[mac os x lion]]></category>

		<guid isPermaLink="false">http://essayboard.wordpress.com/?p=11385</guid>
		<description><![CDATA[Mac OS X Lion&#8217;s Launchpad sometimes can be very buggy.  In my case, I saw an app appears twice in my Launchpad.  Nonetheless, this app could not be removed from Launchpad since it was downloaded and installed outside of the App Store.  So, even I had tried to refresh the Launchpad, the app refused to&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11385&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_11387" class="wp-caption alignleft" style="width: 160px"><a href="http://essayboard.files.wordpress.com/2012/02/mac-osx-lion-launchpad-img-01.png"><img class="size-thumbnail wp-image-11387" title="mac-osx-lion-launchpad-img-01" src="http://essayboard.files.wordpress.com/2012/02/mac-osx-lion-launchpad-img-01.png?w=150&#038;h=93" alt="Screenshot of Launchpad was taken from Vinh Nguyen's Macbook Pro!" width="150" height="93" /></a><p class="wp-caption-text">Screenshot of Launchpad was taken from Vinh Nguyen&#039;s Macbook Pro!</p></div>
<p>Mac OS X Lion&#8217;s Launchpad sometimes can be very buggy.  In my case, I saw an app appears twice in my Launchpad.  Nonetheless, this app could not be removed from Launchpad since it was downloaded and installed outside of the App Store.  So, even I had tried to refresh the Launchpad, the app refused to be removed from the Launchpad.  The whole idea of removing the app from Launchpad is to stop the app to appear twice in the Launchpad.  Once the app is removed from the Launchpad, one can always drag the same app back into Launchpad, but this time it won&#8217;t appear twice!  For those who are worrying that removing an app from Launchpad might actually uninstall the app, it&#8217;s not so!</p>
<p>Anyhow, enough with my ranting, and here is the solution.  You need to enter the command line (<strong><em>sqlite3 ~/Library/Application\ Support/Dock/*.db &#8220;DELETE from apps WHERE title=&#8217;APPNAME&#8217;;&#8221; &amp;&amp; killall Dock</em></strong>) and replace the parameter where it says <strong><em>title=&#8217;APPNAME&#8217;</em></strong> with the name of the app that you&#8217;ve wanted to remove.  So for an example, if you want to remove Spotify from Launchpad, you type in (<em><strong>sqlite3 ~/Library/Application\ Support/Dock/*.db &#8220;DELETE from apps WHERE title=&#8217;Spotify&#8217;;&#8221; &amp;&amp; killall Dock</strong></em>).  Once you have done the removing of the app from the Launchpad, you might want to go back into Finder &gt; Applications and drag the app you have removed from Launchpad back into Launchpad (i.e., appearing on the Dock).  Remember, doing this correctly, the same app won&#8217;t appear twice again inside your Launchpad.</p>
<p>Source:  <a title="How to Remove Apps from Launchpad in Mac OS X" href="http://osxdaily.com/2012/01/05/remove-apps-from-launchpad/" target="_blank">http://osxdaily.com/2012/01/05/remove-apps-from-launchpad/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11385/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11385/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11385/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11385&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/02/08/removing-an-app-which-appears-twice-in-mac-os-x-lions-launchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://essayboard.files.wordpress.com/2012/02/mac-osx-lion-launchpad-img-01.png?w=150" medium="image">
			<media:title type="html">mac-osx-lion-launchpad-img-01</media:title>
		</media:content>
	</item>
		<item>
		<title>Google&#8217;s Newest Project Yet, Solving The X!  If I&#8217;m Not Mistaken, This X Might Be Anything And You Might Be A Part Of The Equation!</title>
		<link>http://essayboard.com/2012/02/06/googles-newest-project-yet-solving-the-x-if-im-not-mistaken-this-x-might-be-anything-and-you-might-be-a-part-of-the-equation/</link>
		<comments>http://essayboard.com/2012/02/06/googles-newest-project-yet-solving-the-x-if-im-not-mistaken-this-x-might-be-anything-and-you-might-be-a-part-of-the-equation/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:25:53 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Anything Goes]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[New York Times]]></category>
		<category><![CDATA[Searching]]></category>
		<category><![CDATA[Slashdot]]></category>
		<category><![CDATA[Steve Jobs]]></category>
		<category><![CDATA[TED]]></category>
		<category><![CDATA[wesolveforx.com]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11311</guid>
		<description><![CDATA[I&#8217;m not sure how Solve for X forum would be able to encourage and arrange the average folks who just happen to have brilliant ideas to come together and discuss the stuffs of fantasies that might just fly in real world, but as Steve Jobs&#8217; Apple commercial &#8220;Think Different&#8221; has been promoting that the crazy&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11311&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Googlelogo.png"><img class="zemanta-img-inserted zemanta-img-configured" title="English: Google Logo officially released on Ma..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Googlelogo.png/300px-Googlelogo.png" alt="English: Google Logo officially released on Ma..." width="300" height="103" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>I&#8217;m not sure how Solve for X forum would be able to encourage and arrange the average folks who just happen to have brilliant ideas to come together and discuss the stuffs of fantasies that might just fly in real world, but as Steve Jobs&#8217; Apple commercial &#8220;<a title="Think Different" href="http://www.youtube.com/watch?v=4oAB83Z1ydE" target="_blank">Think Different</a>&#8221; has been promoting that the crazy ones might be just the kind of people that would positively change the world.  Solve for X is a project which Google has been working on.  Just now Google has released Solve for X&#8217;s website and videos.  The website is at <a title="Solve for X" href="http://www.wesolveforx.com/" target="_blank">wesolveforx.com</a>.  The video right after the break introduces you to Google&#8217;s Solve for X project.</p>
<p><span style="text-align:center; display: block;"><a href="http://essayboard.com/2012/02/06/googles-newest-project-yet-solving-the-x-if-im-not-mistaken-this-x-might-be-anything-and-you-might-be-a-part-of-the-equation/"><img src="http://img.youtube.com/vi/uDDy7QSdt6A/2.jpg" alt="" /></a></span></p>
<p>Perhaps, Google&#8217;s Solve for X might only reach out to the people who may have brilliant ideas to come together and promote what might change the world.  For an example, the X might be something down to earth as finding clean water for the poorest nations to something up in space as in starting a space voyage for humankind.  You never know!  Nonetheless, I don&#8217;t know for sure how different Solve for X might be if one compares it against TED.</p>
<p>I hope Solve for X would allow the average folks as your next door neighbor (or even yourself) to participate in the project somehow.  You never know someone out there, perhaps your next door neighbor or even yourself might just happen to have crazy idea that might change the world in a very big way!  Nonetheless, it seems Solve for X does include average folks in its equation somewhat as it allows you to post your own Solve for X talks using Google Plus.  In truth, I haven&#8217;t tried to do such a thing, therefore I don&#8217;t even know how one would be able to use Google Plus to start a Solve for X talk!  Do you?</p>
<p>Source:  <a href="http://tech.slashdot.org/story/12/02/06/2237259/google-solve-for-x-website-goes-live?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%29" target="_blank">http://tech.slashdot.org/story/12/02/06/2237259/google-solve-for-x-website-goes-live?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign<br />
=Feed%3A+Slashdot%2Fslashdot+%28Slashdot%29</a></p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.digitaltrends.com/cool-tech/googles-mysterious-lab-surfacing-in-wesolveforx/">Google&#8217;s mysterious lab surfacing in WeSolveForX?</a> (digitaltrends.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.geek.com/articles/news/googles-we-solve-for-x-a-lecture-series-aimed-at-solving-global-problems-2012026/">Google&#8217;s We Solve for X: a lecture series aimed at solving global problems</a> (geek.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.simplyzesty.com/google/google-launching-ted-style-think-tank-with-solve-for-x/">Google Launching TED-Style Think Tank With &#8216;Solve For X&#8217;</a> (simplyzesty.com)</li>
<li class="zemanta-article-ul-li"><a href="http://tech.slashdot.org/story/12/02/06/2237259/google-solve-for-x-website-goes-live">Google &#8216;Solve For X&#8217; Website Goes Live</a> (tech.slashdot.org)</li>
<li class="zemanta-article-ul-li"><a href="http://techland.time.com/2012/02/06/google-unveils-new-solve-for-x-project/">Google Unveils New &#8216;Solve for X&#8217; Project</a> (techland.time.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.inquisitr.com/191012/google-shooting-for-solving-the-impossible-with-its-solve-for-x-project/">Google shooting for solving the impossible with its &#8220;Solve for X&#8221; project</a> (inquisitr.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2012/02/06/google-solve-for-x/">Google Launches &#8216;Solve for X,&#8217; Think Tank for Fixing Global Problems [VIDEO]</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.zdnet.com/blog/google/solve-for-x-google-gathers-top-minds-to-solve-everything/3569">Solve for X: Google gathers top minds to solve everything</a> (zdnet.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.informationweek.com/news/development/open-source/232600334?cid=RSSfeed_IWK_All">Google Unveils &#8216;Secret Lab&#8217; For Radical Ideas</a> (informationweek.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.myfoxphoenix.com/dpps/news/sci_tech/technology/google-forms-problem-solving-think-tank-dpgonc-20120206-sv_17712037">Google Forms &#8216;Solve For X&#8217; Think Tank</a> (myfoxphoenix.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11311/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11311/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11311/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11311&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/02/06/googles-newest-project-yet-solving-the-x-if-im-not-mistaken-this-x-might-be-anything-and-you-might-be-a-part-of-the-equation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/3/30/Googlelogo.png/300px-Googlelogo.png" medium="image">
			<media:title type="html">English: Google Logo officially released on Ma...</media:title>
		</media:content>
	</item>
		<item>
		<title>Do Not Defrag SSDs</title>
		<link>http://essayboard.com/2012/02/04/do-not-defrag-ssds/</link>
		<comments>http://essayboard.com/2012/02/04/do-not-defrag-ssds/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 04:21:59 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Microsoft and Windows]]></category>
		<category><![CDATA[Defragmentation]]></category>
		<category><![CDATA[Hard disk drive]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Solid State Drive]]></category>
		<category><![CDATA[storage]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11269</guid>
		<description><![CDATA[Some people might not know that defragging an SSD can be very bad.  Actually, a specific SSD can be worn out faster than usual if someone has defragged it too often.  Anyhow, in the video right after the break, I&#8217;ll touch on why it is so!  For the bonus I show you how to turn&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11269&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 180px"><a href="http://commons.wikipedia.org/wiki/File:E-disk_2-5_scsi.jpg"><img class="zemanta-img-inserted zemanta-img-configured" title="English: a 2.5 inch Solid state disk, E-disk f..." src="http://upload.wikimedia.org/wikipedia/commons/9/95/E-disk_2-5_scsi.jpg" alt="English: a 2.5 inch Solid state disk, E-disk f..." width="170" height="122" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>Some people might not know that defragging an SSD can be very bad.  Actually, a specific SSD can be worn out faster than usual if someone has defragged it too often.  Anyhow, in the video right after the break, I&#8217;ll touch on why it is so!  For the bonus I show you how to turn off the Windows 7&#8242;s automatic defragmentation schedule for all hard drives, and then I also show you how to manually defrag the traditional hard drives.</p>
<p><span style="text-align:center; display: block;"><a href="http://essayboard.com/2012/02/04/do-not-defrag-ssds/"><img src="http://img.youtube.com/vi/hZ6NgGRzBFw/2.jpg" alt="" /></a></span></p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://maketecheasier.com/defragment-hard-drives-from-context-menu/2011/12/26">How to Defragment Your Hard Drives From The Context Menu [Windows]</a> (maketecheasier.com)</li>
<li class="zemanta-article-ul-li"><a href="http://canadiantechblogger.com/2012/01/26/which-defragmenter-is-the-best/">Which defragmenter is the best?</a> (canadiantechblogger.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.ghacks.net/2011/12/14/use-smart-defrag-for-accurate-defragmentation/">Use Smart Defrag For Accurate Defragmentation</a> (ghacks.net)</li>
<li class="zemanta-article-ul-li"><a href="http://blog.gcsagents.com/2012/01/11/new-years-resolutions-from-the-tech-corner/">New Years Resolutions from the Tech Corner</a> (gcsagents.com)</li>
<li class="zemanta-article-ul-li"><a href="http://articles.forensicfocus.com/2011/11/06/forensic-toolkit-v3-tips-and-tricks-on-a-budget/">Forensic Toolkit v3 Tips and Tricks &#8211; On a budget</a> (articles.forensicfocus.com)</li>
<li class="zemanta-article-ul-li"><a href="http://lifehacker.com/5854427/five-best-disk-defragmentation-tools">Five Best Disk Defragmentation Tools [Hive Five]</a> (lifehacker.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11269/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11269/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11269/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11269&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/02/04/do-not-defrag-ssds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/9/95/E-disk_2-5_scsi.jpg" medium="image">
			<media:title type="html">English: a 2.5 inch Solid state disk, E-disk f...</media:title>
		</media:content>
	</item>
		<item>
		<title>According To Gizmodo, iPhone Bug Allows You To Be Spied On Unintentionally</title>
		<link>http://essayboard.com/2012/02/02/according-to-gizmodo-iphone-bug-allows-you-to-be-spied-on-unintentionally/</link>
		<comments>http://essayboard.com/2012/02/02/according-to-gizmodo-iphone-bug-allows-you-to-be-spied-on-unintentionally/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 16:59:30 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Apple Store]]></category>
		<category><![CDATA[Genius Bar]]></category>
		<category><![CDATA[Handhelds]]></category>
		<category><![CDATA[iMessage]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[smartphones]]></category>
		<category><![CDATA[Subscriber Identity Module]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11221</guid>
		<description><![CDATA[Don&#8217;t ask me, but I&#8217;m not too clear on how one man&#8217;s iMessages has got onto another iPhone which clearly belonged to someone else, consequently allowing a stranger to basically see every single iMessage text which had been sent from this man.  This story is being reported by Gizmodo.  Gizmodo suggested there was a bug&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11221&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 250px"><a href="http://commons.wikipedia.org/wiki/File:3rareiphoneviews.jpg"><img class="zemanta-img-inserted zemanta-img-configured  " title="English: Original iPhone 8GB, iPhone 3GS 16GB ..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/0/03/3rareiphoneviews.jpg/300px-3rareiphoneviews.jpg" alt="English: Original iPhone 8GB, iPhone 3GS 16GB ..." width="240" height="160" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>Don&#8217;t ask me, but I&#8217;m not too clear on how one man&#8217;s iMessages has got onto another iPhone which clearly belonged to someone else, consequently allowing a stranger to basically see every single iMessage text which had been sent from this man.  This story is being reported by Gizmodo.  Gizmodo suggested there was a bug in relation to how Genius Bar technicians proceed in swapping SIM card somehow to fix an iPhone, but the end result was the tethering of the iMessage data of a SIM card onto the iPhone which it wasn&#8217;t belonged to.  Somewhat unclear of how the bug actually had happened, but this whole mess has allowed one iPhone owner to unintentionally see every iMessage text of another iPhone owner.  Gizmodo went as far as posting some pictures and iMessages of the man who got spied on unintentionally.</p>
<p>Source:  <a title="The Apple Bug That Let Us Spy on a Total Stranger’s iPhone" href="http://gizmodo.com/5880593/the-apple-bug-that-let-us-spy-on-a-total-strangers-iphone" target="_blank">http://gizmodo.com/5880593/the-apple-bug-that-let-us-spy-on-a-total-strangers-iphone</a></p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.intomobile.com/2012/02/01/lg-a290-triple-sim-cards-those-triple-mistresses/">LG A290: Triple the SIM cards for those with triple the mistresses</a> (intomobile.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.businessinsider.com/the-apple-bug-that-let-us-spy-on-a-total-strangers-iphone-2012-2">The Apple Bug That Let Us Spy On A Total Stranger&#8217;s iPhone</a> (businessinsider.com)</li>
<li class="zemanta-article-ul-li"><a href="http://arstechnica.com/apple/news/2012/02/apple-store-employee-reportedly-being-spied-on-via-imessage-bug.ars">Apple Store employee reportedly being spied on via iMessage bug</a> (arstechnica.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.phonehour.com/how-to/how-to-unlock-iphone-4s-sim-card/">How To Unlock iPhone 4S Sim Card</a> (phonehour.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.tuaw.com/2012/02/01/iphone-bug-opens-up-strangers-life-to-the-world/">iPhone bug opens up stranger&#8217;s life to the world</a> (tuaw.com)</li>
<li class="zemanta-article-ul-li"><a href="http://thenextweb.com/apple/2012/02/01/imessage-bug-shares-iphone-messages-with-strangers-if-youve-swapped-sims/">iMessage bug shares iPhone messages with strangers if you&#8217;ve swapped SIMs</a> (thenextweb.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.answers.com/topic/corpus-answers-guides-how-to-unlock-an-iphone">How To Unlock An iPhone</a> (answers.com)</li>
<li class="zemanta-article-ul-li"><a href="http://technolog.msnbc.msn.com/_news/2012/02/01/10290481-blog-apple-bug-let-us-spy-on-strangers-iphone">Blog: &#8216;Apple bug let us spy on stranger&#8217;s iPhone&#8217;</a> (technolog.msnbc.msn.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.ecademy.com/node.php?id=173804">iPhone &#8211; Quick Guide for Beginners [Richard Burnett]</a> (ecademy.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.cultofmac.com/143896/this-apple-store-genius-had-his-imessages-leaked-for-the-whole-web-to-see/">This Apple Store Genius Had His iMessages Leaked For The Whole Web To See</a> (cultofmac.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.gizmodo.com.au/2012/02/how-the-gizmodo-crew-manages-their-passwords/">How The Gizmodo Crew Manages Their Passwords</a> (gizmodo.com.au)</li>
<li class="zemanta-article-ul-li"><a href="http://www.gizmodo.com.au/2012/02/whitenoise-gizmodo-community-talkback-32/">Whitenoise: Gizmodo Community Talkback</a> (gizmodo.com.au)</li>
<li class="zemanta-article-ul-li"><a href="http://www.gizmodo.com.au/2012/02/apple-bug-let-us-spy-on-a-total-strangers-iphone/">Apple Bug Let Us Spy On A Total Stranger&#8217;s iPhone</a> (gizmodo.com.au)</li>
<li class="zemanta-article-ul-li"><a href="http://www.gizmodo.com.au/2011/12/win-one-of-10-gizmodo-opena-iphone-cases/">Win One Of 10 Laser-Etched Gizmodo Opena iPhone Cases!</a> (gizmodo.com.au)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11221/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11221/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11221/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11221&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/02/02/according-to-gizmodo-iphone-bug-allows-you-to-be-spied-on-unintentionally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/0/03/3rareiphoneviews.jpg/300px-3rareiphoneviews.jpg" medium="image">
			<media:title type="html">English: Original iPhone 8GB, iPhone 3GS 16GB ...</media:title>
		</media:content>
	</item>
		<item>
		<title>Passware Claims To Break FileVault 2 Encryption In 40 Minutes</title>
		<link>http://essayboard.com/2012/02/01/passware-claims-to-break-filevault-2-encryption-in-40-minutes/</link>
		<comments>http://essayboard.com/2012/02/01/passware-claims-to-break-filevault-2-encryption-in-40-minutes/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 02:00:01 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[BitLocker Drive Encryption]]></category>
		<category><![CDATA[Cnet]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[filevault]]></category>
		<category><![CDATA[Hard disk drive]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TrueCrypt]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11206</guid>
		<description><![CDATA[Cnet reported Passware, password recovery company, has claimed that FileVault 2 for Mac could be broken under or around 40 minutes.  In case you have never used Mac before, FileVault 2 is similar to TrueCrypt and Windows&#8217; BitLocker.  These three major popular encryption software help computer users to securely wipe (i.e., format hard drives, partitions,&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11206&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Crypto_key.svg"><img class="zemanta-img-inserted zemanta-img-configured" title="Cryptographically secure pseudorandom number g..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Crypto_key.svg/300px-Crypto_key.svg.png" alt="Cryptographically secure pseudorandom number g..." width="300" height="156" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>Cnet reported Passware, password recovery company, has claimed that FileVault 2 for Mac could be broken under or around 40 minutes.  In case you have never used Mac before, FileVault 2 is similar to TrueCrypt and Windows&#8217; BitLocker.  These three major popular encryption software help computer users to securely wipe (i.e., format hard drives, partitions, external drives, etc&#8230;) and then encrypt hard drives and the likes.</p>
<p>Using encryption technology supposes to be helping computer users to secure their data, but it seems companies such as Passware do have ways around the encryption technology after all.  Nonetheless, since we now know encryption software are vulnerable, we can at least understand that relying on encryption software alone to protect our most precious data might not be enough.  This way we only have ourselves to blame and be angry at when we&#8217;re not actually going to the extend to protect our precious data beyond the deploying of encryption software.</p>
<p>To the best of my knowledge, I think most software that are designed to break encryptions (i.e., encrypted data) need to have access to the physical machines before such software can actually decrypt the data.  I wonder will this be the case for Passware&#8217;s claim too.  If it&#8217;s, then as how it has always been so; computer users best protect their precious data by physically secure their machines better.  This way, hackers have to jump more than one hoop to actually attain your precious data.</p>
<p>In the end, I think security is at best when wise computer users go to the extend in deploying whatever that is necessary to protect their computer data, that&#8217;s if such computer data are that important to some folks.  For now, let hope Apple, TrueCrypt, and Microsoft can soon come up with better encryption software so computer users know they can rely on encryption technology to protect their data better.  Let hope Passware isn&#8217;t claiming to have the ability to decrypt data from the cloud also, because such a scenario might be horrible for people who rely on encryptions to protect their data in the cloud.  So far, I don&#8217;t think this is possible yet.</p>
<p>Source:</p>
<ul>
<li><a title="FileVault 2 easily decrypted, warns Passware" href="http://reviews.cnet.com/8301-13727_7-57369983-263/filevault-2-easily-decrypted-warns-passware/?part=rss&amp;subj=latest-news&amp;tag=title" target="_blank">http://reviews.cnet.com/8301-13727_7-57369983-263/filevault-2-easily-decrypted-warns-passware/?part=rss&amp;subj=latest-news&amp;tag=title</a></li>
</ul>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://arstechnica.com/apple/guides/2012/01/lion-filevault-2-and-disk-repairrestore-caveat-encryptor.ars">Lion&#8217;s FileVault 2 and disk restore: caveat encryptor</a> (arstechnica.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.ghacks.net/2012/01/24/how-to-create-a-hidden-encrypted-volume-with-true-crypt/">How to Create a Hidden Encrypted Volume With True Crypt</a> (ghacks.net)</li>
<li class="zemanta-article-ul-li"><a href="http://arstechnica.com/business/news/2012/01/device-turns-any-laptop-storage-into-a-self-encrypted-drive.ars">DiskCrypt turns any laptop storage into a self-encrypted drive</a> (arstechnica.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.zdnet.com/blog/security/2012-resolution-full-disk-encryption-on-all-computers/9876">2012 resolution: &#8216;Full disk encryption on all computers&#8217;</a> (zdnet.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.informationweek.com/news/security/mobile/232300679?cid=RSSfeed_IWK_All">Top Methods To Manage Mobile Mayhem</a> (informationweek.com)</li>
<li class="zemanta-article-ul-li"><a href="http://cersys.wordpress.com/2012/01/23/cloud-file-encryption-requirements-or-compromises/">Cloud File Encryption &#8211; requirements or compromises</a> (cersys.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.ghacks.net/2012/01/30/protect-files-from-unauthorized-access-with-encoding-decoding/">Protect Files From Unauthorized Access With Encoding Decoding</a> (ghacks.net)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11206/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11206/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11206/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11206&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/02/01/passware-claims-to-break-filevault-2-encryption-in-40-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/6/65/Crypto_key.svg/300px-Crypto_key.svg.png" medium="image">
			<media:title type="html">Cryptographically secure pseudorandom number g...</media:title>
		</media:content>
	</item>
		<item>
		<title>Using Fixit To Completely Remove Programs On Windows 7</title>
		<link>http://essayboard.com/2012/01/31/using-fixit-to-completely-remove-programs-on-windows-7/</link>
		<comments>http://essayboard.com/2012/01/31/using-fixit-to-completely-remove-programs-on-windows-7/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 04:42:38 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Microsoft and Windows]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[Micromasters]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Registry]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Registry]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11184</guid>
		<description><![CDATA[I had a program which went rouge on me on Windows 7, and I could not remove it!  Luckily, I found out that Microsoft has a program known as Fixit which could repair my problem.  Before I post a link to Microsoft&#8217;s legitimate online location of Fixit so you would be able to download, let&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11184&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://essayboard.files.wordpress.com/2012/01/fixit-img01.png"><img class="alignleft size-thumbnail wp-image-11196" title="fixit-img01" src="http://essayboard.files.wordpress.com/2012/01/fixit-img01.png?w=150&#038;h=88" alt="" width="150" height="88" /></a>I had a program which went rouge on me on <a class="zem_slink" title="Windows 7" href="http://en.wikipedia.org/wiki/Windows_7" rel="wikipedia">Windows 7</a>, and I could not remove it!  Luckily, I found out that Microsoft has a program known as Fixit which could repair my problem.  Before I post a link to <a class="zem_slink" title="Microsoft" href="http://en.wikipedia.org/wiki/Microsoft" rel="wikipedia">Microsoft&#8217;s</a> legitimate online location of Fixit so you would be able to download, let me describe my problem in detail so you would know if you might need Fixit or not. Of course, I must remind you not to download fake Fixit or any Fixit program which isn&#8217;t belonging to Microsoft unless you know the purpose of such program.  Why?  Some programs might mask themselves as a legitimate program to help solve your problems, but in fact those programs might be malware and infect your computer with malicious directives.</p>
<p>Anyhow, my problem was I had removed a program manually, but for some strange reasons I could not remove this program from Add or Remove Programs list (i.e., from Control Panel &gt;&gt; Programs &gt;&gt; Uninstall a program).  I went into <a class="zem_slink" title="Windows Registry" href="http://en.wikipedia.org/wiki/Windows_Registry" rel="wikipedia">Registry</a> and removed all the entries that belonged to this specific program, and it refused to remove itself from Add or Remove Programs list.  I downloaded <a class="zem_slink" title="CCleaner" href="http://en.wikipedia.org/wiki/CCleaner" rel="wikipedia">CCleaner</a> and used it to fix Windows Registry, but the program would relentlessly refuse to remove itself from Add or Remove Programs list.  Well, as you already know what I had told you earlier, Fixit did it!  Yep, with Fixit, I was able to remove this specific program from my Add or Remove Programs list.  The link to Fixit is:</p>
<ul>
<li><a title="Fixit" href="http://support.microsoft.com/mats/Program_Install_and_Uninstall" target="_blank">http://support.microsoft.com/mats/Program_Install_<br />
and_Uninstall</a>.</li>
</ul>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.fiercedeveloper.com/story/what-developers-can-expect-windows-phone-tango-and-beyond/2012-01-30">What developers can expect from Windows Phone Tango&#8211;and beyond</a> (fiercedeveloper.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11184&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/01/31/using-fixit-to-completely-remove-programs-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://essayboard.files.wordpress.com/2012/01/fixit-img01.png?w=150" medium="image">
			<media:title type="html">fixit-img01</media:title>
		</media:content>
	</item>
		<item>
		<title>What About Blender?  It&#8217;s Free, But Powerful Enough To Let You Work On Your Very Own Premium 3D Animation Projects!</title>
		<link>http://essayboard.com/2012/01/27/what-about-blender-its-free-but-powerful-enough-to-let-you-work-on-your-very-own-premium-3d-animation-projects/</link>
		<comments>http://essayboard.com/2012/01/27/what-about-blender-its-free-but-powerful-enough-to-let-you-work-on-your-very-own-premium-3d-animation-projects/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 22:19:21 +0000</pubDate>
		<dc:creator>Vinh Nguyen</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Arts]]></category>
		<category><![CDATA[Blender]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[Computer animation]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Short film]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://essayboard.com/?p=11128</guid>
		<description><![CDATA[I know this is old news, but I like to rant on anyway!  With Blender, you don&#8217;t really have to pay for super, super expensive 3D animation software to be able to create great 3D animated art works and films.  If you don&#8217;t believe me, all you have to do is just take a glimpse&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11128&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 310px"><a href="http://commons.wikipedia.org/wiki/File:Durian_-_Gatekeepers.jpeg"><img class="zemanta-img-inserted zemanta-img-configured" title="English: artwork for the Durian-Project of the..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Durian_-_Gatekeepers.jpeg/300px-Durian_-_Gatekeepers.jpeg" alt="English: artwork for the Durian-Project of the..." width="300" height="150" /></a><p class="wp-caption-text">Image via Wikipedia</p></div>
<p>I know this is old news, but I like to rant on anyway!  With Blender, you don&#8217;t really have to pay for super, super expensive 3D animation software to be able to create great 3D animated art works and films.  If you don&#8217;t believe me, all you have to do is just take a glimpse at various snapshots of famous works by various companies in the short film clip right after the break.  The snapshots of various beautifully crafted 3D artworks and films were essentially, carefully pieced together in a short film clip to show how far a free but powerful 3D animation software known as Blender has progressed.  Watching the film clip, one would have thought that the works within might have been created by some super expensive 3D animation software.  You can check out this very film clip right after the break.</p>
<p><span style="text-align:center; display: block;"><a href="http://essayboard.com/2012/01/27/what-about-blender-its-free-but-powerful-enough-to-let-you-work-on-your-very-own-premium-3d-animation-projects/"><img src="http://img.youtube.com/vi/QbzE8jOO7_0/2.jpg" alt="" /></a></span></p>
<p>Convinced?  If so, you might have wondering why on earth people are still paying for super expensive 3D animation software, right?  Well, I think it&#8217;s depending on how one perceives his or her favorite brand.  Actually, not to put it so blandly, it&#8217;s probably more about how one would be able to use a specific 3D animation software in the most effective and efficient manner.  One example among many would be to create a short 3D animation work for an advertisement film clip in a very short period of timeframe but yet the quality of the work must not feel rush.</p>
<p>So, perhaps we cannot really compare one superb 3D animation software against another just as superb.  Nonetheless, we can always look at what available special features that are uniquely belong to a specific 3D animation software and make a determination on why one should go learn, buy, and use such a specific 3D animation software.  Luckily, Blender provides enough amazing features that are capable in allowing so many people to take up Blender and create great 3D artworks and animated films.  Best of all, Blender is free of charge.  What do you think of Blender?</p>
<p><strong>Personal note:</strong>  <em>I too might have to take up Blender when I have more spare time.  By saying this, I mean I want to learn how to use Blender soon enough.  Obviously, the video above has stimulated my ambition in exaggerating my imagination in 3D.</em></p>
<h6 class="zemanta-related-title" style="font-size:1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://jasonstrooband.wordpress.com/2011/11/05/blender-logo-2d-assignment-test1/">Blender Logo 2D Assignment Test1</a> (jasonstrooband.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://essayboard.com/2012/01/19/software-that-might-be-useful-for-people-who-want-to-enter-youtubes-your-film-festival-contest/">Software That Might Be Useful For People Who Want To Enter YouTube&#8217;s Your Film Festival Contest</a> (essayboard.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.connectwithyourteens.net/2012/01/animation-software-for-kids-and-teens.html">Animation Software for Kids and Teens</a> (connectwithyourteens.net)</li>
<li class="zemanta-article-ul-li"><a href="http://www.geeky-gadgets.com/ortery-3d-pure-white-photography-system-makes-easy-work-of-3d-product-animations-video-16-01-2012/">Ortery 3D Pure White Photography System, Makes Easy Work Of 3D Product Animations (video)</a> (geeky-gadgets.com)</li>
<li class="zemanta-article-ul-li"><a href="http://ostatic.com/blog/free-resources-for-becoming-an-advanced-animator-with-blender">Free Resources for Becoming an Advanced Animator with Blender</a> (ostatic.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2012/01/26/stereograph-animated-gif/">How You Can Turn 19th Century Photos Into Animated GIFs</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://jenniferlinton.com/2012/01/16/the-3d-paper-cutout-animation-of-co-hoedemans-charles-et-francois/">The 3D paper cutout animation of Co Hoedeman&#8217;s &#8216;Charles et François&#8217;.</a> (jenniferlinton.com)</li>
<li class="zemanta-article-ul-li"><a href="http://acismaconstante.wordpress.com/2012/01/26/short-comedy-film-rejected-2000/">Short Comedy Film: Rejected (2000)</a> (acismaconstante.wordpress.com)</li>
<li class="zemanta-article-ul-li"><a href="http://theeveproject.wordpress.com/2012/01/12/call-for-original-poetry-essays-and-art-work/">Call for original poetry, essays, and art work</a> (theeveproject.wordpress.com)</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/essayboard.wordpress.com/11128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/essayboard.wordpress.com/11128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/essayboard.wordpress.com/11128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/essayboard.wordpress.com/11128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/essayboard.wordpress.com/11128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/essayboard.wordpress.com/11128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/essayboard.wordpress.com/11128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/essayboard.wordpress.com/11128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/essayboard.wordpress.com/11128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/essayboard.wordpress.com/11128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/essayboard.wordpress.com/11128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/essayboard.wordpress.com/11128/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/essayboard.wordpress.com/11128/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/essayboard.wordpress.com/11128/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=essayboard.com&amp;blog=24829897&amp;post=11128&amp;subd=essayboard&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://essayboard.com/2012/01/27/what-about-blender-its-free-but-powerful-enough-to-let-you-work-on-your-very-own-premium-3d-animation-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/8e5039f4535d34121a1108ca8ad38d90?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">argh2xxx</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/thumb/7/7f/Durian_-_Gatekeepers.jpeg/300px-Durian_-_Gatekeepers.jpeg" medium="image">
			<media:title type="html">English: artwork for the Durian-Project of the...</media:title>
		</media:content>
	</item>
	</channel>
</rss>
