<?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>kyleabaker.com &#187; Product Review</title>
	<atom:link href="http://kyleabaker.com/category/product-review/feed/" rel="self" type="application/rss+xml" />
	<link>http://kyleabaker.com</link>
	<description>Web Technologies, Linux, Tips, Tricks and my Life</description>
	<lastBuildDate>Wed, 16 May 2012 22:33:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to setup and use Tor Anonymity in Ubuntu</title>
		<link>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/</link>
		<comments>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 18:11:45 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Holiday]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[tor]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4576</guid>
		<description><![CDATA[Just before the new year, I saw a news article by Wired that highlighted flaws found in the Tor Anonymity Network. I had never used Tor, but I knew what it was, the benefits it could provide, and a bit about how it worked. With a little free time on my hands I decided to [...]]]></description>
			<content:encoded><![CDATA[<p>Just before the new year, I saw a news article by Wired that highlighted <a href="http://www.wired.com/threatlevel/2010/12/flaws-spotlighted-in-tor-anonymity-network/">flaws found in the Tor Anonymity Network</a>. I had never used <a href="http://www.torproject.org/">Tor</a>, but I knew what it was, the benefits it could provide, and a bit about how it worked.</p>
<p>With a little free time on my hands I decided to set it up and see what all the fuss was about. At the time I was installing the Tor components in OS X, but I was curious about installing it in Ubuntu and the resources and instructions that I came across were not as straight forward as they could have been. That is where this post comes it, to provide a simple step by step guide with no fuss.</p>
<p><strong>What is Tor?</strong></p>
<p>This is how <a href="http://en.wikipedia.org/wiki/Tor_(anonymity_network)">Wikipedia</a> explains Tor:</p>
<blockquote><p>Tor is a system intended to enable online anonymity, composed of client software and a network of servers which can hide information about users&#8217; locations and other factors which might identify them. Use of this system makes it more difficult to trace internet traffic to the user, including visits to Web sites, online posts, instant messages, and other communication forms. It is intended to protect users&#8217; personal freedom, privacy, and ability to conduct confidential business, by keeping their internet activities from being monitored.</p></blockquote>
<p><strong>What does it look like?</strong></p>
<p>Tor itself doesn&#8217;t have a graphical user interface (GUI), but there is an application known as Vidalia which provides a nice and simple user interface for controlling all of your Tor needs.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2011/01/tor-vidalia-control-panel-ubuntu-11-04.png"><img class="alignnone size-medium wp-image-4577" title="tor-vidalia-control-panel-ubuntu-11-04" src="http://kyleabaker.com/wp-content/uploads/2011/01/tor-vidalia-control-panel-ubuntu-11-04-300x286.png" alt="tor vidalia control panel ubuntu 11 04 300x286 How to setup and use Tor Anonymity in Ubuntu" width="300" height="286" /></a></p>
<p>When installing Tor in Ubuntu, you will need to install 3 components: <a href="https://www.torproject.org/">Tor</a>, <a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a>, and <a href="http://www.torproject.org/projects/vidalia.html.en">Vidalia</a>. Tor and Vidalia should now be obvious to you (since I&#8217;ve explained that Vidalia provides a GUI to Tor).</p>
<p>Again, according to <a href="http://en.wikipedia.org/wiki/Polipo">Wikipedia</a> here is what Polipo is:</p>
<blockquote><p>Polipo is a fast and lightweight, forwarding and caching proxy server, SOCKS proxy and computer software daemon.</p></blockquote>
<p><strong>Install Tor in Ubuntu</strong></p>
<p>This is really quite simple and I could easily provide a simple bash script to automate all of this for you, but that would mean that I would have to maintain it and that you wouldn&#8217;t learn anything. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to setup and use Tor Anonymity in Ubuntu" class='wp-smiley' title="How to setup and use Tor Anonymity in Ubuntu" /> </p>
<p>For simplicity, I will write this guide assuming you are using Ubuntu 10.10, aka <strong>Maverick</strong>. If you&#8217;re using a different version, make sure you change the necessary bits below.</p>
<ol>
<li>Open &#8220;Software Sources,&#8221; select the &#8220;Other Software&#8221; tab, click the &#8220;Add&#8221; button at the bottom and paste the following:
<p><span style="color: #333399;">deb http://deb.torproject.org/torproject.org <strong>maverick</strong> main</span></p>
<p>Click &#8220;Add Source,&#8221; then click Close. When it asks if you want to Reload, click yes and ignore any errors for now.</li>
<li>Open a Terminal and add the Tor Repository keys and update Apt:
<p><span style="color: #333399;">gpg &#8211;keyserver keys.gnupg.net &#8211;recv 886DDD89<br />
gpg &#8211;export A3C4F0F979CAA22CDBA8F512EE8CBC9E886DDD89 | sudo apt-key add -<br />
sudo apt-get update</span></li>
<li>Install Tor, Polipo, and Vidalia:
<p><span style="color: #333399;">sudo apt-get install tor tor-geoipdb polipo vidalia -y</span></p>
<p>When prompted during the installation of Vidalia, select the option to permanently replace (or however it is worded).</li>
<li>Download a pre-made config file for Polipo:
<p><span style="color: #333399;">wget https://gitweb.torproject.org/torbrowser.git/blob_plain/HEAD:/build-scripts/config/polipo.conf<br />
sudo mv /etc/polipo/config /etc/polipo/config.bak<br />
sudo mv polipo.conf /etc/polipo/config</span></li>
<li>Now Stop and Restart both Tor and Polipo for safe measure:
<p><span style="color: #333399;">sudo /etc/init.d/tor stop<br />
sudo /etc/init.d/polipo stop<br />
sudo /etc/init.d/polipo start</span></p>
<p>Open the application Vidalia when you would like to connect to the Tor network. If you want it on by default, you can always set Vidalia to autostart with your computer.</li>
<li>All thats left is to configure your Applications to use the Tor proxies! If you don&#8217;t adjust the network settings of your applications to use the Tor proxy settings then you&#8217;re not using Tor at all. You can confirm that Tor is indeed working by visiting <a href="https://check.torproject.org/">the Tor detector</a> page.</li>
</ol>
<p>If you run into issues for any reason, check back through the steps listed above. If that still doesn&#8217;t fix them, you might check the <a href="https://help.ubuntu.com/community/Tor">Community Ubuntu Documentation on Tor</a> page or the official <a href="http://www.torproject.org/docs/tor-doc-unix.html.en">Tor for Linux/BSD/Unix</a> page.</p>
<p><strong>Configuring applications to use the Tor proxies</strong></p>
<p>There are 2 types of configurations for Tor:</p>
<ol>
<li>HTTP or HTTPS &#8211; Typically used for web browsers such as Opera, Firefox, Safari, Google Chrome, etc.
<p><span style="color: #333333;">Host: 127.0.0.1<br />
Port: 8118</span></li>
<li>Sockets &#8211; Typcially used for instant messaging applications such as Trillian, Digsby, MSN, AOL, Empathy, Pidgin, etc.
<p><span style="color: #333333;">Host: 127.0.0.1<br />
Port: 9050</span></li>
</ol>
<p>Nearly any application that allows you to adjust network settings by using proxies can make use of the Tor Anonymity Network. Configuring your application of choice is a matter of selection to use HTTP or Sockets.</p>
<p>If you&#8217;re unsure, use trial and error. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to setup and use Tor Anonymity in Ubuntu" class='wp-smiley' title="How to setup and use Tor Anonymity in Ubuntu" /> </p>
<p>A great note that I came across on the <em>Community Ubuntu Documentation</em> page for Tor that I think everyone should read carefully before using Tor is as follows:</p>
<blockquote><p>What&#8217;s the use of having Tor and Privoxy setup without enabling your new anonymous proxy in your common web applications? At this time Tor only supports HTTP and HTTPS traffic, but still recommends using Tor in your browser&#8217;s proxy settings for all protocols as a hidden image link can give away your IP address if linked to an image on an FTP site.</p></blockquote>
<p><strong>Conclusion</strong></p>
<p>Hopefully by this point you&#8217;ve successfully configured Tor for all of your anonymity needs. Will Tor works great, it only works great if you&#8217;ve configured it correctly.</p>
<p>Some Tor connections may be slower than others. If you&#8217;re experiencing a connection that is simply too slow for your needs or if you need a new ip address so you can get that file from RapidShare without having to wait for an hour, simply open Vidalia Control Panel and click &#8220;Use a New Identity.&#8221;</p>
<p>Remember that Tor can be used for Windows and Mac, and is more straightforward to install for them as well.</p>
<p>While there have been a <a href="http://www.wired.com/threatlevel/2010/12/flaws-spotlighted-in-tor-anonymity-network/">few flaws exposed</a>, as mentioned before, I would tend to think the risk of being identified over Tor is very low since the attacks would have to occur on the same network that you&#8217;re connected to. I typically only use Tor at public internet access points (which is where these attacks would be most likely to occur), but it can be very handy in many situations and will likely continue to be on the list of my apps to install for a long long time.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2011/01/11/how-to-setup-and-use-tor-anonymity-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Opera 11 in OS X</title>
		<link>http://kyleabaker.com/2010/12/31/opera-11-in-os-x/</link>
		<comments>http://kyleabaker.com/2010/12/31/opera-11-in-os-x/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 18:08:29 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[opera 11]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4441</guid>
		<description><![CDATA[This is a post that I started a couple of months ago, but finally just got around to revising (since Opera 11 has since been released) and finishing. Hopefully its all in tact. Being fairly new to Mac OS X, I was excited to install Opera and see how it compares to the default browser [...]]]></description>
			<content:encoded><![CDATA[<p><em><span style="color: #888888;">This is a post that I started a couple of months ago, but finally just got around to revising (since Opera 11 has since been released) and finishing. Hopefully its all in tact. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Opera 11 in OS X" class='wp-smiley' title="Opera 11 in OS X" /> </span></em></p>
<p>Being fairly new to Mac OS X, I was excited to install Opera and see how it compares to the default browser Safari as well as others such as Firefox and Google Chrome in terms usability and appearance.</p>
<p>While I hadn&#8217;t used Mac OS much since version 9 and then briefly OS X (<a href="http://kyleabaker.com/2008/12/23/my-first-real-dabble-in-mac-os-x/">with my old iBook</a> before it died), I did remember that Opera didn&#8217;t exactly have the most elegant user interface. Nor did most other third party web browsers that I tested at the time. Then again, OS X wasn&#8217;t as refined then as it is now either. Keep in mind, these are my opinions and you are free to have your own. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Opera 11 in OS X" class='wp-smiley' title="Opera 11 in OS X" /> </p>
<p>I was happy to find that Opera seems to have the most natural feeling user interface when compared to Firefox and Google Chrome, using Safari as the standard since most die-hard Mac users are likely familiar with it the most.<a href="http://kyleabaker.com/wp-content/uploads/2010/10/mac-browser-comparisons.png"></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/12/mac-browser-comparisons.png"><img class="alignnone size-medium wp-image-4564" title="mac-browser-comparisons" src="http://kyleabaker.com/wp-content/uploads/2010/12/mac-browser-comparisons-261x300.png" alt="mac browser comparisons 261x300 Opera 11 in OS X" width="261" height="300" /></a></p>
<p>While I didn&#8217;t capture Safari in a view where the tabs are visible, the image above is a decent comparison of the browsers&#8217; default address bars and navigation buttons.</p>
<p>As you can see, the buttons, address box and search box in Opera mimic those found in Safari quite well and are not much of a change at all for any ex-Safari user. The tabs used in Opera are also very similar to those found in Safari (pictured below), with the most significant exception being that they are flipped vertically and placed above the address bar (in Opera) rather than below (like in Safari).</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/10/safari-tabs.png"><img class="alignnone size-medium wp-image-4443" title="safari-tabs" src="http://kyleabaker.com/wp-content/uploads/2010/10/safari-tabs-300x67.png" alt="safari tabs 300x67 Opera 11 in OS X" width="300" height="67" /></a></p>
<p>While some people may prefer Firefox or Google Chrome over both Opera and Safari, the point remains that their designs are inconsistent with the overall look and feel of the OS in general. That&#8217;s not to say that Opera doesn&#8217;t have some inconsistencies of its own. There are a few of them, but most of what I&#8217;ve found are minor detail tweaks that are needed to perfect the skin.</p>
<p>Just to mention a few things that are stand out to me, the &#8220;New tab&#8221; icon size should be decreased slightly, retaining the Opera style while removing the unnecessary bold touch. If you compare this button to the same button found in Safari you&#8217;ll notice that Opera&#8217;s approach is a bit too bold and that changing this makes it more elegant looking (in my opinion of course).</p>
<p>The borders for the navigation buttons, address box and search box should all be slightly adjusted to match the colors used for these in Safari. There are slight inconsistencies among these, with disabled button borders being darker than enabled button borders.</p>
<p>Another inconsistency with Opera is that text boxes in the address bar are not highlighted with a blue glowing border when they are focused&#8230;as they are in Safari, Firefox and Google Chrome. Its difficult for me to see if this is advantageous or simply an oversight, however, the &#8220;pro-integration&#8221; side of me certainly thinks this should be fixed to match the behavior of other browsers in OS X.</p>
<p>Various icons throughout the user interface need to be desaturated to remove color for consistency. An example of this can be found in the address box with the drop down icon. If you look close, the drop down icon is actually blue whereas other similar icons, like the drop down icon in the search box, are gray scaled. This is also a bug I&#8217;ve seen in the Windows and Linux skins, but the OS that demands attention to detail is likely the one that this is most noticeable on.</p>
<p>The Speed Dial page, though it was &#8220;invented&#8221; before the other spin-offs, now uses a darker background that makes it feel a bit more familiar to Safari&#8217;s implementation. I find this to add to the integration effect, whereas previous Speed Dial background images felt out of place. On the other hand, Opera doesn&#8217;t boast comparatively appealing 3D thumbnails or features to those found in Safari. Instead, the Opera Speed Dial packs in a redundant search box and no immediate method of searching through your history (visually at that!) or displaying your top visited sites automatically.</p>
<p>With a default Speed Dial tab open, knowingly or not, you&#8217;re looking at three different ways of searching the Internet&#8230;all with the same available list of search engines. You can search from the address bar by simply prepending your search terms with a specific search engine &#8220;keyword&#8221;, from the dedicated search box in the address box or from the additional search box in the Speed Dial. If I had any influence on this design, I would remove both dedicated search boxes and make the address box smarter and more visually suggestive of performing a search when it is in use.</p>
<p>While I&#8217;m suggesting changes to the Speed Dial tab, why not take advantage of Opera&#8217;s ability to generate thumbnails of pages to give the user a visual of the pages they are searching through just like Safari is capable of? With the ability to generate these thumbnails already, there is no reason why Opera shouldn&#8217;t implement a similarly more appealing visual search of previously visited sites.</p>
<p>As I said before, all browsers have their problems with UI design and integration, especially in Mac OS X. Of the available browsers for this platform, the one with the most features and the best OS X integration is far and away Opera 11. The performance improvement isn&#8217;t bad either, with my test results showing Opera 11 beating out Safari 5.0.3 easily in the <a href="http://www2.webkit.org/perf/sunspider/sunspider.html">SunSpider benchmark</a>. You can take my opinions with a grain of salt if you wish, but you should undoubtedly <a href="http://www.opera.com/download/">give Opera 11 a spin</a> if you haven&#8217;t already!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/12/31/opera-11-in-os-x/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/12/31/opera-11-in-os-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.10 Maverick Meerkat Released!</title>
		<link>http://kyleabaker.com/2010/10/10/ubuntu-10-10-maverick-meerkat-released/</link>
		<comments>http://kyleabaker.com/2010/10/10/ubuntu-10-10-maverick-meerkat-released/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 16:52:43 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4426</guid>
		<description><![CDATA[Code named Maverick Meerkat, Ubuntu 10.10 has been officially released and brings with it loads of improvements both in visual and stability sense. Ubuntu 10.10 is yet another release that helps hold the bar high among other Linux distributions. With Ubuntu 10.10, the Ambiance and Radiance themes found in the previous release have steadily gained [...]]]></description>
			<content:encoded><![CDATA[<p>Code named Maverick Meerkat, <a href="http://kyleabaker.com/tag/ubuntu-10-10/">Ubuntu 10.10</a> has been officially released and brings with it loads of improvements both in visual and stability sense. Ubuntu 10.10 is yet another release that helps hold the bar high among other Linux distributions.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/10/ubuntu-10-10-maverick-meerkat.png"><img class="alignnone size-medium wp-image-4432" title="ubuntu-10-10-maverick-meerkat" src="http://kyleabaker.com/wp-content/uploads/2010/10/ubuntu-10-10-maverick-meerkat-300x120.png" alt="ubuntu 10 10 maverick meerkat 300x120 Ubuntu 10.10 Maverick Meerkat Released!" width="300" height="120" /></a></p>
<p>With Ubuntu 10.10, the Ambiance and Radiance themes found in the previous release have steadily gained aesthetic improvements that will, in future releases, set Ubuntu on par to rival the simplicity and beauty of mainstream competitors such as Mac OS X and Windows 7.</p>
<p>Rather than repeat whats already been posted across the Internet in many different places already today, I&#8217;ll direct you to my friends blog, which also happens to be my favorite Ubuntu blog&#8230; <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin Ubuntu 10.10 Maverick Meerkat Released!" class='wp-smiley' title="Ubuntu 10.10 Maverick Meerkat Released!" /> </p>
<p><a href="http://www.omgubuntu.co.uk/2010/10/ubuntu-10-10-maverick-meerkat-released/"><img class="alignnone size-full wp-image-4431" title="omg-maverick-meerkat" src="http://kyleabaker.com/wp-content/uploads/2010/10/omg-maverick-meerkat.png" alt="omg maverick meerkat Ubuntu 10.10 Maverick Meerkat Released!" width="225" height="32" /></a></p>
<p>If you&#8217;re just looking for the downloads, you can <a href="http://www.ubuntu.com/desktop/get-ubuntu/download">find them here</a>. Their simple guide will have you ready to install Ubuntu 10.10 in no time!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/10/10/ubuntu-10-10-maverick-meerkat-released/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/10/10/ubuntu-10-10-maverick-meerkat-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook Pro</title>
		<link>http://kyleabaker.com/2010/09/29/macbook-pro/</link>
		<comments>http://kyleabaker.com/2010/09/29/macbook-pro/#comments</comments>
		<pubDate>Thu, 30 Sep 2010 03:41:30 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os x]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4421</guid>
		<description><![CDATA[In with the new, out with the old. I got my new MacBook Pro 13&#8243; around noon today, but had to wait until noon to start playing around on it. Here are my phones blurring pictures of the old HP dv4000 (left) and the new MacBook Pro (right). Notice the HP isn&#8217;t running. Thats because [...]]]></description>
			<content:encoded><![CDATA[<p>In with the new, out with the old. I got my new MacBook Pro 13&#8243; around noon today, but had to wait until noon to start playing around on it.</p>
<p>Here are my phones blurring pictures of the old HP dv4000 (left) and the new MacBook Pro (right).</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/09/0929102047.jpg"><img class="alignnone size-medium wp-image-4422" title="0929102047" src="http://kyleabaker.com/wp-content/uploads/2010/09/0929102047-300x225.jpg" alt="0929102047 300x225 MacBook Pro" width="300" height="225" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/09/0929102049.jpg"><img class="alignnone size-medium wp-image-4423" title="0929102049" src="http://kyleabaker.com/wp-content/uploads/2010/09/0929102049-300x225.jpg" alt="0929102049 300x225 MacBook Pro" width="300" height="225" /></a></p>
<p>Notice the HP isn&#8217;t running. Thats because it no longer even boots thanks to some internal hardware problems.</p>
<p>This time around I decided that I wanted a smaller, more portable laptop. Since I&#8217;ve had plenty of Windows computers and have been running <a href="http://www.ubuntu.com/">Ubuntu</a> Linux for a few years, I decided it was about time for me to get a Mac.</p>
<p>So far I&#8217;ve gotten the basics installed and setup thanks to suggestions from my brother and friends.</p>
<ul>
<li>Opera</li>
<li>Adium</li>
<li>Skype</li>
<li>Last.fm Scrobbler</li>
<li>Tweetie</li>
<li>Dropbox</li>
<li>Coda</li>
<li>QuickSynergy</li>
<li>Xcode</li>
</ul>
<p>I&#8217;m still testing out Xcode to see how I like it, but my first impression of the 3gb download wasn&#8217;t too positive. If it works well then great, but I was hoping to find a good medium between size and features.</p>
<p>I&#8217;ve also tweaked my MacBook&#8217;s name so it appears a little more customized on the network (using <a href="http://www.askdavetaylor.com/how_to_change_imac_mac_name_on_network.html">this guide</a>). Now it appears as &#8220;<em>kyBook Pro</em>.&#8221; <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_biggrin.gif' alt="icon biggrin MacBook Pro" class='wp-smiley' title="MacBook Pro" /> </p>
<p>Have some suggested apps or tips for me, or something better than what I&#8217;ve listed above? I&#8217;d love to hear what you like to install on your Mac!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/09/29/macbook-pro/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/09/29/macbook-pro/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Polishing Rhythmbox&#8217;s GUI vs. Forking</title>
		<link>http://kyleabaker.com/2010/09/23/polishing-rhythmboxs-gui-vs-forking/</link>
		<comments>http://kyleabaker.com/2010/09/23/polishing-rhythmboxs-gui-vs-forking/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 22:16:49 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[mock-ups]]></category>
		<category><![CDATA[rhythmbox]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4404</guid>
		<description><![CDATA[With recent news from OMG! Ubuntu regarding a fork in the Rhythmbox source code for a new project called Rhythm-e (Elementary design in mind), and the controversy or mixed reactions that this has sparked in the comments and mailing list, I&#8217;ve decided to take a deeper look at Rhythmbox and share my thoughts and suggestions. [...]]]></description>
			<content:encoded><![CDATA[<p>With recent news from <a href="http://www.omgubuntu.co.uk/2010/09/rhythm-e-elementary-take-on-rhythmbox-images-inside/">OMG! Ubuntu</a> regarding a fork in the Rhythmbox source code for a new project called <a href="https://launchpad.net/rhythm-e">Rhythm-e</a> (Elementary design in mind), and the controversy or mixed reactions that this has sparked in the comments and mailing list, I&#8217;ve decided to take a deeper look at Rhythmbox and share my thoughts and suggestions.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/09/ubuntu-10-10-rhythmbox-0-13-1-default.png"><img class="alignnone size-medium wp-image-4407" title="ubuntu-10-10-rhythmbox-0-13-1-default" src="http://kyleabaker.com/wp-content/uploads/2010/09/ubuntu-10-10-rhythmbox-0-13-1-default-300x216.png" alt="ubuntu 10 10 rhythmbox 0 13 1 default 300x216 Polishing Rhythmboxs GUI vs. Forking" width="300" height="216" /></a></p>
<p>The Elementary take on Rhythmbox that is covered at OMG! Ubuntu attempts to clean up the interface by moving and removing various parts of the default Rhythmbox player. While this can be beneficial at times, I feel that its very important to heavily consider the features that are being removed.</p>
<p>The Rhythm-e project is only a few days old, so I&#8217;m holding my judgement on the project for a later date. Instead, I just want to point out changes that I think could have been made before the extreme decision of forking a long standing and popular music player for Linux.</p>
<p>The default Rhythmbox player for Ubuntu 10.10, as pictured above, is by no means perfect, but there are plenty of little tweaks that could be performed to polish the fine details of the application without very much work. Keep in mind that these are solely my opinions and in no way do I consider them to be the only or best way of improving Rhythmbox. I simply offer them out as suggestions and examples.</p>
<p>I&#8217;ve taken the screenshot posted above and tweaked a few aspects to show how some spaces could be used more efficiently, thus giving Rhythmbox an overall cleaner appearance without the need to fork the entire project.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/09/ubuntu-10-10-rhythmbox-0-13-1-redesign-1.png"><img class="alignnone size-medium wp-image-4408" title="ubuntu-10-10-rhythmbox-0-13-1-redesign-1" src="http://kyleabaker.com/wp-content/uploads/2010/09/ubuntu-10-10-rhythmbox-0-13-1-redesign-1-300x216.png" alt="ubuntu 10 10 rhythmbox 0 13 1 redesign 1 300x216 Polishing Rhythmboxs GUI vs. Forking" width="300" height="216" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/09/ubuntu-10-10-rhythmbox-0-13-1-redesign-2.png"><img class="alignnone size-medium wp-image-4409" title="ubuntu-10-10-rhythmbox-0-13-1-redesign-2" src="http://kyleabaker.com/wp-content/uploads/2010/09/ubuntu-10-10-rhythmbox-0-13-1-redesign-2-300x216.png" alt="ubuntu 10 10 rhythmbox 0 13 1 redesign 2 300x216 Polishing Rhythmboxs GUI vs. Forking" width="300" height="216" /></a></p>
<p>The only difference between the two is that the second mockup has a library that has been filtered enough to remove the scrollbar.</p>
<p>Looking closer at the images and comparing them to the original, you should note the following changes:</p>
<ul>
<li>The song title, artist and album have been pulled up into the button toolbar to reduce wasted vertical space.</li>
<li>The song&#8217;s progress slider has been pulled up in-line with the textual position output to reduce wasted vertical space.</li>
<li>The Library and Store list on the left has been widened by 1 pixel and shifted left to hide the unnecessary left border. This creates a cleaner and more flush appearance.</li>
<li>The album art image holder has been scaled to take up the full available area, thus removing wasted space and padding. It may be ideal to shrink the image a bit, but keep the top of the album art flush with the list above it in order to allow the resize bar to remain clickable, but the rest of the available space should be used and not wasted.</li>
<li>The redundant spacer at the end of the &#8220;Time&#8221; category has been removed. This is most likely more of a theme problem than a Rhythmbox problem, but it does still make it look cleaner.</li>
<li>In the second mockup (short list), the scroll bars are not necessary and have been removed as usual, but the list has been widened enough to push the right border out of the window which helps create a cleaner and more flush appearance.</li>
</ul>
<p>I also think that the status bar is a bit unnecessary by default, but have left it in the picture to show that it can still look good. If the status bar is removed, the library list should stretch to also push the bottom border out of view as the right side is in the short list mockup.</p>
<p>I think the menus are still relevant and useful, but with the menu bar being removed from the application window in UNE, this would only help in cleaning up the interface.</p>
<p>One thing that Rhythmbox could do to help ideas like Rhythm-e take hold more quickly is to make the interface more configurable by themes or manual configuration files. Allowing stylists to easily move buttons around and remove various elements could also spark new ideas on realistic was of improving Rhythmbox for everyone!</p>
<p>While I think its not always necessary to fork an existing project for a new idea, I also like to see the interest and efforts in making existing applications more appealing. I look forward to seeing the rests of Rhythm-e as it matures, but I&#8217;m also hoping to see better communication and collaboration to improve Rhythmbox itself.</p>
<p>While you&#8217;re free to take open source software and do as you please without asking questions, its just plain friendly to contribute back as a token of thanks for the work that went into it in the past. Keeping up with the mailing list, I&#8217;ve seen a few talks and suggestions back and forth, so I&#8217;m crossing my fingers that the two can work together and combine their strengths rather than simply competing separately.</p>
<p>Are there changes that I&#8217;ve missed? Something I&#8217;ve changed that you disagree with? Let me know in the comments!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/09/23/polishing-rhythmboxs-gui-vs-forking/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/09/23/polishing-rhythmboxs-gui-vs-forking/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Gmail Priority Inbox</title>
		<link>http://kyleabaker.com/2010/09/03/gmail-priority-inbox/</link>
		<comments>http://kyleabaker.com/2010/09/03/gmail-priority-inbox/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 04:55:14 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4389</guid>
		<description><![CDATA[I just noticed the Priority Inbox feature being announced at the top of my Inbox in red today and decided to give this fascinating new feature a test drive. Surely you&#8217;ve heard the news, but if now, this should fill you in. I was really hoping to give this feature a thorough test right away [...]]]></description>
			<content:encoded><![CDATA[<p>I just noticed the Priority Inbox feature being announced at the top of my Inbox in red today and decided to give this fascinating new feature a test drive. Surely you&#8217;ve heard the news, but if now, <a href="http://gmailblog.blogspot.com/2010/08/email-overload-try-priority-inbox.html">this should fill you in</a>.</p>
<p>I was really hoping to give this feature a thorough test right away after hearing of it a couple of days ago, but unfortunately I keep my Inbox far to clean and have to wait until tomorrow morning to test it out for real.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/09/gmail-priority-inbox-selected.png"><img class="alignnone size-medium wp-image-4390" title="gmail-priority-inbox-selected" src="http://kyleabaker.com/wp-content/uploads/2010/09/gmail-priority-inbox-selected-300x225.png" alt="gmail priority inbox selected 300x225 Gmail Priority Inbox" width="300" height="225" /></a></p>
<p>As you can see, I didn&#8217;t have enough mail to truly test the new feature out. I usually go through around 100 message throughout the course of the day, but at this point I&#8217;d already filtered through them all. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Gmail Priority Inbox" class='wp-smiley' title="Gmail Priority Inbox" /> </p>
<p>I&#8217;m excited to try this out, as about 80% of the emails that I receive are skim-able and not all that dire. I like the idea of Gmail learning to sort these as you correct it from the beginning and am curious to see how well it works, but also <a href="http://www.youtube.com/watch?v=Ouof1OzhL8k">a little concerned on privacy</a> (<em>thanks to my brother for the link!</em>).</p>
<p>I&#8217;ve developed a sort of skill for parsing through the emails in my chaotic inbox every morning and am wondering if the new Priority Inbox will actually feel more chaotic, but I&#8217;m willing to give it a try for a while. Compare the Priority Inbox above to the regular Inbox below.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/09/gmail-priority-inbox-unselected.png"><img class="alignnone size-medium wp-image-4391" title="gmail-priority-inbox-unselected" src="http://kyleabaker.com/wp-content/uploads/2010/09/gmail-priority-inbox-unselected-300x225.png" alt="gmail priority inbox unselected 300x225 Gmail Priority Inbox" width="300" height="225" /></a></p>
<p>One of the best features of this new feature for me is that it doesn&#8217;t replace the regular Inbox. As you can see in the screenshots, you&#8217;re still able to select either view you prefer easily from the list on the left.</p>
<p>Now I&#8217;m curious. Have any of you used this feature yet? And if so, do you find it useful?</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/09/03/gmail-priority-inbox/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/09/03/gmail-priority-inbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Making Calls From Gmail</title>
		<link>http://kyleabaker.com/2010/08/27/making-calls-from-gmail/</link>
		<comments>http://kyleabaker.com/2010/08/27/making-calls-from-gmail/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 04:52:55 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Web Browsers]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google phone]]></category>
		<category><![CDATA[phone]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4366</guid>
		<description><![CDATA[If you&#8217;ve somehow managed to miss this one in the news then you must be hiding in one deep dark hole. Here are some pictures for your entertainment. If you&#8217;d like to use this, you need to install the Google Voice plugin first and then restart you web browser. Keep in mind that you need [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve <a href="http://gmailblog.blogspot.com/2010/08/call-phones-from-gmail.html">somehow</a> <a href="http://www.betanews.com/article/Google-unveils-voice-calling-through-Gmail/1282756472">managed</a> <a href="http://www.downloadsquad.com/2010/08/25/google-voice-gmail-skype-killer-yadda-domination/">to</a> <a href="http://arstechnica.com/web/news/2010/08/google-voice-and-gmail-sitting-in-a-tree-c-a-l-l-i-n-g.ars">miss</a> <a href="http://www.afterdawn.com/news/article.cfm/2010/08/26/google_chat_gets_phone_call_capability_for_us_users">this</a> <a href="www.youtube.com/watch?v=L1gRCfq7_0c">one</a> <a href="http://www.ubergizmo.com/15/archives/2010/08/use_gmail_to_call_other_phones.html">in</a> <a href="http://www.huffingtonpost.com/2010/08/25/gmail-phone-calls-coming-_n_693701.html">the</a> <a href="http://www.engadget.com/2010/08/25/google-introduces-voice-in-gmail/">news</a> <a href="http://www.economist.com/blogs/gulliver/2010/08/phone_calls_gmail">then</a> <a href="http://www.buzztab.com/technology/google-call-phone-latest-feature-in-gmail/">you</a> <a href="http://googlevoiceblog.blogspot.com/2010/08/make-and-receive-calls-in-gmail.html">must</a> <a href="http://www.dailywireless.org/2010/08/25/google-call-any-phone-from-gmail/">be</a> <a href="http://gawker.com/5622000/now-you-can-call-people-from-gmail-for-some-reason">hiding</a> <a href="http://techie-buzz.com/tech-news/gmail-phone-calls-and-call-rates.html">in</a> <a href="http://consumerist.com/2010/08/call-phones-for-free-through-gmail.html">one</a> deep dark hole. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Making Calls From Gmail" class='wp-smiley' title="Making Calls From Gmail" /> </p>
<p>Here are some pictures for your entertainment. If you&#8217;d like to use this, you need to install the <a href="http://www.google.com/chat/video">Google Voice plugin first</a> and then restart you web browser.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-02.png"><img class="alignnone size-full wp-image-4367" title="gmail-calling-02" src="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-02.png" alt="gmail calling 02 Making Calls From Gmail" width="286" height="284" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-01.png"><img class="alignnone size-medium wp-image-4368" title="gmail-calling-01" src="http://kyleabaker.com/wp-content/uploads/2010/08/gmail-calling-01-300x207.png" alt="gmail calling 01 300x207 Making Calls From Gmail" width="300" height="207" /></a></p>
<p>Keep in mind that you need the plugin to do this (and obviously a microphone) and that you&#8217;ll be calling friends or family using a number provided to you by Google Voice (so they may not recognize it at first).</p>
<p>The best thing going for Google&#8217;s new calling feature (if you ask me) is that its completely free for me to call any phone in the USA. While this pricing may not be permanent, it should at least last through the course of this year (my source for that is linked somewhere up above <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Making Calls From Gmail" class='wp-smiley' title="Making Calls From Gmail" />  ).</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/08/27/making-calls-from-gmail/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/08/27/making-calls-from-gmail/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Netflix Now For iPhone &amp; iPod touch!</title>
		<link>http://kyleabaker.com/2010/08/26/netflix-now-for-iphone-ipod-touch/</link>
		<comments>http://kyleabaker.com/2010/08/26/netflix-now-for-iphone-ipod-touch/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 18:51:29 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Applications]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[app store]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[entertainment]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[ipod touch]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[movie]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[netflix]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4345</guid>
		<description><![CDATA[Being an iPod touch owner myself, I&#8217;ve been highly anticipating the release of this app all summer (thanks to the early rumors and annoucements). I checked the app store last night just before going to bed for this app and there was no sign of it in sight, so I had decided to write a [...]]]></description>
			<content:encoded><![CDATA[<p>Being an iPod touch owner myself, I&#8217;ve been highly anticipating the release of this app all summer (thanks to the early <a href="http://www.google.com/search?hl=en&amp;client=opera&amp;hs=qY2&amp;rls=en&amp;q=rumor+netflix+ipod+summer&amp;aq=f&amp;aqi=&amp;aql=&amp;oq=&amp;gs_rfai=">rumors and annoucements</a>).</p>
<p>I checked the app store last night just before going to bed for this app and there was no sign of it in sight, so I had decided to write a post along the lines of &#8220;Where is the promised (summer) Netflix iPhone/iPod touch App?&#8221;. Little did I know that I would wake up <a href="http://blog.netflix.com/2010/08/netflix-now-available-on-your-iphone.html">to</a> <a href="http://www.afterdawn.com/news/article.cfm/2010/08/26/neflix_releases_iphone_app">the</a> <a href="http://arstechnica.com/apple/news/2010/08/netflix-for-iphone-hands-on-streaming-movies-in-your-pocket.ars">release</a> <a href="http://www.downloadsquad.com/2010/08/26/netflix-app-now-available-for-iphone-and-ipod-touch/">headlines</a> (that was much better)!</p>
<p>Without further ado, I bring you a brief gallery of what you can expect to find in this little app..</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-16-PM.jpg"><img class="alignnone size-medium wp-image-4346" title="Mobile Photo Aug 26, 2010 2 05 16 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-16-PM-200x300.jpg" alt="Mobile Photo Aug 26 2010 2 05 16 PM 200x300 Netflix Now For iPhone & iPod touch!" width="200" height="300" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-24-PM.jpg"><img class="alignnone size-medium wp-image-4347" title="Mobile Photo Aug 26, 2010 2 05 24 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-24-PM-200x300.jpg" alt="Mobile Photo Aug 26 2010 2 05 24 PM 200x300 Netflix Now For iPhone & iPod touch!" width="200" height="300" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-37-PM.jpg"><img class="alignnone size-medium wp-image-4348" title="Mobile Photo Aug 26, 2010 2 05 37 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-37-PM-200x300.jpg" alt="Mobile Photo Aug 26 2010 2 05 37 PM 200x300 Netflix Now For iPhone & iPod touch!" width="200" height="300" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-46-PM.jpg"><img class="alignnone size-medium wp-image-4349" title="Mobile Photo Aug 26, 2010 2 05 46 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-46-PM-200x300.jpg" alt="Mobile Photo Aug 26 2010 2 05 46 PM 200x300 Netflix Now For iPhone & iPod touch!" width="200" height="300" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-53-PM.jpg"><img class="alignnone size-medium wp-image-4350" title="Mobile Photo Aug 26, 2010 2 05 53 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-05-53-PM-200x300.jpg" alt="Mobile Photo Aug 26 2010 2 05 53 PM 200x300 Netflix Now For iPhone & iPod touch!" width="200" height="300" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-10-PM.jpg"><img class="alignnone size-medium wp-image-4351" title="Mobile Photo Aug 26, 2010 2 06 10 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-10-PM-200x300.jpg" alt="Mobile Photo Aug 26 2010 2 06 10 PM 200x300 Netflix Now For iPhone & iPod touch!" width="200" height="300" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-19-PM.jpg"><img class="alignnone size-medium wp-image-4352" title="Mobile Photo Aug 26, 2010 2 06 19 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-19-PM-300x200.jpg" alt="Mobile Photo Aug 26 2010 2 06 19 PM 300x200 Netflix Now For iPhone & iPod touch!" width="300" height="200" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-27-PM.jpg"><img class="alignnone size-medium wp-image-4353" title="Mobile Photo Aug 26, 2010 2 06 27 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-27-PM-300x200.jpg" alt="Mobile Photo Aug 26 2010 2 06 27 PM 300x200 Netflix Now For iPhone & iPod touch!" width="300" height="200" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-34-PM.jpg"><img class="alignnone size-medium wp-image-4354" title="Mobile Photo Aug 26, 2010 2 06 34 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-06-34-PM-300x200.jpg" alt="Mobile Photo Aug 26 2010 2 06 34 PM 300x200 Netflix Now For iPhone & iPod touch!" width="300" height="200" /></a></p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-08-52-PM.jpg"><img class="alignnone size-medium wp-image-4355" title="Mobile Photo Aug 26, 2010 2 08 52 PM" src="http://kyleabaker.com/wp-content/uploads/2010/08/Mobile-Photo-Aug-26-2010-2-08-52-PM-300x200.jpg" alt="Mobile Photo Aug 26 2010 2 08 52 PM 300x200 Netflix Now For iPhone & iPod touch!" width="300" height="200" /></a></p>
<p>That&#8217;s a rundown of the Sign-in page, Home, Genre, Search, Instant Queue and player screens!</p>
<p>In case you missed these details, hiding the keyboard in the Search screen expands the movie covers into view where there was previously too little room to show them.</p>
<p>In the player screen with controls, you should note the progress bar at the top with a &#8220;zoom&#8221; button to the right which zooms in just enough to fill the wasted space above and below the video (not pictured zoomed). There is also the play/pause button at the bottom which is accompanied by the 30 second backtrack button and the volume bar.</p>
<p>This design is nearly (if not exactly) identical to the Netflix app design for the iPad which has been released to the public for some time now.</p>
<p>If you&#8217;re a Netflix member and own an iPhone or iPod touch then I highly recommend you head straight to the App Store and download this <strong>free</strong> app for yourself! Enjoy!</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/08/26/netflix-now-for-iphone-ipod-touch/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/08/26/netflix-now-for-iphone-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Maths Are &gt; Last.fm&#8217;s Maths</title>
		<link>http://kyleabaker.com/2010/08/22/my-maths-are-last-fms-maths/</link>
		<comments>http://kyleabaker.com/2010/08/22/my-maths-are-last-fms-maths/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 23:52:52 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[comedy]]></category>
		<category><![CDATA[last.fm]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4335</guid>
		<description><![CDATA[Being the Last.fm scrobble freak that I am, I used my web based stats page to check my scrobble count and started clicking through my friends&#8217; stats. I eventually came across one that caught my attention. He&#8217;s been a member since 2007 and has scrobbled 1 song..and he is a paying subscriber. I thought to [...]]]></description>
			<content:encoded><![CDATA[<p>Being the Last.fm scrobble freak that I am, I used my <a href="http://kyleabaker.com/fun/lfmadpc/?u=kyleabaker">web based stats page</a> to check my scrobble count and started clicking through my friends&#8217; stats.</p>
<p>I eventually came across <a href="http://kyleabaker.com/fun/lfmadpc/?u=boeker0603">one</a> that caught my attention.</p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Screenshot.png"><img class="alignnone size-medium wp-image-4336" title="Screenshot" src="http://kyleabaker.com/wp-content/uploads/2010/08/Screenshot-300x240.png" alt="Screenshot 300x240 My Maths Are > Last.fms Maths" width="300" height="240" /></a></p>
<p>He&#8217;s been a member since 2007 and has scrobbled 1 song..and he is a paying subscriber. I thought to myself, what a waste of money! &#8230;so I clicked on his Last.fm page. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz My Maths Are > Last.fms Maths" class='wp-smiley' title="My Maths Are > Last.fms Maths" /> </p>
<p><a href="http://kyleabaker.com/wp-content/uploads/2010/08/Screenshot-1.png"><img class="alignnone size-medium wp-image-4337" title="Screenshot-1" src="http://kyleabaker.com/wp-content/uploads/2010/08/Screenshot-1-300x195.png" alt="Screenshot 1 300x195 My Maths Are > Last.fms Maths" width="300" height="195" /></a></p>
<p>You&#8217;ll have to open these images to see the details, but basically what you&#8217;ll see is that my math skills are apparently either ridiculously awesome or Last.fm&#8217;s are very poor.</p>
<p>Play counts are based on the total number of tracks scrobbled divided by the length of the membership in days. This seems obvious enough doesn&#8217;t it? Well, my calculations show that 1 song in 1180 days is somewhere around 0.000847 plays per day&#8230;which is far from the 12,920 plays per day that Last.fm seems to think.</p>
<p>Am I wrong in thinking that this is just really poor programming to make such inaccurate calculations?</p>
<p>In case you&#8217;re wondering, the &#8220;589 more plays needed&#8221; tidbit means that if he had (by the end of the day) 590 plays in total that his average daily play count would be 0.5&#8230;which Last.fm rounds up to 1 per day. <img src='http://kyleabaker.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink My Maths Are > Last.fms Maths" class='wp-smiley' title="My Maths Are > Last.fms Maths" /> </p>
<p>Even considering the account had been reset, should they not be able to correctly calculate track plays? Maybe their servers are just having a few hiccups, but either way I thought it was funny enough for a post.</p>
<p>Also, if you don&#8217;t understand the joke in the title then <a href="http://www.youtube.com/watch?v=Pj2NOTanzWI">you&#8217;re really missing out on an old clip about Maths</a>! You should take a quick moment to have your daily laugh.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/08/22/my-maths-are-last-fms-maths/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/08/22/my-maths-are-last-fms-maths/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ubuntu One Music Store..Get a Link!</title>
		<link>http://kyleabaker.com/2010/07/22/ubuntu-one-music-store-get-a-link/</link>
		<comments>http://kyleabaker.com/2010/07/22/ubuntu-one-music-store-get-a-link/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 13:36:32 +0000</pubDate>
		<dc:creator>kyleabaker</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Picture]]></category>
		<category><![CDATA[Product Review]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[gwibber]]></category>
		<category><![CDATA[rhythmbox]]></category>
		<category><![CDATA[ubuntu 10.10]]></category>
		<category><![CDATA[ubuntu software center]]></category>

		<guid isPermaLink="false">http://kyleabaker.com/?p=4187</guid>
		<description><![CDATA[I just saw this change marked in my updates recently for Rhythmbox in Ubuntu 10.10 and thought I would share whats new so far! The new &#8220;Get a link for the current song to the Ubuntu One Music Store&#8221; button is now present and functional in Rhythmbox for Ubuntu 10.10. When you click on the [...]]]></description>
			<content:encoded><![CDATA[<p>I just saw this change marked in my updates recently for Rhythmbox in Ubuntu 10.10 and thought I would share whats new so far!</p>
<div id="attachment_4188" class="wp-caption alignnone" style="width: 310px"><a href="http://kyleabaker.com/wp-content/uploads/2010/07/rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-1.png"><img class="size-medium wp-image-4188" title="rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-1" src="http://kyleabaker.com/wp-content/uploads/2010/07/rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-1-300x69.png" alt="rhythmbox ubuntu one music store get a link for the current song 1 300x69 Ubuntu One Music Store..Get a Link!" width="300" height="69" /></a><p class="wp-caption-text">The new &quot;Get a link&quot; button in action.</p></div>
<p>The new &#8220;Get a link for the current song to the Ubuntu One Music Store&#8221; button is now present and functional in Rhythmbox for Ubuntu 10.10.</p>
<p>When you click on the &#8220;Get a link&#8221; button, you are prompted with a  dialog that scans the online music store for a match and displays the  result for you. The address to the song or album is automatically copied  into the clipboard and is ready to paste!</p>
<div id="attachment_4189" class="wp-caption alignnone" style="width: 310px"><a href="http://kyleabaker.com/wp-content/uploads/2010/07/rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-2.png"><img class="size-medium wp-image-4189" title="rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-2" src="http://kyleabaker.com/wp-content/uploads/2010/07/rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-2-300x264.png" alt="rhythmbox ubuntu one music store get a link for the current song 2 300x264 Ubuntu One Music Store..Get a Link!" width="300" height="264" /></a><p class="wp-caption-text">Here&#39;s you link and you&#39;re ready to paste!</p></div>
<p>This feature can be used to send a link of a favorite song to your friends, where they can purchase the track right away if they choose to. If you want to go even one step further, you can even tweet the link to your friends and followers!</p>
<div id="attachment_4191" class="wp-caption alignnone" style="width: 310px"><a href="http://kyleabaker.com/wp-content/uploads/2010/07/rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-3.png"><img class="size-medium wp-image-4191" title="rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-3" src="http://kyleabaker.com/wp-content/uploads/2010/07/rhythmbox-ubuntu-one-music-store-get-a-link-for-the-current-song-3-300x248.png" alt="rhythmbox ubuntu one music store get a link for the current song 3 300x248 Ubuntu One Music Store..Get a Link!" width="300" height="248" /></a><p class="wp-caption-text">Tweet your current song to your friends and followers!</p></div>
<p>As you can see, this new Tweet feature is built upon the tightly integrated Gwibber application. Though I haven&#8217;t tried this yet, it should be possible to post to other services such as Facebook if you have them enabled in Gwibber.</p>
<p>It appears that the whole &#8220;Social from the start&#8221; idea that was first started with Ubuntu 10.04 is now moving to another level and becoming commonly integrated with deeper parts of the operating system.</p>
<div id="attachment_4193" class="wp-caption alignnone" style="width: 310px"><a href="http://kyleabaker.com/wp-content/uploads/2010/07/ubuntu-software-center-share-via-gwibber.png"><img class="size-medium wp-image-4193" title="ubuntu-software-center-share-via-gwibber" src="http://kyleabaker.com/wp-content/uploads/2010/07/ubuntu-software-center-share-via-gwibber-300x205.png" alt="ubuntu software center share via gwibber 300x205 Ubuntu One Music Store..Get a Link!" width="300" height="205" /></a><p class="wp-caption-text">Tweet software from Ubuntu Software Center.</p></div>
<p>Above is an example of Twitter integration in the Ubuntu Software Center that allows you to easily suggest software to your friends.</p>
<p class="wpf_wrapper"><a class="print_link" href="http://kyleabaker.com/2010/07/22/ubuntu-one-music-store-get-a-link/print/">Print this entry</a></p><!-- .wpf_wrapper -->]]></content:encoded>
			<wfw:commentRss>http://kyleabaker.com/2010/07/22/ubuntu-one-music-store-get-a-link/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

