<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Emergent Properties</title>
	<atom:link href="http://emergent.urbanpug.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://emergent.urbanpug.com</link>
	<description>Order from disorder - Thoughts about where technology is going.</description>
	<lastBuildDate>Wed, 28 Jan 2009 19:27:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Disposable Cardboard Garbage Can</title>
		<link>http://emergent.urbanpug.com/?p=100</link>
		<comments>http://emergent.urbanpug.com/?p=100#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:27:25 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=100</guid>
		<description><![CDATA[Note to self: A &#8220;dish barrel&#8221; moving box (18&#8243;x18&#8243;x28&#8243;) can be used to good effect as a disposable cardboard garbage can.]]></description>
				<content:encoded><![CDATA[<p>Note to self:</p>
<p>A &#8220;dish barrel&#8221; moving box (18&#8243;x18&#8243;x28&#8243;) can be used to good effect as a disposable cardboard garbage can.</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nofollow is not enough.</title>
		<link>http://emergent.urbanpug.com/?p=98</link>
		<comments>http://emergent.urbanpug.com/?p=98#comments</comments>
		<pubDate>Thu, 18 Oct 2007 23:12:00 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=98</guid>
		<description><![CDATA[It all started when Google decided links were a good way to determine relevancy on the internet.&#160; Ever since then, people have been trying to get links in order to boost their search rankings.&#160; To further this goal, people employ many strategies.&#160; Some will &#8220;link bait&#8221; (encourage others in creative ways to link to their &#8230; <a href="http://emergent.urbanpug.com/?p=98" class="more-link">Continue reading <span class="screen-reader-text">Nofollow is not enough.</span></a>]]></description>
				<content:encoded><![CDATA[<p>It all started when Google decided links were a good way to determine relevancy on the internet.&nbsp; Ever since then, people have been trying to get links in order to boost their search rankings.&nbsp; To further this goal, people employ many strategies.&nbsp; Some will &#8220;link bait&#8221; (encourage others in creative ways to link to their sites).&nbsp; Others will just go buy links to their sites.&nbsp; Some will resort to spamming, as well.</p>
<p>Arguably, there are two kinds of sites on the internet.&nbsp; &#8220;Corporate&#8221; sites and &#8220;Non-Corporate&#8221; sites.&nbsp; For the former, think Amazon, Newegg, Your local Pizza place&#8217;s website.&nbsp; For the latter, think blogs, personal sites, etc.</p>
<p>Also, arguably, corporate sites don&#8217;t really do a lot of linking to new, valuable content.&nbsp; Blogs certainly do.&nbsp; Blogs link to each other, bloggers comment on each others blogs, and they most certainly link outward to useful corporate-style sites.</p>
<p>To &#8220;fix&#8221; this problem, Google&#8217;s solution is to promote the use of the &#8220;nofollow&#8221; tag.&nbsp; The nofollow tag is a mechanism by which webmasters can mark HTML links as to be &#8220;not followed.&#8221;&nbsp; In a world where Google treats &#8220;links&#8221; as &#8220;votes,&#8221; having a way to &#8220;link while abstaining&#8221; is important.&nbsp; Google wants sites to put nofollow on any links that are paid advertisements (that aren&#8217;t editorially reviewed).&nbsp; To enforce this policy, google has begun penalizing webmasters who don&#8217;t do this.</p>
<p>However, in their quest to promote the nofollow tag, there may potentially be some collateral damage.&nbsp; For example, I&#8217;ve noticed that many blogs are now placing &#8220;rel=&#8217;external nofollow'&#8221; on all blog comments.&nbsp; While this certainly makes sense, initially, it provides a disincentive to bloggers to comment on each others blogs.&nbsp; What&#8217;s more is that the obsession with nofollow and the mistrust of anyone asking for a link could potentially create an environment wherein everyone uses nofollow except where they explicitly want to pass link-votes (google juice) to their own projects, their friends, or the few that pay them under the table.</p>
<p>If this happens, then two things happen.&nbsp; 1) the value of true links goes way up, further incentivizing those who will sell links and 2) there will be fewer GOOD links by which to classify good content.</p>
<p><b>What&#8217;s the solution?</b></p>
<p>Well, I don&#8217;t have a perfect solution, but I do have some good ideas.&nbsp; First, I think that using REL attributes on anchor tags is a good way of doing this.&nbsp; Second, I think that a spec update to robots.txt would work as well.</p>
<p>First, REL attributes.&nbsp; Google&#8217;s current system is &#8220;all or nothing.&#8221;&nbsp; Either you use nofollow, or you don&#8217;t.&nbsp; A better system would be to come up with a number of attributes, such as:
<ul>
<li><b>Paid: </b>Used to indicate that a link is paid for.&nbsp; Engines can do with this what they will.</li>
<li><b>Reviewed:</b> Used to indicate that a link has been editorially reviewed.</li>
<li><b>Unreviewed: </b>Used to indicate that a link is unfiltered, entered by a 3rd party. (blog comments)</li>
<li><b>Follow: </b>Used to indicate that a link should be followed.</li>
<li><b>Nofollow</b>: Used to indicate that a link should NOT be followed.</li>
</ul>
<p>These concepts could be combined for various meanings.&nbsp; For example, &#8220;paid unreviewed&#8221;, &#8220;paid reviewed follow&#8221;, &#8220;reviewed nofollow.&#8221; I&#8217;m not sure if these are the right types of classifications, though.&nbsp; For example, is it really necessary to say, &#8220;reviewed nofollow?&#8221;&nbsp; Wouldn&#8217;t nofollow be enough?&nbsp; I certainly think &#8220;unreviewed&#8221;, &#8220;paid&#8221;, and &#8220;paid reviewed&#8221; are valid classifications.&nbsp; </p>
<p>These concepts could be implemented in HTML, or they could be implemented in a spec-update to robots.txt, or both, allowing webmasters either mechanism for classifying links.</p>
<p>Overall, my point is this:&nbsp; There needs to be more flexibility in<br />
allowing webmasters to describe the value of the links on their sites.&nbsp;<br />
NOFOLLOW is not enough.</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Breaking News: Leo Laporte Responds to Email</title>
		<link>http://emergent.urbanpug.com/?p=97</link>
		<comments>http://emergent.urbanpug.com/?p=97#comments</comments>
		<pubDate>Fri, 27 Jul 2007 17:28:40 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=97</guid>
		<description><![CDATA[All it took was some open flattery. Powered by ScribeFire.]]></description>
				<content:encoded><![CDATA[<p><img src="http://emergent.urbanpug.com/leo.png" /></p>
<p>All it took was some open flattery.</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=97</wfw:commentRss>
		<slash:comments>-1150</slash:comments>
		</item>
		<item>
		<title>Mahalo? Please be better than About.com</title>
		<link>http://emergent.urbanpug.com/?p=96</link>
		<comments>http://emergent.urbanpug.com/?p=96#comments</comments>
		<pubDate>Wed, 18 Jul 2007 03:23:31 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=96</guid>
		<description><![CDATA[Mahalo, I&#8217;m not sure I totally get what you&#8217;re doing just yet.&#160; However, it seems to be really close to what about is doing, except maybe with a different take on how to go about it. So, if that&#8217;s any indication, your results will rank well in google, and when I use google to search &#8230; <a href="http://emergent.urbanpug.com/?p=96" class="more-link">Continue reading <span class="screen-reader-text">Mahalo? Please be better than About.com</span></a>]]></description>
				<content:encoded><![CDATA[<p>Mahalo, I&#8217;m not sure I totally get what you&#8217;re doing just yet.&nbsp; However, it seems to be really close to what about is doing, except maybe with a different take on how to go about it.</p>
<p>So, if that&#8217;s any indication, your results will rank well in google, and when I use google to search for things, you&#8217;ll show up high.&nbsp; If that&#8217;s the case, please, please, please don&#8217;t be like about.</p>
<p>I really don&#8217;t like about.com, and I&#8217;d love it if they just dropped out of the rankings.&nbsp; Their articles are usually low quality, and I end up wishing I hadn&#8217;t clicked.</p>
<p>When you&#8217;re building Mahalo, please, don&#8217;t be another ABOUT.</p>
<p>
<p class="poweredbyperformancing">Powered by <a href="http://scribefire.com/">ScribeFire</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=96</wfw:commentRss>
		<slash:comments>-55</slash:comments>
		</item>
		<item>
		<title>Quick post</title>
		<link>http://emergent.urbanpug.com/?p=94</link>
		<comments>http://emergent.urbanpug.com/?p=94#comments</comments>
		<pubDate>Wed, 11 Jul 2007 05:06:11 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=94</guid>
		<description><![CDATA[I kinda decided to go to law school so that I could say something like this and be taken seriously. Not completely, but many lawmakers don&#8217;t understand technology, and often, they make bad laws because of this. (Well, either it&#8217;s because they don&#8217;t understand it or because of pervasive corruption. See Lessig.)]]></description>
				<content:encoded><![CDATA[<p>I kinda decided to go to law school so that I could say something like <a href="http://cyber.law.harvard.edu/home/filter?wid=379&#038;func=viewSubmission&#038;sid=2802">this</a> and be taken seriously.</p>
<p>Not completely, but many lawmakers don&#8217;t understand technology, and often, they make bad laws because of this.  (Well, either it&#8217;s because they don&#8217;t understand it or because of pervasive corruption. <em>See</em> <a href="http://www.lessig.org/blog/">Lessig</a>.)</p>
<p><em><br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=94</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dear Operating System Designers</title>
		<link>http://emergent.urbanpug.com/?p=93</link>
		<comments>http://emergent.urbanpug.com/?p=93#comments</comments>
		<pubDate>Wed, 11 Jul 2007 05:01:13 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=93</guid>
		<description><![CDATA[I don&#8217;t care if things run slow.&#160; I can wait 5, 10, 15 more minutes for something to encode. I want my user interface to be fast. I want my windows to move around fast, and I want to switch programs quickly.&#160; When I click on menus, I don&#8217;t want to wait for disk access &#8230; <a href="http://emergent.urbanpug.com/?p=93" class="more-link">Continue reading <span class="screen-reader-text">Dear Operating System Designers</span></a>]]></description>
				<content:encoded><![CDATA[<p>I don&#8217;t care if things run slow.&nbsp; I can wait 5, 10, 15 more minutes for something to encode.</p>
<p>I want my user interface to be fast.</p>
<p>I want my windows to move around fast, and I want to switch programs quickly.&nbsp; When I click on menus, I don&#8217;t want to wait for disk access to do basic menus.</p>
<p>Biggest offender:&nbsp; Windows XP Start menu &#8212; why the hell do you hit my disk when I click start-&gt;all programs?&nbsp; It would take so little to cache that.</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Tips for Optimizing Website Bandwidth Usage</title>
		<link>http://emergent.urbanpug.com/?p=92</link>
		<comments>http://emergent.urbanpug.com/?p=92#comments</comments>
		<pubDate>Mon, 09 Jul 2007 03:39:17 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=92</guid>
		<description><![CDATA[More on optimization now. I&#8217;ve gone from running on a super low end VPS to one that has much more resources. Therefore, I&#8217;m not under the same extreme memory limitations I once was (although I&#8217;m unsuccessfully trying to migrate tomcat+axis to a 512 openvz server for another project). So, what&#8217;s this about? CPU cycles are &#8230; <a href="http://emergent.urbanpug.com/?p=92" class="more-link">Continue reading <span class="screen-reader-text">5 Tips for Optimizing Website Bandwidth Usage</span></a>]]></description>
				<content:encoded><![CDATA[<p>More on optimization now.  I&#8217;ve gone from running on a super low end VPS to one that has much more resources.  Therefore, I&#8217;m not under the same extreme memory limitations I once was (although I&#8217;m unsuccessfully trying to migrate tomcat+axis to a 512 openvz server for another project).</p>
<p>So, what&#8217;s this about?  CPU cycles are cheap.  RAM costs a bit more.  Bandwidth is &#8230; well, it&#8217;s cheap too, but bandwidth requirements rise with usage higher than the other two.  This isn&#8217;t a hard and fast rule, but there&#8217;s a &#8220;high Y intercept&#8221; for memory requirements.  With ram, you can&#8217;t run an application at all without it.  However, with bandwidth, if you have zero users, you use (almost) zero bandwidth.</p>
<p>So, now I&#8217;m going to talk about two sites I run.  <a href="http://www.urbanpug.com">UrbanPug.com</a> and <a href="http://www.resizr.com">Resizr.com</a>.  Urban Pug is a simple pug focused blog that I recently redesigned.  Resizr is an image resizing web application.  A REALLY simple web app that resizes and crops images.  It also offers image hosting, send-via-email, and send-via-SMS.  With Urban Pug, the bandwidth gets consumed by lots of people looking at pictures of  my dogs.  With resizr, well, free image hosting.  That takes up bandwidth.</p>
<p>So what do I do to optimize the sites?<br />
<strong><br />
1) Make sure all your images are fully compressed.</strong></p>
<p>This first one is super important.  I feel a little ignorant for having just discovered this, but Photoshop includes ICC color profiles in JPG files.  I recently found that I had created the Urban Pug redesign with 14 62&#215;62 jpeg files that were 25k each.  Most of that was extraneous data.  The solution is to use photoshop&#8217;s &#8220;save to web&#8221; function.  Alternatively, but EVEN BETTER THAN THAT is something I found called littleutils that takes advantage of several other programs / libraries (jpegtran, pngcrush, etc) to give you some pretty kickass image compression.  In almost every case, littleutils / jpegtran / pngcrush has been able to reduce the size of the files i&#8217;ve been serving.  Also, in just about every case, i&#8217;ve been able to LOSSLESSLY reduce the size of files saved by photoshop (using &#8220;save to web&#8221;) by another 1-2 KB.</p>
<p>What&#8217;s even better about this is that the littleutils &#8220;opt-jpg&#8221; script will work in batch.  I was able to save a couple hundred megs of disk space on my server (hey, i&#8217;ve got a 10 gig limit and i&#8217;m pushing it)</p>
<p>Message to take:  make sure your images are as compressed as they can be w/o losing quality.<br />
<strong><br />
2) Use mod_gzip or the like.</strong></p>
<p>Use something like mod_gzip which can automatically compress outgoing text.  Can&#8217;t wait til there is support for mod_7zip.<br />
<strong><br />
3) Compress your css.</strong></p>
<p>Big CSS files get loaded by every user.  This can add up, even with mod_gzip.  If you want to help things you, you can use a <a href="http://www.cssdrive.com/index.php/main/csscompressor/">CSS compressor</a>.  When you read this, you might not see CSS as the problem.  However, at some point, you&#8217;ll thank me!<br />
<strong><br />
4) Check what&#8217;s causing the problem!</strong></p>
<p>Use the tried and true optimization technique.  CHECK AND SEE.  Here&#8217;s a really simple php shell script I wrote to check my access.log for what&#8217;s going on.  I&#8217;m not guaranteeing it will work for you, but if you want to check it out, try it! (<a href="http://emergent.urbanpug.com/bw.php.txt">view script here</a>)</p>
<p>Work on the biggest problems first.  Optimize what you can, rinse, repeat.  After some time goes by, you&#8217;ll optimize away everything you can.<br />
<strong><br />
5) Let hotlinkers link?  But&#8230; ?</strong></p>
<p>With resizr.com, I give people free image hosting for their resized images.  I let people hotlink.  However, this adds up.  Here&#8217;s what I do to help with the bandwidth.</p>
<ol>
<li>I have a PHP script that reads and recompresses images on the fly.  I use mod_rewrite to hide this.</li>
<li>I tell the difference via a time sensitive password hash technique.  Basically, PHP scripts can send &#8220;image&#8221; HTTP headers.  This means that a browser will display a PHP file as an image if you do things right.  You can pass GET variables into a php file that&#8217;s being displayed as an image.  If you make the script require a password via HTTP GET that is varied based on a secret key plus the time plus some salt, you get something that works pretty well.</li>
<li>I give viewers of images who are ON my site, a high quality image.  I<br />
give hotlinkers a lesser quality image that has a black box / watermark.  I tell the difference based on the password technique just above.</li>
<li>Hotlinked images are displayed w/ added &#8220;black boxes&#8221; that tell people to come to my site.  I don&#8217;t mind serving up a high quality image that uses bandwidth, but I can&#8217;t do it for free, ya know?  When people actually come to my site, I can show them CPM ads and recover the costs.  For an example of this, check out these <a href="http://profile.myspace.com/index.cfm?fuseaction=user.viewprofile&#038;friendid=36855559">hot chicks on myspace that apparently use resizr</a> (and were using lots of bandwidth before I did all this optimization!)</li>
</ol>
<p>I hope these tips help!</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=92</wfw:commentRss>
		<slash:comments>-96</slash:comments>
		</item>
		<item>
		<title>The Poor Man&#8217;s iPhone</title>
		<link>http://emergent.urbanpug.com/?p=91</link>
		<comments>http://emergent.urbanpug.com/?p=91#comments</comments>
		<pubDate>Wed, 04 Jul 2007 00:34:02 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=91</guid>
		<description><![CDATA[So, last weekend, I decided to replace my 3 year old cellphone.&#160; I liked the way the old phone worked, but it was on its last legs.&#160; It was time to upgrade.&#160; I&#8217;d been holding out til iPhone launch to determine if I wanted to get one, but ultimately, I couldn&#8217;t let myself part with &#8230; <a href="http://emergent.urbanpug.com/?p=91" class="more-link">Continue reading <span class="screen-reader-text">The Poor Man&#8217;s iPhone</span></a>]]></description>
				<content:encoded><![CDATA[<p>So, last weekend, I decided to replace my 3 year old cellphone.&nbsp; I liked the way the old phone worked, but it was on its last legs.&nbsp; It was time to upgrade.&nbsp; I&#8217;d been holding out til iPhone launch to determine if I wanted to get one, but ultimately, I couldn&#8217;t let myself part with 600 dollars for merely a phone.</p>
<p>I wasn&#8217;t sure what phone to get, but I&#8217;d heard good things about both the samsung blackjack and the samsung sync (a707, which my sister has).&nbsp; I checked, and it looked like Opera Mini would work on both devices, so I figured i&#8217;d be able to at least do some basic web surfing with either phone.&nbsp; iPhone on a budget.</p>
<p>Anyway, after going in and deciding on the Blackjack, the AT&amp;T rep told me i&#8217;d have to get a $40/month unlimited data plan with it.&nbsp; On the other hand, if I got a sync, I&#8217;d have to get a $20/month plan.&nbsp; The AT&amp;T rep told me that this was because &#8220;the phones accessed the internet differently&#8221; &#8212; however, they&#8217;re really giving you a different pricing plan based on expected usage of the phone, not actual capabilities (though out of the box the Blackjack may have a better browser, i don&#8217;t know).&nbsp; I ended up deciding on getting the Sync, which I played with for a while, and I&#8217;ve come to realize that it&#8217;s a pretty damn good little phone, barring the usual interface difficulties.</p>
<p>Here&#8217;s what I like about the phone:</p>
<ul>
<li>I can get Google Maps.&nbsp; I didn&#8217;t know Google Maps for Mobile existed as a J2ME App, now I do.&nbsp; It&#8217;s pretty similar to what you get with the iPhone, but I have a smaller screen.</li>
<li>I can browse the web.&nbsp; Opera Mini works pretty well.</li>
<li>It&#8217;s got HSDPA.&nbsp; While I don&#8217;t have HSDPA in my area, it&#8217;s nice to know that my phone has it for when I travel.</li>
<li>It&#8217;s got Bluetooth Dial Up Networking support.&nbsp; That&#8217;s right.&nbsp; I can connect my laptop to my phone and get on the internet.&nbsp; On the road in an area with HSDPA, that makes for a great alternative to paying for wifi.</li>
<li>It plays MP3 files and supports up to 2GB MicroSD flash.&nbsp; Yeah, only 2 gigs, but it&#8217;s better than my shuffle.</li>
<li>It connects to Yahoo Music (and Napster).&nbsp; I&#8217;ve been a yahoo music subscriber for a while (though I only listen on the computer), and the possibility of putting a few playlists on my phone sounds really cool.</li>
</ul>
<p>When you think about it, this phone gets you a good deal of what the iphone gets you, minus ITMS, minus the beautiful touch screen.&nbsp; So, I think it&#8217;s appropriate to call this phone the Poor Man&#8217;s iPhone.</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=91</wfw:commentRss>
		<slash:comments>-40</slash:comments>
		</item>
		<item>
		<title>Apple is the new Sony&#8230;</title>
		<link>http://emergent.urbanpug.com/?p=89</link>
		<comments>http://emergent.urbanpug.com/?p=89#comments</comments>
		<pubDate>Mon, 07 May 2007 04:06:39 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=89</guid>
		<description><![CDATA[Black is the new White.&#160; No, wait, white is the new white.&#160; Most of Apple&#8217;s products these days come in white, so it must be in, right?&#160; Just as we perceive colors to have certain properties, we also see companies as having certain properties.&#160; For example, many people see Apple, Dell, and HP as all &#8230; <a href="http://emergent.urbanpug.com/?p=89" class="more-link">Continue reading <span class="screen-reader-text">Apple is the new Sony&#8230;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Black is the new White.&nbsp; No, wait, white is the new white.&nbsp; Most of Apple&#8217;s products these days come in white, so it must be <i>in</i>, right?&nbsp; Just as we perceive colors to have certain properties, we also see companies as having certain properties.&nbsp; For example, many people see Apple, Dell, and HP as all companies that make &#8220;computers.&#8221;&nbsp; Well, that&#8217;s correct, but we all know that Apple does more than just make computers.&nbsp; They make iPods, AppleTVs, and of course, the iPhone!</p>
<p>However, what really makes Apple different?&nbsp; Ultimately, I feel that it&#8217;s the business model.&nbsp; First, look at how Dell works.&nbsp; They&#8217;re extremely efficient at building <strike>Wintel, Win-AMD-tel</strike> <a href="http://www.desktoplinux.com/news/NS8661763902.html">WinAMDtelbuntu</a> boxes, but they don&#8217;t innovate.&nbsp; That&#8217;s not entirely accurate, they do innovate, but not at the level I&#8217;m talking about.&nbsp; Fundamentally, Dell can only release a product that Microsoft (or someone else) gives them the software for.&nbsp; Maybe that will change, but, fundamentally, not soon.&nbsp; Let&#8217;s take a few examples.
<ul>
<li>The Dell Axim &#8211; great handheld device, but at best, all Dell did is market and manufacture the thing.</li>
<li>HP&#8217;s handheld devices &#8211; same thing &#8211; they&#8217;re building a device with someone else&#8217;s software, whether it&#8217;s a Palm device or a Windows Mobile, they&#8217;ve still basically only sold a device, not the whole package.</li>
<li>All Media Center PCs &#8212; it&#8217;s Microsoft&#8217;s software, installed on some metal and silicon put together by other companies.</li>
</ul>
<p>Why does this matter?&nbsp; &#8220;It&#8217;s the software, stupid.&#8221;&nbsp; That&#8217;s where the innovation is.&nbsp; Basically, the point I&#8217;m trying to get across is that all Dell and HP are doing is putting their &#8220;brand&#8221; on a bunch of parts they assemble.&nbsp; They are trying to play the branding game, but they don&#8217;t really control their product line.&nbsp; They&#8217;re trying to pretend they&#8217;re car manufacturers.&nbsp; Yes, a BMW is a nice car, and yes, I&#8217;m probably going to get something better for my money when I buy a BMW than when I buy a Toyota Yaris.&nbsp; However, I see the market Dell and HP play in different than that.&nbsp; I think it&#8217;s more like the market for Gas.&nbsp; Sure, there are slight differences between how <a href="http://en.wikipedia.org/wiki/Royal_Dutch_Shell">Royal Dutch Shell</a> and <a href="http://en.wikipedia.org/wiki/ExxonMobil">Exxon Mobil</a> refine crude oil into <a href="http://en.wikipedia.org/wiki/Gasoline">gasoline</a>, but gas from either one still combusts the same way.&nbsp; Both the oil companies and the box makers are taking a commodity [crude oil | windows + metal + plastic + silicon chips] and turning it into another commodity [gasoline | a PC]</p>
<p>This is Microsoft&#8217;s model.&nbsp; They have come to this place of dominance where the manufacturers make whatever it is that Bill gives them the plans to make.&nbsp; This is Microsoft&#8217;s plan.&nbsp; They want to be in this special place where they can tell everyone else what to do. (See: <a href="http://en.wikipedia.org/wiki/Ultra-Mobile_PC">Origami</a>) The profit margins are good there!</p>
<p>Apple&#8217;s model is a bit different.&nbsp; They control everything.&nbsp; If they want to do something a little bit differently, they can.&nbsp; If Apple wants to include Firewire in their product line, wham, done.&nbsp; If they want to take their OS, strip it down, and build a special purpose product, they can do that. (AppleTV runs a stripped down OS X)</p>
<p>What does this mean? Apple can do things that Dell and HP can&#8217;t.&nbsp; Because they own their operating system, but for greater reasons, because they have the engineering capability to do it, they can build whatever product they want, and they can make it integrate with a number of other products you already have or can buy from them.&nbsp; They are in a unique position that NOBODY else is in.&nbsp; Sony can&#8217;t compete with this, because their PCs have to conform to Windows, and Dell doesn&#8217;t do anything original.&nbsp; Rather, Dell doesn&#8217;t TRY to do anything original because it&#8217;s not part of *their* business model.</p>
<p>What does this mean for the future?&nbsp; This is the point of this post.&nbsp; Apple is the new Sony.&nbsp; Apple, in the age of connected devices, has such control over their products, that they are capable of producing the kind of &#8220;consumer electronics&#8221; that we want to buy.</p>
<p>Here&#8217;s the theory.&nbsp; Consumer electronics devices are getting more complicated.&nbsp; They are basically becoming custom purpose PCs.&nbsp; Dell and HP and the like are limited to giving us what Microsoft says they give us, which is Windows (and maybe if you pay more you can get some extra features).&nbsp; Apple can produce a single purpose computer in the way that Dell cannot.&nbsp; This is exactly what&#8217;s happening with the AppleTV.&nbsp; So, Apple can leverage its OS / Application Development expertise into building customized, single purpose boxes.&nbsp; Because of this, it&#8217;s going to look like Apple is becoming a &#8220;consumer electronics&#8221; company.&nbsp; In other words, because of Apple&#8217;s unique position, they have and will continue to outdo the likes of Sony to the point where Apple will BECOME the next Sony.</p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=89</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dear Apple, I want to give you money but you don&#8217;t let me.</title>
		<link>http://emergent.urbanpug.com/?p=88</link>
		<comments>http://emergent.urbanpug.com/?p=88#comments</comments>
		<pubDate>Wed, 02 May 2007 15:38:18 +0000</pubDate>
		<dc:creator><![CDATA[matt]]></dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://emergent.urbanpug.com/?p=88</guid>
		<description><![CDATA[Apple,I like your products.&#160; My wife and I own several iPods, and I&#8217;m getting closer and closer to switching my desktop to Mac.&#160; I want to buy an AppleTV, but you see, you&#8217;re not letting me.&#160; I want a good device hooked up to my tv, and the AppleTV looks like it could be what &#8230; <a href="http://emergent.urbanpug.com/?p=88" class="more-link">Continue reading <span class="screen-reader-text">Dear Apple, I want to give you money but you don&#8217;t let me.</span></a>]]></description>
				<content:encoded><![CDATA[<p>Apple,<br />I like your products.&nbsp; My wife and I own several iPods, and I&#8217;m getting closer and closer to switching my desktop to Mac.&nbsp; I want to buy an AppleTV, but you see, you&#8217;re not letting me.&nbsp; I want a good device hooked up to my tv, and the AppleTV looks like it could be what I want.&nbsp; However, no codec support basically makes the product useless to me.</p>
<p>What am I gonna watch?&nbsp; The shows I recorded with my Tivo? The shows I recorded with my Windows Media Center PC?&nbsp; No! You won&#8217;t let me.&nbsp; The video clips I recorded with my camera, the home movies, etc.&nbsp; They&#8217;re not in your format, so you won&#8217;t let me play those either.</p>
<p>Basically, all I can watch is content I buy from you or podcasts.&nbsp; Now,<br />
I&#8217;m a fan of <a href="http://www.tikibartv.com">Tiki Bar TV</a>, <a href="http://www.revision3.com/diggnation">Diggnation</a>, and the like, but that&#8217;s not<br />
going to cut it.&nbsp; I&#8217;m not going to buy a 300 dollar device just to buy<br />
content from you.&nbsp; You have to let me use the device with MY content.</p>
<p>&#8220;But you want me to buy content from the ITMS,&#8221; you say.&nbsp; Well, yeah, I can understand that.&nbsp; However, I&#8217;m not going to buy your device in the first place if it doesnt play my content.&nbsp; I look at it this way: If i had an AppleTV, I probably would occasionally buy a movie or missed tv episode.&nbsp; The same thing happened with the ipod.&nbsp; I got it, and occasionally, I bought a song.</p>
<p>If you&#8217;re not going to let the appletv play various formats, at least give out a free [* &#8211;&gt; H.264] transcoder.&nbsp; Would it be that hard?&nbsp; <a href="http://www.videora.com/en-us/Converter/AppleTV/">Videora already has one out</a>, but they&#8217;ve got an agenda, and I don&#8217;t like that their &#8220;Videora iPod converter&#8221; auto-loads and sits in my system tray every time I reboot.&nbsp; I&#8217;d much prefer that YOU, apple, give us a quality tool that does the job.&nbsp; Well, that or make the AppleTV more useful to me than a $300 brick that doesn&#8217;t do what I want.</p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://emergent.urbanpug.com/?feed=rss2&#038;p=88</wfw:commentRss>
		<slash:comments>-36</slash:comments>
		</item>
	</channel>
</rss>
