<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Dillon Amburgey's Blog</title>
	
	<link>http://blog.dillona.com</link>
	<description>A selection of my thoughts</description>
	<lastBuildDate>Thu, 24 Jun 2010 16:57:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DillonAmburgey" /><feedburner:info uri="dillonamburgey" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>40.463079</geo:lat><geo:long>-88.373106</geo:long><item>
		<title>Enabling apache mod_rewrite on Debian 5.0 (Sarge)</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/0d3WCxFgCpo/</link>
		<comments>http://blog.dillona.com/2010/06/24/enabling-apache-mod_rewrite-on-debian-5-0-sarge/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 16:57:29 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=55</guid>
		<description>By default, mod_rewrite is not enabled on Debian 5.0. There is a quick fix, however. The module is installed and present in the /etc/apache2/mods-available directory. In order to enable it, it must be copied to the /etc/apache2/mods-enabled directory. This is done by a simple cp command: cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/</description>
			<content:encoded><![CDATA[<p>By default, mod_rewrite is not enabled on Debian 5.0. There is a quick fix, however. The module is installed and present in the /etc/apache2/mods-available directory. In order to enable it, it must be copied to the /etc/apache2/mods-enabled directory. This is done by a simple cp command:</p>
<pre>cp /etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=0d3WCxFgCpo:mmyJwodBsho:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=0d3WCxFgCpo:mmyJwodBsho:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=0d3WCxFgCpo:mmyJwodBsho:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=0d3WCxFgCpo:mmyJwodBsho:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=0d3WCxFgCpo:mmyJwodBsho:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=0d3WCxFgCpo:mmyJwodBsho:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2010/06/24/enabling-apache-mod_rewrite-on-debian-5-0-sarge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2010/06/24/enabling-apache-mod_rewrite-on-debian-5-0-sarge/</feedburner:origLink></item>
		<item>
		<title>Moving WP Super Cache across servers</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/WNk9ZFOTS54/</link>
		<comments>http://blog.dillona.com/2010/06/24/moving-wp-super-cache-across-servers/#comments</comments>
		<pubDate>Thu, 24 Jun 2010 16:46:47 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=52</guid>
		<description>After my recent migration away from MediaTemple, I noticed my blog wasn&amp;#8217;t as fast as I expected. As it turned out, WP Super Cache was broken by the transfer. It relies on absolute paths being set in the PHP scripts. This is simple to fix but not so simple to detect. It displays no errors. [...]</description>
			<content:encoded><![CDATA[<p>After my recent migration away from MediaTemple, I noticed my blog wasn&#8217;t as fast as I expected. As it turned out, WP Super Cache was broken by the transfer. It relies on absolute paths being set in the PHP scripts.</p>
<p>This is simple to fix but not so simple to detect. It displays no errors. There is no indication to determine if this has happened unless you view the source of a page that should be cached. Towards the bottom will be an error.</p>
<pre>&lt;!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! --&gt;</pre>
<p>The solution is simply to edit that file with the correct, updated paths. It should look something like this:</p>
<pre>
<div id="_mcePaste">&lt;?php</div>
<div id="_mcePaste"># WP SUPER CACHE 0.8.9.1</div>
<div id="_mcePaste">function wpcache_broken_message() {</div>
<div id="_mcePaste">if ( false == strpos( $_SERVER[ 'REQUEST_URI' ], 'wp-admin' ) )</div>
<div id="_mcePaste">echo "&lt;!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! --&gt;";</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">if ( !include_once( '/nfs/c02/h03/mnt/30738/domains/blog.dillona.com/html/wp-content/plugins/wp-super-cache/' . 'wp-cache-phase1.php' ) ) {</div>
<div id="_mcePaste">if ( !@is_file( '/nfs/c02/h03/mnt/30738/domains/blog.dillona.com/html/wp-content/plugins/wp-super-cache/' . 'wp-cache-phase1.php' ) )</div>
<div id="_mcePaste">register_shutdown_function( 'wpcache_broken_message' );</div>
<div id="_mcePaste">}</div>
<div id="_mcePaste">?&gt;</div>
</pre>
<p>Once the paths are updated to their correct values, WP Super Cache may be turned back on via its settings page.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=WNk9ZFOTS54:CPCROej1Gs4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=WNk9ZFOTS54:CPCROej1Gs4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=WNk9ZFOTS54:CPCROej1Gs4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=WNk9ZFOTS54:CPCROej1Gs4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=WNk9ZFOTS54:CPCROej1Gs4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=WNk9ZFOTS54:CPCROej1Gs4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2010/06/24/moving-wp-super-cache-across-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2010/06/24/moving-wp-super-cache-across-servers/</feedburner:origLink></item>
		<item>
		<title>Anatomy of Project 365</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/-dVZsuRhY5U/</link>
		<comments>http://blog.dillona.com/2010/02/10/anatomy-of-project-365/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 23:39:42 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[project365]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=49</guid>
		<description>With the recent launch of my Project 365 website, I thought some people might be interested in what technology went into creating it. Server-side Rackspace Cloud Servers &amp;#8211; This was my first use of Rackspace, and I&amp;#8217;m actually quite happy with the service. The price is very reasonable, and the customer service is some of [...]</description>
			<content:encoded><![CDATA[<p>With the recent launch of <a href="http://project365.dillona.com">my Project 365 website</a>, I thought some people might be interested in what technology went into creating it.</p>
<h1>Server-side</h1>
<ul>
<li><a href="http://www.rackspacecloud.com/cloud_hosting_products/servers">Rackspace Cloud Servers</a> &#8211; This was my first use of Rackspace, and I&#8217;m actually quite happy with the service. The price is very reasonable, and the customer service is some of the best I have worked with.</li>
<li><a href="http://www.rackspacecloud.com/cloud_hosting_products/files">Rackspace Cloud Files</a> &#8211; While in many regards I like Amazon S3 better, I chose Cloud Files because of the free bandwidth to my server and for the deep integration with the Limelight CDN network. Each photo that is viewed from Project 365 is served through that CDN, and this ensures the fastest and most reliable experience possible.</li>
<li><a href="http://www.debian.org/">Debian 5.0 (Sarge)</a> &#8211; Ubuntu is the new superstar in the Linux world, and I think it&#8217;s a great operating for a novice user looking for a stable desktop. For a production server, however, I&#8217;m a firm believer in Debian. Releases are slow and deliberate, and I can be certain that every piece of software has been tested.</li>
<li><a href="http://www.postgresql.org/">PostgreSQL</a> &#8211; I&#8217;m not certain why so many people use MySQL. PostgreSQL has a ton more features, and its future isn&#8217;t tied to <a href="http://www.oracle.com/index.html">a corporation with a history of killing good products</a>. This was my first experience with PostgreSQL, and I&#8217;m very happy with that choice so far.</li>
<li><a href="http://nginx.org/">nginx</a> &#8211; Apache is the 800-pound gorilla in the web server world, but it was simply overkill for what I needed with this site. I opted to go with the light-weight nginx, which is the only web server that WordPress.com found to be usable for their workloads.</li>
<li><a href="http://www.modrails.com/">Phusion Passenger</a> &#8211; Combined with Ruby Enterprise Edition, this is simply the fastest, most memory-efficient method of running a production Ruby on Rails server. Recent support of nginx made the choice a no-brainer.</li>
<li><a href="http://www.rubyenterpriseedition.com/">Ruby Enterprise Edition</a> &#8211; On average this reduces memory usage by 33%. Consider me sold.</li>
<li><a href="http://rubyonrails.org/">Rails 2.3</a> &#8211; I happen to like Python better than Ruby, but there is simply no competition between Django and Rails. Rails is the perfect implementation of the MVC design paradigm. When it came time to design this site, Rails was the clear choice.</li>
</ul>
<h1>Development-side</h1>
<ul>
<li><a href="http://macromates.com/">TextMate</a> &#8211; TextMate is by no means the perfect Ruby editor, but I use it for basically everything. Bundles are great, and it provides me with a consistent experience across any programming or markup language that I&#8217;m using.</li>
<li><a href="http://git-scm.com/">git</a> &#8211; I admit that I am by no means a revision control expert. This is a crowded space, and with no prior experience I made this choice based on technical merits alone. I believe that the distributed nature of it is perfect for the chance that I have to work with another developer, and its speed is incredible.</li>
<li><a href="https://github.com/">GitHub</a> &#8211; I use GitHub primarily as the primary location to store my code. When I am done with my local changes, I upload them there. When it is time to load a new version of the site on a server, it pulls it from there. This also provides me with a remote backup of my code in case something happens to my laptop. It is easily worth the monthly fee.</li>
<li><a href="http://gitx.frim.nl/">GitX</a> &#8211; GitX is still early-stage software, and it lacks a lot of features. For what I&#8217;m doing, though, it&#8217;s still nice to have a native OS X program to set up my commits. I still have to dip into the command line to do any heavy lifting, though.</li>
<li><a href="http://www.capify.org/">capistrano</a> &#8211; To be honest I don&#8217;t really even like capistrano. It&#8217;s extremely buggy software, and I&#8217;m considering writing a functional alternative. For the time being, though, it is what I use to deploy my code to my server.</li>
<li><a href="http://www.sqlite.org/">SQLite</a> &#8211; It&#8217;s lightweight, public-domain, and file-based. In other words, its the perfect database to use on a development machine.</li>
<li><a href="http://www.adobe.com/products/photoshop/photoshop/">Photoshop CS4</a> &#8211; Like everyone else, I use Photoshop to edit images. Right now the site design is very spartan (read: bad). In the future, I&#8217;m going to make a proper logo as well as a decent design. This site, however, was primarily designed for my usage, so this isn&#8217;t a priority.</li>
</ul>
<h1>Internals</h1>
<ul>
<li><a href="http://github.com/technoweenie/restful-authentication">restful_authentication</a> &#8211; One of the de facto authentication solutions for Rails, it provided a nice base for me to build my authentication system upon. It needs some patches for common tasks, and a lot of functionality has to be added in order to get a fully-featured authentication system.</li>
<li><a href="http://github.com/technoweenie/attachment_fu">attachment_fu</a> &#8211; This handles all photo uploads. It&#8217;s actually a really nice plugin that I use with very few patches. It comes with Cloud Files integration, and with <a href="http://blog.dillona.com/2010/01/18/using-rackspace-servicenet-with-rails/">only a little extra work</a> it is near perfect.</li>
<li><a href="http://github.com/rackspace/ruby-cloudfiles">cloudfiles</a> &#8211; I&#8217;ve written about my issues with this gem in the past, but despite a few annoyances it&#8217;s really solid. I&#8217;m actually quite impressed with Rackspace for taking the initiative to release this. Most companies would just release an API and leave the process of building wrappers to the community.</li>
<li><a href="http://seattlerb.rubyforge.org/ImageScience.html">image_science</a> &#8211; RMagic would be overkill for this site. All I need is something to resize images for previews and thumbnails. image_science is perfect for this task, and it sports a small memory footprint.</li>
<li><a href="http://github.com/mmangino/facebooker">facebooker</a> &#8211; Right now the Facebook integration is pretty minimal. Login is the main goal through Facebook Connect, but there are also places to post to Facebook (for example after uploading a new photo). JavaScript is the main way to communicate to Facebook, so I don&#8217;t actually use this plugin very much. It is used, though, so I felt that it should be included in the list.</li>
<li><a href="http://wiki.github.com/mislav/will_paginate/">will_paginate</a> &#8211; This pretty much speaks for its self. I use this on the index pages in order to only show a certain number of photos per page. This is a basic feature that should be included in Rails, but for now the only way to do it is through a plugin.</li>
</ul>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=-dVZsuRhY5U:LPUVR_iixEI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=-dVZsuRhY5U:LPUVR_iixEI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=-dVZsuRhY5U:LPUVR_iixEI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=-dVZsuRhY5U:LPUVR_iixEI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=-dVZsuRhY5U:LPUVR_iixEI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=-dVZsuRhY5U:LPUVR_iixEI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2010/02/10/anatomy-of-project-365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2010/02/10/anatomy-of-project-365/</feedburner:origLink></item>
		<item>
		<title>Using Rackspace Servicenet with Rails</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/1VNjMuus5tE/</link>
		<comments>http://blog.dillona.com/2010/01/18/using-rackspace-servicenet-with-rails/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 04:55:18 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[rackspace]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=45</guid>
		<description>One of the reasons that I use Rackspace Cloud Files and Cloud Servers is that the data transferred between the two is free. As such, it struck me as odd when I discovered the network interface which handles such communication hadn&amp;#8217;t been used on my server. Upon some further digging, it was in fact clear that I [...]</description>
			<content:encoded><![CDATA[<p>One of the reasons that I use Rackspace Cloud Files and Cloud Servers is that the data transferred between the two is free. As such, it struck me as odd when I discovered the network interface which handles such communication hadn&#8217;t been used on my server. Upon some further digging, it was in fact clear that I had been charged for all of my data between the two.</p>
<p>The trick is that a different host name must be connected to for the requests to be processed over the internal network (and hence for free). Luckily, the &#8216;cloudfiles&#8217; Ruby gem has a poorly documented way to do this. All you have to do is set an environmental variable named &#8220;RACKSPACE_SERVICENET&#8221;.</p>
<p>I accomplished this by adding the following code to the end of my production environmental configuration file:</p>
<pre># Enable Rackspace Servicenet usage

# Uses eth1 to send free traffic to Cloud Files

ENV['RACKSPACE_SERVICENET'] = "true"</pre>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=1VNjMuus5tE:MU9BCQBwWIQ:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=1VNjMuus5tE:MU9BCQBwWIQ:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=1VNjMuus5tE:MU9BCQBwWIQ:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=1VNjMuus5tE:MU9BCQBwWIQ:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=1VNjMuus5tE:MU9BCQBwWIQ:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=1VNjMuus5tE:MU9BCQBwWIQ:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2010/01/18/using-rackspace-servicenet-with-rails/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2010/01/18/using-rackspace-servicenet-with-rails/</feedburner:origLink></item>
		<item>
		<title>I’ve found my dream job</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/b1vGIjQlGnM/</link>
		<comments>http://blog.dillona.com/2010/01/13/ive-found-my-dream-job/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 22:45:20 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=42</guid>
		<description>This fun tidbit was in ArsTechnica&amp;#8217;s post about the Google-China situation: Fun fact: Google&amp;#8217;s security team managed to penetrate one of the servers being used by the attackers, which was how the full extent of the attack—more than 30 companies—was revealed. Where do I sign up to be a hacker for one of the most [...]</description>
			<content:encoded><![CDATA[<p>This fun tidbit was in ArsTechnica&#8217;s <a href="http://arstechnica.com/tech-policy/news/2010/01/google-and-china-the-attacks-and-their-aftermath.ars">post about the Google-China situation</a>:</p>
<blockquote><p>Fun fact: Google&#8217;s security team managed to penetrate one of the servers being used by the attackers, which was how the full extent of the attack—more than 30 companies—was revealed.</p></blockquote>
<p>Where do I sign up to be a hacker for one of the most technologically advanced companies on the planet?</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=b1vGIjQlGnM:HlmmbpV8hU8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=b1vGIjQlGnM:HlmmbpV8hU8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=b1vGIjQlGnM:HlmmbpV8hU8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=b1vGIjQlGnM:HlmmbpV8hU8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=b1vGIjQlGnM:HlmmbpV8hU8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=b1vGIjQlGnM:HlmmbpV8hU8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2010/01/13/ive-found-my-dream-job/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2010/01/13/ive-found-my-dream-job/</feedburner:origLink></item>
		<item>
		<title>2010 Will Be the Year of Location</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/bxC9LhaRu0k/</link>
		<comments>http://blog.dillona.com/2010/01/11/2010-will-be-the-year-of-location/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 07:43:39 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[foursquare]]></category>
		<category><![CDATA[gowalla]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[prediction]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=36</guid>
		<description>Foursquare and Gowalla will be this year&amp;#8217;s Twitter. This will occur for a number of reasons: Twitter&amp;#8217;s wide-spread adoption has people used to the idea of real-time updates. Privacy is dead. With the advent of Twitter, people realized that the inane details of their lives will be posted and distributed in real-time and that nobody [...]</description>
			<content:encoded><![CDATA[<p><a title="Foursquare" href="http://www.foursquare.com">Foursquare</a> and <a title="Gowalla" href="http://www.gowalla.com">Gowalla</a> will be this year&#8217;s Twitter.</p>
<p>This will occur for a number of reasons:</p>
<ol>
<li><strong>Twitter&#8217;s wide-spread adoption has people used to the idea of real-time updates. </strong>Privacy is dead. With the advent of Twitter, people realized that the inane details of their lives will be posted and distributed in real-time and that nobody can control what is spread. At this point, I&#8217;m not going to argue whether that is a good thing or a bad thing, but there is no denying that it is true. The natural extension of this idea is that it will soon be public knowledge where you are located at any point in time. Twitter has dabbled with this idea, but I do not expect them to package it in as seamless experience as Foursquare and Gowalla deliver.</li>
<li><strong>Smartphones are now ubiquitous. </strong>Five years ago only business executives had phones which could be used to check e-mail. The Blackberry was the end all and be all of the smartphone in America. Today there are new players in the game, and the market is growing at an extraordinary rate. After the failure of the Newton, Apple is back in the mobile business. Google threw its hat in the game by releasing the Android operating system and, more recently, the Nexus One phone. Smartphones are everywhere, and many of them are location-enabled.</li>
<li><strong>An increasing number of phones support geolocation and internet access. </strong>In the past, even many smartphones did not have GPS functionality. That was reserved for the absolute highest-end devices. Today every iPhone comes with built-in a GPS, forcing every serious competitor to include one as well. Combined with a mature SDK, location data become easy to access by applications such as these. With the widespread adoption of mobile internet access, this can be uploaded to a centralized service to be displayed.</li>
</ol>
<p>The timing could not be better for these companies. These services have already experienced <a title="Comparison of Foursquare and Gowalla growth" href="http://siteanalytics.compete.com/foursquare.com+gowalla.com/">phenomenal growth</a>. Foursquare has recently <a title="Foursquare going global" href="http://mashable.com/2010/01/08/foursquare-everywhere/">announced</a> that it is going global, allowing users to post from any city. They no doubt realize that they are incredibly positioned in an emerging market, and they want to dominate this space. They are getting ready to release a new iPhone client, and their Android client is one of the most popular applications on the platform. They are also developing a Blackberry client application in order to cover the majority of location-enabled smartphones. Gowalla is taking a more niche approach by only having an iPhone client.</p>
<p>Like with Twitter, this isn&#8217;t about the money. Foursquare and Gowalla have not and can not charge for use. That would be suicide in every way. Make no mistake: the winner will be determined by number of users, not how well those users are monetized. Later I&#8217;ll post more about how I think these businesses can monetize their services while still gaining users and attention.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=bxC9LhaRu0k:GZHQZA0pI28:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=bxC9LhaRu0k:GZHQZA0pI28:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=bxC9LhaRu0k:GZHQZA0pI28:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=bxC9LhaRu0k:GZHQZA0pI28:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=bxC9LhaRu0k:GZHQZA0pI28:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=bxC9LhaRu0k:GZHQZA0pI28:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2010/01/11/2010-will-be-the-year-of-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2010/01/11/2010-will-be-the-year-of-location/</feedburner:origLink></item>
		<item>
		<title>My first iPhone application released</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/zs2jESdDe2k/</link>
		<comments>http://blog.dillona.com/2009/11/05/my-first-iphone-application-released/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 04:10:52 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[zippy]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=33</guid>
		<description>My first application, Zippy, has been approved by Apple and is available on the App Store! It&amp;#8217;s a simple location-based application that uses your current location to look up your zip code. It can also search based on a provided city and state. It was a really interesting experience developing this. I had never used [...]</description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-34" title="Large-Icon" src="http://blog.dillona.com/wp-content/uploads/2009/11/Large-Icon-300x300.png" alt="Large-Icon" width="300" height="300" />My first application, <a title="iTunes link" href="itms://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=334653832&amp;mt=8&amp;s=143441">Zippy</a>, has been approved by Apple and is available on the App Store!</p>
<p>It&#8217;s a simple location-based application that uses your current location to look up your zip code. It can also search based on a provided city and state.</p>
<p>It was a really interesting experience developing this. I had never used Objective-C before, and this was my first application on the OS X platform. It was also my first project using the <a href="http://git-scm.com/">git</a> version control system. I learned a ton, and maybe one day I will post about some of my more interesting discoveries.</p>
<p>Now, I&#8217;m hard at work on Zippy V1.5, which will have an expanded feature set as well as a few fairly major bug fixes. The two main things I&#8217;m planning to include in this release are maps and city and state information in addition to the zip code.</p>
<p>I&#8217;m also working on a few other projects that I will have news on soon. This includes another iPhone app (this time for musicians) and a web service (for businesses).</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=zs2jESdDe2k:RQY-xThknG0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=zs2jESdDe2k:RQY-xThknG0:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=zs2jESdDe2k:RQY-xThknG0:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=zs2jESdDe2k:RQY-xThknG0:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=zs2jESdDe2k:RQY-xThknG0:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=zs2jESdDe2k:RQY-xThknG0:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2009/11/05/my-first-iphone-application-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2009/11/05/my-first-iphone-application-released/</feedburner:origLink></item>
		<item>
		<title>Find inactive computers in Active Directory</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/xD0-ffniHsc/</link>
		<comments>http://blog.dillona.com/2009/07/14/find-inactive-computers-in-active-directory/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 15:36:14 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[activedirectory]]></category>
		<category><![CDATA[server2003]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=25</guid>
		<description>This has been a particularly troublesome problem today, and I thought I&amp;#8217;d help others out by sharing the fix that I found. Active Directory can easily get littered with unused computers in large organizations, and before today, I didn&amp;#8217;t know how to find and remove them. On computers with the Server 2003 Support Tools installed, [...]</description>
			<content:encoded><![CDATA[<p>This has been a particularly troublesome problem today, and I thought I&#8217;d help others out by sharing the fix that I found.</p>
<p>Active Directory can easily get littered with unused computers in large organizations, and before today, I didn&#8217;t know how to find and remove them.</p>
<p>On computers with the Server 2003 Support Tools installed, you can use dsquery to find inactive computers. For example to find computers that have been inactive for 13 weeks, you can use &#8220;dsquery computer -inactive 13 -limit 0&#8243;</p>
<p>That list can be used to automatically delete them from AD using &#8220;dsquery computer -inactive 13 -limit 0 | dsrm&#8221;</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=xD0-ffniHsc:SX3pD3cDIX8:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=xD0-ffniHsc:SX3pD3cDIX8:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=xD0-ffniHsc:SX3pD3cDIX8:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=xD0-ffniHsc:SX3pD3cDIX8:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=xD0-ffniHsc:SX3pD3cDIX8:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=xD0-ffniHsc:SX3pD3cDIX8:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2009/07/14/find-inactive-computers-in-active-directory/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2009/07/14/find-inactive-computers-in-active-directory/</feedburner:origLink></item>
		<item>
		<title>Mention in This Week in Startups</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/Msb7At2_uis/</link>
		<comments>http://blog.dillona.com/2009/05/23/mention-in-this-week-in-startups/#comments</comments>
		<pubDate>Sat, 23 May 2009 19:01:23 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[podcasting]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=22</guid>
		<description>I got a shout out in Jason Calacanis&amp;#8217;s new podcast, This Week in Startups. It&amp;#8217;s a cool show with interactive Twitter features. If you&amp;#8217;re interested in startups or business, it&amp;#8217;s a must watch.</description>
			<content:encoded><![CDATA[<p>I got a shout out in Jason Calacanis&#8217;s new podcast, <a title="This Week in Startups" href="http://thisweekinstartups.com/">This Week in Startups</a>.<br />
It&#8217;s a cool show with interactive Twitter features. If you&#8217;re interested in startups or business, it&#8217;s a must watch.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=Msb7At2_uis:3Zd2swscmWY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=Msb7At2_uis:3Zd2swscmWY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=Msb7At2_uis:3Zd2swscmWY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=Msb7At2_uis:3Zd2swscmWY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=Msb7At2_uis:3Zd2swscmWY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=Msb7At2_uis:3Zd2swscmWY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2009/05/23/mention-in-this-week-in-startups/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2009/05/23/mention-in-this-week-in-startups/</feedburner:origLink></item>
		<item>
		<title>Trans-Siberian Orchestra</title>
		<link>http://feedproxy.google.com/~r/DillonAmburgey/~3/SY9IWBNqxcQ/</link>
		<comments>http://blog.dillona.com/2008/12/23/trans-siberian-orchestra/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 03:37:44 +0000</pubDate>
		<dc:creator>Dillon Amburgey</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[TSO]]></category>

		<guid isPermaLink="false">http://blog.dillona.com/?p=13</guid>
		<description>I had the pleasure Sunday of going to see a Trans-Siberian Orchestra concert in Nashville, TN. This was my first TSO show, and I found the band to be absolutely amazing. I would venture to say that Al Pitrelli (lead guitar) impressed me more than Angus Young of AC/DC fame did when I saw them. [...]</description>
			<content:encoded><![CDATA[<p>I had the pleasure Sunday of going to see a Trans-Siberian Orchestra concert in Nashville, TN. This was my first TSO show, and I found the band to be absolutely amazing. I would venture to say that Al Pitrelli (lead guitar) impressed me more than Angus Young of AC/DC fame did when I saw them. Alison Zlotow also had incredible stage presence for an electric violinist.</p>
<p><a href="http://www.flickr.com/photos/dillona/3128530092/in/photostream"><img class="alignright" title="Trans-Siberian Orchestra Lighting" src="http://farm4.static.flickr.com/3119/3128530092_78399ccc8b.jpg" alt="" width="270" height="203" /></a><br />
The lighting was absolutely breathtaking. I figured I would never see another light show as elaborate or perfectly synchronized as Nine Inch Nails. I was pleasantly surprised.<br />
My seat wasn&#8217;t what I usually hope for when I go to a concert. I typically like to be within the first 15 rows by the stage. I got my tickets the day of the show, and I figured as long as I was on the floor it wouldn&#8217;t be too bad. This turned out to be a blessing, I believe, because being father back gave me a better view of the lighting and of the overall stage.</p>
<p>They had an elaborate pyrotechnic display featuring fire both on the stage and on the floor behind the audience. Lasers were also featured, with green light spanning across the arena in a style that reminded me of Coldplay.</p>
<p>I hope to see them again in the future, and you are doing yourself a great disservice if you don&#8217;t at least check out their CDs. <a href="http://www.amazon.com/gp/product/B0002ZDVGS?ie=UTF8&amp;tag=baywebdes-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B0002ZDVGS">The Lost Christmas Eve</a> is my favorite.</p>
<p style="text-align: left;">Check out more photos in <a href="http://www.flickr.com/photos/dillona/sets/72157611453154141/">my flickr set</a>.</p>
<div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=SY9IWBNqxcQ:FZlR6OZrRb4:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=SY9IWBNqxcQ:FZlR6OZrRb4:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=SY9IWBNqxcQ:FZlR6OZrRb4:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=SY9IWBNqxcQ:FZlR6OZrRb4:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?i=SY9IWBNqxcQ:FZlR6OZrRb4:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/DillonAmburgey?a=SY9IWBNqxcQ:FZlR6OZrRb4:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/DillonAmburgey?d=qj6IDK7rITs" border="0"></img></a>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.dillona.com/2008/12/23/trans-siberian-orchestra/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.dillona.com/2008/12/23/trans-siberian-orchestra/</feedburner:origLink></item>
	</channel>
</rss><!-- Dynamic page generated in 0.210 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-06-30 11:51:13 -->
