<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>PseudoSavant</title>
	
	<link>http://pseudosavant.com/blog</link>
	<description>The Musings of Paul Ellis</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:54:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
		<feedburner:info uri="pseudosavant" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://pseudosavant.com/blog/feed/" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Fpseudosavant.com%2Fblog%2Ffeed%2F" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Fpseudosavant.com%2Fblog%2Ffeed%2F" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Fpseudosavant.com%2Fblog%2Ffeed%2F" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><item>
		<title>Bookmarklet: QR Code This Page</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/njlAC1_JP5k/</link>
		<comments>http://pseudosavant.com/blog/2012/01/18/bookmarklet-qr-code-this-page/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 15:54:07 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Bookmarklets]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=542</guid>
		<description>I have noticed myself wanting to pull up a page that I have on my desktop on my phone a lot lately. After doing this quite a few times I figured there had to be a better way. Enter the QR code bookmarklet. If you aren&amp;#8217;t familiar with bookmarklets they are little bits of JavaScript [...]</description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-547 alignleft" style="float: left;" title="pseudosavant.com.qrcode" src="http://pseudosavant.com/blog/wp-content/uploads/2012/01/pseudosavant.com_.qrcode.png" alt="" width="62" height="62" />I have noticed myself wanting to pull up a page that I have on my desktop on my phone a lot lately. After doing this quite a few times I figured there had to be a better way. Enter the QR code bookmarklet.<span id="more-542"></span></p>
