<?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"
	>

<channel>
	<title>a chemical reaction</title>
	<atom:link href="http://www.scottirvin.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scottirvin.net</link>
	<description>a blog by scott irvin</description>
	<pubDate>Thu, 25 Oct 2007 15:01:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>Configuring Ubuntu as a VMware Host</title>
		<link>http://www.scottirvin.net/2007/07/25/configuring-ubuntu-704-as-a-vmware-host/</link>
		<comments>http://www.scottirvin.net/2007/07/25/configuring-ubuntu-704-as-a-vmware-host/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 16:25:40 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2007/07/25/configuring-ubuntu-704-as-a-vmware-host/</guid>
		<description><![CDATA[I love VMware.  And Ubuntu has finally made it feasible to have a stable, mostly secure implementation of VMware available for everybody.  Sure VMware server runs on Windows.  But you don&#8217;t get months of uptime with windows.  Anybody who tells you otherwise is not applying security updates.  Linux is a [...]]]></description>
			<content:encoded><![CDATA[<p>I love VMware.  And Ubuntu has finally made it feasible to have a stable, mostly secure implementation of VMware available for everybody.  Sure VMware server runs on Windows.  But you don&#8217;t get months of uptime with windows.  Anybody who tells you otherwise is not applying security updates.  Linux is a much better server host, and in this post I will explain how to get VMware server installed and running on Ubuntu Feisty.</p>
<p>First you need to install Ubuntu.  I download the Ubuntu Server ISO, as I prefer to set this up using a bare bones system.  I will eventually want to install Xubuntu though, and using the server kernel probably doesn&#8217;t matter much to most people.. so you can use whichever version of Ubuntu you&#8217;d like.  These instructions will go through using Ubuntu Server.</p>
<p>Installing Ubuntu itself is explained a million times on the net, and is really not in the scope of this post.  I did not set up Ubuntu to be a DNS or Lamp server (the only real option Ubuntu Server gives you), ending me up with a bare system and a command prompt.</p>
<p>So the first thing to do here is check for updates.</p>
<blockquote><p>sudo apt-get update<br />
sudo apt-get upgrade</p></blockquote>
<p>This first downloads all the available updates from the Ubuntu repositories, then applies them.  It typically will not actually upgrade the kernel though, so let&#8217;s do that next.</p>
<blockquote><p>sudo apt-get install linux-server</p></blockquote>
<p>Once this completes, reboot the system.</p>
<blockquote><p>sudo shutdown -r now</p></blockquote>
<p>Once you are back up, let&#8217;s install the linux headers and the build essential files.</p>
<blockquote><p>sudo apt-get install linux-headers-server<br />
sudo apt-get install build-essential
</p></blockquote>
<p>Now we&#8217;ve got a nice, updated system.  Let&#8217;s get a graphical interface.</p>
<blockquote><p>sudo apt-get install xubuntu-desktop
</p></blockquote>
<p>This step takes a while, but is pretty painless.  There is one thing to configure here, and that is the available screen resolutions.  As I can rarely remember what the monitors I have support, I err on the high side here, by selecting all the resolutions including 1280 down to the lowest.  Once this is complete, reboot again to get you into your graphical interface.</p>
<blockquote><p>sudo shutdown -r now</p></blockquote>
<p>On boot up, you now will login to XFCE, a more lightweight user interface.  It should be familiar to anybody who is used to Gnome, but even if you&#8217;re not, it&#8217;s pretty simple to explore.  I always make these changes: </p>
<blockquote><p>Right click the taskbar at the top and &#8220;Add New Item&#8221;, adding:<br />
Verve Command Line<br />
System Load Monitor<br />
a Launcher for xfce4-terminal, which is the terminal application  </p></blockquote>
<p>This is very much optional, but it certainly makes things easier to navigate.</p>
<p>Next let&#8217;s adjust the repositories, so that we can tell Ubuntu to include commercial software (such as VMware server).  Click on Applications -> System - Synaptic Package Manager.  Select Settings -> Repositories.</p>
<p>In the first tab, under &#8220;Installable from CD-ROM/DVD&#8221; I always uncheck both options here.  I tend to not have the Ubuntu CD in a convenient place, and unchecking this means that when you install software that originally is on the cd, it will just download it from the net rather than forcing you to find and insert the disk.  This is optional.</p>
<p>In the Third-Party Software tab, click Add.. and in the APT Line field type in:</p>
<blockquote><p>deb http://archive.canonical.com/ubuntu feisty-commercial main</p></blockquote>
<p>Click close.  Synaptic will then likely warn you that the Repositories ahve changed, just hit close there too.  We can just quit out of Synaptic then.</p>
<p>We now need to fire up that terminal program (if you didn&#8217;t add a launcher to the taskbar, you can find the terminal in Applications -> Accessories -> Terminal.  We need to update our apt to include the new repositories.</p>
<blockquote><p>sudo apt-get update</p></blockquote>
<p>Now we can install vmware-server.</p>
<blockquote><p>sudo apt-get install vmware-server</p></blockquote>
<p>This is a fairly large file too, but once it is downloaded you will be prompted to accept a license agreement, then eventually asked for a serial number.  You will need to obtain this number from VMware, but it&#8217;s free and pretty easy.  To have a serial emailed to you, just fill out the form here:</p>
<p>http://register.vmware.com/content/registration.html</p>
<p>Note: be sure to select the proper host Operating Sytem (Linux) on that form, because it seems the serial numbers for VMware Server on Linux and Windows hosts are not interchangeable.  I registered for a pile of keys a while ago, and just refer to the email whenever I need to do this installation.</p>
<p>So ok, now you&#8217;ve got VMware server installed!  You can get into it by clicking Accessories -> System -> VMware Server Console.  Hit Connect with Local Host selected, and you&#8217;re into the interface!  You can now create a new VM, or open an existing one, or whatever you please.  Windows XP?  Ubuntu?  Red Hat?  SuSE?  Haiku?  NetBSD?  Hey whatever Operating System you want to play with, you are now able to do it.</p>
<p>There are just a couple notes.  I usually will add firewall rules to the host, to shore up the security a bit.  I&#8217;ll talk about this in a future post, but firewall builder is my current favorite, which simply is an interface to write up iptables rules.</p>
<p>On a server I also turn off the screensaver.  This is done by going to Applications -> Settings -> Screensaver Settings and changing the Mode to &#8220;Disable Screen Saver&#8221;.</p>
<p>Also, in order to have your VM start up automatically when the host comes on, you will have to select this option in the settings for the particular VM (click the VM menu in VMware Server while you have a VM selected).</p>
<p><!-- Begin Google Adsense code --><br />
<script type="text/javascript"><!--
google_ad_client = "pub-1220039991848358";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
//2007-02-21: Xbox
google_ad_channel = "1968804878";
google_color_border = "333333";
google_color_bg = "000000";
google_color_link = "FFFFFF";
google_color_text = "B3B3B3";
google_color_url = "B3B3B3";
//--></script><br />
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><br />
<!-- End Google Adsense code --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2007/07/25/configuring-ubuntu-704-as-a-vmware-host/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ghosts of aim</title>
		<link>http://www.scottirvin.net/2007/06/29/ghosts-of-aim/</link>
		<comments>http://www.scottirvin.net/2007/06/29/ghosts-of-aim/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 15:06:02 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2007/06/29/ghosts-of-aim/</guid>
		<description><![CDATA[I&#8217;ve often felt that companies like Yahoo and AOL, the companies that have been around for basically as long as the Internet has been popular, should do a username purge.  Lots of usernames for these companies, login names that can easily be remembered by people, go unused as the original holder of that login [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve often felt that companies like Yahoo and AOL, the companies that have been around for basically as long as the Internet has been popular, should do a username purge.  Lots of usernames for these companies, login names that can easily be remembered by people, go unused as the original holder of that login no longer uses the service, or has chosen a new name.  Having to add numbers to every login simply makes things more difficult to remember and more difficult to deal with.  And just try to create a username on Yahoo that is both A) meaningful and B) available without adding digits.  Good luck with that.</p>
<p>One step I&#8217;ve considered as a potential solution is for companies with large username pools to do purges.  If somebody has not logged into their Yahoo login since 1998, chances are they aren&#8217;t going to need it anymore.  The same goes for AOL, which has millions of users on it&#8217;s AOL and AOL Instant Messenger services.  </p>
<p>But that brings up a few problems.  Firstly, how long should the login period be?  Some free email sites, Lycos and Yahoo included, will dump your mailbox if you don&#8217;t login within a certain period of time.  These times are measured in months.  Is it too much to ask that a user login at least once every couple of years to keep their account active?  I don&#8217;t think so.</p>
<p>The second problem is maybe a little &#8220;out there&#8221;, but bear with me.  Say, for example, that I have a list of 10 people on my AIM buddy list.  And let&#8217;s say that some guy I play Counter Strike with from Idaho gets killed in a car accident.  After hearing the news, I may not think to remove him from my buddy list.  AOL purges his screen name eventually, and a new person takes it.  Imagine the shock when several years later I see someone with that screen name sign on!  Now consider the implications if this was a spouse or close friend!  It&#8217;s almost like the girl from <a href=http://en.wikipedia.org/wiki/Serial_Experiments_Lain>Lain</a>!</p>
<p>So I really doubt companies will do this.  If our children and grandchildren and great grandchildren all become eventual users of AIM, expect a completely long and random set of digits to be required as part of their username.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2007/06/29/ghosts-of-aim/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Super Bowl 2007</title>
		<link>http://www.scottirvin.net/2007/02/05/super-bowl-2007/</link>
		<comments>http://www.scottirvin.net/2007/02/05/super-bowl-2007/#comments</comments>
		<pubDate>Mon, 05 Feb 2007 14:49:07 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Sports]]></category>

		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2007/02/05/super-bowl-2007/</guid>
		<description><![CDATA[Well the Super Bowl came and went, it was a good game..  i was up off the couch screaming at that opening kickoff return.. haha.  The commercials were not the most spectacular I&#8217;ve ever seen, but there were some good ones nonetheless.  Here&#8217;s my favorite spot, from Coke (who totally cleaned up [...]]]></description>
			<content:encoded><![CDATA[<p>Well the Super Bowl came and went, it was a good game..  i was up off the couch screaming at that opening kickoff return.. haha.  The commercials were not the most <a href="http://www.youtube.com/watch?v=OYecfV3ubP8">spectacular</a> I&#8217;ve ever seen, but there were some good ones nonetheless.  Here&#8217;s my favorite spot, from Coke (who totally cleaned up over Pepsi who I believe was non-existant) </p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/Whe13CBd654"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/Whe13CBd654" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>And yes, WYOU pulled through (even though Comcast did not), and I was able to get the game in HD!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2007/02/05/super-bowl-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Wonders of HD, Wordpress, Linux, Life</title>
		<link>http://www.scottirvin.net/2007/02/02/the-wonders-of-hd-wordpress-linux-life/</link>
		<comments>http://www.scottirvin.net/2007/02/02/the-wonders-of-hd-wordpress-linux-life/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 18:11:13 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2007/02/02/the-wonders-of-hd-wordpress-linux-life/</guid>
		<description><![CDATA[I haven&#8217;t posted here in a while&#8230;  I&#8217;ve been watching too much HD!  no not really&#8230;  personal life is keeping me busy, but I HAVE actually made some interesting revelations in regards to HD.  A lot of talk over on the AVS forum for my area is in regards to the [...]]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t posted here in a while&#8230;  I&#8217;ve been watching too much HD!  no not really&#8230;  personal life is keeping me busy, but I HAVE actually made some interesting revelations in regards to HD.  A lot of talk over on the AVS forum for my area is in regards to the Super Bowl, which everybody and their brother (if their brother has HD) wants to watch in HD.  And in our area, CBS, this year&#8217;s lucky recipient of the Super Bowl broadcast, does not broadcast in HD.  Well, not until a few days ago when they swapped on their HD feed for over-the-air (OTA) reception.  This, however, doesn&#8217;t help those of us stuck in apartments that face far far away from any signals.  We use cable, and in doing so we are lucky enough to be at the mercy of Comcast.</p>
<p>Now, WTAJ, the CBS affiliate, has been broadcasting HD for a few days, but Comcast has still yet to pick it up.  Why?  Who knows.  But the folks over at the AVS forum have poked around a bit and discovered  that Comcast is carrying WYOU, a CBS affiliate from Scranton, on a digital signal that is hidden from their cable boxes.  I ran a piece of coax to my TV directly last night, scanned through the channels and lo-and-behold, WYOU, broadcasting in perfect HD.</p>
<p>The guesses I&#8217;ve been hearing are that Comcast probably made a deal with WYOU to have them as a backup plan in case WTAJ didn&#8217;t have their act together in time for Super Bowl Sunday.  According to the folks who have been watching the OTA broadcast, they still seem to be working out some of their audio-video sync kinks..  so it remains to be seen what sort of service to expect by this weekend</p>
<p>In other news, I&#8217;ve been doing a lot of work at work (imagine that) on Wordpress, trying to build a new subsystem of it using VMware as opposed to being locked onto a specific piece of hardware.  I tell you what though, VMware is an amazing tool.  With it, you can basically run your server on whatever piece of hardware you want, as long as it has the disk space for your virtual machine, and can run VMware.  If you&#8217;re married to Windows, you can still run it on top of a linux host, and save that virtual machine image for the easiest disaster recovery imaginable.  Your whole server catches on fire and melts down?  Run that backup virtual machine on your desktop PC running XP, or on that spare Linux workstation, or any other computer until you can rebuild the server, and then *ploink* copy it over to the server and you&#8217;re back in business.  I can&#8217;t stress enough how much stress and drama this is capable of preventing for people in my industry.</p>
<p>So wordpress has updated to 2.1.  Crap, i&#8217;ve fallen behind, time to update this bad boy!  If I don&#8217;t return, it&#8217;s been fun.</p>
<p>UPDATE: Everything went just fine, 2.1 is up and running <img src='http://www.scottirvin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2007/02/02/the-wonders-of-hd-wordpress-linux-life/feed/</wfw:commentRss>
		</item>
		<item>
		<title>HD musings (part 2)</title>
		<link>http://www.scottirvin.net/2006/11/05/hd-musings-part-2/</link>
		<comments>http://www.scottirvin.net/2006/11/05/hd-musings-part-2/#comments</comments>
		<pubDate>Sun, 05 Nov 2006 17:19:45 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2006/11/05/hd-musings-part-2/</guid>
		<description><![CDATA[One of the most interesting things that HD programming offers is something that I was completely unaware of prior to getting an HDTV.  When I thought of things being in &#8220;HD&#8221;, I thought only of new programs created specifically for this medium.  I knew the shows on ABC, or ESPN were being broadcast [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most interesting things that HD programming offers is something that I was completely unaware of prior to getting an HDTV.  When I thought of things being in &#8220;HD&#8221;, I thought only of new programs created specifically for this medium.  I knew the shows on ABC, or ESPN were being broadcast in High Definition, filmed with special cameras that allowed the subjects to be captured in the higher detail.</p>
<p>What I didn&#8217;t know was that basically ANY movie that was shot on film can potentially be made into an HD program.  Film is able to capture extremely high amounts of detail, much more than could be shown on televisions.. it is why movie snobs have always stressed the importance of watching movies in theaters where all the detail is visible.</p>
<p>With today&#8217;s technology, old films can be ran through high resolution scanners, giving us a digital version in high definition.  What this means is that old movies, made decades before HD technology, can now be shown in high def, and preserved in a digital format.</p>
<p>One of the most impressive examples of this is shown often on <a href="http://www.inhd.com">INHD</a>.  THey broadcast film of the Olympic games of the 50&#8217;s and 60&#8217;s, shown with details that haven&#8217;t been visible since these shows were perhaps shown in some theaters decades ago.  I think my favorite one was a show of the 1964 summer olympics in Tokyo, which was shown with no narration.. but the expressions of the athletes, coaches and crowd spoke volumes.  It&#8217;s beautiful to be able to see such detail that even the threads in the flags are visible.  (On a side note, I think it is remarkable that I just saw the 1956 Olympics, and while they&#8217;re showing the athletes during their off time, you can see some of them smoking cigarettes while at dinner.  Sign of those times I guess..)<br />
The wider angle of movies is mostly kept with HD programming (although a lot of movies are shot at an ultra wide angle, so a bit of letterboxing is still present).  <a href="http://www.hd.net/">HDnet</a> and INHD along with HBO and others show many full movies, and HD is the best way to see them.  Remember, HD is higher resolution than dvd, so it shows clearer detail.  Until HD-DVD or Bluray become more accessible, HD broadcasts are the best way to see movies in HD.</p>
<p>One of the coolest HD presentations is coming in a few days..  Cinemax will be showing <a href="http://www.cinemax.com/?ntrack_para1=feat_sec3_image">all six Star Wars films, in order</a> (I through VI) in High Definition.  The only other way to see the movies in that detail is in a movie theater.  Too bad I don&#8217;t get Cinemax!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2006/11/05/hd-musings-part-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>living life in high def</title>
		<link>http://www.scottirvin.net/2006/10/27/living-life-in-high-def/</link>
		<comments>http://www.scottirvin.net/2006/10/27/living-life-in-high-def/#comments</comments>
		<pubDate>Fri, 27 Oct 2006 20:07:12 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2006/10/27/living-life-in-high-def/</guid>
		<description><![CDATA[A couple weeks ago I finally decided to go ahead and get a HDTV for my apartment.  I&#8217;d been looking for quite a while, shopping around online and at stores, and decided finally to just get a Best Buy store brand, a 27&#8243; Insignia.  The price was decent..  got it home, hooked it up&#8230;  stuck [...]]]></description>
			<content:encoded><![CDATA[<p>A couple weeks ago I finally decided to go ahead and get a HDTV for my apartment.  I&#8217;d been looking for quite a while, shopping around online and at stores, and decided finally to just get a Best Buy store brand, a 27&#8243; Insignia.  The price was decent..  got it home, hooked it up&#8230;  stuck pixel.</p>
<p>For those who don&#8217;t know what this is, it&#8217;s when one of the thousands of small colored lights (called pixels) that make up a tv screen gets stuck either on a single color, or stuck in the off position.  So I pretty much had a constant dot in one section.  Now, from a distance, this is hardly visible.  Unless you know it&#8217;s there.. in which case you can&#8217;t stop looking at it.  On top of that, I found that the Insignia just didn&#8217;t have the dark black levels that I wanted.  Black on that tv looked more like&#8230; dark gray.<br />
I took that guy back to Best Buy the next day, but they didn&#8217;t have any others so I just got my money back.</p>
<p>That was HDTV #1.</p>
<p>I took my refunded money, went across the street to Walmart, and found a Sanyo tv that was a similar price.   Brought it home and hooked it up and&#8230; sonofabitch, there was a stuck pixel.  A constant blue dot.<br />
That was HDTV #2.</p>
<p>Frustrated, I packed it up and took it back to Walmart, who exchanged it for the same model, which finally has no apparent issues (knock on wood).</p>
<p>So I finally had the TV.  The HD Receiver was another matter.  I had gotten one the morning after I first bought the TV, hooked it up and it worked fine for a couple hours, until all of the guide information was broken, and half my cable channels were missing.  Comcast tech support sent some refresh commands to it but by the next morning it was still broken, so I returned it.</p>
<p>The next night I put in HD receiver #2, and found it had the opposite problem of the first one&#8230; now I got ALL the channels, even all the pay channels, which I shouldn&#8217;t have been getting.  This only lasted a couple hours until I was back to missing most of the programming.  Seriously, I was not having good luck.</p>
<p>I made an appointment to have a tech come out to the apartment, but that day he called me after having done some work outside and things seem to have worked fine since then.</p>
<p>Finally.  It only took like a week.<br />
So my impressions of HD, now that I have it set up finally, are that it is superb..  it makes me really not like watching standard definition (SD) programming.  The problem is, Comcast only has about 10 HD channels at the moment, but I find that the TV is more often on one of those 10 than anything else.  Sports is fantastic in HD, as are nature programming on Discovery.  It&#8217;s only a matter of time until everything is shown this way, and I can&#8217;t wait.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2006/10/27/living-life-in-high-def/feed/</wfw:commentRss>
		</item>
		<item>
		<title>from the mind of a child</title>
		<link>http://www.scottirvin.net/2006/10/05/from-the-mind-of-a-child/</link>
		<comments>http://www.scottirvin.net/2006/10/05/from-the-mind-of-a-child/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 00:51:09 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2006/10/05/from-the-mind-of-a-child/</guid>
		<description><![CDATA[I found this photo album of children&#8217;s letters to God.  It is adorable to see a snapshot of such innocence at such a young age.  I think it is telling to see what voice children use when speaking to God, and how different the interaction of prayer is as someone grows older.
]]></description>
			<content:encoded><![CDATA[<p>I found this photo album of <a href="http://www.slibe.com/publicimage/abe78f10-1914_jpg/">children&#8217;s letters to God</a>.  It is adorable to see a snapshot of such innocence at such a young age.  I think it is telling to see what voice children use when speaking to God, and how different the interaction of prayer is as someone grows older.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2006/10/05/from-the-mind-of-a-child/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Sony&#8217;s Rocky Road</title>
		<link>http://www.scottirvin.net/2006/10/04/sonys-rocky-road/</link>
		<comments>http://www.scottirvin.net/2006/10/04/sonys-rocky-road/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 20:19:23 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Gaming]]></category>

		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/2006/10/04/sonys-rocky-road/</guid>
		<description><![CDATA[It seems to me that Sony has been in the news a heck of a lot lately, and it hasn&#8217;t been anything positive. The PS3 will be released in a month and a half, and yet the amount of negative press is dwarfing the sense of anticipation and buzz that you&#8217;d expect. Just today it [...]]]></description>
			<content:encoded><![CDATA[<p>It seems to me that Sony has been in the news a heck of a lot lately, and it hasn&#8217;t been anything positive. The PS3 will be released in a month and a half, and yet the amount of negative press is dwarfing the sense of anticipation and buzz that you&#8217;d expect. Just today it <a href="http://www.gamespot.com/news/6159254.html">was reported</a> that a poor showing at the Tokyo Game Show had caused speculation that the PS3 will have heat issues.. and several analysts have already shown fears that Sony&#8217;s game division is going to bring them down. Add this to Sony&#8217;s <a href="http://today.reuters.com/news/articlenews.aspx?type=technologyNews&#038;storyID=2006-10-04T102114Z_01_TKV002567_RTRUKOC_0_US-SONY-FUJITSU.xml&#038;WTmodLoc=TechNewsHome_C1_%5bFeed%5d-4">battery woes</a> which they estimate will cost them $170 to $254 million USD, and you have a company that is up against the ropes.<span id="more-7"></span></p>
<p>Now, I&#8217;m not writing Sony&#8217;s obituary here. This company is too far entrenched to allow a few bad mistakes to knock it out. But it might get taken down a few notches in the coming months. The PS3 could have been Sony&#8217;s knockout blow, positioning it as the reigning champion of the gaming world.. but an unfocused attitude toward gaming and an arrogant stance as to what it can force out of a gamer&#8217;s wallet are leading it down a path of difficulty. With PS3 costing $499 to $599 at launch (with competitors Nintendo Wii at $249 and Microsoft Xbox 360 at $299 to $399) they are assuming that money is not a factor. Sure, to some this is certainly the case.. but I&#8217;d venture a guess that it will become more of an issue than Sony recognizes. By the time you&#8217;ve gotten a PS3, another controller and a game or 2, you are literally going to be out HUNDREDS of dollars, much more than if you got the same equipment with the other consoles. Sony is betting that its customers will be taken in on PS3&#8217;s ability to play Bluray High Definition video content. But this is not yet even the standard High Def format.. Sony doesn&#8217;t exactly have <a href="http://en.wikipedia.org/wiki/MemoryStick">a</a> <a href="http://en.wikipedia.org/wiki/Betamax">great</a> <a href="http://en.wikipedia.org/wiki/Minidisk">track</a> <a href="http://en.wikipedia.org/wiki/Universal_Media_Disc">record</a> when it comes to creating dominant media formats. If Bluray fails, PS3 has lost it&#8217;s main advantage over Xbox 360. Some people may say PS3 will have much better graphics, but this has yet to be proved definitively.. and how much different do people really expect them to be? Think Xbox vs Gamecube here&#8230; the differences are negligible.</p>
<p>On top of this all, Sony is facing shortages on PS3 production, and might leave a lot of people turning to Xbox 360 when they can&#8217;t find the newest Sony product on shelves this holiday.</p>
<p>I am no Sony hater, mind you.. I can appreciate some of the sweet technologies that we&#8217;ll find in PS3. I just think the price-point is wrong, the strategy Sony is following is poor, and their future is going to be bumpy. Will they emerge on top, or are they basically handing the reigns to Microsoft with their more-afordable, but nearly-as-capable machine?</p>
<p>We&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2006/10/04/sonys-rocky-road/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Blogs and Comment Spam</title>
		<link>http://www.scottirvin.net/2006/10/04/blogs-and-comment-spam/</link>
		<comments>http://www.scottirvin.net/2006/10/04/blogs-and-comment-spam/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 17:18:53 +0000</pubDate>
		<dc:creator>scott</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.scottirvin.net/?p=3</guid>
		<description><![CDATA[For as long as I&#8217;ve had a blog I&#8217;ve fought against the dreaded enemy: Comment Spam.
Luckily Wordpress has come along and now ships standard with a plugin called Akismet (auto kismet), which claims it will eliminate comment spam.  The setup process was easy enough; you just need an API key from wordpress.com, enable the [...]]]></description>
			<content:encoded><![CDATA[<p>For as long as I&#8217;ve had a blog I&#8217;ve fought against the dreaded enemy: Comment Spam.</p>
<p>Luckily Wordpress has come along and now ships standard with a plugin called <a href="http://akismet.com/">Akismet</a> (auto kismet), which claims it will eliminate comment spam.  The setup process was easy enough; you just need an API key from wordpress.com, enable the plugin and give them the key.  From then on, spam comments should be autoflagged, and hopefully eliminated from your posts.</p>
<p>This post will be a testbed for it.  If spam DOES get through, the system allows you to flag it, so it can learn what should be considered spam.  Hopefully it makes for a more competant and useful blog system&#8230; without the hassle of manually going through each and every comment.</p>
<p>If this turns out to be less effective than I&#8217;d like, I have looked into implementing further captcha methods.  One such method, a simple plugin for wordpress, forces all comment posters to solve a simple math equation prior to posting their comment.  While this is easily identified and solved by a human, it is far less simple for an automated script to identify the problem and form a solution that is compatible with the comment interface.</p>
<p>An alternate, more prohibitive method is to require all posters to register.  For one thing, as a blog reader, I know that most people will not go through the hassle of registering for everybody&#8217;s blog.   And sometimes the most insightful comments will come from those &#8216;anonymous cowards&#8217; who for whatever reason wish to hide their identity.  So a system that rules out anonymous comments entirely simply is not ideal.</p>
<p>So we shall see how this works. <img src='http://www.scottirvin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2006/10/04/blogs-and-comment-spam/feed/</wfw:commentRss>
		</item>
		<item>
		<title>so here i am</title>
		<link>http://www.scottirvin.net/2006/10/03/hello-world/</link>
		<comments>http://www.scottirvin.net/2006/10/03/hello-world/#comments</comments>
		<pubDate>Wed, 04 Oct 2006 00:15:41 +0000</pubDate>
		<dc:creator>sirvin</dc:creator>
		
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i&#8217;m not really one for these first posts and all, i have no idea what to put at the moment, i just know i don&#8217;t want the default wordpress crap in here so i&#8217;ve gotta edit it.
]]></description>
			<content:encoded><![CDATA[<p>i&#8217;m not really one for these first posts and all, i have no idea what to put at the moment, i just know i don&#8217;t want the default wordpress crap in here so i&#8217;ve gotta edit it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.scottirvin.net/2006/10/03/hello-world/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
