<?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>Bill Erickson&#187; technology</title>
	<atom:link href="http://www.billerickson.net/tag/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billerickson.net</link>
	<description>WordPress Consulting</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:32:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Quickly find books at library</title>
		<link>http://www.billerickson.net/quickly-find-books-at-library/</link>
		<comments>http://www.billerickson.net/quickly-find-books-at-library/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 07:19:41 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[book-review]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/?p=1181</guid>
		<description><![CDATA[Here's a script you can use in Firefox to see if a book is at your local library.]]></description>
			<content:encoded><![CDATA[<p>When I come across an interesting book review or recommendation from a friend, I go straight to Amazon, read a little about it, and if I&#8217;m still interested I add it to <a href="http://www.amazon.com/wishlist/2Y7PMW4MGB3BB">my wish list</a>. Then when I need some books to read, I go through and see if any on my list are already at the local library. About every three months I buy 5-10 of the one&#8217;s that aren&#8217;t at the library.</p>
<p>I was looking for an easier way to do my library lookup today. On Twitter, <a href="http://twitter.com/milsyobtaf/status/2402684158">milsyobtaf</a> suggested a Firefox bookmarklet, and after playing around with it I decided to just write a quick script for Ubiquity to do the lookup (<a href="http://labs.mozilla.com/projects/ubiquity/">Ubiquity</a> is a very cool text-based add-on to firefox).  In case anyone else is interested, here&#8217;s how you do it:</p>
<ol>
<li>Install <a href="http://labs.mozilla.com/projects/ubiquity/">Ubiquity</a> if you don&#8217;t already have it.</li>
<li>Open Ubiquity (not sure what the default command is, I have mine set to Alt + Space) and type help.</li>
<li>Click &#8220;Your Commands&#8221; at the top</li>
<li>Copy/paste this code in there:<br />
<code>CmdUtils.CreateCommand({<br />
name: "library search",<br />
takes: {"query": noun_arb_text},<br />
execute: function(directObject) {<br />
var url = "https://libcat.tamu.edu/cgi-bin/Pwebrecon.cgi?&amp;HIST=1&amp;DB=local&amp;SL=none&amp;Search_Arg={QUERY}&amp;Search_Code=GKEY^*&amp;CNT=50"<br />
var query = directObject.text;<br />
var urlString = url.replace("{QUERY}", query);<br />
Utils.openUrlInBrowser(urlString);<br />
}<br />
})</code></li>
<li>Go to your local library&#8217;s website, find the catalog search, do a search for something, and then copy the url of the results page. Paste the url above where it says <code>var url = " ... "</code></li>
<li>In the url, change whatever you searched for to {QUERY}. For example, if I searched for Vonnegut, the above url would have in it <code>...Search_Arg=Vonnegut&amp;...</code> . This is the part that will get replaced when you do a search.</li>
</ol>
<p>That&#8217;s it! Now open Ubiquity (Alt + Space on my computer), start typing &#8220;library&#8221;, once you see your library search option press space then type your search, hit Enter and it should do a library search for you.</p>
<p>Another way to search Ubiquity is to select text, then open ubiquity and start typing &#8220;library.&#8221; It will use your selected text as the search query. So, on this page highlight Kurt Vonnegut, then open Ubiquity, type library, and press Enter.</p>
<p>&#8212;</p>
<p>If you have a book recommendation, please leave them as a comment or <a href="mailto:bill.erickson@gmail.com">email me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/quickly-find-books-at-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Redesign</title>
		<link>http://www.billerickson.net/site-redesign/</link>
		<comments>http://www.billerickson.net/site-redesign/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 14:13:31 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[schedule]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://billerickson.net.s7893.gridserver.com/?p=252</guid>
		<description><![CDATA[At WordCamp I decided that it's about time I cleaned this place up. Instead of having 4 websites, I've combined them into one. I've also more clearly illustrated my focus on Wordpress Consulting.]]></description>
			<content:encoded><![CDATA[<p>Once again, I redesigned my website. While at WordCamp last week I decided I really need to improve the SEO of my site, and pull everything together into a single website.</p>
<p>A few months ago I switched www.billerickson.net to Tumblr so that I could them to aggregate all my content from other places (twitter, comments on other blogs, photos&#8230;). I kept my blog at blog.billerickson.net, my resume at cv.billerickson.net, and my consulting website at www.ericksonmediagroup.com.</p>
<p>Now I&#8217;ve built a single site that hosts everything. I might make a few changes to the lifestream after <a href="http://www.gigaom.com">GigaOM</a> releases <a href="http://dev.gigaom.com">GigaPrologue</a>, but we&#8217;ll see.</p>
<p>This redesign also better shows my focus on WordPress Consulting. I&#8217;ve been doing this for the past few years, but under the guise of &#8220;Web Design.&#8221; I&#8217;ve found that by getting specific and telling everyone you&#8217;re a WordPress Dev, it seems to result in more workflow.</p>
<p>What do you think of it?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/site-redesign/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ongoing problems with Windows</title>
		<link>http://www.billerickson.net/ongoing-problems-with-windows/</link>
		<comments>http://www.billerickson.net/ongoing-problems-with-windows/#comments</comments>
		<pubDate>Sat, 05 Jan 2008 15:37:33 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.billerickson.net/index.php/2008/01/05/ongoing-problems-with-windows/</guid>
		<description><![CDATA[I have two Windows pc&#8217;s that run Snapstream&#8217;s BeyondTV and are connected to my TV&#8217;s. It works great&#8230;when it works. The weak link here isn&#8217;t Snapstream, their software is amazing; it&#8217;s Windows. We got a virus or something about a month ago, which had been getting progressively worse. It got to the point where I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>I have two Windows pc&#8217;s that run <a href="http://www.snapstream.com">Snapstream&#8217;s BeyondTV</a> and are connected to my TV&#8217;s. It works great&#8230;when it works. The weak link here isn&#8217;t Snapstream, their software is amazing; it&#8217;s Windows.</p>
<p>We got a virus or something about a month ago, which had been getting progressively worse. It got to the point where I&#8217;d get popups while watching TV. So after Christmas I decided I&#8217;d fix it by formatting the computer and reinstalling everything. It&#8217;s been two weeks and I&#8217;m still working on it.</p>
<p>First, I formatted it with the dell restore cd that came with the computer. It reinstalled windows, but didn&#8217;t come with any drivers. I couldn&#8217;t get online to download them because I didn&#8217;t have drivers for the ethernet. It came with a Drivers CD but that didn&#8217;t work.</p>
<p>I get on my mac and talk with dell support. Talk about terrible support.</p>
<blockquote><p>
Bill Erickson: &#8220;I formatted my Dell using the provided restore CD, and now I&#8217;m trying to install the drivers. the Drivers CD crashes every time it tries to load. I tried downloading the eithernet driver from dell.com, putting it on a flash drive and trasfering it to the computer (because it can&#8217;t connect to the internet without the ethernet driver) but that didn&#8217;t work either.<br />
Bill Erickson: &#8220;can you provide me with an ethernet driver that will work with my computer, so I can connect to windows update and get all the other drivers?&#8221;
</p></blockquote>
<p>That was the first thing I said in the chat. It took over 30 minutes for them to actually give me a link to the driver. BUT, I finally got it.</p>
<p>Once I&#8217;m able to get online, I go to Windows Update to do all the updates and get all the drivers working. Then I try to install BeyondTV. It freezes toward the end of the installation and I&#8217;m forced to end the task. I try to relaunch the installer but it says it&#8217;s already installed. I try to use the software but it never loads after clicking the icon. I try to remove the program from Add/Remove Programs but it doesn&#8217;t show up in there.</p>
<p>I format the comptuer again. I keep the ethernet driver on the external drive connected to the computer (the one that holds all my movies and recorded shows). Format, install driver, windows update, install BeyondTV. Everything&#8217;s going well, but then BeyondTV says there&#8217;s a problem with my TV tuner card. I have the driver for it, and it shows up in the list of TV cards in BeyondTV, it just doesn&#8217;t work. So I give up for the night.</p>
<p>The next day I take a look at it and there&#8217;s all these errors on the screen. &#8220;Can&#8217;t write file to D:/[something].&#8221; I try to open up My Computer but it freezes. I restart, and the external drive doesn&#8217;t show up. Hoping it&#8217;s a problem with the computer, I take the external drive to the other windows box and see if it will work there. No luck. I don&#8217;t know what happened to it but none of my computers are able to see it. Which means I&#8217;ve lost all my movies and tv shows.</p>
<p>I&#8217;m seriously considering buying a mac mini and just using front row to watch movies and DVD&#8217;s. No TV any more. There&#8217;s no good shows out there anyway, and if I do hear about one I like I can download it.</p>
<p>I am so tired of working with windows. When I fix one problem, another shows up, and they progressively get more difficult (or important). I feel like I&#8217;m playing a game I&#8217;ll never be able to win.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/ongoing-problems-with-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing out new comment system &#8211; Intense Debate</title>
		<link>http://www.billerickson.net/intense-debate/</link>
		<comments>http://www.billerickson.net/intense-debate/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 10:17:44 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/09/03/testing-out-new-comment-system-intense-debate/</guid>
		<description><![CDATA[I was invited to the closed beta testing of Intense Debate &#8211; a substitute for the standard comment system that came with my blogging software (WordPress). It offers threaded conversations, a single identity (and reputation) across all blogs using the software, and an easy way for you to track the new comments. So leave a [...]]]></description>
			<content:encoded><![CDATA[<p>I was invited to the closed beta testing of <a href="http://www.intensedebate.com/">Intense Debate</a> &#8211; a substitute for the standard comment system that came with my blogging software (<a href="http://www.wordpress.org">WordPress</a>). It offers threaded conversations, a single identity (and reputation) across all blogs using the software, and an easy way for you to track the new comments.</p>
<p>So leave a comment, test it out a bit, and let me (and the developers) know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/intense-debate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix is the future of TV</title>
		<link>http://www.billerickson.net/netflix-is-the-future-of-tv/</link>
		<comments>http://www.billerickson.net/netflix-is-the-future-of-tv/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 22:41:50 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/08/23/netflix-is-the-future-of-tv/</guid>
		<description><![CDATA[I&#8217;m a big Netflix fan. I&#8217;m also really busy, so I have a hard time keeping up with TV shows (even with a DVR). I just don&#8217;t have time to dedicate each week to a TV show. But I usually have a few hours each week free, so I love having a movie or two [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a big Netflix fan. I&#8217;m also really busy, so I have a hard time keeping up with TV shows (even with a DVR). I just don&#8217;t have time to dedicate each week to a TV show. But I usually have a few hours each week free, so I love having a movie or two waiting for me to watch.</p>
<p>The other day I was at my friend&#8217;s house and they were watching The Office. I decided I wanted to catch up on it, and instead of waiting for the DVD&#8217;s to come in, Netflix made the first two seasons available to watch on Netflix.com. If Netflix had access to more (or all) new content, I&#8217;d stop paying for cable and just use Netflix. They have so much potential, and it would make so much sense.</p>
<p>Imagine sitting down at your TV and having a tivo-like netflix experience. Your customized homepage shows which of your favorite shows have new episodes, and suggestions for other shows you might like. For the first week of a show being available, it has a one commercial in the middle (only need one because they have such great data on you &#8211; super targeted &#8211; and you&#8217;re paying a monthly fee). After the first week the show can be viewed commercial free. Not only can you rank shows (1 to 5 stars), you can rank commercials too. If you liked a commercial, either because it&#8217;s a product you&#8217;re interested in getting or it was just a cool commercial, give it 5 stars. If you see a commercial for the new iMac and you know your friend is looking for a new computer, &#8220;suggest&#8221; it to a friend; when they see it, in the corner it will say &#8220;Suggested by: Bill Erickson.&#8221;</p>
<p>Netflix still charges you $15/month for 15 hours (or however much you want to pay). The commercials provide supplement that so the price doesn&#8217;t get too high. Through a combination of your viewing history, questionnaires (&#8220;Get $5 off next month&#8217;s bills if you answer these 5 questions&#8221;), your ratings of commercials, and friend suggestions, they will have a great &#8220;overall marketing picture&#8221; of you and can push highly targeted ads &#8211; which will make them a huge amount of money for each impression.</p>
<p>Another thing they&#8217;ll need to implement is some way to distinguish individuals from a single plan. A family of four would have 1 Netflix account, but each person would have different viewing habits (and be targeted by different commercials). Allow multiple &#8220;people&#8221; for one paying account, and allow them to maintain their own rankings of shows/movies/commercials, or even just declare a show as one they watch. Weeds might only be watched by one person, but Lost by the whole family.</p>
<p>People seem to think Blockbuster will kill Netflix. There is so much more to Netflix than just &#8220;a place to get movies.&#8221; I&#8217;d even say that Netflix is more like Youtube/Facebook than Blockbuster. It&#8217;s about providing access to all the content I want, whenever I want it. Once you have the content platform established, the social aspect (friends, rankings, and suggestions) add a level of discovery for the user, and more valuable data for Netflix/advertisers.</p>
<p>Who needs a tivo (or worse, broadcast TV) when I can have access to any movie or show, anytime, from any TV or computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/netflix-is-the-future-of-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I can&#039;t wait for a Google Phone</title>
		<link>http://www.billerickson.net/methods-of-communication/</link>
		<comments>http://www.billerickson.net/methods-of-communication/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 18:27:42 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/08/23/methods-of-communication/</guid>
		<description><![CDATA[Am I the only one who hates phone calls? AT&#038;T&#8217;s call quality is terrible &#8211; I can&#8217;t remember the last time I understood everything someone said. And there&#8217;s no way to look it up later like I can with email. For important conversations (like talks with clients), I don&#8217;t trust phones at all; it needs [...]]]></description>
			<content:encoded><![CDATA[<p>Am I the only one who hates phone calls? AT&#038;T&#8217;s call quality is terrible &#8211; I can&#8217;t remember the last time I understood everything someone said. And there&#8217;s no way to look it up later like I can with email. For important conversations (like talks with clients), I don&#8217;t trust phones at all; it needs to be in person or by email.</p>
<p>With talk of a Google phone and Google bidding on the 700mhz spectrum, I&#8217;m hoping my next phone will be one where every call I get shows up in Gmail under &#8220;Talks&#8221; (just like my google talk chats) with a text transcript, or I just won&#8217;t answer the phone and I&#8217;ll get my voicemails in Gmail.</p>
<p>Can&#8217;t wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/methods-of-communication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simplify Media &#8211; Share your iTunes anywhere</title>
		<link>http://www.billerickson.net/simplify-media/</link>
		<comments>http://www.billerickson.net/simplify-media/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 11:34:03 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/07/13/simplify-media-share-your-itunes-anywhere/</guid>
		<description><![CDATA[One of the best features of iTunes is the Shared Music &#8211; anyone on your local network can listen to other music on the network. A company called Simplify Media helps you expand that network to the entire Internet. www.simplifymedia.com You download the application, set up a username and password, and then invite your friends. [...]]]></description>
			<content:encoded><![CDATA[<p>One of the best features of iTunes is the Shared Music &#8211; anyone on your local network can listen to other music on the network. A company called Simplify Media helps you expand that network to the entire Internet.</p>
<p><a href="http://www.simplifymedia.com">www.simplifymedia.com</a></p>
<p>You download the application, set up a username and password, and then invite your friends. When they add you as a friend, your music shows up under their Shared Music, and theirs under yours. You can also log in using your username on a different computer, giving you access to your music somewhere else (I&#8217;m at work right now listening to the music at my house).</p>
<p>It&#8217;s free, but has a little popup amazon ad that lets you buy the music you&#8217;re listening to (you can just minimize this to the dock). Also, playlists don&#8217;t show up under shared music, just a list of all your music.</p>
<p>Check it out and add me as a friend. My screenname is billerickson.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/simplify-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally using Feedburner</title>
		<link>http://www.billerickson.net/finally-using-feedburner/</link>
		<comments>http://www.billerickson.net/finally-using-feedburner/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 23:04:22 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/06/30/finally-using-feedburner/</guid>
		<description><![CDATA[I don&#8217;t know why it took me so long to finally set this up, but I just did. If you&#8217;re reading this in an RSS reader, please re-subscribe using this feedburner url: http://feeds.feedburner.com/BillErickson And if you aren&#8217;t subscribed to my blog, please do Thanks]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know why it took me so long to finally set this up, but I just did. If you&#8217;re reading this in an RSS reader, please re-subscribe using this feedburner url: <a href="http://feeds.feedburner.com/BillErickson">http://feeds.feedburner.com/BillErickson</a></p>
<p>And if you aren&#8217;t subscribed to my blog, please do <img src='http://www.billerickson.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/finally-using-feedburner/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>iPhone v2 (Or, what the iPhone should have been)</title>
		<link>http://www.billerickson.net/iphone-v2/</link>
		<comments>http://www.billerickson.net/iphone-v2/#comments</comments>
		<pubDate>Sat, 30 Jun 2007 12:36:05 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/06/30/iphone-v2-or-what-the-iphone-should-have-been/</guid>
		<description><![CDATA[(photo by lazybone cafe) [Update:] In the comments, Chris pointed out that T-Mobile just announced something similar, a phone that switches over to wi-fi when it has a better connection (ny times article). I love it. But, right now they are only offering it with a basic flip phone. Once they get a Blackberry or [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.flickr.com/photos/lazybonecafe/667419185/"><img alt="iPhone" src="http://farm2.static.flickr.com/1347/667419185_4a61d3cfeb.jpg" /></a></p>
<p>(photo by <a href="http://www.flickr.com/photos/lazybonecafe/">lazybone cafe</a>)</p>
<p><strong>[Update:]</strong> In the comments, Chris pointed out that T-Mobile just announced something similar, a phone that switches over to wi-fi when it has a better connection (<a href="http://www.nytimes.com/2007/07/05/technology/circuits/05pogue.html?_r=1&#038;oref=login">ny times article</a>). I love it. But, right now they are only offering it with a basic flip phone. Once they get a Blackberry or iPhone that I can use with this, I&#8217;m switching.  Does anyone know if I can have my Blackberry Pearl unlocked, buy one of these flip phones, and take the SIM card out of it and put it in my blackberry?</p>
<p>Now, there&#8217;s no arguing that the iPhone is a great new phone. It will cause major &#8211; and much needed &#8211; changes in phone design. But for it to truly be revolutionary, <a href="http://fakesteve.blogspot.com/">El Jobso</a> will need to redefine the phone network.</p>
<p>Most of the major faults with the iPhone can be attributed to its partnership with AT&#038;T.</p>
<ul>
<li>You can&#8217;t use one of your songs as a ringtone &#8211; AT&#038;T is making too much money selling ringtones</li>
<li>There&#8217;s no chat application, and the text message interface was designed to look just like iChat &#8211; AT&#038;T is making too much money on SMS&#8217;s</li>
<li>No one is having aproblem buying an iPhone, but <a href="http://paul.kedrosky.com/archives/2007/06/30/att_causing_maj.html">a bunch of people can&#8217;t activate it because of AT&#038;T</a></li>
</ul>
<p>The phone has now become a mobile computer; voice is simply one application on this device. It&#8217;s time for AT&#038;T and the like to provide JUST the network, not control everything else.</p>
<p>What would the true Jesus Phone be like? I would go to the apple store and buy an iPhone. Somewhere in it there would be a &#8220;Networks&#8221; option, which listed AT&#038;T, Verizon&#8230;. I&#8217;d pick my home wifi and AT&#038;T, and link it with my AT&#038;T network subscription. I&#8217;d use this same subscription with my phone, laptop, and anything else that requires a network connection. You could select multiple networks and the phone would automatically use whichever had the better service (Verizon might work better in Austin, AT&#038;T in Houston, and my home wifi at my house).</p>
<p>For the $X/month I&#8217;d pay AT&#038;T, I&#8217;d get unlimited access to their network. Everything they charge extra for right now (voice, SMS, data), these are all just data moving on their network.  Time Warner doesn&#8217;t charge me based on the number of emails I send/receive, videos I watch, chats I do, or any other way I use their network &#8211; they just charge me monthly for access to that network.</p>
<p>And with this loss of control by the phone network, Steve Jobs would fully be able to deliver â€œThe most revolutionary mobile device in history â€¦ will completely change the way users think about mobile computing.â€</p>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/iphone-v2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Re: The Facebook Problem</title>
		<link>http://www.billerickson.net/the-facebook-problem/</link>
		<comments>http://www.billerickson.net/the-facebook-problem/#comments</comments>
		<pubDate>Sun, 24 Jun 2007 15:33:19 +0000</pubDate>
		<dc:creator>Bill Erickson</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Old]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://www.billerickson.net/2007/06/24/re-the-facebook-problem/</guid>
		<description><![CDATA[I posted this as a comment on Brad Feld&#8217;s The Facebook Problem, but since Doug Williams is commenting on my comment, I thought I&#8217;d post it over here. A change has happened at Facebook and not many have noticed it. As the VCâ€™s and entrepreneurs have become more connected to facebook, the average user (a [...]]]></description>
			<content:encoded><![CDATA[<p>I posted this as a comment on Brad Feld&#8217;s <a href="http://www.feld.com/blog/archives/2007/06/the_facebook_pr.html">The Facebook Problem</a>, but since <a href="http://igudo.wordpress.com/2007/06/23/12/">Doug Williams</a> is commenting on my comment, I thought I&#8217;d post it over here.</p>
<blockquote><p>A change has happened at Facebook and not many have noticed it. As the VCâ€™s and entrepreneurs have become more connected to facebook, the average user (a college student) has become more disconnected.</p>
<p>Facebook as a replacement for TV? It was that 2 years ago, it isnâ€™t any more. As a college student and an entrepreneur (like everyone else in the world, I have a facebook app being released next week) Iâ€™ve seen the change happen. Last year, whenever we &#8211; and by we, I mean college students &#8211; were bored, weâ€™d get on facebook and browse around for a while. Check out some photos, browse friends profilesâ€¦just bounce around on facebook for an hour or so.</p>
<p>But now, facebook has added so much stuff that it isnâ€™t an exploring tool anymore &#8211; theyâ€™ve optimized it to a point where I donâ€™t need to explore. Instead of spending hours jumping around on friends profiles, i can take a quick look at hte news feed. I get text msgs and emails whenever I get a message, tagged in a photo, or any other â€œactionableâ€ item. Iâ€™ve found I only go to facebook now when I need to act on one of these â€œactionableâ€ items; e.g., receive a message, wall post, tagged in a photo.</p>
<p>And itâ€™s not just me. Iâ€™ve been talking to a lot of college students because I want my facebook app to succeed. It had almost been finished before they released the platform &#8211; it originally used the API &#8211; but rebuilt it using the platform, which delayed the launch.</p>
<p>Anyway, almost everyone Iâ€™ve talked to has said the facebook apps now are out of hand. One person even said â€œsomeone should build a facebook like it used to be, no one wants this new facebook anymore but thereâ€™s nothing else thatâ€™s better.â€ Facebook is becoming like digg &#8211; too much noise for exploring (ie, TV replacement), but it still works well as a communication platform. So, we are now using it as a replacement for email, IM and the like.</p>
<p>Iâ€™m not saying facebook is going anywhere &#8211; it is still the best communications platform out there. It has most of my social network already plugged in and I canâ€™t take that to another service (unless itâ€™s built into facebook). But those 250,000 users your application has, they are mostly the same 250,000 users all the other applications have. The vast majority of students arenâ€™t adding any applications. With the huge stream of options, they just blocked the whole thing out.</p>
<p>Itâ€™s going to be much harder for my application to get critical mass at my university because the majority of people just wonâ€™t look at the application &#8211; even if it would be extremely useful to them. People have told me they would have loved my service back before the facebook platform, but now itâ€™s just going to get lost in the noise.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.billerickson.net/the-facebook-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