<p>If you aren&#8217;t familiar with bookmarklets they are little bits of JavaScript for doing things on the current webpage you are on that you run via a web browser bookmark. I used the excellent <a href="http://subsimple.com/bookmarklets/jsbuilder.htm" target="_blank">bookmarklet builder at subsimple.com</a> to take my JavaScript and turn it into a bookmarklet. For a more in-depth understanding of bookmarklets check out the article on <a href="http://en.wikipedia.org/wiki/Bookmarklet" target="_blank">Wikipedia</a>.</p>
<p>When you click on this bookmarklet it will create a QR code using Bit.ly and show it in the top right hand corner of the page. Then use your favorite QR code reader (my Windows Phone has a great one built into the search) and click on the link. You can make the QR code disappear by clicking on it.</p>
<p>To add this bookmarklet drag the link below to your bookmark toolbar. You can try it out to see what it does by just clicking on the link and it will run on this page.</p>
<p><strong><a href="javascript:var%20ps={start:function%20(){var%20success=function%20(){ps.bitly.onload=function%20(){var%20img=document.createElement(&quot;img&quot;);img.src=ps.bitly.qrCode;var%20styles={position:&quot;fixed&quot;,top:0,right:0,zIndex:9999};for(var%20i%20in%20styles){img.style[i]=styles[i];};img.onclick=function%20(){$(this).slideUp(500,function%20(){$(this).remove();});};document.body.appendChild(img);};ps.bitly.request();};this.addJquery(success);},addJquery:function%20(complete){if(&quot;undefined&quot;===typeof%20jQuery){var%20jq=document.createElement(&quot;script&quot;);jq.type=&quot;text/javascript&quot;;jq.src=&quot;http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js&quot;;if(!!complete&amp;&amp;typeof%20complete===&quot;function&quot;){jq.onload=complete;};document.body.appendChild(jq);}else{if(!!complete&amp;&amp;typeof%20complete===&quot;function&quot;){complete();};}},bitly:{base:&quot;https://api-ssl.bitly.com/v3/&quot;,method:&quot;shorten&quot;,parameters:{format:&quot;json&quot;,login:&quot;pseudosavant&quot;,apiKey:&quot;R_daa07a8c03387c1775d51522c5fb307b&quot;,callback:&quot;?&quot;,longUrl:encodeURIComponent(window.location)},request:function%20(url){var%20$=jQuery;if(typeof%20url===&quot;string&quot;){this.parameters.long_Url=encodeURIComponent(url);}var%20params=[];for(var%20i%20in%20this.parameters){params.push(i+&quot;=&quot;+this.parameters[i]);}var%20url=this.base+this.method+&quot;/?&quot;+params.join(&quot;&amp;&quot;);$.getJSON(url,ps.bitly.callback);},response:&quot;&quot;,shortUrl:&quot;&quot;,qrCode:&quot;&quot;,callback:function%20(data){ps.bitly.response=data;ps.bitly.shortUrl=decodeURIComponent(data.data.url);ps.bitly.qrCode=decodeURIComponent(data.data.url)+&quot;.qrcode&quot;;ps.bitly.onload();},onload:&quot;&quot;}};ps.start();">QR code this page</a></strong></p>
<p><strong><br />
</strong></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=njlAC1_JP5k:0QvWVl3NU1M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=njlAC1_JP5k:0QvWVl3NU1M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=njlAC1_JP5k:0QvWVl3NU1M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=njlAC1_JP5k:0QvWVl3NU1M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=njlAC1_JP5k:0QvWVl3NU1M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=njlAC1_JP5k:0QvWVl3NU1M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=njlAC1_JP5k:0QvWVl3NU1M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=njlAC1_JP5k:0QvWVl3NU1M:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=njlAC1_JP5k:0QvWVl3NU1M:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=njlAC1_JP5k:0QvWVl3NU1M:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/njlAC1_JP5k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2012/01/18/bookmarklet-qr-code-this-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2012/01/18/bookmarklet-qr-code-this-page/</feedburner:origLink></item>
		<item>
		<title>Agile Scrum: eliminate “intellectual inventory” using Just-In-Time software development</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/1jmvyA7_Uuw/</link>
		<comments>http://pseudosavant.com/blog/2011/01/29/agile-scrum-eliminate-intellectual-inventory-using-just-in-time-software-development/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 08:42:00 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=470</guid>
		<description>In the software development world there are two main camps for the process of how software should be built: waterfall and agile (usually a form of Scrum). Agile is an iterative incremental process and waterfall is the classical sequential process. This sequential approach is full of inventory, and inventory = waste. As someone who has [...]</description>
			<content:encoded><![CDATA[<p><img style="background-image: none; margin: 0px 15px 5px 0px; display: inline; float: left;" title="model-t" src="http://pseudosavant.com/blog/wp-content/uploads/2011/05/model-t1.png" border="0" alt="model-t" width="103" height="69" align="left" />In the software development world there are two main camps for the process of how software should be built: waterfall and agile (usually a form of <a href="http://en.wikipedia.org/wiki/Scrum_%28development%29" target="_blank">Scrum</a>). Agile is an iterative incremental process and waterfall is the classical sequential process. This sequential approach is full of inventory, and inventory = waste. As someone who has made software both ways I will show you why I prefer Scrum.</p>
<p><span id="more-470"></span></p>
<h2>Waterfall</h2>
<p>In a <a href="http://en.wikipedia.org/wiki/Waterfall_model" target="_blank">waterfall</a> process the development flows sequentially downward through each phase of the model: requirement definition, design, implementation, verification, etc. Each of these steps are really a form of what I call “intellectual inventory”. The phases in the model change from company to company but this is basically what happens:</p>
<ol>
<li>An inventory of requirements is created before the product can be designed</li>
<li>An inventory of design is built before engineers can code</li>
<li>Engineering produces an inventory of untested/buggy code before QA can test</li>
<li>QA builds up an inventory of defects for engineering to go back and fix</li>
<li>Maybe user experience then builds a list of usability defects to go back and fix</li>
</ol>
<p>Keep in mind that each phase in this process will be at least one month and usually quite a bit longer than that depending on the project. That means when you get to step 5 you have two choices:</p>
<ol>
<li>Don’t fix any issues and ship anyway</li>
<li>Ship very late and go back to step 2</li>
</ol>
<p>Neither option is very good for you, your customers, or your company. There is another industry that used to produce their products this way that we should learn a lot from: the auto industry.</p>
<h2>Lesson’s from another industry</h2>
<p>Cars used to get produced in huge batches as it was seen as inefficient to produce a variety of cars at the same time. Large caches of parts were held in inventory every step of the way to minimize fluctuation in supply and demand. This resulted in greatly reduced flexibility. In fact the Model T famously came in any color you wanted “so long as it is black.” This was the Ford way, and Ford was seen as the epitome of success with their assembly line production.</p>
<p>Then Toyota came along with their Toyota Production System (TPS) in the 1950s and changed the whole game. TPS is now more generically referred to as Just-In-Time (JIT) Production. In a JIT world inventory equals waste, by definition. Consider this paragraph from Wikipedia on a TPS principal known as Heijunka (production leveling):</p>
<p>“To prevent fluctuations in production … it is important to try to keep fluctuation in the final assembly line to zero. Toyota&#8217;s final assembly line never assembles the same automobile model in a batch. Production is leveled by making first one model, then another model, then yet another. In production leveling, batches are made as small as possible in contrast to traditional mass production, where bigger is considered better. When the final assembly process assembles cars in small batches, then the earlier processes, such as the press operation, have to follow the same approach. Long changeover times have meant that economically it was sound to punch out as many parts as possible. In the Toyota Production System this does not apply. Die changes (changeovers) are made quickly and improved even more with practice. In the 1940s it took two to three hours, in the 1950s it dropped from one hour to 15 minutes, now it takes three minutes.“</p>
<p>TPS actually does the exact opposite thing to minimize fluctuations in production. Even though this minimizes fluctuations it actually improves responsiveness to customer and market demands. Most cars are available in at least a dozen colors and have so many possible options (sunroof, satellite radio, GPS, power seats, engines, transmissions, etc) that there are potentially hundreds of thousands or even millions of possible versions of a very common car such as a Toyota Camry.</p>
<h2>Hidden benefit of Scrum</h2>
<p>Of the many advantages to Scrum which are commonly cited the most important benefit is implied but never really articulated and that is reducing what I call “intellectual inventory”. Software development can have many forms of this type of inventory. It can be any artifact (requirement/PRD, design document, untested code, etc) that is completely created before being passed off to another functional role.</p>
<p>The key steps of the waterfall process are actually all forms of Intellectual Inventory: requirement definition, design, implementation, and verification. In fact the waterfall model is basically building up inventories in large batches.</p>
<p>Creating requirements takes a lot of “non-development” time from team members like the Product Owner/Manager, User Experience, Design, etc. The more complete the requirements are the more investment you are making. It takes development time to implement something that doesn’t get tested. Even if it does get tested but the feature is too buggy to pass QA you have still invested in something with zero return; even though your engineers were “done” with their phase of the waterfall.  Make no mistake about it, intellectual inventory is something you spend investment on.</p>
<h2>Intellectual Inventory = Waste</h2>
<p>In an Agile/Scrum model intellectual inventory = waste as well. Requirements that are twelve months from being implemented don’t need to be refined to the point that the feature could be implemented today. A lot can change in a year and that feature could get dropped, expanded on, or maybe it will be delivered in a different way (iPad app instead of desktop client, HTML5 instead of Flash, etc) because users and the market change. Clearly any time spent refining the requirements that are discarded would have been a complete waste. Of course in practice it isn’t possible to completely eliminate inventory, but it can be greatly reduced.</p>
<p>Let’s go back to that quote from Wikipedia and see what it looks like when hypothetically applied to software now (changes in bold):</p>
<p>“To prevent fluctuations in production it is important to try to keep fluctuation in the final assembly line to zero. <strong>Facebook’s </strong>final assembly line never assembles the same <strong>product features </strong>in a batch. Production is leveled by making first one <strong>feature</strong>, then another <strong>feature</strong>, then yet another. In <strong>Scrum</strong>, batches are made as small as possible in contrast to <strong>waterfall</strong>, where bigger is considered better. … Long changeover times have meant that economically it was sound to create out as many <strong>features </strong>as possible. In <strong>Scrum</strong> this does not apply. <strong>Requirement </strong>changes are made quickly and improved even more with practice. In the <strong>1980s</strong> it took two to three hours, in the <strong>1990s</strong> it dropped from one hour to 15 minutes, now it takes three minutes.”</p>
<p>I have personally seen feedback from our user experience (UX) team make it into a shipped product in less than a month from when they did user testing on the product that was in development. That type of responsiveness is impossible in a waterfall model because the UX would be done in a batch that would then lead to a batch of requirements, and so on. Just as in automobile production, reducing batch production of intellectual inventory allows much more responsiveness to consumer demand and reduces waste.</p>
<p>Waste is probably actually worse in software development than the auto industry. Even if a batch of <a href="http://en.wikipedia.org/wiki/Pontiac_Aztek" target="_blank">cars is built that ends up having low demand</a> they probably won’t be sold for less than the marginal cost to produce them, so the inventory still retains much of its value. If a requirement or design is never built because consumers don’t want it then the value of that inventory is <strong>zero</strong>. <strong>All of that investment was lost.</strong></p>
<h2>Just one similarity</h2>
<p>Using JIT concepts to reduce intellectual inventory is of course just one aspect of Scrum that is similar to the principles of TPS. Here are some others:</p>
<ul>
<li>Self-organizing teams with daily status meetings and weekly retrospectives are just a form of <a href="http://en.wikipedia.org/wiki/Kaizen" target="_blank">Kaizen</a>.</li>
<li>Ability for any team member to bring any issue to light at any time in the development process is also a similar to the role of an <a href="http://en.wikipedia.org/wiki/Andon_%28manufacturing%29" target="_blank">Andon</a> system.</li>
<li>Using a “pull” system (as opposed to waterfall’s “push”) is basically <a href="http://en.wikipedia.org/wiki/Kanban" target="_blank">Kanban</a>.</li>
</ul>
<p>So the next time you are trying to convince someone in your company of the virtues of adopting a “radical” process like Scrum point out how well these same principles worked for a plucky up-start named Toyota.</p>
<h3>Full disclosure: I have an MBA (that’s how I learned about MBA-ish stuff like the Toyota Production System) and am a Certified Scrum Product Owner. ;)</h3>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=1jmvyA7_Uuw:K-otYxfjUGM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=1jmvyA7_Uuw:K-otYxfjUGM:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=1jmvyA7_Uuw:K-otYxfjUGM:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=1jmvyA7_Uuw:K-otYxfjUGM:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=1jmvyA7_Uuw:K-otYxfjUGM:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=1jmvyA7_Uuw:K-otYxfjUGM:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=1jmvyA7_Uuw:K-otYxfjUGM:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=1jmvyA7_Uuw:K-otYxfjUGM:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=1jmvyA7_Uuw:K-otYxfjUGM:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=1jmvyA7_Uuw:K-otYxfjUGM:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/1jmvyA7_Uuw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2011/01/29/agile-scrum-eliminate-intellectual-inventory-using-just-in-time-software-development/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2011/01/29/agile-scrum-eliminate-intellectual-inventory-using-just-in-time-software-development/</feedburner:origLink></item>
		<item>
		<title>Amazon Prime: the web “Costco” membership</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/USXysNoJnIA/</link>
		<comments>http://pseudosavant.com/blog/2011/01/10/amazon-prime-the-web-costco-membership/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 07:58:31 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Amazon.com]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=463</guid>
		<description>It seems like I can hardly make it through a week without telling someone about Amazon Prime for the first time. It is quite simply one of the best things on the web. If you have nothing but extra time to run extraneous errands and/or wait weeks for free shipping then don’t read any further. [...]</description>
			<content:encoded><![CDATA[<p><img style="background-image: none; border-right-width: 0px; margin: 0px 15px 10px 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="E9HeroL" border="0" alt="E9HeroL" align="left" src="http://pseudosavant.com/blog/wp-content/uploads/2010/12/E9HeroL.png" width="144" height="124" />It seems like I can hardly make it through a week without telling someone about <a href="http://www.amazon.com/gp/prime?tag=jpeb-20&tag=jpeb-20" target="_blank">Amazon Prime</a> for the first time. It is quite simply one of the best things on the web. If you have nothing but extra time to run extraneous errands and/or wait weeks for free shipping then don’t read any further. But if you’d like to reclaim more time in your life then read on.</p>
<p>  <span id="more-463"></span>
<p>For those of you who have never heard of Amazon Prime before this is it in a nutshell. Prime is a $79/year* membership with Amazon that entitles you (and three members of your household) to unlimited free two-day shipping with no minimum order price on any product fulfilled by Amazon.com. If you are really impatient you can even get $4/item overnight shipping.</p>
<p>*Prime is free if you are a <a href="http://www.amazon.com/student?tag=jpeb-20&jpeb-20" target="_blank">student</a> or you <a href="http://www.amazon.com/mom?tag=jpeb-20&tag=jpeb-20" target="_blank">buy diapers from Amazon</a>.</p>
<h2>“I usually get free Super Saver shipping anyway”</h2>
<p>A lot of people I mention Prime to tell me that they already usually get free shipping at Amazon.com by waiting until they have $25 of items to buy. Here is why Prime is different and vastly superior though. First, you don’t have to figure out $25 of things to buy if you just need one $8 product. Second, Amazon doesn’t just have UPS/Fedex/USPS/etc ship the package quicker for Prime, they actually fulfill the order and get it to the shipper sooner.</p>
<p>Back in my pre-Prime days my Super Saver orders usually shipped 1-3 days after I placed my order. Now with Prime it almost always ships within 12 hours, usually less. Basically you get to cut in line just like people in the First-Class security line at the airport. So instead of waiting a few days to order, three days for fulfillment, and seven days for shipping it is now replaced by less than a day to fulfill and two-days or less to ship.</p>
<h2>Many purchases can’t wait a week</h2>
<p>There are <em>a lot</em> of things in life that I buy that I don’t need this very second which are impractical to wait a week or more to receive though. The Super Saver shipping may be fine for much of the typical Amazon.com fare (books, music, videogames) but it doesn’t work for these items. Here is a <em>small</em> sample of things I purchased in the last 12-months that arrived in two days that I wouldn’t have waited for:</p>
<ul>
<li><a href="http://www.amazon.com/gp/product/B00004R9TL/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">“Weed wacker” Trimmer String</a> </li>
<li><a href="http://www.amazon.com/Earthwise-50120-20-Inch-Electric-Mulching/dp/B001DZJYIK/ref=sr_1_3?tag=jpeb-20&ie=UTF8&amp;qid=1293520748&amp;sr=8-3" target="_blank">Electric Lawn Mower</a> (seriously. It is an <em>excellent</em> mower btw) </li>
<li><a href="http://www.amazon.com/gp/product/B0032AMC6K/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Refrigerator Water Filter</a> </li>
<li><a href="http://www.amazon.com/gp/product/B000BYELNC/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Windshield Wiper Blades</a> </li>
<li><a href="http://www.amazon.com/gp/product/B000A0EJ1Q/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Car Engine Air Filter</a> </li>
<li><a href="http://www.amazon.com/gp/product/B000GPNFOM/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Coyote Urine Deer Repellent</a> </li>
<li>Batteries (AAA, AA, cordless phone) </li>
<li><a href="http://www.amazon.com/gp/product/B000CST0L0/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Garage Door Opener Remotes</a> </li>
<li><a href="http://www.amazon.com/gp/product/B001ASH9Q4/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Marshmallow Roasting Sticks</a> </li>
<li><a href="http://www.amazon.com/gp/product/B000WJMTNA/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Many</a> <a href="http://www.amazon.com/gp/product/B000CSG9BE/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Kitchen</a> <a href="http://www.amazon.com/gp/product/B0021AEAIK/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Tools</a> </li>
<li><a href="http://www.amazon.com/gp/product/B000EFPDGW/ref=wms_ohs_product?tag=jpeb-20&" target="_blank">Printer Toner</a> </li>
<li>Pre-ordered Video Games delivered on their release day </li>
<li>Many last minute gifts </li>
</ul>
<p>The best part of getting all of this stuff delivered to my house? Each one of them would have required a 30-60 minute errand to go buy it, I could easily comparison shop and read product reviews, and <strong>Amazon.com was always cheaper than the brick-and-mortar store</strong> I would have driven to. So the member hip pays for itself and it gives me more free time to do other things that are more important/fun.</p>
<p>Do yourself a favor and sign-up for an <a href="http://www.amazon.com/gp/prime?tag=jpeb-20&tag=jpeb-20" target="_blank">Amazon Prime</a> free one-month trial and see for yourself how much time and money you can save.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=USXysNoJnIA:ZunYOq5L4Rs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=USXysNoJnIA:ZunYOq5L4Rs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=USXysNoJnIA:ZunYOq5L4Rs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=USXysNoJnIA:ZunYOq5L4Rs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=USXysNoJnIA:ZunYOq5L4Rs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=USXysNoJnIA:ZunYOq5L4Rs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=USXysNoJnIA:ZunYOq5L4Rs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=USXysNoJnIA:ZunYOq5L4Rs:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=USXysNoJnIA:ZunYOq5L4Rs:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=USXysNoJnIA:ZunYOq5L4Rs:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/USXysNoJnIA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2011/01/10/amazon-prime-the-web-costco-membership/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2011/01/10/amazon-prime-the-web-costco-membership/</feedburner:origLink></item>
		<item>
		<title>JavaScript Statistics and Math Library</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/_RlGj1_rwyE/</link>
		<comments>http://pseudosavant.com/blog/2010/12/22/javascript-statistics-and-math-library/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 07:23:46 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=429</guid>
		<description>Recently I started my own Google Code project to share some of the reusable code I have developed. There are lots of good general purpose JavaScript libraries such as jQuery or Closure but sometimes there are things that are out of the scope for these types of libraries. One of those things is basic math [...]</description>
			<content:encoded><![CDATA[<p><img style="display: inline; float: left" class="size-full wp-image-418 alignleft" title="javascript-icon.png" alt="alt" align="left" src="http://pseudosavant.com/blog/wp-content/uploads/2010/12/javascript-icon1.png" width="116" height="83" />Recently I started <a href="http://code.google.com/p/pseudosavant/" target="_blank">my own Google Code project</a> to share some of the reusable code I have developed. There are lots of good general purpose JavaScript libraries such as <a href="http://jquery.com" target="_blank">jQuery</a> or <a href="http://code.google.com/closure/library/" target="_blank">Closure</a> but sometimes there are things that are out of the scope for these types of libraries. One of those things is basic math and statistics operations.</p>
<p> <span id="more-429"></span>
<p>This deficiency became apparent to me while coding something for work where I wanted to use JavaScript to calculate some basic math and statistics: mean, variance, standard deviation, etc. There weren’t any good libraries or code snippets I could find to do these functions easily.</p>
<p>I ended up throwing something together that got the job done but later decided that I could make it a lot more simple and reusable. Turns out that JavaScript’s prototyping capability is perfect for these types of operations. It turns <strong>Math.max.apply(Math, myArray)</strong> into <strong>myArray.max()</strong>.</p>
<p>These are the methods I have implemented so far:</p>
<ul>
<li>Array.prototype.sum(): returns sum of all array values</li>
<li>Array.prototype.min(): returns the lowest numeric value of an array</li>
<li>Array.prototype.max(): returns the highest numeric value of an array</li>
<li>Array.prototype.mean(): returns the arithmetic mean of an array</li>
<ul><!--EndFragment--></ul>
<li>Array.prototype.median(): returns the median of an array</li>
<li>Array.prototype.sortNumber(boolean <em>decending</em>): returns array sorted ascending, or descending if sortNumber(true)</li>
<li>Array.prototype.variance(): returns the variance of an array</li>
<li>Array.prototype.stdDev(): returns standard deviation of an array</li>
<li>normsinv(p): returns lower tail quantile for standard normal distribution function</li>
</ul>
<p>These are just some basic Excel-type of functions. I am open to adding more functionality to the library, so if you would like to contribute some code or just have a suggestion for a useful function then please leave comment.</p>
<p>Download the script and examples <a href="http://code.google.com/p/pseudosavant/downloads/detail?name=psMathStats-1.0.zip&amp;can=2&amp;q=" target="_blank">here</a>. You can also link against the minified version <a href="http://pseudosavant.googlecode.com/files/psMathStats.min.js" target="_blank">here</a> if you would always like to use the latest version.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_RlGj1_rwyE:Us_v_MCY7xo:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_RlGj1_rwyE:Us_v_MCY7xo:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=_RlGj1_rwyE:Us_v_MCY7xo:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_RlGj1_rwyE:Us_v_MCY7xo:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=_RlGj1_rwyE:Us_v_MCY7xo:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_RlGj1_rwyE:Us_v_MCY7xo:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=_RlGj1_rwyE:Us_v_MCY7xo:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_RlGj1_rwyE:Us_v_MCY7xo:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_RlGj1_rwyE:Us_v_MCY7xo:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_RlGj1_rwyE:Us_v_MCY7xo:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/_RlGj1_rwyE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2010/12/22/javascript-statistics-and-math-library/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2010/12/22/javascript-statistics-and-math-library/</feedburner:origLink></item>
		<item>
		<title>I’m back.</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/_O54gb94yk0/</link>
		<comments>http://pseudosavant.com/blog/2010/10/20/im-back/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 03:43:40 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Just For Fun]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=383</guid>
		<description>It has been just over two years since my last post. I have had many intentions of writing on my blog but apparently always found something else to do. So what have I been up to? I started working at DivX as one of the product managers on the consumer software team. It has been [...]</description>
			<content:encoded><![CDATA[<p><img align="left" title="Xbox Avatar" src="http://avatar.xboxlive.com/avatar/peskypescado/avatarpic-l.png" alt="" width="64" height="64" />It has been just over two years since my last post. I have had many intentions of writing on my blog but apparently always found something else to do. So what have I been up to?<span id="more-383"></span></p>
<p>I started working at DivX as one of the product managers on the consumer software team. It has been a lot of fun and I have been able to take the lead on a lot of interesting projects. <strong>My</strong> products are the <a href="http://www.divx.com/en/software/divx-plus/codec-pack" target="_blank">Codec Pack</a>, <a href="http://www.divx.com/en/software/divx-plus/converter" target="_blank">Converter</a>, and <a href="http://labs.divx.com/Webplayer" target="_blank">Web Player</a>. The digital video space has been a really interesting place for the last couple of years and we’ve been able to turn some big key threats (Windows 7 and HTML5) into big opportunities through our software (Codec Pack and Web Player, respectively). The Web Player in particular is something that I have spent a lot of time on over the past year. We recently <a href="http://labs.divx.com/Webplayer" target="_blank">released a beta</a> that introduces two new features that I am particularly proud of.</p>
<p>First, it now supports HTML5 API for &lt;video&gt; which is something <a href="/blog/2008/07/08/a-proprietary-web-blame-the-w3c/" target="_blank">I have been following for a long time</a>. I am really glad to see HTML5 <em>finally</em> getting some traction but the one area where things are kind of still a mess it in the &lt;video&gt; space. There isn’t a consistently supported format across the major browsers yet, and some browser have a pretty low quality of playback. We are helping to alleviate this by delivering a HTML5 &lt;video&gt; platform with consistent support for multiple formats (H.264, MP4, MKV, MOV, and DivX), all in very high quality with hardware acceleration (when available), on Windows and Mac for Firefox, Chrome, and  even Internet Explorer. Users just have to have our plugin installed and it will support standard HTML5 &lt;video&gt; markup. Check out a little <a href="http://labs.divx.com/html5/" target="_blank">HTML5 demo</a> I made to see how it works.</p>
<p>Second, we introduced a new feature we are calling <a href="http://labs.divx.com/divx-plus-web-player-hiq#HiQ" target="_blank">DivX HiQ</a>. It allows you to choose to use the DivX Plus Web Player on popular sites like YouTube and Vimeo instead of their default Flash players. As the Web Player is solely focused on video unlike Flash it offers a <em>much</em> better experience with dramatically lower CPU and power consumption. Don’t just take my word on it though see what users are <a href="http://labs.divx.com/node/16273" target="_blank">posting about it on our forums</a>.</p>
<p>I have also been doing a bit of programming since I’ve been really getting involved in a lot of web/HTML5 stuff through my work. I made an <a href="/search/" target="_blank">“Instant” search</a> using Bing’s AJAX API which<em> was</em> novel until Google Instant came out. It is a fun project and it works really well on mobiles. I also created a <a href="http://code.google.com/p/pseudosavant/" target="_blank">Google Code</a> project for a JavaScript statistics library (I hope my Purdue professors are proud :) and a Silverlight audio player that supports the HTML5 audio API that I made. I’ll probably blog about them more later.</p>
<p>That is a sampling of what I have been up to in the tech world. I will try to post more regularly (once or twice a month) about what is happening in HTML5, media, and the mobile landscape.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_O54gb94yk0:jOoAhZXG1Rw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_O54gb94yk0:jOoAhZXG1Rw:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=_O54gb94yk0:jOoAhZXG1Rw:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_O54gb94yk0:jOoAhZXG1Rw:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=_O54gb94yk0:jOoAhZXG1Rw:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_O54gb94yk0:jOoAhZXG1Rw:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=_O54gb94yk0:jOoAhZXG1Rw:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_O54gb94yk0:jOoAhZXG1Rw:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_O54gb94yk0:jOoAhZXG1Rw:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=_O54gb94yk0:jOoAhZXG1Rw:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/_O54gb94yk0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2010/10/20/im-back/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2010/10/20/im-back/</feedburner:origLink></item>
		<item>
		<title>The Seven Ways Each “Next-Gen” Console Succeeds</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/6C54aRWa7To/</link>
		<comments>http://pseudosavant.com/blog/2008/08/28/the-seven-ways-each-next-gen-console-succeeds/#comments</comments>
		<pubDate>Thu, 28 Aug 2008 16:00:00 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Console]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Wii]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=372</guid>
		<description>I knew I&amp;#8217;d get a lot of complaints over yesterday&amp;#8217;s post on &amp;#8220;The Six Ways Each &amp;#8216;Next-Gen&amp;#8217; Console Fails&amp;#8220;. Even though I love to critique everything, there are still things I like too though. Here are seven ways that I think each of the current “next-gen” consoles succeed. This is just my take on it, [...]</description>
			<content:encoded><![CDATA[<p><img title="Xbox-360" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/xbox3601.png" border="0" alt="Xbox-360" width="112" height="112" align="left" /> I knew I&#8217;d get a lot of complaints over yesterday&#8217;s post on &#8220;<a href="/blog/2008/08/27/the-six-ways-each-next-gen-console-fails/" target="_blank">The Six Ways Each &#8216;Next-Gen&#8217; Console Fails</a>&#8220;. Even though I love to critique everything, there are still things I like too though. Here are seven ways that I think each of the current “next-gen” consoles succeed. This is just my take on it, what do you guys think? What do you like the most?<span id="more-372"></span></p>
<h2>Xbox 360</h2>
<ul>
<li><strong>Xbox Live</strong>: Does anything really need to be said about this? Cross-game chat, invites, picture/text/video messaging, unified friends list, single sign-on account, etc. It is the pinnacle of a complete online gaming experience <em>that is easy to use.</em></li>
<li><strong>Xbox Live Arcade and XNA</strong>: Microsoft have really created an awesome solution for bringing down the barriers to game development. I love the classics like Street Fighter II and the new originals like Geometry Wars.</li>
<li><strong>HD Out Of The Box</strong>: It is great how the Xbox 360 (with the exception of the arcade model) comes with cables to play HD right out of the box. No dealing with some Best Buy employee trying to sell you on the $2000 Monster HDMI cable for &#8220;better digital frequency response modulation support implementation colors&#8221;.</li>
<li><strong>Fast Disc Drive</strong>: Every good PS3 game requires an install now, but the 360’s drive is plenty fast to just drop in and play. I don’t prefer having to switch discs (which hasn’t happened on the 360 for me yet) for a game, but I don’t know how that is any worse than having to wait through an install before every act on Metal Gear Solid 4 for the PS3.</li>
<li><strong>Wireless Controllers</strong>: It is easy to take this for granted now that every system has them, but it is really nice not to have to deal with a bunch of wires. Especially when you have four people playing on a console at once.</li>
<li><strong>Choice</strong>: Probably my favorite aspect of Microsoft&#8217;s approach to gaming is having options. I <em>could </em>buy an Arcade model and latter add HD cables or a hard drive and have the Pro level experience. I <em>can </em>rent/buy content from various online sources (Amazon Unbox, CinemaNow, and soon Netflix) other than Xbox Live. I <em>can</em> install games if I <em>want</em> too (soon) or I <em>can </em>just drop in the disc and play.</li>
<li><strong>Multimedia</strong>: You can play and control your music (even from an attached iPod) even while you are in a game. It supports a lot of formats (H.264, DivX, Windows Media, MPEG-2, MP3, and AAC). Xbox Live has HD movie and TV content. The Media Center Extender functionality is awesome. I can be watching a TV show and accept an invite to play Halo 3 and it will switch right to the game (Halo 3 is usually in my drive :). It has a built-in IR &#8220;eye&#8221; for my <a href="http://www.amazon.com/Logitech-Harmony-550-Universal-Remote/dp/B000EUGX70/ref=pd_bbs_sr_1?tag=jpeb-20&ie=UTF8&amp;s=electronics&amp;qid=1219800610&amp;sr=8-1&amp;tag=jpeb-20&amp;tag=jpeb-20" target="_blank">Harmony</a> too.</li>
</ul>
<h2>Playstation 3</h2>
<ul>
<li><strong>Quiet</strong>: There is no doubt about it, the PS3 is the quietest “next-gen” console out. It is probably quieter than my first PS2 actually. Sony really hit one home on not being a audible nuisance.</li>
<li><strong>Downloadable games</strong>: Sony is really leading the way with full-size game downloads being simultaneously released on disc and online; only Steam does it better. Not only is it convenient to just download a game, but then you don&#8217;t need to switch discs to play a different one.</li>
<li><strong>Multimedia / </strong><strong>Blu-ray</strong>: Like the 360 it has broad media format support and downloadable movie and TV content, but it also supports Blu-ray HD movies. In fact, it is still really the only Blu-ray player worth buying. Without the PS3 it is likely that Blu-ray would have lost the format war.</li>
<li><strong>Built-in wired AND wireless networking</strong>: It is nice to have both options. The wireless-G is great for most people, but I can still use a wireless-N bridge if I need too (I do on my 360 for HD streaming).</li>
<li><strong>Uses standard hard drives</strong>: It is really nice that you can purchase any 2.5” SATA hard drive to expand the storage of the PS3. Sony realizes that it should make money selling content (games, movies, TV, etc) not proprietary storage to hold it.</li>
<li><strong>Web Browser</strong>: This is something that I found a lot more useful than I was expecting. It is really a pretty good browser that even supports most Flash content and the controller is utilized really well for navigation.</li>
<li><strong>Wireless Controllers</strong>: Now that rumble is back in the form of the Dualshock 3 controller the PS3 has a proper wireless controller. The only thing I’d fix would be to include a bit longer recharging cable, but at least it uses standard USB connectors so I could always buy one.</li>
</ul>
<h2>Wii</h2>
<ul>
<li><strong>Different Kind Of Controller</strong>: While I personally don’t like how the Wii’s controllers work, it obviously appeals to <em>a lot</em> of other people, especially “non-gamers”. I know the Wii is the first console my sister ever wanted. Hopefully this will help break game design out of the repetitive use of the same control schemes we’ve seen for some time.</li>
<li><strong>Low Launch Price</strong>: You can’t under-estimate how much price has played into the success of the Wii. It definitely reaffirmed where the volume is in the market and I’m sure that will play into Microsoft’s and Sony’s future console plans; that is good for gamers.</li>
<li><strong>Included Game</strong>: The Wii is a major throwback to an era where a game was included with every system, and that game was a major driver for sales of the console. Wii Sports is <em>still </em>one of the best games for highlighting the Wii&#8217;s strengths while effectively managing its weaknesses. How many launch titles can usually pull that off?</li>
<li><strong>Wireless Controllers</strong>: It had to be mentioned for the Wii too right? Due to the use of Bluetooth for the Wii-mote, it has actually become quite useful for some really cool <a href="http://www.youtube.com/watch?v=Jd3-eiid-Uw" target="_blank">homebrew hacking of motion sensing software</a> too.</li>
<li><strong>Mii&#8217;s</strong>: What a great way to personalize your gaming experience. they aren&#8217;t just an icon for your profile but are actually playable in your games. The Mii concept is so great that Microsoft is even copying it now with their avatars.</li>
<li><strong>Backwards Compatibility</strong>: The Wii is the only system that still completely supports the last-gen games. It even supports the old Gamecube controllers.</li>
<li><strong>Web Browser</strong>: The Wii-mote makes a great control device for using the web on a TV. Built-in Flash support is really great too. Although it isn’t included with the console, $5 is a <em>very</em> reasonable price.</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=6C54aRWa7To:MqGnh9Wdw4M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=6C54aRWa7To:MqGnh9Wdw4M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=6C54aRWa7To:MqGnh9Wdw4M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=6C54aRWa7To:MqGnh9Wdw4M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=6C54aRWa7To:MqGnh9Wdw4M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=6C54aRWa7To:MqGnh9Wdw4M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=6C54aRWa7To:MqGnh9Wdw4M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=6C54aRWa7To:MqGnh9Wdw4M:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=6C54aRWa7To:MqGnh9Wdw4M:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=6C54aRWa7To:MqGnh9Wdw4M:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/6C54aRWa7To" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/28/the-seven-ways-each-next-gen-console-succeeds/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/28/the-seven-ways-each-next-gen-console-succeeds/</feedburner:origLink></item>
		<item>
		<title>The Six Ways Each “Next-Gen” Console Fails</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/lZHNLzJk5GI/</link>
		<comments>http://pseudosavant.com/blog/2008/08/27/the-six-ways-each-next-gen-console-fails/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 14:56:09 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Console]]></category>
		<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Nintendo]]></category>
		<category><![CDATA[PS3]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=364</guid>
		<description>People sometimes think that I only critique non-Xbox game consoles, but the truth of the matter is that I critique everything I use. Here are six ways that I think each of the current “next-gen” consoles fail. The order goes from most familiar console to least (I don’t own a Wii personally), and from biggest [...]</description>
			<content:encoded><![CDATA[<p><img title="Nintendo Wii" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/nintendowii.jpg" border="0" alt="Nintendo Wii" width="149" height="116" align="left" /> People sometimes think that I only critique non-Xbox game consoles, but the truth of the matter is that I critique everything I use. Here are six ways that I think each of the current “next-gen” consoles fail. The order goes from most familiar console to least (I don’t own a Wii personally), and from biggest failure to smallest. This is just my take on it, what do you guys think? How would you change them?<br />
<span id="more-364"></span></p>
<h3>Update: I posted a follow-up <a rel="bookmark" href="/blog/2008/08/28/the-seven-ways-each-next-gen-console-succeeds/" target="_blank">The Seven Ways Each “Next-Gen” Console Succeeds</a></h3>
<h2>Xbox 360</h2>
<ul>
<li><strong>HD-DVD</strong>: It should have come built-in. It would have allowed more room for games, disc-based HD movies, and the format may have actually survived if one of its two biggest backers actually got behind it.</li>
<li><strong>Better storage options</strong>: It should come with a much larger hard drive (especially at launch) and the ability to swap in standard 2.5” SATA drives. It would be really nice if it had the ability to use any standard USB key or SD card for a memory card too. <em>The day of proprietary memory cards really should have ended already. </em></li>
<li><strong>Headset</strong>: Why aren’t the audio controls built into the controller so that any headset would work? I should be able to mute my wireless headset without taking my hands off the controller.</li>
<li><strong>Quieter</strong>: I know the DVD drive spins fast so that load times are shorter but some sound insulation would be nice. Maybe installing onto the hard drive will help this, but see bullet #2.</li>
<li><strong>Web Browser</strong>: I could understand not having a browser when the console launched, but the time is far overdue for the 360 to get the web. The PS3 and Wii each have it, and it is more useful than I would have guessed.</li>
<li><strong>D-Pad</strong>: For a console with so much classic and arcade content it is ridiculous how bad the D-pad is. I really think that they’d sell more XBLA games if it didn’t feel so wrong to play classics like Street Fighter II with that D-pad. It looks like they may actually <a href="http://www.eurogamer.net/article.php?article_id=218894" target="_blank">fix this soon</a>.</li>
</ul>
<h2>Playstation 3</h2>
<ul>
<li><strong>Better UI than the XMB</strong>: Sony, would it kill you to use some icons with color? After all, it is one of the key ways for people to quickly identify items (<a href="http://en.wikipedia.org/wiki/Icon_(computing)#Role_in_user_interaction" target="_blank">see #6</a>). The XMB is about as intuitive a way to tie together hierarchal lists of functions and data as any OS’s file system. <em>Playing music should not use the exact same UI as your friends list.</em></li>
<li><strong>Built-in IR “eye”</strong>: It may seem petty, but it drives me nuts that every AV device I own is controlled by my <a href="http://www.amazon.com/Logitech-Harmony-550-Universal-Remote/dp/B000EUGX70/ref=pd_bbs_sr_1?tag=jpeb-20&ie=UTF8&amp;s=electronics&amp;qid=1219800610&amp;sr=8-1&amp;tag=jpeb-20" target="_blank">slick Harmony universal remote</a> except for the PS3. If it really wants to be the center of my entertainment it needs to work with my existing stuff.</li>
<li><strong>More memory for textures</strong>: The low quality textures so often seen on the PS3 are really the only thing keeping it from surpassing the Xbox 360’s graphics. Low quality textures were the only thing that marred the otherwise amazing graphics of Metal Gear Solid 4 for me.</li>
<li><strong>Cables</strong>: Sony, get with the program and start including component HD and/or HDMI cables in the box. It is so nickel-and-dime to sell a $500 console based on its ability to play HD games without the cables to do it.</li>
<li><strong>Memory Card Readers</strong>: Drop ‘em, they probably cost more than an HDMI cable but almost nobody uses them.</li>
<li><strong>Real motion sensing</strong>: It is either all or nothing for me on this one, so Sony really shouldn’t have even bothered because Sixaxis is thoroughly mediocre. <a href="http://gamer.tm/news.php?id=2905" target="_blank">Even PS3 exclusive developers are saying that it is “useless”</a>. It’d probably save Sony some money on making controllers too.</li>
</ul>
<h2>Wii</h2>
<ul>
<li><strong>Lackluster motion control</strong>: FYI, I really don’t enjoy playing the Wii. It isn’t that the concept is bad, I think the concept is great. The motion control is just so terrible though. For proof look no further than the existence of a <a href="http://www.nintendo.com/whatsnew/detail/eMMuRj_N6vntHPDycCJAKWhEO9zBvyPH" target="_blank">first-party add-on to fix the motion control</a>.</li>
<li><strong>Weak GPU and CPU</strong>: The graphics and CPU power should have been at least 50% greater than the original Xbox, and it should be able to output video in 720p. I’m not saying it should compete with the PS3/Xbox 360, it just needs to be better than all of the last-gen stuff. Low quality 480p looks pretty bad on those fancy flat-panel TVs. :)</li>
<li><strong>Friend Codes</strong>: Here is a tip Nintendo, look at what Microsoft is doing with Xbox Live and copy it.</li>
<li><strong>Media support</strong>: It is really ridiculous that the Wii doesn’t have legitimate support for playing your pictures, music, and videos. You can do some of it, but it can’t do it over your network so I hope you have a lot of big SD cards. I’m sure that would be a popular feature for their target market.</li>
<li><strong>Better storage options</strong>: It is clear now that the built-in storage on the Wii is lacking and that Nintendo still doesn’t have a fix lined up yet. Why not increase the built-in storage and/or allow memory cards to (actually) expand the console’s usable space.</li>
<li><strong>Wired Networking</strong>: Sometimes you just want the reliability of a wire. The lame duck Wii WiFi also requires a “long preamble” (usually only required for old wireless-B devices) which kills your wireless-G and N performance.</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=lZHNLzJk5GI:xJPaoyexhuU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=lZHNLzJk5GI:xJPaoyexhuU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=lZHNLzJk5GI:xJPaoyexhuU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=lZHNLzJk5GI:xJPaoyexhuU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=lZHNLzJk5GI:xJPaoyexhuU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=lZHNLzJk5GI:xJPaoyexhuU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=lZHNLzJk5GI:xJPaoyexhuU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=lZHNLzJk5GI:xJPaoyexhuU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=lZHNLzJk5GI:xJPaoyexhuU:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=lZHNLzJk5GI:xJPaoyexhuU:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/lZHNLzJk5GI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/27/the-six-ways-each-next-gen-console-fails/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/27/the-six-ways-each-next-gen-console-fails/</feedburner:origLink></item>
		<item>
		<title>Digg’s Dupe Checker: Totally Original I Swear</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/9Dhw6Um6N-I/</link>
		<comments>http://pseudosavant.com/blog/2008/08/11/diggs-dupe-checker-totally-original-i-swear/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 15:00:33 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Online]]></category>
		<category><![CDATA[Web 2.0]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=278</guid>
		<description>Could Digg&amp;#8217;s duplicate checker be any worse? It constantly asks me if my original posts are duplicates. When I submitted my post about “Five Firefox Extensions That Should Be Built-In” here are the “possible duplicates” Digg found. Tell me how close you think these submissions are to mine. Digg’s “Possible Dupes” for “Five Firefox Extensions [...]</description>
			<content:encoded><![CDATA[<p><img title="Digg-Guy" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/diggguy.png" border="0" alt="Digg-Guy" width="94" height="89" align="left" />Could Digg&#8217;s duplicate checker be any worse? It constantly asks me if my original posts are duplicates. When I submitted my post about “<a href="/blog/2008/07/31/five-firefox-extensions-that-should-be-built-in/" target="_blank">Five Firefox Extensions That Should Be Built-In</a>” here are the “possible duplicates” Digg found. Tell me how close you think these submissions are to mine.<span id="more-278"></span></p>
<p>Digg’s “Possible Dupes” for “<a href="/blog/2008/07/31/five-firefox-extensions-that-should-be-built-in/" target="_blank">Five Firefox Extensions That Should Be Built-In</a>”</p>
<ul>
<li><a href="http://digg.com/arts_culture/Wedding_Favor_Lip_Balm" target="_blank">Wedding Favor Lip Balm</a></li>
<li><a href="http://digg.com/educational/Can_English_Be_The_Official_Language" target="_blank">Can English Be The Official Language</a></li>
<li><a href="http://digg.com/people/How_Much_You_Count_On_a_Free_Dating_Site" target="_blank">How Much You Count On a Free Dating Site?</a></li>
<li><a href="http://digg.com/educational/10_Lies_You_Really_Shouldn_t_Try_On_Your_Next_Resume" target="_blank">10 Lies You Really Shouldn&#8217;t Try On Your Next Resume</a></li>
<li><a href="http://digg.com/linux_unix/Itches_You_Shouldn_t_Scratch" target="_blank">Itches You Shouldn&#8217;t Scratch</a></li>
<li><a href="http://digg.com/apple/iPhone_Firmware_Update_2_1_Coming_Soon" target="_blank">iPhone Firmware Update 2.1 Coming Soon</a></li>
<li><a href="http://digg.com/odd_stuff/HOW_TO_ENABLE_COOKIES" target="_blank">HOW TO ENABLE COOKIES</a></li>
<li><a href="http://digg.com/health/Gateway_to_Green_Living" target="_blank">Gateway to Green Living</a></li>
</ul>
<p>Honestly, I can’t figure out what kind of “magic” is going on in their algorithms that would connect my post with any of these. “Itches You Shouldn’t Scratch” or “Can English Be The Official Language” really?</p>
<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="digg-dupe-checker" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/diggdupechecker.png" border="0" alt="digg-dupe-checker" width="496" height="304" /></p>
<p>The really funny part was that two of the “<a href="http://digg.com/design/The_Future_of_Web_Fonts_Looking_Brighter_Webmonkey_2" target="_blank">possible</a> <a href="http://digg.com/design/The_Future_of_Web_Fonts_Looking_Brighter_Webmonkey" target="_blank">dupes</a>” it suggested were actually submissions of the <strong>exact same link, with the exact same title.</strong> Apparently their dupe checker didn’t help out on that one. When I checked on submitting some of my older posts that had already been submitted to Digg from a site I used to cross-post at <strong>it didn’t suggest a single possible duplicate</strong>. Go figure.</p>
<p>This is just reason number 53 for why I don’t really use Digg anymore. Here’s a <a href="/blog/wp-content/uploads/2008/07/digg-dupe-checker-result.png" target="_blank">screen cap</a> of the full dupe checker results if you’d like to see them yourself.</p>
<p><img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" title="digg-totally-original-I-swe" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/diggtotallyoriginaliswe.png" border="0" alt="digg-totally-original-I-swe" width="165" height="28" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=9Dhw6Um6N-I:mFBlx4373YU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=9Dhw6Um6N-I:mFBlx4373YU:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=9Dhw6Um6N-I:mFBlx4373YU:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=9Dhw6Um6N-I:mFBlx4373YU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=9Dhw6Um6N-I:mFBlx4373YU:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=9Dhw6Um6N-I:mFBlx4373YU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=9Dhw6Um6N-I:mFBlx4373YU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=9Dhw6Um6N-I:mFBlx4373YU:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=9Dhw6Um6N-I:mFBlx4373YU:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=9Dhw6Um6N-I:mFBlx4373YU:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/9Dhw6Um6N-I" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/11/diggs-dupe-checker-totally-original-i-swear/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/11/diggs-dupe-checker-totally-original-i-swear/</feedburner:origLink></item>
		<item>
		<title>Media Center: It’s Official…Wait Until Windows 7</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/bv_EBDTbIpU/</link>
		<comments>http://pseudosavant.com/blog/2008/08/08/media-center-its-officialwait-until-windows-7/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 19:27:20 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Digital Media]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Video and TV]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=352</guid>
		<description>I wrote about Windows Media Center TV Pack yesterday and how it looked like Microsoft was going to royally botch it up. At the time it was all hearsay, but not any more. It looks like Microsoft decided to move up the announcement date for the TV Pack from next month to today. This is [...]</description>
			<content:encoded><![CDATA[<p><img title="Vista-Media-Center" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/vistamediacenter1.png" border="0" alt="Vista-Media-Center" width="112" height="112" align="left" /> I <a href="/blog/2008/08/07/microsoft-wants-media-center-to-faili-swear/" target="_blank">wrote about Windows Media Center TV Pack yesterday</a> and how it looked like Microsoft was going to royally botch it up. At the time it was all hearsay, but not any more. It looks like Microsoft decided to move up the announcement date for the TV Pack from next month <a href="http://msmvps.com/blogs/chrisl/archive/2008/08/08/1643957.aspx" target="_blank">to today</a>. This is a situation where nobody comes out a winner.<span id="more-352"></span></p>
<h2>A Lose-Lose Outcome</h2>
<p>It is easy to look at the end-users and realize why we&#8217;d all be upset. The TV Pack is nothing like it was originally anticipated it would be, and there is no official channel, support, or upgrade path for anyone other than to buy a new PC. Who wants to buy a new PC <strong>just to get a software update</strong>?</p>
<p>Microsoft&#8217;s partners are also losing out on this one. I personally had been waiting for DirecTV support and was ready to switch to satellite as soon as it arrived. It would have been really nice to have a more integrated fully-digital solution, but it looks like I won&#8217;t be switching now. All the issues surrounding CableCard will probably be ironed out by the time DirecTV is on Media Center, or Duke Nukem Forever comes out.</p>
<p>You might think that OEMs would appreciate being the only channel to get the new software bits, but how many people are going to trust Microsoft or an OEM with supporting any product they buy? It&#8217;s hardly an incentive to buy that new Windows Vista machine <a href="/blog/2008/08/04/mojave-an-os-by-another-name-just-wouldnt-be-the-same/" target="_blank">you&#8217;ve heard about in the ads</a>. In my book Media Center is a complete lame duck now that will never flourish.</p>
<h2>It&#8217;s Apple&#8217;s Move Now</h2>
<p><img class="alignright" title="Apple-logo" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/applelogo.png" border="0" alt="Apple-logo" width="85" height="105" align="right" /> This also further illustrates the commonly held view that people should just wait for Windows 7 because that is <em>exactly </em>what these actions are saying. While we wait for Windows 7 <strong>Microsoft is just going to leave the door gaping open for Apple to come in and steal the digital living room</strong>. Honestly, even AppleTV&#8217;s history hasn&#8217;t been as bad as Media Center&#8217;s.</p>
<p>Keep in mind, I actually likes Vista <em>and</em> Media Center. Dictating moves like this to your users is straight out of <a href="/blog/2008/08/05/the-value-of-open-platforms-aka-why-i-dont-own-iphone/" target="_blank">Apple&#8217;s playbook</a>. I hate it when they do it, and I hate it when Microsoft does it too. I just can&#8217;t believe how many of the <a href="http://www.techmeme.com" target="_blank">usual</a> <a href="http://www.techcrunch.com" target="_blank">sources</a> aren&#8217;t running with this story.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=bv_EBDTbIpU:QDBztFu96cE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=bv_EBDTbIpU:QDBztFu96cE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=bv_EBDTbIpU:QDBztFu96cE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=bv_EBDTbIpU:QDBztFu96cE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=bv_EBDTbIpU:QDBztFu96cE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=bv_EBDTbIpU:QDBztFu96cE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=bv_EBDTbIpU:QDBztFu96cE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=bv_EBDTbIpU:QDBztFu96cE:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=bv_EBDTbIpU:QDBztFu96cE:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=bv_EBDTbIpU:QDBztFu96cE:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/bv_EBDTbIpU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/08/media-center-its-officialwait-until-windows-7/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/08/media-center-its-officialwait-until-windows-7/</feedburner:origLink></item>
		<item>
		<title>Microsoft Wants Media Center To Fail…I Swear</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/AEGwT8NGMs0/</link>
		<comments>http://pseudosavant.com/blog/2008/08/07/microsoft-wants-media-center-to-faili-swear/#comments</comments>
		<pubDate>Thu, 07 Aug 2008 15:00:00 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Digital Media]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Video and TV]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=339</guid>
		<description>You may have noticed that I regularly tout Media Center as one of my favorite features of Windows Vista. I have even been using/loving it as my sole DVR for about three months now. It should come as no surprise then that I have been following the next iteration codenamed Fiji quite closely. While the [...]</description>
			<content:encoded><![CDATA[<p><img title="Vista-Media-Center" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/vistamediacenter.png" border="0" alt="Vista-Media-Center" width="117" height="117" align="left" /> You may have noticed that I regularly tout Media Center as one of my favorite features of Windows Vista. I have even been using/loving it as my sole DVR for about three months now. It should come as no surprise then that I have been following the next iteration codenamed Fiji quite closely. While the software sounds good for the most part, I can’t understand why it seems that Microsoft is trying to make sure Vista Media Center (VMC) never takes off.<span id="more-339"></span></p>
<p>Overall I find the concept, and to a large extent the execution, of VMC to be awesome. Here are some the strengths of VMC:</p>
<ul>
<li>No DVR fees to the cable company (or Tivo)</li>
<li>Comes built into Vista</li>
<li>Easily share the DVR through extenders (of which there is already a huge base of Xbox 360s)</li>
<li>Top notch user interface (most of the time)</li>
<li>Portable recordings</li>
</ul>
<p>I especially like that the recordings are just files that I can play on my laptop or stream over the Internet (<a href="http://www.orb.com" target="_blank">via Orb</a>) when I travel. You can also easily sync and automatically transcode recordings to WMP-compatible media players, Zunes, and even Windows Mobile devices. I do wish they’d develop/release a <a href="http://en.wikipedia.org/wiki/Softsled" target="_blank">softsled</a> (software-based extender) though.</p>
<h2>Vista Media Center TV Pack</h2>
<p>Microsoft are set to announce the &#8220;<a href="http://www.engadgethd.com/2008/08/06/hands-on-with-the-vista-media-center-tv-pack/" target="_blank">Vista Media Center TV Pack</a>” formerly codenamed Fiji at next month’s <a href="http://www.cedia.net/" target="_blank">CEDIA</a> Expo. It will bring welcomed features such as proper native QAM support and heterogeneous tuner support; both of which I&#8217;ve been waiting for. While many were expecting features such as support for H.264 and DirecTV, and the ability to have widescreen thumbnails, no such features are showing up in tester’s hands. Honestly, overall it is a complete disappointment. Not just because of the software, it is the delivery too.</p>
<h2>Epic Fail</h2>
<p>It gets ugly when you start to look at how you can get some TV Pack goodness for yourself. First problem, you can’t upgrade to it. Apparently a fresh install is required; just what I want to do with a system that is setup how I like it. Second, <strong>it is only available through OEMs!</strong> But wait it gets worse. Third, all the OEMs have said they are only planning on supplying the TV Pack with <em>new computers</em>.</p>
<p>Let me get this straight, so because I bought and installed Vista myself, <em>a <strong><span style="text-decoration: underline;">very</span></strong> common scenario for most current media center users</em>, I don&#8217;t get access to a key update to an included component of the OS? And Even if I had bought my HTPC through an OEM, they aren’t going to support the product further? Who is making these decisions and how do they sound right to them? As if I didn’t feel like my copy of Vista Ultimate wasn’t completely lacking anything Ultimate about it already.</p>
<p>It must be awful to be one of the developers working on Media Center at Microsoft. So much work into a great product only to have it destroyed in the marketplace due to bad business decisions. The many VMC users out there are pretty loyal but we will only take so much. It is like we are continually waiting for the next installment to really make it all right (satellite support, good digital cable support, broad codec support, softsled, built-in place shifting, etc). Microsoft is lucky my DVR options are so bad to begin with, but that won’t last forever.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=AEGwT8NGMs0:VaMHLmZrWD8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=AEGwT8NGMs0:VaMHLmZrWD8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=AEGwT8NGMs0:VaMHLmZrWD8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=AEGwT8NGMs0:VaMHLmZrWD8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=AEGwT8NGMs0:VaMHLmZrWD8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=AEGwT8NGMs0:VaMHLmZrWD8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=AEGwT8NGMs0:VaMHLmZrWD8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=AEGwT8NGMs0:VaMHLmZrWD8:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=AEGwT8NGMs0:VaMHLmZrWD8:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=AEGwT8NGMs0:VaMHLmZrWD8:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/AEGwT8NGMs0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/07/microsoft-wants-media-center-to-faili-swear/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/07/microsoft-wants-media-center-to-faili-swear/</feedburner:origLink></item>
		<item>
		<title>The Problem Of Free: Why Charging For Xbox Live Is Good</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/xoWsuYN4L4o/</link>
		<comments>http://pseudosavant.com/blog/2008/08/06/the-problem-of-free-why-charging-for-xbox-live-is-good/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 14:00:14 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Online Gaming]]></category>
		<category><![CDATA[Xbox]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=321</guid>
		<description>A common complaint about Xbox Live is that Microsoft is charging for something that you get for free on any other platform (PC, PS3, Wii). For many people free is their favorite four-letter word, and it is just a price you cannot beat. The inability to charge for online services of any sort (read: not [...]</description>
			<content:encoded><![CDATA[<p><img title="Xbox-360" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/xbox360.png" border="0" alt="Xbox-360" width="112" height="112" align="left" />A common complaint about Xbox Live is that Microsoft is charging for something that you get for free on any other platform (PC, PS3, Wii). For many people free is their favorite four-letter word, and it is just a price you cannot beat. The inability to charge for online services of <em>any </em>sort (read: not just gaming) is a major problem though. This isn’t just about games, here’s why.<span id="more-321"></span></p>
<h2>Money Isn’t The Root Of All Evil, It Pays My Mortgage</h2>
<p>I don’t know exactly how this all started, but the very thought of paying for any service online is almost unthinkable for most people. Microsoft made a bold, but I think smart, choice when it decided to make the Xbox Live Community Games a <a href="http://www.gamasutra.com/php-bin/news_index.php?story=19518" target="_blank">marketplace of buyers and sellers</a>; a place where creators can be rewarded for their work and aren&#8217;t pressured to work for free. After all what is really so bad about paying someone for something they do?</p>
<p>With the Xbox 360 (or any other console) you have people paying $300-$400 for a console, buying multiple $60 games, extra $40 controllers, and then they are going to balk at paying <a href="http://www.amazon.com/Xbox-Live-Month-Gold-Bonus/dp/B000B9RI00/ref=pd_bbs_sr_1?tag=jpeb-20&ie=UTF8&amp;s=videogames&amp;qid=1217992618&amp;sr=8-1&amp;tag=jpeb-20" target="_blank">$45 for 13 months of service</a>? That is only $3.46 per month. Pretty reasonable considering most MMOs cost about three times as much. Do people think that it just goes straight into Steve Balmer’s personal bank account or something?</p>
<p>The money really goes to pay people (regular ones, just like you and I) that work to create the hands-down easiest, most seamless, integrated, and arguably best online gaming experience available. I don’t think it is a coincidence that the only online gaming service you pay for was found to be the best, <a href="http://www.ripten.com/2008/07/25/even-ps3-owners-rate-xbox-live-best/" target="_blank">even amongst PS3 and Wii users</a>, in a recent poll. Obviously this would be a different discussion if the Playstation Network was overwhelming seen as the top platform, <em>but it isn’t</em>.</p>
<h2>You Don’t Get What You Don’t Pay For</h2>
<p>There is an old adage that says “You get what you pay for.” I use the converse of that statement mostly though, “<strong>You <em>don’t</em> get what you <em>don’t</em> pay for</strong>.” I’m sorry if this sounds like Econ 101, but in a market driven economy paying is a crucial method of voting (signaling) for what you want so that people will build it. There is essential information inherent in a paying transaction that you approve of what someone did, and that they created value beyond what you are paying them.</p>
<p>If you have a situation like is common on the Internet today, the people who pay are actually the advertisers. So many sites and services are slaves to their advertisers because their users won’t pay a dime. I have asked many people I know who live and die by Facebook how much they would pay for it, and <em>they all said <strong>zero</strong></em>. They all spend at least an hour a day on it, but it is apparently worthless to them, and much of what they want is never conveyed in any meaningful transaction.</p>
<p>So Facebook becomes a slave to advertising and <a href="http://en.wikipedia.org/wiki/Facebook_Beacon" target="_blank">pimping out their users’ information</a> for every cent they can get. It isn’t unrealistic to think that if people paid for more services that their personal information wouldn’t be shared quite so freely. The sites don’t work for you though, <em>they work for the advertisers</em>. I’m not saying <em>all </em>online services or sites should shun advertising, but it is ridiculous how much the solution to every Web 2.0 business model is advertising.</p>
<p>In many ways the Internet has been one of the greatest economic tools of all time. Viable marketplaces will have to be developed as more and more things are done online though. Almost everyone shops online for tangible products, but something really needs to be done to make intangibles not a solely advertiser sponsored economy.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=xoWsuYN4L4o:4Xi6IFD4YVk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=xoWsuYN4L4o:4Xi6IFD4YVk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=xoWsuYN4L4o:4Xi6IFD4YVk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=xoWsuYN4L4o:4Xi6IFD4YVk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=xoWsuYN4L4o:4Xi6IFD4YVk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=xoWsuYN4L4o:4Xi6IFD4YVk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=xoWsuYN4L4o:4Xi6IFD4YVk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=xoWsuYN4L4o:4Xi6IFD4YVk:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=xoWsuYN4L4o:4Xi6IFD4YVk:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=xoWsuYN4L4o:4Xi6IFD4YVk:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/xoWsuYN4L4o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/06/the-problem-of-free-why-charging-for-xbox-live-is-good/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/06/the-problem-of-free-why-charging-for-xbox-live-is-good/</feedburner:origLink></item>
		<item>
		<title>The Value Of Open Platforms (aka Why I Don’t Own An iPhone)</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/pI3XqqmMW3c/</link>
		<comments>http://pseudosavant.com/blog/2008/08/05/the-value-of-open-platforms-aka-why-i-dont-own-iphone/#comments</comments>
		<pubDate>Tue, 05 Aug 2008 15:00:08 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=312</guid>
		<description>I have recently been in the market for a new smartphone. The iPhone looks like some nice hardware and I’m already an AT&amp;#38;T customer, but after seeing news like this I’m just not buying. Apple has proven to me that I don’t want to live in a closed ecosystem. Sometimes it really is true that [...]</description>
			<content:encoded><![CDATA[<p><img title="iphone3g_appstore" src="http://pseudosavant.com/blog/wp-content/uploads/2008/08/iphone3g-appstore.png" border="0" alt="iphone3g_appstore" width="76" height="161" align="left" /> I have recently been in the market for a new smartphone. The iPhone looks like some nice hardware and I’m already an AT&amp;T customer, but after seeing <a href="http://www.techmeme.com/080805/p5#080804p80" target="_blank">news like this</a> I’m just not buying. Apple has proven to me that I don’t want to live in a closed ecosystem. Sometimes it really is true that “you don’t know what you got ‘till it’s gone.”</p>
<p>BTW, I <em>really </em>didn’t want to post anything <a href="/blog/2008/08/04/mojave-an-os-by-another-name-just-wouldnt-be-the-same/" target="_blank">pro-Microsoft</a> or <a href="/blog/2008/08/01/is-apple-10-some-form-of-beta-testing-you-pay-for/" target="_blank">anti-Apple</a> today, but this was the news I was dealt. :)<span id="more-312"></span></p>
<h2>A Palm Refugee</h2>
<p>Basically you could say that I am a long time Palm user that is growing increasingly impatient. I like the ease of use and efficiency of the PalmOS UI, but the under-pinnings are really starting to show their age. This has been made very apparent by adding a data plan to my phone recently.</p>
<p>I like having the access a lot more than I would have expected; Opera Mini is a great browser but the Java VM that runs it isn’t so much (it crashes <strong><span style="text-decoration: underline;"><em>regularly</em></span></strong>). Add on the lack of native <a href="http://en.wikipedia.org/wiki/A2DP#Advanced_Audio_Distribution_Profile_.28A2DP.29" target="_blank">Bluetooth A2DP</a> (which my car’s audio system does support), a so-so email client, and Palm’s tardiness with a new OS and you can see why I’m looking for something better.</p>
<p>Honestly I have to admit that the iPhone is probably the best device right now for what I want (strong multimedia, great web browsing, good email client, decent form factor), although it is far from perfect (the phone part isn’t amazing, no built-in search, short battery life with 3G on, no A2DP, etc). So why am I not buying it?</p>
<h2>My Apple Epiphany</h2>
<p>I must confess that I generally don’t like Apple, and that I think their products are over-hyped most of the time (“<a href="http://www.apple.com/pr/library/2006/feb/28hifi.html" target="_blank">Apple is reinventing the home stereo with the new iPod Hi-Fi</a>” –Steve Jobs) but they generally make some good products. The iPod, Macbook Pro, Macbook Air, or Mac Pro are all legitimate top-of-the-line competitive products that most companies’ products do worse than. I realized what my real issue with Apple is though: <strong>their business practices.</strong></p>
<p>This is further exacerbated by the fact that when you go Apple your choices are <em>mostly</em> dictated to you by Apple (aka Steve Jobs). Why will Adobe’s CS4 suite be 64-bit only on Windows? An Apple business decision. Why is the iPhone only available on AT&amp;T? An Apple business decision. Why couldn’t .Mac users wait until MobileMe was stable to switch their e-mail over? Again, an Apple business decision.</p>
<p>The problem is particularly pronounced on the iPhone as it is an insanely closed platform (without jailbreaking it). It is like the iPhone is nothing but a DRM device, because basically it is. Lock down my music, check. Lock down my videos, check. Lock down my service provider, check. Lock down my choice of applications, check. Pretty much anything you can do with it is locked down.</p>
<h2>Open Platform != Open Source</h2>
<p>Don’t confuse an <a href="http://en.wikipedia.org/wiki/Open_Platform" target="_blank">open platform</a> with open source. Windows, PalmOS, Symbian, and even Mac OS X are all basically open platforms (but clearly not open source). You can run any app designed for the platform whether it is specifically blessed by the developer of the platform or not. If Windows or Mac were closed platforms you couldn’t make a third-party application like Firefox because Microsoft and Apple both already have competing web browsers. Look on the iPhone though and you’ll see that Apple won’t let any developer make a competing media player. See the difference?</p>
<p>I have numerous third-party apps on my Treo 680: Google Maps, Opera Mini, Gmail, Pocket Tunes, Facebook, a dictionary, etc. It may seem funny, but it would really bother me to have Apple deciding what I can and cannot use. Simple things like the program I use to track my gas mileage are switching costs to me if there isn’t a viable alternative on a new platform. After Apple’s trend of <a href="http://www.techmeme.com/080805/p5#080804p80" target="_blank">pulling Apps from iTunes</a> lately I really can’t say I trust them.</p>
<p>Technically there are Windows Mobile 6 phones that have all of the features I want (A2DP, Opera, 3G, wifi, real multitasking) but I just don’t think I could stomach the stodgy UI. So I guess I’m left waiting to see whether Android materializes into something good, Palm can <em>finally</em> bring out their new OS, or hope that Windows Mobile 7 has a new UI, because those will all happen before Apple truly opens up the iPhone.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=pI3XqqmMW3c:AVzn9yj5Etk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=pI3XqqmMW3c:AVzn9yj5Etk:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=pI3XqqmMW3c:AVzn9yj5Etk:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=pI3XqqmMW3c:AVzn9yj5Etk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=pI3XqqmMW3c:AVzn9yj5Etk:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=pI3XqqmMW3c:AVzn9yj5Etk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=pI3XqqmMW3c:AVzn9yj5Etk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=pI3XqqmMW3c:AVzn9yj5Etk:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=pI3XqqmMW3c:AVzn9yj5Etk:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=pI3XqqmMW3c:AVzn9yj5Etk:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/pI3XqqmMW3c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/05/the-value-of-open-platforms-aka-why-i-dont-own-iphone/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/05/the-value-of-open-platforms-aka-why-i-dont-own-iphone/</feedburner:origLink></item>
		<item>
		<title>Mojave: An OS By Another Name Just Wouldn’t Be The Same</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/d95h7PjMG-Q/</link>
		<comments>http://pseudosavant.com/blog/2008/08/04/mojave-an-os-by-another-name-just-wouldnt-be-the-same/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 14:00:42 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=275</guid>
		<description>For those of you who maybe haven’t heard about Microsoft’s latest OS “Mojave” you should check out their website for it before reading any further. Even if you’ve already heard about Mojave you owe it to yourself to check out the videos on their site before you read any further. What is up with the [...]</description>
			<content:encoded><![CDATA[<p><img title="Vista2" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/vista2.png" border="0" alt="Vista2" width="93" height="93" align="left" />For those of you who maybe haven’t heard about Microsoft’s latest OS “Mojave” you should <a href="http://www.mojaveexperiment.com/" target="_blank">check out their website</a> for it before reading any further. Even if you’ve already <em>heard</em> about Mojave you owe it to yourself to <a href="http://www.mojaveexperiment.com/" target="_blank">check out the videos</a> on their site before you read any further.<span id="more-275"></span></p>
<p>What is up with the “<a href="http://www.techmeme.com/080731/p26#a080731p26" target="_blank">blogosphere</a>” on this one? Some of the titles would make you think that Microsoft lied about what the software could do when really the only “lie” they told was what the name of the OS is. So I don&#8217;t know how Microsoft lied to <em>make </em>them like it. The people in the videos obviously really liked it.  I personally like Vista, but I was genuinely surprised by how much some of these people just <em>fawned </em>over it. They were that impressed.</p>
<h2>My History With Vista</h2>
<p>I was really skeptical of Vista at first myself. I had tried out the beta versions and <em><strong><span style="text-decoration: underline;">hated</span></strong></em> every single one. Literally the <em>only</em> reason for why I switched my desktop over to Vista was so I could do Media Center on my Xbox 360. My desktop is basically a file and print server for our laptops so I didn’t really care if it wasn’t that great so long as that stuff worked. However, within about a month of having Vista on my desktop I switched over my laptop, and a couple of months later my wife’s got switched too.</p>
<p>I should mention that I didn’t switch over until Vista had been out for about six months, so I missed out on the launch-day issues, but I never switch over to a new operating system when it comes out. No matter who makes it, new OSes <strong>always</strong> have some somewhat significant bugs or quirks. I would have probably hated Vista in January of 2007, but Vista in August 2008 is a different story. When I saw <a href="http://www.extremetech.com/article2/0,2845,2326735,00.asp" target="_blank">ExtremeTech defending Vista</a> I knew the tide was turning for Microsoft.</p>
<p><em>For more of my ramblings on Windows Vista and XP check out <a href="/blog/2008/07/21/take-off-your-beer-goggles-windows-xp-wasnt-a-blockbuster/" target="_blank">this post</a>.</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=d95h7PjMG-Q:xKslQJ3B07M:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=d95h7PjMG-Q:xKslQJ3B07M:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=d95h7PjMG-Q:xKslQJ3B07M:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=d95h7PjMG-Q:xKslQJ3B07M:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=d95h7PjMG-Q:xKslQJ3B07M:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=d95h7PjMG-Q:xKslQJ3B07M:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=d95h7PjMG-Q:xKslQJ3B07M:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=d95h7PjMG-Q:xKslQJ3B07M:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=d95h7PjMG-Q:xKslQJ3B07M:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=d95h7PjMG-Q:xKslQJ3B07M:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/d95h7PjMG-Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/04/mojave-an-os-by-another-name-just-wouldnt-be-the-same/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/04/mojave-an-os-by-another-name-just-wouldnt-be-the-same/</feedburner:origLink></item>
		<item>
		<title>Is Apple 1.0 Some Form Of Beta Testing You Pay For?</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/NUz8OURrI2E/</link>
		<comments>http://pseudosavant.com/blog/2008/08/01/is-apple-10-some-form-of-beta-testing-you-pay-for/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 14:00:08 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Digital Media]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Mac OS]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=270</guid>
		<description>If the on-going debacle that is MobileMe is to highlight anything it is this: don’t do Apple 1.0. They may have some great ideas but their history with introducing new products is terrible. Even I was shocked when I started making this list of their recent 1.0 snafus. Just look at their 1.0 product short [...]</description>
			<content:encoded><![CDATA[<p><img title="Applelogo2" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/applelogo2.png" border="0" alt="Applelogo2" width="58" height="71" align="left" />If the on-going debacle that is MobileMe is to highlight anything it is this: <strong>don’t do Apple 1.0</strong>. They may have some great ideas but their history with introducing new products is terrible. Even I was shocked when I started making this list of their recent 1.0 snafus.<span id="more-270"></span></p>
<p>Just look at their 1.0 product short comings that a subsequent version fixed:</p>
<ul>
<li><strong>iPod</strong>: firewire only, no iTunes for Windows, no service to replace old batteries, mechanical scroll wheel</li>
<li><strong>iPhone</strong>: no 3G, no GPS, no third-party software, no contacts search, no corporate e-mail/contacts/calendar sync, 4GB model, couldn’t easily use third—party headphones, no music ringtones, etc</li>
<li><strong>iPod Touch</strong>: pretty much the same list as the iPhone but you have to pay for each update even though they are free for the iPhone and new iPod Touches</li>
<li><strong>AppleTV</strong>: couldn’t purchase or download content on the AppleTV, measly 40GB hard drive, no support for Dolby Digital 5.1, had to be connected to a computer to do anything, <a href="http://www.techmeme.com/080801/p26#a080801p26" target="_blank">apparently people are still unhappy with the state of AppleTV</a></li>
<li><strong>Mac OS X</strong>: launch version had almost zero software, ran very slowly, no DVD playback, no CD burning, no Windows/Samba file-sharing, no built-in search</li>
<li><strong>MacBook</strong>: palm rest discoloration, cracking plastic, low quality 6-bit LCD panels, you could only order it with 512MB of RAM, had draft-N wireless support but you had to pay $5 to use it, excessive heat made Apple label it a notebook instead of a laptop (because it is too hot for your lap apparently)</li>
<li>And now <strong>MobileMe</strong>: “1%” of users couldn’t access their mail for weeks (as of this writing I’ve seen reports that some still can’t), Apple’s idea of PUSH technology isn’t actually a PUSH at all, exchange contact and calendars don’t sync, and now they are adding MobileMe software onto non-MobileMe users’ PC via iTunes without asking or even telling them</li>
</ul>
<p>Basically, within a year or two of each product coming out a new revision/version comes out that fixes the glaring bugs and notably missing features, and sometimes even costs less. If you ask me, it really does seem like 1.0 is more of a paid public beta test for Apple. The thing that amazes me is how they can get their users to forget about all of this. That is some amazing marketing…</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=NUz8OURrI2E:Yoi4lDmoPg0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=NUz8OURrI2E:Yoi4lDmoPg0:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=NUz8OURrI2E:Yoi4lDmoPg0:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=NUz8OURrI2E:Yoi4lDmoPg0:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=NUz8OURrI2E:Yoi4lDmoPg0:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=NUz8OURrI2E:Yoi4lDmoPg0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=NUz8OURrI2E:Yoi4lDmoPg0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=NUz8OURrI2E:Yoi4lDmoPg0:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=NUz8OURrI2E:Yoi4lDmoPg0:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=NUz8OURrI2E:Yoi4lDmoPg0:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/NUz8OURrI2E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/08/01/is-apple-10-some-form-of-beta-testing-you-pay-for/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/08/01/is-apple-10-some-form-of-beta-testing-you-pay-for/</feedburner:origLink></item>
		<item>
		<title>Five Firefox Extensions That Should Be Built-In</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/YhoWl12Y4Jw/</link>
		<comments>http://pseudosavant.com/blog/2008/07/31/five-firefox-extensions-that-should-be-built-in/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 17:22:09 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Web Browsers]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=257</guid>
		<description>In my review of the latest versions of Opera and Firefox I noted that I really appreciated not having to “roll my own browser” from scratch with Opera. Extensions can be great for Firefox but I think some of them should really come built-in. Maybe not enabled by default, but you shouldn’t have to hunt [...]</description>
			<content:encoded><![CDATA[<p><img title="Firefox" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/firefox.png" border="0" alt="Firefox" width="113" height="110" align="left" /> In my <a href="http://pseudosavant.com/blog/2008/07/05/quick-take-firefox-3-vs-opera-95/" target="_blank">review of the latest versions of Opera and Firefox</a> I noted that I really appreciated not having to “roll my own browser” from scratch with Opera. Extensions can be great for Firefox but I think some of them should really come built-in. Maybe not enabled by default, but you shouldn’t have to hunt around to find this functionality.</p>
<p><span id="more-257"></span> <a href="https://addons.mozilla.org/en-US/firefox/addon/1530" target="_blank"><img title="autohidestatusbar" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/autohidestatusbar.png" border="0" alt="autohidestatusbar" width="32" height="32" align="left" /></a> <a href="https://addons.mozilla.org/en-US/firefox/addon/1530" target="_blank">autoHideStatusbar</a>: Quite simply AHS hides the status bar unless you hover over a link or move your cursor to the bottom of the browser window. It is great for maximizing vertical space within the browser window. I don’t know about you, but <em>most</em> of the time I don’t need the status bar but <em>sometimes</em> I do.</p>
<p align="center"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="ahs-hidden" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/ahshidden.png" border="0" alt="ahs-hidden" width="185" height="113" /> <img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="ahs-visible" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/ahsvisible.png" border="0" alt="ahs-visible" width="185" height="113" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/139" target="_blank"><img title="imagezoom" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/imagezoom.png" border="0" alt="imagezoom" width="32" height="32" align="left" /></a> <a href="https://addons.mozilla.org/en-US/firefox/addon/139" target="_blank">Image Zoom</a>: This is another simple extension that can be really useful. It adds a context menu item for zooming in and out on an individual image on a page. It makes it a lot easier to see details in smaller images when you can easily enlarge it by 200%. I would like to see a bit more friendly UI for this one however. The context menu approach works, but some sort of hover over pop-up <em>may</em> be more intuitive.</p>
<p align="center"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="image-zoom-menu" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/imagezoommenu.png" border="0" alt="image-zoom-menu" width="372" height="256" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/4810" target="_blank"><img title="speed-dial-icon" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/speeddialicon.png" border="0" alt="speed-dial-icon" width="32" height="32" align="left" /> Speed Dial</a>: I’m sure all of the Opera users out there recognize this one; it is a blatant copy of the speed dial built into Opera. Imitation is the sincerest form of flattery right? When you open a new window or tab this extension will populate it with a three-by-three (although you can adjust the row and column count) set of tiles of sites you selected. I have mine set for five columns with three rows so that the most common fifteen sites I visit are easily accessible. I know I could (and do) have them in my bookmarks, but this is really just quicker and easier. The tiles also refresh regularly so for certain sites I can tell if there has been an update just from the tile.</p>
<p align="center"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="speed-dial" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/speeddial1.jpg" border="0" alt="speed-dial" width="376" height="367" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/3895" target="_blank"><img title="personal-menu-icon" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/personalmenuicon.png" border="0" alt="personal-menu-icon" width="32" height="32" align="left" /></a> <a href="https://addons.mozilla.org/en-US/firefox/addon/3895" target="_blank">Personal Menu</a>: This is a must have extension for me, but I may just be crazy about maximizing my screen space. This extension will remove the regular menu bar and make it a drop down menu from an icon. That way I can eliminate an additional toolbar and save myself some vertical space. Something like this, or perhaps even the method IE uses of pressing the Alt key to bring up the menu would be a welcome addition.</p>
<p align="center"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="personal-menu" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/personalmenu1.png" border="0" alt="personal-menu" width="325" height="203" /></p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/2098" target="_blank"><img title="update-notifier-icon" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/updatenotifiericon.png" border="0" alt="update-notifier-icon" width="29" height="23" align="left" /></a> <a href="https://addons.mozilla.org/en-US/firefox/addon/2098" target="_blank">Update Notifier</a>: This extension is one that I can’t believe wasn’t added to Firefox years ago. When an update for Firefox (it works in Thunderbird too), an extension, or a theme is available the icon will turn blue and pop-up a small notification window listing the available updates. You can then install all of the updates right from the drop down menu.</p>
<p align="center"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="updatenotifier" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/updatenotifier1.png" border="0" alt="updatenotifier" width="194" height="97" /> <img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" title="update-notifier-2" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/updatenotifier21.jpg" border="0" alt="update-notifier-2" width="146" height="96" /></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=YhoWl12Y4Jw:mM4qDsHRvjs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=YhoWl12Y4Jw:mM4qDsHRvjs:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=YhoWl12Y4Jw:mM4qDsHRvjs:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=YhoWl12Y4Jw:mM4qDsHRvjs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=YhoWl12Y4Jw:mM4qDsHRvjs:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=YhoWl12Y4Jw:mM4qDsHRvjs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=YhoWl12Y4Jw:mM4qDsHRvjs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=YhoWl12Y4Jw:mM4qDsHRvjs:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=YhoWl12Y4Jw:mM4qDsHRvjs:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=YhoWl12Y4Jw:mM4qDsHRvjs:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/YhoWl12Y4Jw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/07/31/five-firefox-extensions-that-should-be-built-in/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/07/31/five-firefox-extensions-that-should-be-built-in/</feedburner:origLink></item>
		<item>
		<title>Microsoft Midori: Micro Cloud At Home?</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/Jv4uNcFyPxc/</link>
		<comments>http://pseudosavant.com/blog/2008/07/30/microsoft-midori-micro-cloud-at-home/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 15:59:50 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Other OS]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=220</guid>
		<description>SDTimes is running a story about details of a new operating system being developed at Microsoft called Midori. It is supposedly based on Microsoft’s Singularity operating system built entirely on managed code ala .Net.  This could be Microsoft’s first non-Windows commercial OS since DOS. If SDTimes’ details are right it may be the first OS [...]</description>
			<content:encoded><![CDATA[<p><img title="No-Windows" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/nowindows.png" border="0" alt="No-Windows" width="138" height="138" align="left" /> SDTimes is <a href="http://www.techmeme.com/080729/p138#a080729p138" target="_blank">running a story</a> about details of a new operating system being developed at Microsoft called Midori. It is supposedly based on Microsoft’s <a href="http://en.wikipedia.org/wiki/Singularity_(operating_system)" target="_blank">Singularity</a> operating system built entirely on managed code ala .Net.  This could be Microsoft’s first non-Windows commercial OS since DOS. If SDTimes’ details are right it may be the first OS to support one of the features I have been pining for for many years: cloud computing within the home.<span id="more-220"></span></p>
<p>I first thought up this concept about four years ago, before the term “cloud computing” was en vogue. Basically I was thinking how great it would be to be able to pool and leverage the CPU resources of the three computers (two laptops and a desktop) I had within my house. In particular I wanted to be able to use the desktop’s faster CPU to complete workloads for my laptop in a relatively ad hoc manner.</p>
<p>Some video applications I had used could render their output on more than one machine using their own clustering software, but why should it be limited to niche programs like that? I already share disk space, printers, or even TV tuners (via <a href="http://www.orb.com" target="_blank">Orb</a> or Media Center Extender), why not my CPU? You can push your computing out on the Internet cloud all you want but <strong>a lot of people have a micro cloud of resources already within their home</strong>, or workgroup.</p>
<p>At the time it seemed like something that might be esoteric enough to be implemented in Linux so I tried to find out how feasible it was in some Linux developer forums. In my mind I thought it could be implemented as a virtual CPU that the scheduler would only send jobs to if the physical CPU was at 100% for more than ten seconds or so. It would also have to be aware of the bandwidth and latencies of the connection between machines. Obviously network accessed CPU resources wouldn’t be incredibly efficient but any additional processing cycles gained would help.</p>
<p>As the number of cores continues to increase (particularly on the desktop) and devices like netbooks with limited resources become popular this could have been a huge boon. Unfortunately nobody took me seriously. After all, my kernel-level C programming is <em>severely</em> lacking. :)</p>
<p>If the documents SDTimes has received are accurate it would seem that Midori is all about cloud computing. Or put more accurately, heavily abstracting away hardware from software to enable remote or local resources to be used for any given task. It isn’t just for the CPU either. Imagine being able to <em>easily</em> pool the disk storage available on the various nodes of your network into one huge fault-tolerant distributed storage volume. All I can say is that on paper this all sounds incredible.</p>
<p>Microsoft is obviously pretty quiet on the purpose of Midori. The PR people have admitted its existence but they it is just an incubation project; only time will tell. Hopefully it will see the light of day before I die or Duke Nukem Forever comes out, which ever comes first.</p>
<p><em>*Update: Must be a pretty big story if <a href="http://www.techmeme.com/080804/p19#a080804p19" target="_blank">even the BBC is running it</a>.</em></p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=Jv4uNcFyPxc:sPghrdKKaGc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=Jv4uNcFyPxc:sPghrdKKaGc:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=Jv4uNcFyPxc:sPghrdKKaGc:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=Jv4uNcFyPxc:sPghrdKKaGc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=Jv4uNcFyPxc:sPghrdKKaGc:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=Jv4uNcFyPxc:sPghrdKKaGc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=Jv4uNcFyPxc:sPghrdKKaGc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=Jv4uNcFyPxc:sPghrdKKaGc:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=Jv4uNcFyPxc:sPghrdKKaGc:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=Jv4uNcFyPxc:sPghrdKKaGc:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/Jv4uNcFyPxc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/07/30/microsoft-midori-micro-cloud-at-home/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/07/30/microsoft-midori-micro-cloud-at-home/</feedburner:origLink></item>
		<item>
		<title>Microsoft: Open Update For All</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/asDieCgMvcE/</link>
		<comments>http://pseudosavant.com/blog/2008/07/29/microsoft-open-update-for-all/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 16:52:54 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Xbox Live]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=209</guid>
		<description>I recently had an issue updating Google Gears to be compatible with Firefox 3.0.1. The Firefox updater didn’t find any updates and if I installed Gears again it was still at the same incompatible version. It was only after I uninstalled it and installed it again that it finally worked. This made me realize something, [...]</description>
			<content:encoded><![CDATA[<p><img title="Windows-Update" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/windowsupdate.png" border="0" alt="Windows-Update" width="99" height="130" align="left" />I recently had an issue updating Google Gears to be compatible with Firefox 3.0.1. The Firefox updater didn’t find any updates and if I installed Gears again it was still at the same incompatible version. It was only after I uninstalled it and installed it again that it finally worked. This made me realize something, updating software on your computer should be a lot easier than it is right now and Microsoft should be the one to do it.</p>
<p><span id="more-209"></span></p>
<h2>The State Of Updates</h2>
<p>Right now almost every program on my computer has its own update mechanism of some sort. They primarily fall into three categories.</p>
<ul>
<li>Notify me of an available update
<ul>
<li>Pidgin</li>
<li>WinSCP</li>
<li>VMware Server</li>
</ul>
</li>
<li>Udate themselves from within the program
<ul>
<li>Firefox</li>
<li>Thunderbird</li>
<li>Quicken</li>
<li>Opera</li>
<li>Photoshop</li>
</ul>
</li>
<li>Special updating program that runs at startup and constantly uses memory
<ul>
<li>Java</li>
<li>Quicktime/iTunes</li>
<li>Google Pack (Picasa, Desktop Search, etc)</li>
<li>Thinkpad utilities</li>
</ul>
</li>
</ul>
<p>With every program doing its own thing, keeping your software up-to-date is a bit of a hassle and certainly not something the “average” user does.</p>
<h2>Windows/Microsoft Update</h2>
<p>Microsoft has their own updating software of course: Windows Update. It can already be extended to update other Microsoft products through Microsoft Update. They also serve up drivers for various WHQL’d hardware through it.</p>
<p>Why not open this up for any program on your system? This could be another feature to help differentiate Windows Vista or Windows 7 from the competition (OS X or Windows XP). This would also address one of the pain-points to “boxed” software that web applications don’t have.</p>
<h2>Updates ala YUM, APT, or Xbox Live</h2>
<p>I’m <strong>not</strong> saying that Microsoft should host files and provide bandwidth for every Windows application on the planet. They could create a secure way for third-party applications to be updated from the developer’s site <em>through</em> Windows Update.</p>
<p>YUM or APT on Linux is similar to this concept but it only works reliably if you only install software from repositories. Xbox Live also manages updates for every piece of software that runs on an Xbox 360 and it rectifies one of the main reasons for why I don’t PC game: it is such a pain to keep games up-to-date.</p>
<p>Ultimately Microsoft is a platform company, and this would make the Windows platform more attractive to users and developers. Having a unified method and interface would greatly simplify keeping software up-to-date, particularly for less savvy users. It could also have the effect of improving system security by making it easier for people to have the latest version of programs (Quicktime, Reader, Flash) that have been recently targeted through web browsers by hackers as well.</p>
<p>I would think that developers would appreciate not having to maintain software just to help…maintain software too. It really is kind of silly that everyone has to reinvent-the-wheel each time for updating their applications. Certainly there are some details for Microsoft to work out on how to implement this, but that is their problem. I&#8217;m just the idea man. :)</p>
<p>*Before anyone sends me an e-mail about this, yes I do know that there are programs such as <a href="http://www.radarsync.com" target="_blank">RadarSync</a> that <em>claim</em> to keep all of your applications up-to-date. I have yet to try one that is easy to use and actually works however.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=asDieCgMvcE:UTH2uc_L50I:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=asDieCgMvcE:UTH2uc_L50I:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=asDieCgMvcE:UTH2uc_L50I:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=asDieCgMvcE:UTH2uc_L50I:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=asDieCgMvcE:UTH2uc_L50I:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=asDieCgMvcE:UTH2uc_L50I:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=asDieCgMvcE:UTH2uc_L50I:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=asDieCgMvcE:UTH2uc_L50I:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=asDieCgMvcE:UTH2uc_L50I:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=asDieCgMvcE:UTH2uc_L50I:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/asDieCgMvcE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/07/29/microsoft-open-update-for-all/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/07/29/microsoft-open-update-for-all/</feedburner:origLink></item>
		<item>
		<title>The Lawless Lands of HDTV And Why It Should Stay That Way</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/DpJKNsR9giU/</link>
		<comments>http://pseudosavant.com/blog/2008/07/28/the-lawless-lands-of-hdtv-and-why-it-should-stay-that-way/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 17:14:37 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Digital Media]]></category>
		<category><![CDATA[Video and TV]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=201</guid>
		<description>There is a story making the rounds on the interwebitubes bemoaning that “there&amp;#8217;s no real regulation over high-definition picture quality at all” in the “lawless lands of broadcast television”. They are over complicating things by suggesting the need for regulatory oversight for something as peripheral to broadcast television as programming payload though. Here’s why… Unreasonable [...]</description>
			<content:encoded><![CDATA[<p><img title="hdtv-distorted" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/hdtvdistorted.png" border="0" alt="hdtv-distorted" width="200" height="144" align="left" /> There is a story <a href="http://www.techmeme.com/080727/p10#a080727p10" target="_blank">making the rounds</a> on the interwebitubes bemoaning that “there&#8217;s no real regulation over high-definition picture quality at all” in the “lawless lands of broadcast television”. They are over complicating things by suggesting the need for regulatory oversight for something as peripheral to broadcast television as programming payload though. Here’s why…<span id="more-201"></span></p>
<h2>Unreasonable Assumption: Regulators Could Fix This</h2>
<p>It may be that I just don’t <a href="/blog/2008/07/08/a-proprietary-web-blame-the-w3c/" target="_blank">love standards bodies</a> or government interference but I really doubt that they are the solution to inconsistent HD picture quality. Just look at the bang up job ATSC did in defining what HDTV would be in the first place.</p>
<p>They couldn’t even settle on whether HD would be <a href="http://en.wikipedia.org/wiki/Interlace" target="_blank">interlaced</a> (1080i) or not (720p), and in my <span style="text-decoration: line-through;">humble</span> opinion interlacing really should have been left behind. It has to be by far the worse form of video “compression” still in use today; it is 1940s era tech <a href="http://en.wikipedia.org/wiki/Interlace#History" target="_blank">after all</a>.</p>
<p>ATSC never foresaw a time (read: about 2006) when almost all HDTVs would be natively progressive scan, and that most would have terrible deinterlacing engines. It quickly became obvious in the television marketplace that 1080i was no good so now we have a plethora of “true HD” <em>1080p displays with literally zero broadcast programming</em> in that format. They of course made the 1080i/720p compromise for bandwidth reasons, but a more modern codec (any MPEG-4 variant or VC-1) can easily handle 1080p given the same bandwidth as an MPEG-2 1080i stream.</p>
<h2>Consumers’ Increasing Choices</h2>
<p>Here is the real reason regulators shouldn’t be invovled: consumers have choices for their content delivery. The standards for displays are good enough that without switching your HDTV you can get HD programming via over-the-air, DirecTV, Dish, cable, fiber optic (FiOS), or even DSL (U-verse) now. Sure you probably don’t have all six options in one location but you probably have at least three, maybe four. New IP-based download services (Xbox Live, Amazon, iTunes, etc) are creating even more options too.</p>
<p>When I moved to Indiana my cable provider at the time offered terrible HD service. There were very few HD channels, and many shows that I used to watch in HD were broadcast in letterboxed 480p on the “HD” channel! Guess what? I started looking at what DirecTV and Dish were offering. My cable provider added some HD channels and stopped down converting their HD shows before I pulled the trigger though.</p>
<p>The bottom line is, I could have gone elsewhere. DirecTV is already moving to MPEG-4 AVC (H.264) and they can increase bandwidth by adding additional satellites. Consequently their HD seem to be particularly good, especially compared to <a href="http://www.comcast.com" target="_blank">certain</a> cable companies. To top it off, almost anyone in North America can get DirecTV. I will probably switch as soon as Media Center’s DirecTV support comes out.</p>
<p>If (and that is a huge “if” for <em>most</em> people) people really care about getting better HD picture quality they will switch. Which will put pressure on the low quality providers to improve. We don’t need regulators telling us what does and doesn’t look acceptable. Leave the hard standards for the displays not the content delivery. We really won’t want to be stuck with only MPEG-2 streams a decade or two from now.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=DpJKNsR9giU:xElmy-kRDqE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=DpJKNsR9giU:xElmy-kRDqE:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=DpJKNsR9giU:xElmy-kRDqE:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=DpJKNsR9giU:xElmy-kRDqE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=DpJKNsR9giU:xElmy-kRDqE:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=DpJKNsR9giU:xElmy-kRDqE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=DpJKNsR9giU:xElmy-kRDqE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=DpJKNsR9giU:xElmy-kRDqE:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=DpJKNsR9giU:xElmy-kRDqE:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=DpJKNsR9giU:xElmy-kRDqE:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/DpJKNsR9giU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/07/28/the-lawless-lands-of-hdtv-and-why-it-should-stay-that-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/07/28/the-lawless-lands-of-hdtv-and-why-it-should-stay-that-way/</feedburner:origLink></item>
		<item>
		<title>AmazonMP3: Why Don’t My Friends Know You?</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/jzFvSXrS1mI/</link>
		<comments>http://pseudosavant.com/blog/2008/07/24/amazonmp3-why-dont-my-friends-know-you/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 19:19:08 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Amazon.com]]></category>
		<category><![CDATA[Digital Media]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=195</guid>
		<description>The world of DRM-free online music sales has been heating up lately. AmazonMP3 was the first DRM-free store with music from the “big four” labels, and is my personal favorite (it is the only store I have made repeat purchases at actually), but if they really want to make a significant dent in iTunes’ market [...]</description>
			<content:encoded><![CDATA[<p><a href="http://www.amazon.com/b?tag=jpeb-20&node=163856011&amp;tag=jpeb-20&amp;camp=212689&amp;creative=384145&amp;linkCode=ur1&amp;adid=07D3SM44GDXWZ5ZKNXQA&amp;" target="_blank"><img title="AmazonMP3" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/amazonmp3.png" border="0" alt="AmazonMP3" width="244" height="77" align="left" /></a> The world of DRM-free online music sales has been heating up lately. <a href="http://www.amazon.com/b?tag=jpeb-20&node=163856011&amp;tag=jpeb-20&amp;camp=212689&amp;creative=384145&amp;linkCode=ur1&amp;adid=07D3SM44GDXWZ5ZKNXQA&amp;" target="_blank">AmazonMP3</a> was the first DRM-free store with music from the “big four” labels, and is my personal favorite (it is the only store I have made repeat purchases at actually), but if they really want to make a significant dent in iTunes’ market share they are going to need to do more. Here’s my $.02 on the matter.<span id="more-195"></span></p>
<h2>Increase Visibility</h2>
<p>One of the biggest problems I believe AmazonMP3 is facing is that even amongst people who buy music online (mostly iTunes users) most haven’t ever heard of it. Anytime I mention AmazonMP3 to a friend of mine they are surprised that such a service even exists; they thought iTunes was the only option.</p>
<p>The value proposition is really strong for Amazon MP3: no DRM, files are compatible with all MP3 players, a large selection of music, a familiar company that most people already do business with, and prices that are generally lower than the competition. All of that doesn’t matter if you don’t know about it though.</p>
<h2>Bundle With Other Amazon Products</h2>
<p>Amazon should bundle MP3 downloads with every iPod or MP3 player. Three of the top six selling MP3 players aren’t iPods so they don’t have any default store, and seventeen of the top one-hundred selling electronics are MP3 players; it is a great opportunity to cross-sell.</p>
<p>They could vary the number of included tracks based of the price of the product. So the bargain <a href="http://www.amazon.com/SanDisk-Sansa-m250-Player-Black/dp/B000BP8AY2/ref=pd_ts_e_10?tag=jpeb-20&ie=UTF8&amp;s=electronics&amp;tag=jpeb-20" target="_blank">$35 MP3 player</a> might only come with two or three songs while a high end <a href="http://www.amazon.com/Apple-iPod-touch-Software-Upgrade/dp/B0012JNQYK/ref=pd_ts_e_9?tag=jpeb-20&ie=UTF8&amp;s=electronics" target="_blank">$500 MP3 player</a> could come with an album or two; depending on the margins of course. This would be a differentiating factor versus other online stores for MP3 players, and would introduce most of these users to AmazonMP3 right off the bat. Amazon could even include free songs with other devices that play MP3s but aren’t “MP3 Players” such as cell phones, portable GPS units, game consoles, or even computers.</p>
<p>They should make MP3 purchases count toward free “Super Saver Shipping” and highlight it to certain users too. I know I would buy a few tracks to push my order over $25 instead of hunting down some cheap book or a 24-pack of pens.</p>
<h2>Brick And Mortar</h2>
<p>I think they need to go after the brick and mortar establishments as well. They could be selling AmazonMP3 gift cards at electronics stores, big box retailers, and supermarkets just like iTunes does. Although the cards would say AmazonMP3 they really should be redeemable for any purchase at Amazon.com. They could also extend the bundling concept to select retailers to include AmazonMP3 tracks with MP3 players. Amazon already has a <a href="http://www.amazon.com/Target/b?tag=jpeb-20&ie=UTF8&amp;node=1079726&amp;tag=jpeb-20" target="_blank">commercial partnership with Target</a> so why not start there?</p>
<p>What do you think? Would some <em>legal</em> free tunes entice you to buy an MP3 player at a certain store? Do you think you’d actually redeem the free MP3 tracks, and even make a future purchase?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=jzFvSXrS1mI:zDetLQ6yd9c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=jzFvSXrS1mI:zDetLQ6yd9c:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=jzFvSXrS1mI:zDetLQ6yd9c:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=jzFvSXrS1mI:zDetLQ6yd9c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=jzFvSXrS1mI:zDetLQ6yd9c:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=jzFvSXrS1mI:zDetLQ6yd9c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=jzFvSXrS1mI:zDetLQ6yd9c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=jzFvSXrS1mI:zDetLQ6yd9c:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=jzFvSXrS1mI:zDetLQ6yd9c:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=jzFvSXrS1mI:zDetLQ6yd9c:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/jzFvSXrS1mI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/07/24/amazonmp3-why-dont-my-friends-know-you/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/07/24/amazonmp3-why-dont-my-friends-know-you/</feedburner:origLink></item>
		<item>
		<title>Comcast Customer Complaints…Continued</title>
		<link>http://feedproxy.google.com/~r/pseudosavant/~3/FzjZQLLGGj4/</link>
		<comments>http://pseudosavant.com/blog/2008/07/23/comcast-customer-complaintscontinued/#comments</comments>
		<pubDate>Wed, 23 Jul 2008 16:46:07 +0000</pubDate>
		<dc:creator>Paul Ellis</dc:creator>
				<category><![CDATA[Comcast]]></category>
		<category><![CDATA[ISPs]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Stories]]></category>

		<guid isPermaLink="false">http://pseudosavant.com/blog/?p=192</guid>
		<description>Looks like it is another bad day for Comcast PR. After I caught the latest installment in Comcast’s 27-part series “How Not To Satisfy Your Customers In 35 Easy Steps” I realized that I never posted my follow-up to the Comcast debacle I wrote about a few months back. SPOILER ALERT: If you like happy [...]</description>
			<content:encoded><![CDATA[<p><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" title="comcastreverselogo6" src="http://pseudosavant.com/blog/wp-content/uploads/2008/07/comcastreverselogo6.png" border="0" alt="comcastreverselogo6" width="99" height="112" align="left" />Looks like it is another bad day for Comcast PR. After I caught the <a href="http://www.techmeme.com/080723/p47#a080723p47" target="_blank">latest installment</a> in Comcast’s 27-part series “How Not To Satisfy Your Customers In 35 Easy Steps” I realized that I never posted my follow-up to the <a href="http://pseudosavant.com/blog/2008/04/08/its-comcrapstic-my-comcast-tech-support-story/" target="_blank">Comcast debacle I wrote about</a> a few months back. SPOILER ALERT: If you like happy endings, don’t read any further.</p>
<p><span id="more-192"></span></p>
<p>At the end of my last post I was waiting to be contacted by a woman from billing about the problems with my service. She did eventually call me, and I did receive a credit on my account to offset the issues I had been having. They never got my service working properly however.</p>
<p>The local Comcast manager ended up contacting me. It was pretty funny because as I started explaining my issues and mentioned that he was calling me because a blog post I had written got read by some Comcast VP he told me “<em>I know about the post, I have it up on my computer right here.</em>” In case you haven’t read the <a href="http://pseudosavant.com/blog/2008/04/08/its-comcrapstic-my-comcast-tech-support-story/" target="_blank">previous post</a>, it is a bit of a sarcastic rant on Comcast. You know, the kind of rant that you’d rather not have a Comcast employee read while they are talking to you.</p>
<p>He ended up trying to do some tests and was convinced I must have a signal problem. A technician came out to check things out and lo-and-behold my signal was fine. I can’t remember all of the different tests that were run, but eventually I just gave up because I was leaving in two weeks. When this all started I had three months left until I was moving out of Indiana. Apparently that wasn’t enough time for Comcast to deliver the service I paid for.</p>
<p>After my own experiences I can’t say I was surprised at all to see <a href="http://www.washingtonpost.com/wp-dyn/content/article/2008/07/22/AR2008072202685.html" target="_blank">more news</a> coming out about Comcast’s atrocious customer service. I know that fixing my problems had to be a pretty high priority considering that I had a VP at Comcast emailing me about it. That is what makes it so bad, it was a high priority and they couldn’t even fix it. They couldn’t even figure out what the problem was actually. You know that those <a href="http://www.youtube.com/watch?v=ibHoazeXfh4" target="_blank">cheeky DirecTV commercials</a> are aimed right at Comcast.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:68a32959-95f1-4ea9-9c25-43913355fda9" class="wlWriterSmartContent" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="355" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="wmode" value="transparent" /><param name="src" value="http://www.youtube.com/v/ibHoazeXfh4&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://www.youtube.com/v/ibHoazeXfh4&amp;hl=en&amp;fs=1" wmode="transparent"></embed></object></div>
</div>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/pseudosavant?a=FzjZQLLGGj4:5MKWiLsaLP8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=FzjZQLLGGj4:5MKWiLsaLP8:D7DqB2pKExk"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=FzjZQLLGGj4:5MKWiLsaLP8:D7DqB2pKExk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=FzjZQLLGGj4:5MKWiLsaLP8:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=FzjZQLLGGj4:5MKWiLsaLP8:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=FzjZQLLGGj4:5MKWiLsaLP8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/pseudosavant?i=FzjZQLLGGj4:5MKWiLsaLP8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=FzjZQLLGGj4:5MKWiLsaLP8:I9og5sOYxJI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=I9og5sOYxJI" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=FzjZQLLGGj4:5MKWiLsaLP8:XAVGb8Xj5zA"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=XAVGb8Xj5zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/pseudosavant?a=FzjZQLLGGj4:5MKWiLsaLP8:cGdyc7Q-1BI"><img src="http://feeds.feedburner.com/~ff/pseudosavant?d=cGdyc7Q-1BI" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/pseudosavant/~4/FzjZQLLGGj4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://pseudosavant.com/blog/2008/07/23/comcast-customer-complaintscontinued/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		<feedburner:origLink>http://pseudosavant.com/blog/2008/07/23/comcast-customer-complaintscontinued/</feedburner:origLink></item>
	</channel>
</rss>

