<?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>Kris Dahl / Sledgehammer Siteworks</title>
	<atom:link href="http://www.sledge-hammer.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sledge-hammer.net/blog</link>
	<description>Technology, Food and Gasoline</description>
	<pubDate>Wed, 13 Aug 2008 00:23:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Getting Apache 2.2 to work with PHP 5.2 on Windows</title>
		<link>http://www.sledge-hammer.net/blog/2008/08/12/apache-2-2-with-php-5-2/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/08/12/apache-2-2-with-php-5-2/#comments</comments>
		<pubDate>Wed, 13 Aug 2008 00:23:04 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Development]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/?p=58</guid>
		<description><![CDATA[Sad truth of the matter is that I need to be able to access Microsoft SQL from PHP.  The old cross-platform PHP mssql functions are depreciated and will not authenticate with SQL Server 2005 or 2008&#8211;now to access MSSQL stuff, you need to use Microsoft&#8217;s SQL Server 2005 Driver for PHP .  Which is only [...]]]></description>
			<content:encoded><![CDATA[<p>Sad truth of the matter is that I need to be able to access Microsoft SQL from PHP.  The old cross-platform PHP mssql functions are depreciated and will not authenticate with SQL Server 2005 or 2008&#8211;now to access MSSQL stuff, you need to use Microsoft&#8217;s <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=61bf87e0-d031-466b-b09a-6597c21a2e2a&amp;DisplayLang=en">SQL Server 2005 Driver for PHP</a> .  Which is only available for Windows.</p>
<p>I do all my primary development on a Mac, but now I have a Windows dev server for PHP apps that interface with Microsoft SQL.  This new machine runs Vista, and I&#8217;m using all the latest versions&#8211;(Apache 2.2 and PHP 5.2.6).</p>
<p>I&#8217;ve installed PHP on many Windows systems, and usually it is dead simple:</p>
<ul>
<li>Install Apache</li>
<li>Download PHP, Zip Version</li>
<li>Unzip php zip file into c:\php</li>
<li>Copy php.ini-dist to php.ini</li>
<li>Modify the $PATH Environment Variables to include &#8220;c:\php&#8221;.  Reboot for changes to take effect</li>
<li>Append httpd.conf with
<pre style="color: #ffffff; background-color: #000000; font-size: 1.2em" lang="DOS">LoadModule php5_module "c:/php/php5apache2.dll"
AddType application/x-httpd-php .php
PHPIniDir "C:/php"</pre>
</li>
<li>Restart Apache</li>
</ul>
<p>Only this time I was getting an error when I restarted Apache.  Checking the error.log I noticed this error.</p>
<pre style="color: #ffffff; background-color: #000000; font-size: 1.2em" lang="DOS">Cannot load C:/php/php5apache2.dll into server: The specified module could not be found.</pre>
<p>Strange error.  php5apache2.dll does exist and in that location.  I double and triple-checked.  It is there.</p>
<p><strong>Eventually I discovered that if you&#8217;re using Apache 2.2 you need to use the php5apache2_2.dll not php5apache2.dll.</strong> This is not in PHP&#8217;s install.txt documentation, nor does the Apache error log steer you in the right direction.  It should say something like &#8220;unable to load module&#8221; not &#8220;module not found&#8221;.  You&#8217;re just supposed to <em>know</em>.  Nice.</p>
<p>So to recap, do everything the same except instead of putting this in your httpd.conf:</p>
<pre style="color: #ffffff; background-color: #000000; font-size: 1.2em" lang="DOS">LoadModule php5_module "c:/php/php5apache2.dll"</pre>
<p>use:</p>
<pre style="color: #ffffff; background-color: #000000; font-size: 1.2em" lang="DOS">LoadModule php5_module "c:/php/php5apache2_2.dll"</pre>
<p>So if you&#8217;re getting that error message, there is your solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/08/12/apache-2-2-with-php-5-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Great DOJ Summary about Real Estate Anti-Trust</title>
		<link>http://www.sledge-hammer.net/blog/2008/05/29/great-doj-summary-about-real-estate-anti-trust/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/05/29/great-doj-summary-about-real-estate-anti-trust/#comments</comments>
		<pubDate>Fri, 30 May 2008 00:19:28 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<category><![CDATA[real estate]]></category>

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/05/29/great-doj-summary-about-real-estate-anti-trust/</guid>
		<description><![CDATA[I started to care about the Real Estate industry and the anti-competitive practices when I wanted to develop web-based real-estate tools for developers.  I had been looking around at what was out there and found that the offerings from the brokers/agents were tough to use, and didn&#8217;t tie into the geographic components of the market [...]]]></description>
			<content:encoded><![CDATA[<p>I started to care about the Real Estate industry and the anti-competitive practices when I wanted to develop web-based real-estate tools for developers.  I had been looking around at what was out there and found that the offerings from the brokers/agents were tough to use, and didn&#8217;t tie into the geographic components of the market well enough.  There were no maps, limited pictures, etc.  There wasn&#8217;t much else on the market at the time (probably around 2002), and I thought there would be huge consumer demand for good home-buying tools.</p>
<p>What I learned is that it was basically impossible.  The brokers/agents have a strangle-hold on the MLS (Multiple Listing Services) and wouldn&#8217;t allow anyone to access or syndicate the data&#8211;indeed if I partnered with a member agent they would face heavy fines for sharing the data with me.  I was forced to look at alternative and non-definitive data providers like newspapers, craigslist, which were spotty at best.  I read about a lot of similar stories from other <a href="http://blog.seattlepi.nwsource.com/venture/archives/115501.asp">like-minded individuals</a>, discount brokers, FSBO (For Sale By Owner) groups and sellers all of which have butted heads against the industry, who despite supposedly a group of competing independent business acts as one cabal.  The industry as a whole fights anything that make shake up the status quo and encourage competition: discounted listing rates, FSBO listings on the MLS, independent websites, etc.  Despite lawsuits and government investigations, the industry had been able to stay just away from serious legal trouble for anti-competitive practices.</p>
<p>And this is all still true today.  There are some third party websites like Zillow, and the FSBO folks have been making progress, but still face stiffoposition from the real estate industry and MLS folks.</p>
<p>The Federal Trade Comission released a <a href="http://www.usdoj.gov/atr/public/reports/223094.htm">FANTASTIC report</a> about the state of the industry, anti-competitive practices, some proposed solutions, etc.   Despite the dry nature of the content, it is very easy to read and aimed at the average homebuyer or consumer.  Very, very well done.</p>
<p>In any case the Justice Department finally took action and reached a <a href="http://ap.google.com/article/ALeqM5jmPFIM7xiOusTrMG240mqGtQNvpAD90U7HQG0">settlement</a> with the industry&#8211;hopefully it will shake things up a bit and make buying and selling a home a bit better for the consumer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/05/29/great-doj-summary-about-real-estate-anti-trust/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Manually Restore a Dell Computer Running Vista</title>
		<link>http://www.sledge-hammer.net/blog/2008/04/03/how-to-manually-restore-a-dell-computer-running-vista/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/04/03/how-to-manually-restore-a-dell-computer-running-vista/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 00:48:30 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/04/03/how-to-manually-restore-a-dell-computer-running-vista/</guid>
		<description><![CDATA[In my line of work I occasionally have to repair/restore various notebook computers.  I recently had a Dell Inspiron E1505 dropped off at my desk which was having &#8220;Vista Issues&#8221;.
The machine wouldn&#8217;t shut down properly, and had various issues, even after applying updates, searching for spyware, etc.  At some point someone had installed [...]]]></description>
			<content:encoded><![CDATA[<p>In my line of work I occasionally have to repair/restore various notebook computers.  I recently had a Dell Inspiron E1505 dropped off at my desk which was having &#8220;Vista Issues&#8221;.</p>
<p>The machine wouldn&#8217;t shut down properly, and had various issues, even after applying updates, searching for spyware, etc.  At some point someone had installed Vista Home Premium over the factory installed Vista Home Basic that came with the machine.  I figured restoring it to factory defaults would probably be a step in the right direction, but I didn&#8217;t have the factory restore DVD (if indeed they even came with one).  Luckily Dell has a restore partition that includes the factory image.</p>
<p>Normally, to access this restore partition and re-image the computer, you&#8217;d reboot the machine and press CTRL-F11 as it is booting into Windows.  Unfortunately, when you install a new OS over the top of the Dell-tweaked one, you lose this functionality.  So how do you restore the factory image if you don&#8217;t have the factory image installed anymore?</p>
<p>On the D: partition, there is an image file in <em>D:\Dell\Image\</em> falled &#8220;<em>factory.wim</em>&#8220;.  This is the factory image.  In <em>D:\tools\</em> is the necessary Microsoft <em>imagex.exe</em> utility needed to restore the image.</p>
<p>So basically boot up the system into a command line, either using a Vista disk, or even a Windows 98 Boot CD/disk.</p>
<p>Run the following command:</p>
<pre style="color: #ffffff; background-color: #000000; font-size: 1.2em" lang="DOS">
d:\tools\imagex /apply d:\dell\image\factory.wim 1 c:</pre>
<p>The &#8220;1&#8243; argument represents the &#8220;image number&#8221; in the .wim file.</p>
<p>If it is working you&#8217;ll see the following</p>
<pre style="color: #ffffff; background-color: #000000; font-size: 1.2em" lang="DOS">X:\&gt;d:\tools\imagex /apply d:\dell\image\factory.wim 1 c:
ImageX Tool for Windows
Copyright (C) Microsoft Corp. 1981-2005. All rights reserved.

Progress: 0%</pre>
<p>It will take perhaps 5 minutes for the progress meter to start working&#8211;are you suprised?  When was the last time Microsoft gave us a linear progress indicator?  I&#8217;m just happy it didn&#8217;t go backwards.  In all the process took around 20 minutes.</p>
<p>The full <a href="http://technet2.microsoft.com/WindowsVista/en/library/bb068119-1ba6-48c7-9ad7-3ed3f72592e91033.mspx">imagex syntax</a> for imagex with the /apply flag is:</p>
<p><strong>imagex /apply </strong><em>image_file image_number </em><em>image_name image_path</em> {<strong>/check</strong> | <strong>/ref</strong> | <strong>/scroll</strong> | <strong>/verify</strong>}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/04/03/how-to-manually-restore-a-dell-computer-running-vista/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Advice to folks trying to cover stuff up on the Internet: Don&#8217;t Sue</title>
		<link>http://www.sledge-hammer.net/blog/2008/03/07/advice-to-folks-trying-to-cover-stuff-up-on-the-internet-dont-sue/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/03/07/advice-to-folks-trying-to-cover-stuff-up-on-the-internet-dont-sue/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 20:37:10 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/03/07/advice-to-folks-trying-to-cover-stuff-up-on-the-internet-dont-sue/</guid>
		<description><![CDATA[In recent weeks there have been two similar scenarios in which a company has attempted to stiffle or cover-up information that is on the internet by threatening/taking legal action, pulling domains and/or hosting services of certain websites.
This seems like a reasonable course of action, but the issue is that even if the legal arguments win&#8211;the [...]]]></description>
			<content:encoded><![CDATA[<p>In recent weeks there have been two similar scenarios in which a company has attempted to stiffle or cover-up information that is on the internet by threatening/taking legal action, pulling domains and/or hosting services of certain websites.</p>
<p>This seems like a reasonable course of action, but the issue is that even if the legal arguments win&#8211;the cat is already out of the bag.  The information is cached, blogged about, and indeed covered in the media.  <strong>When one threatens legal action against a site, all you&#8217;re going to do is draw more attention to what you&#8217;re trying to cover up.</strong></p>
<p>First example:  <a href="http://www.wikileaks.org">Wikileaks</a>, a site where whistleblowers can anonymously post confidential documents, received documents alleging money laundering, asset hiding and tax evasion practices by <a href="http://www.juliusbaer.com/global/en/Pages/default.aspx">Bank Julius Baer</a>.   When Bank Julius Baer <a href="http://en.wikipedia.org/wiki/Bank_Julius_Baer_vs._Wikileaks_lawsuit">went after </a>Dynadot, Wikileaks&#8217; domain registrar, pulling the wikileak.org domain, it drew intense scrutiny.  Frankly before all this happened I&#8217;d never heard of Wikileaks <strong>or</strong> Bank Julius Baer, and never would have if they hadn&#8217;t draw so much attention to themselves with the legal action.  If they&#8217;d have done nothing, nobody would have ever heard about the scandal, but now, regardless of if the allegations were true, when anyone thinks of Bank Julis Baer, they will think &#8220;money laundering off-shore bank&#8221;.</p>
<p>A similar thing happened with a site called <a href="http://www.howardforums.com">Howard Forums</a>.  A user posted a link to an unprotected XML file on the servers of MobiTV (a mobile streaming video provider), which listed the company&#8217;s unprotected streaming QuickTime URLs that enable anyone on the internet to watch TV for free (albiet in low resoultion form designed for cell phones).  Rather than implement security methods that would prevent this from happening, they decided to <a href="http://www.howardforums.com/showthread.php?p=10765304&amp;posted=1#post10765304%20post%20#49">threaten legal action</a> against the owners of the site under the <a href="http://en.wikipedia.org/wiki/DMCA">DMCA.</a> What ended up happening though, is that by threatening the site, they ended up stirring up a hornet&#8217;s nest of interest from bloggers, forum members, and news site.  Now the information that they are trying to cover up is available from hundreds of different sources.  I&#8217;d never heard of Hardware Forums or MobiTV before but now I know how to get free TV on my mobile phone or computer.</p>
<p>The bottom line is that the Internet is about information&#8211;and once it is out, its out.  There is nothing you can do to put the cat back in the bag.  By attempting to do so, all you&#8217;re going to do is draw more attention to the thing you&#8217;re trying to hide.  You&#8217;re giving validation to your detractors.</p>
<p>When it comes to dealing with false information on the Internet (although it is just as valid for true information) my advice is to ignore it.  Or in the case of when you&#8217;re trying to hide a security breach, just fix the breach as quickly and quietly as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/03/07/advice-to-folks-trying-to-cover-stuff-up-on-the-internet-dont-sue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Selling my Sony DCR-VX2000 Digital Video Camcorder (MiniDV) $1100</title>
		<link>http://www.sledge-hammer.net/blog/2008/02/23/selling-my-sony-dcr-vx2000-digital-video-camcorder-minidv-1100/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/02/23/selling-my-sony-dcr-vx2000-digital-video-camcorder-minidv-1100/#comments</comments>
		<pubDate>Sat, 23 Feb 2008 21:58:14 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/02/23/selling-my-sony-dcr-vx2000-digital-video-camcorder-minidv-1100/</guid>
		<description><![CDATA[


A lot of people feel this is the best MiniDV camcorder ever made, and I love it.  But I haven&#8217;t used it in the last year or so, and it is a waste to have it sit.
A great camera for an aspiring filmmaker or film student, it has a lot of great manual features [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/vx2000/DSC00955.jpg" class="floater" /></p>
<p><img src="/images/vx2000/DSC00961.jpg" class="floater" /></p>
<p><img src="/images/vx2000/DSC00959.jpg" class="floater" /><br />
A lot of people feel this is the best MiniDV camcorder ever made, and I love it.  But I haven&#8217;t used it in the last year or so, and it is a waste to have it sit.</p>
<p>A great camera for an aspiring filmmaker or film student, it has a lot of great manual features that are uncommon on consumer camcorders.  Can adjust the aperature, shutter speeds, manual focus and zoom (on lens), white balance, zebra pattern, etc.  Has an color eyepiece as well as a flip-out LCD screen&#8211;a lot of camcorders these days just have the flip-out screen which isn&#8217;t always enough.  You can also set it in automatic and just point-and-shoot for great results&#8211;it is easy to get great results even if you don&#8217;t have a lot of photography experience!</p>
<p>It is in very good overall shape, everything works perfectly including the on-off rotator switch (which I guess fails sometimes on these units).  It has a couple of light scratches, but I&#8217;ve tried my best to take great care of it.  The only thing I have to mention is that were the microphone mounts to the handle is cracked, but it works perfectly, just have to be a little careful when handling/packing (and obviously don&#8217;t drop it!) not to break it off.  Under normal or even rough conditions you should be fine, but it is possible that it could break if mishandled.  Sony does stock the replacement parts if this should happen and they are inexpensive.</p>
<p><strong>Camera Specs</strong></p>
<ul>
<li>3CCD Progressive Scan (Very Important!)</li>
<li>Built In Stereo Microphone (Sounds Great!)</li>
<li>12X Optical Zoom, 48X Digital Zoom</li>
<li>2.5&#8243; Color LCD Viewfinder</li>
<li>Color Eyepiece Viewfinder</li>
<li>RCA Video Inputs/Outputs</li>
<li>SVideo Input / Output</li>
<li>LANC Remote Support (works great have tested)</li>
<li>Lens hood &amp; cover</li>
<li>Digital Video on MiniDV Tapes</li>
</ul>
<p>The upgraded NP-F750 battery that comes with it is really great.  You can shoot several hours with it.</p>
<p><strong> Comes with a bunch of Accessories</strong></p>
<ul>
<li>2X Telephoto Lens &amp; Covers, Bag</li>
<li>.5X Fisheye / Macro Lens &amp; Covers, Bag</li>
<li>Polorized Filter</li>
<li>UV Filter</li>
<li>Flourecent light filter (for shooting indoors)</li>
<li>Filter case</li>
<li>8 MB Memory Stick</li>
<li>NP-F750 Infolithium Battery</li>
<li>Shoulder/Carrying Strap</li>
<li>AC Power Adapter / Charger</li>
<li>AV Cable (RCA Audio &amp; Video)</li>
<li>New headphones</li>
<li>Original Manual</li>
<li>Lens cleaning cloth and wipes</li>
<li>Hard 1450 Pelican Case with Divider Kit (worth well over $100)</li>
</ul>
<p>Camera  originally retailed for about $3500, accessories worth about $250.</p>
<p>I&#8217;d like <strong>$1100</strong>.</p>
<p>Please only email if you&#8217;re serious and have the money&#8211;it takes a LOT of time dealing with folks that end up flaking out.  Cash and PayPal only (due to check and western union scammers).   Located in Issaquah, WA.  Am willing to ship, but only domestically and only with PayPal.  Buyer to pay actual shipping charges.</p>
<p><img src="/images/vx2000/DSC00956.jpg" /></p>
<p><img src="/images/vx2000/DSC00957.jpg" /></p>
<p><img src="/images/vx2000/DSC00958.jpg" /></p>
<p><img src="/images/vx2000/DSC00960.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/02/23/selling-my-sony-dcr-vx2000-digital-video-camcorder-minidv-1100/feed/</wfw:commentRss>
		</item>
		<item>
		<title>World Pies in Issaquah off to Rocky Start (with me)</title>
		<link>http://www.sledge-hammer.net/blog/2008/02/20/world-pies-in-issaquah-off-to-rocky-start-with-me/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/02/20/world-pies-in-issaquah-off-to-rocky-start-with-me/#comments</comments>
		<pubDate>Thu, 21 Feb 2008 05:33:23 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Food]]></category>

		<category><![CDATA[issaquah.]]></category>

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

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

		<category><![CDATA[world pies]]></category>

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/02/20/world-pies-in-issaquah-off-to-rocky-start-with-me/</guid>
		<description><![CDATA[World Pies, a new pizza joint, recently opened up in my Issaquah Highlands neighborhood
I&#8217;ll preface this with saying that I&#8217;ve been looking forward to having a decent pizza place in town.  Flying Pie Pizzaria has been my main place lately, but it is pretty expensive and they stop delivering pretty early in the evening.  Papa [...]]]></description>
			<content:encoded><![CDATA[<p>World Pies, a new pizza joint, recently opened up in my Issaquah Highlands neighborhood</p>
<p>I&#8217;ll preface this with saying that I&#8217;ve been looking forward to having a decent pizza place in town.  Flying Pie Pizzaria has been my main place lately, but it is pretty expensive and they stop delivering pretty early in the evening.  Papa Johns in Sammamish stopped delivering to Issaquah a while back (and are almost finished with their new Issaquah location), and so I&#8217;ve kinda been in pizza limbo lately.</p>
<p>The restaurant is also a coffee stand which opened earlier this month, and when I  stopped by, they said they would be opening this week.</p>
<p>So tonight I stopped by to give it a shot.  When I walked in, the place was fairly busy, and was greeted by a hostess.  I informed the hostess that I&#8217;d like to place a To-Go order and was told that &#8220;We&#8217;re not doing To-Go orders until next week.&#8221;  Huh?</p>
<p>I took a look around and noticed several tables with &#8220;To-Go&#8221; boxes (presumably with leftovers) sitting on them, which confused me further.  I understand that they are probably doing a soft-opening, but I can&#8217;t help but think that turning away a new customer is a prudent thing for a budding restaurant.  After all, <a href="http://www.usatoday.com/money/smallbusiness/columnist/abrams/2004-05-06-success_x.htm">58% of all restaurants close within the first three years</a>.</p>
<p>At some point I might head back to try the food, but so far I&#8217;m impressed with the service.</p>
<p>If I do head back I&#8217;ll let you know if they were able to change my first impression or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/02/20/world-pies-in-issaquah-off-to-rocky-start-with-me/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ignite Seattle 5</title>
		<link>http://www.sledge-hammer.net/blog/2008/02/19/ignite-seattle-5/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/02/19/ignite-seattle-5/#comments</comments>
		<pubDate>Wed, 20 Feb 2008 07:36:13 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/02/19/ignite-seattle-5/</guid>
		<description><![CDATA[ Got back from Ignite Seattle 5, was a good time had by all.  In general the event was more political and less humor than 4.  30 minutes before the start of the event, the place was already standing-room only, and by the start it was packed to the rafters (literally) again.  [...]]]></description>
			<content:encoded><![CDATA[<p> Got back from <a href="http://www.igniteseattle.com/">Ignite Seattle 5</a>, was a good time had by all.  In general the event was more political and less humor than 4.  30 minutes before the start of the event, the place was already standing-room only, and by the start it was packed to the rafters (literally) again.  There were probably between 350 and 400 people, and folks were getting turned away due to (I assume) fire codes and lack of oxygen&#8230; I&#8217;d say that the event has definitely outgrown the venue.</p>
<p>Ontella was looking for developers, and giving out free drink tickets.</p>
<p>I really enjoyed the talk by Vj Vijai entitlted &#8220;<a href="http://www.hackingtechnicalinterview.com/">Hacking the Technical Interview</a>&#8220;, which, ultimately dealt with psychology of interactions, and influencing people through interaction.</p>
<p>I also enjoyed the talk by <a href="http://www.morethanhuman.org/">Ramez Naam</a> about bottom-up concept in business&#8211;and how democracy has overtaken dictatorships in most other social forms, but not in most businessed.  Naam goes on to discuss ways of integrating a bottom-up structure and ideas into businesses.  He&#8217;s working on a book which I think I may have to pick up.</p>
<p>I was also intrigued by the talk <a href="http://www.meetatthepig.com/" title="Jiglu link tag: Meet at the Pig: a Seattle events calendar for geeks, makers, hackers and worldchangers">Justin Martenstein</a> gave about creating a new &#8217;startup&#8217; in a weekend.</p>
<p>I will post links to the videos of the talks when they are posted.</p>
<p>I also promise to begin working on a talk for the next Ignite!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/02/19/ignite-seattle-5/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Death to Installed Apps That Claim To Require Reboot</title>
		<link>http://www.sledge-hammer.net/blog/2008/02/17/death-to-installed-apps-that-claim-to-require-reboot/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/02/17/death-to-installed-apps-that-claim-to-require-reboot/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 00:02:39 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/02/17/death-to-installed-apps-that-claim-to-require-reboot/</guid>
		<description><![CDATA[Okay, so I&#8217;ve about had it with apps that claim that they require a full system reboot before they can be used, especially on the Mac.
If you are just installing an application, there is no reason to reboot.  So don&#8217;t force me to reboot, or make me manually kill the installer that has a modal [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, so I&#8217;ve about had it with apps that claim that they require a full system reboot before they can be used, especially on the Mac.</p>
<p>If you are just installing an application, there is no reason to reboot.  So don&#8217;t force me to reboot, or make me manually kill the installer that has a modal box with a single &#8220;Reboot&#8221; button, and no way to easily abort/kill the reboot process.</p>
<p>If you are a developer, and you think you have a legitimate need to restart the system, the dialog box should say &#8220;Reboot Now&#8221; or &#8220;Reboot Later&#8221;, giving the user a choice of what to do.</p>
<p>So in the meantime, I&#8217;m going to use this page to call to the carpet those developers who insist on forcing a user reboot.  If you have one to submit, please let me know and I&#8217;ll add it to the list.</p>
<ul>
<li> Logitech - Harmony Remote Software (Works fine without reboot)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/02/17/death-to-installed-apps-that-claim-to-require-reboot/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Netflix Abandons HD DVD in favor of Blu-Ray</title>
		<link>http://www.sledge-hammer.net/blog/2008/02/11/netflix-abandons-hd-dvd-in-favor-of-blu-ray/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/02/11/netflix-abandons-hd-dvd-in-favor-of-blu-ray/#comments</comments>
		<pubDate>Mon, 11 Feb 2008 22:25:34 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[HDTV]]></category>

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

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

		<category><![CDATA[blu-ray]]></category>

		<category><![CDATA[hd-dvd]]></category>

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

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

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/02/11/netflix-abandons-hd-dvd-in-favor-of-blu-ray/</guid>
		<description><![CDATA[So I bought a PS3 this week, and have found it to be an incredible improvement over the XBOX 360 with a HD DVD player&#8211;at least when it comes to watching movies (games are a different matter).
The Playstation 3 is whisper quiet, even when watching movies/playing games, so it can be out in the living [...]]]></description>
			<content:encoded><![CDATA[<p>So I bought a PS3 this week, and have found it to be an incredible improvement over the XBOX 360 with a HD DVD player&#8211;at least when it comes to watching movies (games are a different matter).</p>
<p>The Playstation 3 is whisper quiet, even when watching movies/playing games, so it can be out in the living room, as opposed to mounted in the closet, which is where my 360 lives.</p>
<p>The remote that comes with the HD-DVD player for XBOX 360 is infrared, unlike the rest of it&#8217;s remotes&#8211;which means I can&#8217;t actually use it when the 360 is in the closet.  The PS3 uses bluetooth technology for all of it&#8217;s remotes, so even if I did put it in the closet or not in the line-of-sight, I&#8217;d still be able to use the remote.</p>
<p>So the Blu-Ray is the more convenient method of HD content for me now.</p>
<p>Folks may not know this, but Netflix gives you the option of sending movies out in HD-DVD or Blu-Ray format as a default, and if they don&#8217;t have that format they will send you a normal DVD.  It is a bit hard to find in their help section, so here is the <a href="http://www.netflix.com/MediaSelection/SetPreference">link</a>.</p>
<p>So I changed my preferred format from HD-DVD to Blu-Ray this weekend.</p>
<p>Just in time, I guess because I get this in an email from them Neflix this afternoon:</p>
<blockquote><p>As you may have heard, most of the major movie studios have recently decided to release their high-definition movies exclusively in the Blu-ray format. In order to provide the best selection of high-definition titles for our members, <strong>we have decided to go exclusively with Blu-ray as well</strong>.</p></blockquote>
<p>They will continue to ship out HD-DVD movies for the rest of the year, but will not be buying any new ones.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/02/11/netflix-abandons-hd-dvd-in-favor-of-blu-ray/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ignite Seattle</title>
		<link>http://www.sledge-hammer.net/blog/2008/02/07/ignite-seattle/</link>
		<comments>http://www.sledge-hammer.net/blog/2008/02/07/ignite-seattle/#comments</comments>
		<pubDate>Fri, 08 Feb 2008 00:13:34 +0000</pubDate>
		<dc:creator>kris</dc:creator>
		
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.sledge-hammer.net/blog/2008/02/07/ignite-seattle/</guid>
		<description><![CDATA[So, after six months or more, Ignite Seattle is back at the Capitol Hill Arts Center on February 19th at 7pm.  I suggest coming early and getting a beer, as this is a young, but very popular event&#8211;already outgrowing the CHAC&#8217;s available space (350 people): it will be standing room only.
If your into technology, humor [...]]]></description>
			<content:encoded><![CDATA[<p>So, after six months or more, <a href="http://www.igniteseattle.com/">Ignite Seattle</a> is back at the <a href="http://www.capitolhillarts.com/">Capitol Hill Arts Center</a> on February 19th at 7pm.  I suggest coming early and getting a beer, as this is a young, but very popular event&#8211;already outgrowing the CHAC&#8217;s available space (350 people): it will be standing room only.</p>
<p>If your into technology, humor and business, its the place to be: part seminar, lecture and stand-up comedy, and party = great time.  The premise is pretty simple: each talker/presenter gets to show 20 slides, lasting 15 seconds each for a total of five-minutes.  Usually is about 10 to 15 talks per night.</p>
<p>At previous events they have had a &#8216;Make&#8217; contest or some sort of group activity (paper airplane, <a href="http://conferences.oreillynet.com/cs/et2007/view/e_sess/11919">half-baked dot com</a>) for folks that show up early, doesn&#8217;t look like that is happening this time.</p>
<p>I&#8217;d love to do a talk but am not sure if I can come up with the content / concept and get it submitted in time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sledge-hammer.net/blog/2008/02/07/ignite-seattle/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
