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

<channel>
	<title>Technosailor.com&#187; b5media</title>
	<atom:link href="http://technosailor.com/tag/b5media/feed/" rel="self" type="application/rss+xml" />
	<link>http://technosailor.com</link>
	<description>Web Technology and Real Life Merge</description>
	<lastBuildDate>Wed, 17 Mar 2010 22:49:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
		<item>
		<title>HipHop, PHP, and the Evolution of Language</title>
		<link>http://technosailor.com/2010/02/04/hiphop-php-and-the-evolution-of-language/</link>
		<comments>http://technosailor.com/2010/02/04/hiphop-php-and-the-evolution-of-language/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 16:37:41 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[hiphop]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scaling]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=8023</guid>
		<description><![CDATA[A lively little discussion developed over the past few days on the DC-PHP developers mailing list. We have a very active developers group here in the DC area - much larger than most cities, in fact. Part of what makes our group great is the diversity of background and experience that is in the group. More after the jump.]]></description>
			<content:encoded><![CDATA[<p>A lively little discussion developed over the past few days on the DC-PHP developers mailing list. We have a very active developers group here in the DC area &#8211; much larger than most cities, in fact. Part of what makes our group great is the diversity of background and experience that is in the group.</p>
<p>This was front and center over the past few days when one of our members, Hans, <a href="http://groups.google.com/group/washington-dcphp-group/browse_thread/thread/b41c85e76653aae0?hl=en">offered his opinions</a> on Facebook&#8217;s new HipHop for PHP product. We have already <a href="http://technosailor.com/2010/02/02/facebooks-hiphop-and-what-it-means-to-wordpress/">expressed our intent to help make WordPress compliant with HipHop</a>, something that will be beneficial to major WordPress sites like TechCrunch, Mashable, VentureBeat, WordPress.com, the NFL Blogs, the NY Times blogs, the Cheezeburger network (LOLcats, FAILBlog, etc) that carry large amounts of traffic. I hope to be able to consult with some of these organizations on moving into a HipHop system once my head is wrapped around it and WordPress is compliant.</p>
<div id="attachment_8024" class="wp-caption alignleft" style="width: 527px"><a href="http://www.flickr.com/photos/joshunter/2090569277/"><img class="size-large wp-image-8024" title="Photo by Josh Hunter" src="http://technosailor.com/wp-content/uploads/2010/02/2090569277_79bdc78eb5_b-517x690.jpg" alt="Photo by Josh Hunter" width="517" height="690" /></a><p class="wp-caption-text">Photo by Josh Hunter</p></div>
<p>Hans is an extraordinary developer. I have never met him personally, but his depth of knowledge on issues of security and scalability is downright frightening. He offered his own opinion of HipHop on the mailing list and so I&#8217;m going to pick on him a bit:</p>
<blockquote><p>This HipHop thing is interesting, perhaps in much the same way as HipHop music: it feels like a hack.  &#8212; And I mean that respectfully in both cases; I like hip-hop music, and appreciate how it pays homage to R&amp;B roots, remixing/reinterpreting them, etc; and I think that the idea of taking one language and building it out to something else is also something I should support.  After all, I&#8217;ve embroiled myself in code generation tools (e.g. Propel) that are operating on the same philosophical groundwork.  But I also believe that there&#8217;s a general rule like &#8220;if you need code generation, there&#8217;s something wrong [in your design or in the tools you've chosen or ...]&#8221; &#8230; so those tools also feel like hacks.</p></blockquote>
<p>In all of life, there is an evolution that happens. One iteration of something becomes better with improvements over time. This has happened on a micro level inside PHP. Without PHP 3 there would be no PHP 4. Without PHP 4, there would be no PHP 5. Ben Ramsey talked about <a href="http://phpadvent.org/2009/phps-not-just-a-language-by-ben-ramsey">this evolution</a> before Christmas.</p>
<p>Why is it a hack to improve upon the tools used with a language? Is it a hack to use <a href="http://memcached.org/">Memcached</a> with PHP? Is it a hack to run on <a href="http://nginx.org/">nginx</a> instead of Apache or to implement <a href="http://www.fastcgi.com/">FastCGI</a>? All of these are third party software or extensions <em>outside</em> of PHP. So how is HipHop any different?</p>
<blockquote><p>That&#8217;s all fair, but I feel like the problem here is that somewhere a long, long time ago, Facebook *must* have realized that they were going to have scaling problems.  Long before they started having a problem, someone *must* have thought &#8220;maybe a compile-at-runtime language isn&#8217;t the right solution here&#8221;.  I guess to me this cross-compiler is just a public way to admit that PHP is not the right tool for the job, but they&#8217;re stuck with all these developers that only know PHP so it was somehow cheaper to engineer a way to change PHP to C++ than it was to retrain developers on C++ (or, probably more realistic, Java).</p></blockquote>
<p>I responded in that conversation with an only slightly edited response. While I appreciate, and always have appreciated, his frank, honest, high level view of PHP, web security, web applications, etc., he strikes me as somewhat naive and puritanical.</p>
<p>What I can say is *I*, along with dozens of other technology people in and out of DC, in and out of PHP, never look at our initial ideas as scaling ideas. We look at them as ideas and experiments to see if they have legs. In fact, I&#8217;d go so far as to say it is counter-productive to think about scale before thinking of concievability (is that a word?).</p>
<p>There&#8217;s a reason why Rails (God help us) is popular. It&#8217;s a great prototyping tool. You stand up an app quickly and let it into the wild to see if it has legs. Does it go? What are the market influences? What are the<br />
pros and cons? Do we have to adjust?</p>
<p>After a concept is proven, then a solid dev team with solid tech leadership brings in their expertise to see if the idea can be built into something sustainable. As a sidebar, please take a read of Brad Feld&#8217;s very awesome<br />
post from a few years ago &#8220;<a href="http://www.feld.com/wp/archives/2006/05/web-20-the-first-25000-users-are-irrelevant.html">The first 25,000 Users are Irrelevant</a>&#8220;.</p>
<p>My point is, it&#8217;s silly and a waste of resources for startup people to start thinking about how big they <em>might</em> get <em>maybe</em> 5 years down the road. I think you&#8217;d find out that, in most cases, successful technology, web-based companies happened by some dumb luck. Twitter. Facebook. Name-the-popular-app. Dumb luck.</p>
<p>Hey, I&#8217;d even argue that when <strong>too</strong> much comp-sci brain energy goes into an app, you get things like <a href="http://www.wolframalpha.com/">Wolfram Alpha</a>. Cool. But useless. And not nimble enough to actually do the scaling necessary to need all that comp-sci engineering prowess.</p>
<p>Balance, my friend. Balance.</p>
<p>Facebook (and others) start with PHP because PHP is fairly ubiquitous and easy as pie to drop into production. However, there is a point of no return where you are committed to PHP and that&#8217;s where HipHop comes in.</p>
<p>Personally, I wish we had HipHop when I was at <a href="http://b5media.com">b5media</a>. We had a ton of scaling problems with PHP and we were running fully clustered Apache servers (25 deep, if I recall), sharded MySQL across 6ish database servers, and we had massive I/O bottlenecks. We ran <a href="http://eaccelerator.net/">eAccelerator</a> and Memcached and had <a href="http://www.squid-cache.org/">squid</a>-based load balancing and damn if Grey&#8217;s Anatomy or the Oscar&#8217;s didn&#8217;t pin our entire network on <a href="http://technosailor.com/2008/12/04/be-nimble-be-quick/">more than one occasion</a>. What could have happened with an alternate to opcode caching. What could have happened if I had resources to put on developing C++ binaries of our frequently used PHP libraries.</p>
<p>I&#8217;ll tell you. It would have rocked. We were already committed to PHP. We were already committed to WordPress. And when the company started, we were all volunteer resources. There was no assumption that our idea had legs or I think everyone on the team would have quit our jobs immediately and put everything into building that company. It took a year to get there.</p>
<p>This is, for better or for worse, the way companies get started in the real world.</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on February 4, 2010</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2010%2F02%2F04%2Fhiphop-php-and-the-evolution-of-language%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2010%2F02%2F04%2Fhiphop-php-and-the-evolution-of-language%2F';
  addthis_title  = 'HipHop%2C+PHP%2C+and+the+Evolution+of+Language';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=8023&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2010/02/04/hiphop-php-and-the-evolution-of-language/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		<icbm:latitude>39.4313283</icbm:latitude>
	<icbm:longitude>-77.7808187</icbm:longitude>
		</item>
		<item>
		<title>Appearance on the Mediasphere: Blogging Network, Advertising Networks and the Economy</title>
		<link>http://technosailor.com/2009/02/03/appearance-on-the-mediasphere-blogging-network-advertising-networks-and-the-economy/</link>
		<comments>http://technosailor.com/2009/02/03/appearance-on-the-mediasphere-blogging-network-advertising-networks-and-the-economy/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 02:32:37 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[Blog Networks]]></category>
		<category><![CDATA[blogher]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[online advertising]]></category>
		<category><![CDATA[pajamas media]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=7294</guid>
		<description><![CDATA[I had an opportunity to appear on the Mediasphere show with <a href="http://onebyonemedia.com">Jim Turner</a>. I shared my thoughts on the future of online advertising and advertising networks, a topic that came up again this past weekend with the announcement that Pajamas Media, a conservative political blog and advertising, was closing their ad network.

Take a listen.]]></description>
			<content:encoded><![CDATA[<p>I had an opportunity to appear on <a href="http://www.blogtalkradio.com/socialmediasphere/2009/02/04/Blogging-Networks-and-Revenue#">the Mediasphere show</a> with <a href="http://onebyonemedia.com">Jim Turner</a>. I shared my thoughts on the future of online advertising and advertising networks, a topic that came up again this past weekend with the announcement that Pajamas Media, a conservative political blog and advertising, was closing their ad network.</p>
<p>Take a listen.</p>
<p><embed src="http://www.blogtalkradio.com/BTRPlayer.swf?file=http%3A%2F%2Fwww%2Eblogtalkradio%2Ecom%2Fplaylist%2Easpx%3Fshow%5Fid%3D411010&#038;autostart=true&#038;bufferlength=5&#038;volume=100&#038;borderweight=1&#038;bordercolor=#999999&#038;backgroundcolor=#FFFFFF&#038;dashboardcolor=#0098CB&#038;playlistcolor=#999999&#038;playlisthovercolor=#333333&#038;cornerradius=10&#038;callback=http://www.blogtalkradio.com/FlashPlayerCallback.aspx?referrer_url=/show.aspx" width="210" height="108" quality="high" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" menu="false"></embed><img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMzM3MTQyMTQ*MDMmcHQ9MTIzMzcxNDMwMzc*NCZwPTQ1MDk3MiZkPSZnPTImdD*mbz**ZWQxZjM5MmZlZWI*ZTBhYjdhNTA4OGZiMGQwZGUwOQ==.gif" /></p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on February 3, 2009</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2009%2F02%2F03%2Fappearance-on-the-mediasphere-blogging-network-advertising-networks-and-the-economy%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2009%2F02%2F03%2Fappearance-on-the-mediasphere-blogging-network-advertising-networks-and-the-economy%2F';
  addthis_title  = 'Appearance+on+the+Mediasphere%3A+Blogging+Network%2C+Advertising+Networks+and+the+Economy';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=7294&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2009/02/03/appearance-on-the-mediasphere-blogging-network-advertising-networks-and-the-economy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<icbm:latitude>39.296203</icbm:latitude>
	<icbm:longitude>-76.614644</icbm:longitude>
		</item>
		<item>
		<title>Avoiding the Tunnel</title>
		<link>http://technosailor.com/2009/02/03/avoiding-the-tunnel/</link>
		<comments>http://technosailor.com/2009/02/03/avoiding-the-tunnel/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 17:40:03 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[baltimore sun]]></category>
		<category><![CDATA[gravity]]></category>
		<category><![CDATA[sir isaac newton]]></category>
		<category><![CDATA[tribune interactive]]></category>
		<category><![CDATA[tunnel vision]]></category>
		<category><![CDATA[work life balance]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=7290</guid>
		<description><![CDATA[Sir Isaac Newton was a noted genius among geniuses. Most of his lifework is seen culminating in the Law of Gravity and the development of Calculus. This, however, was not his life quest. History tells us that Newton was more concerned with proving that lead could be turned into gold (it can't) and that the Christian understanding of the Trinity was a falsehood. Stories of Newton describe a neurotic man that would often not get out of bed for hours and sometimes forget to eat as he tossed his thoughts around in his head. The story says that calculus was developed as a result of his frustration with mathematics and a will to "force" the universe to bend to his own thinking.

One wonders if his genius wasn't a little by accident.]]></description>
			<content:encoded><![CDATA[<p><img src="http://technosailor.com/wp-content/uploads/2009/02/picture-7.png" alt="picture-7" title="picture-7" width="590" height="114" class="aligncenter size-full wp-image-7292" /></p>
<p>Sir Isaac Newton was a noted genius among geniuses. Most of his lifework is seen culminating in the Law of Gravity and the development of Calculus. This, however, was not his life quest. History tells us that Newton was more concerned with proving that lead could be turned into gold (it can&#8217;t) and that the Christian understanding of the Trinity was a falsehood. Stories of Newton describe a neurotic man that would often not get out of bed for hours and sometimes forget to eat as he tossed his thoughts around in his head. The story says that calculus was developed as a result of his frustration with mathematics and a will to &#8220;force&#8221; the universe to bend to his own thinking.</p>
<p>One wonders if his genius wasn&#8217;t a little by accident.</p>
<p>Most of the time Newton spent on his studies, however, was not devoted to &#8220;real&#8221; science, by any stretch. In fact, all of his experiments and related scientific and mathematical discoveries were a result of his goal regarding lead and the Trinity. In summary, Sir Isaac Newton suffered from tunnel vision.</p>
<p>Tunnel vision tends to plague most people in one way or another. Entrepreneurs focus all their energies on creating businesses that resist the statistical odds and succeed. They devote hours of their days (and nights) and often find relationships in the &#8220;real world&#8221; strained, and end up sacrificing other very important aspects of their lives.</p>
<p>Cause-oriented people tend to make the cause their life passion and goal. I see this a lot here in DC, a city consumed with the political process and pre-loaded with non-profits dedicated to ending human rights violations, feminism, technology policy, gay rights, or war. Inevitably, the conversation ends up surrounding the cause.</p>
<p>In fact, addictive personality runs the risk of causing tunnel vision in any area of life. Certainly, very few of us border on the level of <em><a href="http://www.thefreedictionary.com/meshuggeneh">meshuggeneh</a></em> that Sir Isaac Newton displayed, yet we all run the risk of getting out of balance if we&#8217;re not careful.</p>
<p>Several years ago, while working at b5media, I found myself incredibly burnt out and on edge. I was working 16 hour days, not because I had to but because I wanted to (tho, at times I had to as well). I was surviving on 4 hours of sleep every night and if I was pulled away from my work to do something else, I became incredibly irritable. Eventually, I recognized my problem and limited myself, when possible, to a normal schedule of 9-5 or similar. I couldn&#8217;t always do this, and I often worked weekends anyway, but I recognized the need for some kind of balance in my life. Eventually, I would take up photography as a hobby and put more time into that.</p>
<p>Last night, I spent time with folks from <a href="http://www.tribuneinteractive.com/">Tribune Interactive</a> and the <a href="http://baltimoresun.com">Baltimore Sun</a>. The night before, I watched the Super Bowl with folks from <a href="http://gannett.com">Gannett</a>. The night before that, I chatted with a few political operatives over a beer.</p>
<p>At the end of the day, stepping outside of comfort zones and participating in things that are untypical keeps people well rounded. It makes them more worldly and understanding of people not like themselves. In a society clamoring for inclusion and diversity, being positioned to understand, even if not agree with, other people is an important trait to have.</p>
<p>Do you spend time outside of your circles or on hobbies and activities?</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on February 3, 2009</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2009%2F02%2F03%2Favoiding-the-tunnel%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2009%2F02%2F03%2Favoiding-the-tunnel%2F';
  addthis_title  = 'Avoiding+the+Tunnel';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=7290&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2009/02/03/avoiding-the-tunnel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<icbm:latitude>39.296203</icbm:latitude>
	<icbm:longitude>-76.614644</icbm:longitude>
		</item>
		<item>
		<title>Be Nimble, Be Quick, Grow</title>
		<link>http://technosailor.com/2008/12/04/be-nimble-be-quick/</link>
		<comments>http://technosailor.com/2008/12/04/be-nimble-be-quick/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 17:23:42 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[greys anatomy]]></category>
		<category><![CDATA[greys anatomy news]]></category>
		<category><![CDATA[sean walberg]]></category>
		<category><![CDATA[systems]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=7004</guid>
		<description><![CDATA[Last night I spent the evening rubbing shoulders with some of the best and brightest traditional (and some online) marketers in the Capital <del datetime="2008-12-04T17:08:34+00:00">Wasteland</del> Region at a holiday party (There are many of them this time of year, are there not?).

As I stood there talking with a frequent reader of this blog, who also happened to work at Potomac Tech Wire, we got to discussing lessons learned from various times in our careers. I remember distinctly one of these moments from my days at b5media, which challenged me to remember that even though you think you know your job, career, industry or environment... you really don't.

It was a Thursday night, like any other Thursday night. My son was in bed and my wife and I were dlipping around channels. One of our favorite shows, <a href="http://cbs.com/theunit">The Unit</a> had just gone off at 10pm when all of the sudden, my Blackberry started buzzing. Annoyed, I glanced at it and saw alerts pouring in that the b5media servers were going down.]]></description>
			<content:encoded><![CDATA[<p>Last night I spent the evening rubbing shoulders with some of the best and brightest traditional (and some online) marketers in the Capital <del datetime="2008-12-04T17:08:34+00:00">Wasteland</del> Region at a holiday party (There are many of them this time of year, are there not?).</p>
<p>As I stood there talking with a frequent reader of this blog, who also happened to work at <a href="http://potomactechwire.com/">Potomac Tech Wire</a>, we got to discussing lessons learned from various times in our careers. I remember distinctly one of these moments from my days at b5media, which challenged me to remember that even though you think you know your job, career, industry or environment&#8230; you really don&#8217;t.</p>
<p>It was a Thursday night, like any other Thursday night. My son was in bed and my wife and I were dlipping around channels. One of our favorite shows, <a href="http://cbs.com/theunit">The Unit</a> had just gone off at 10pm when all of the sudden, my Blackberry started buzzing. Annoyed, I glanced at it and saw alerts pouring in that the b5media servers were going down.</p>
<p>In those early days, I was the only full time tech person with b5media but <A href="http://ertw.com">Sean</a> was putting in some hours as well. Both our Blackberrys were going off. Off to work, we went, at 10:05 pm.</p>
<p>It took awhile to go through the normal routines of checkup, because things were not responding at all. Finally logging in, Sean managed to dig around at all the usual traffic suspects but didn&#8217;t find any of them getting any kind of significant traffic. Trolling around more, we found out actually that <a href="http://greysanatomynews.com">this site</a> was doing tremendously well after an episode ended minutes before with a cliffhanger that made fans think the main character was dead. If I recall, we were serving approximately 10,000 requests every second.</p>
<p>How would we have known, as non-Grey&#8217;s Anatomy fans that this was coming? What warning did we have? Fortunately, when the 1am shift arrived and the west coast had their opportunity to freak and panic and start hitting the site, we were expecting the surge.</p>
<p>It goes to show that when doing business with an internet audience, you can make assumptions (or fail to make assumptions) but it&#8217;s the things you <em>don&#8217;t</em> know that will take you down if you don&#8217;t appropriately adjust and grow with each learning opportunity.</p>
<p>As I discussed the sale of eBooks and MP3s with a marketer last night, it was the concept of transparency being not only <em>great</em> but <em>required</em> to make meaningful sales online, I wonder if that knowledge she now knows will help her in her online business.</p>
<p>Be smart, be wise, and learn where you can. It can make the difference in your online business.</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on December 4, 2008</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2008%2F12%2F04%2Fbe-nimble-be-quick%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2008%2F12%2F04%2Fbe-nimble-be-quick%2F';
  addthis_title  = 'Be+Nimble%2C+Be+Quick%2C+Grow';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=7004&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/12/04/be-nimble-be-quick/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<icbm:latitude>39.197947</icbm:latitude>
	<icbm:longitude>-76.821612</icbm:longitude>
		</item>
		<item>
		<title>Sucks to be a Blog Network These Days</title>
		<link>http://technosailor.com/2008/10/04/sucks-to-be-a-blog-network-these-days/</link>
		<comments>http://technosailor.com/2008/10/04/sucks-to-be-a-blog-network-these-days/#comments</comments>
		<pubDate>Sat, 04 Oct 2008 17:32:02 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[aol]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[bloggers]]></category>
		<category><![CDATA[cutbacks]]></category>
		<category><![CDATA[economy]]></category>
		<category><![CDATA[gawker]]></category>
		<category><![CDATA[layoffs]]></category>
		<category><![CDATA[profy]]></category>
		<category><![CDATA[Techcrunch]]></category>
		<category><![CDATA[valleywag]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=4549</guid>
		<description><![CDATA[Having come from the blog space, I have a mostly unique understanding of the difficulties encountered when running a content business. There is always a war between traffic and community, profitability and loss, long term projections and short term realities. It's not an easy business.]]></description>
			<content:encoded><![CDATA[<p>Having come from the blog network space, I have a mostly unique understanding of the difficulties encountered when running a content business. There is always a war between traffic and community, profitability and loss, long term projections and short term realities. It&#8217;s not an easy business.</p>
<p>It&#8217;s even more challenging when you&#8217;re a blog network. Unlike more traditional style content companies like <a href="http://www.newscorp.com/">Newscorp</a> (owners of MySpace, AskMen.com and FoxSports.com) or the <a href="http://nytimes.com">New York Times</a>, blog networks attempt to take a relatively new medium, a blog, and lump it together with other relatively new media &#8211; blogs. There&#8217;s no counter-balance of strengths and weakness. They are all blogs, possessing the same inherent strengths and weaknesses.</p>
<p>One of the core problems with the &#8220;traditional&#8221;, if there is such a thing in the space, blog networks &#8211; and really any online media &#8211; is that the business model almost always comes back to advertising models of revenue generation. Historically, the advertising market has come and gone in a predictably cyclical way.</p>
<p>As expected, the advertising model is taking somewhat of a hit during these difficult economic times and only in the past two days, two major media players in the blog network space have had to cut pay, create layoffs or otherwise cut costs due to an impending, or in some cases already present, decline in online ad revenue.</p>
<p>Gawker Media, the second largest blog network and home to industry favorites <a href="http://gizmodo.com">Gizmodo</a>, <a href="http://gawker.com">Gawker</a>, <a href="http://valleywag.com">Valleywag</a> and <a href="http://lifehacker.com">Lifehacker</a> has announced a restructuring of staff &#8211; <a href="http://valleywag.com/5058760/valleywag-cuts-60-percent-of-staff">laying off 60% of Valleywag staff</a>, as an example, and increasing the staff on their flagship properties. Consolidation is the name of the game in this case.</p>
<p>Likewise, <a href="http://b5media.com">b5media</a> (with whom I worked for several years), had an internal memo leaked (and TechCrunch published) describing <a href="http://www.techcrunch.com/2008/10/02/big-blogger-pay-cuts-at-b5media/">a complete revamp of their compensation system</a> &#8220;to reduce costs&#8221;. Many bloggers are taking significant pay reductions as the company streamlines their burn rate.</p>
<p>This on the heels of <a href="http://www.techcrunch.com/2008/07/24/aol-makes-big-budget-cuts-across-blogs/">AOL/Weblogs Inc layoffs</a> and pay reductions a few months ago and the <a href="http://mashable.com/2008/08/01/profy-editorial-staff-quits/">very public walk-out of Profy staff</a> when pay was to be reduced shortly thereafter.</p>
<p>Let me be clear. If you&#8217;re in the content space, you are dealing in a non-tangible asset. Therefore, the economic rules of asset valuation do not apply. There is no &#8220;market price&#8221;. There is no assessment value. There is no depreciation. If anything, content can <em>appreciate</em> over time. Typical rules do not apply and in a market where investors, advertisers <em>and</em> publishers are trying to identify concrete ideas and assets that they can count on as a sure investment, non-tangible assets will always take a hit.</p>
<p>Publishers, particularly publisher networks, have to look around and identify means to continue to generate non-tangible assets cheaply (yet fairly), and I imagine some models might end up looking to non-tangible compensation (such as community benefits) to acquire new publishers and content.</p>
<p>Problem is, bloggers have this idea that they can be rich by blogging. Some are smarter and think they can simply &#8220;make a living&#8221; by blogging, without ever uttering the rich word. Truth is, unless you&#8217;re a few important people in the world, it&#8217;s not happening. It won&#8217;t happen. There are other meaningful ways to benefit from blogging, and most of them are non-monetary.</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on October 4, 2008</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2008%2F10%2F04%2Fsucks-to-be-a-blog-network-these-days%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2008%2F10%2F04%2Fsucks-to-be-a-blog-network-these-days%2F';
  addthis_title  = 'Sucks+to+be+a+Blog+Network+These+Days';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=4549&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/10/04/sucks-to-be-a-blog-network-these-days/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		<icbm:latitude>40.729861</icbm:latitude>
	<icbm:longitude>-73.991434</icbm:longitude>
		</item>
		<item>
		<title>Feed Subscriptions Are So Important</title>
		<link>http://technosailor.com/2008/08/04/feed-subscriptions-are-so-important/</link>
		<comments>http://technosailor.com/2008/08/04/feed-subscriptions-are-so-important/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 21:11:52 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[Feedburner]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[subscription]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=4214</guid>
		<description><![CDATA[When I left b5media, I had established a base of over 1300 feed subscribers on this blog. I was proud of that because, let's face it, if you aren't a news site breaking news all the time, people are not as inclined to subscribe to a feed.

The feed at that time was hosted via <a href="http://feedburner.com">FeedBurner</a> with whom the network had an enterprise account with. As a member blog of b5media, and one of the folks that tested and pushed FeedBurner on the network, my blog was one of the first hosted under their CNAME policy. The CNAME policy allowed us to brand feeds with b5media (http://feeds.b5media.com as opposed to http://feeds.feedburner.com).]]></description>
			<content:encoded><![CDATA[<p>When I left b5media, I had established a base of over 1300 feed subscribers on this blog. I was proud of that because, let&#8217;s face it, if you aren&#8217;t a news site breaking news all the time, people are not as inclined to subscribe to a feed.</p>
<p>The feed at that time was hosted via <a href="http://feedburner.com">FeedBurner</a> with whom the network had an enterprise account with. As a member blog of b5media, and one of the folks that tested and pushed FeedBurner on the network, my blog was one of the first hosted under their CNAME policy. The CNAME policy allowed us to brand feeds with b5media (http://feeds.b5media.com as opposed to http://feeds.feedburner.com).</p>
<p>Obviously, I had some branding concerns to deal with and I contacted FeedBurner for a solution that would allow me to take control of my feed and retain the subscriber base I had established over a period of time.</p>
<p><strong>FB:</strong> Simple. We can transfer it under your Feedburner account if you&#8217;d like<br />
<strong>Me:</strong> Yeah, let&#8217;s do that.<br />
<strong>FB:</strong> Oh wait, your feed is under the Feedburner Ad Network and so because of financial logistics involved with b5media owning that feed URI, we cannot transfer it. But, you can burn a new feed, delete the old and use 30 day redirection to send people to the new feed.<br />
<strong>Me:</strong> Okay, that makes sense.</p>
<p>And off I went. I burned the new feed, deleted the old with redirection, and looked at numbers over the next few days. My feed subscribers had dropped to almost a third of what they were (down to about 400 subscribers).</p>
<p>By the time I realized that I had been nipped in the bud by the CNAME issue, it was too late and all those subscribers were <em>gone</em> with no way to communicate to them about re-subscription.</p>
<p>Over the past 3 months, I have rebuilt to around 850 &#8211; still a large distance from where I was, but slowly getting there. If you haven&#8217;t re-subscribed yet, <a href="http://www.technosailor.com/feed">please do so now</a>.</p>
<h3>Takeaways</h3>
<p>Feeds are our bread and butter in blogging. Knowing that there are people subscribed to a blog, provides direct value to bloggers. It helps us understand the dissemination of our content and the reach of our audience. We value page-views, obviously, but feed subscriptions may be the most tangible metric of actual reach available.</p>
<p>When you find a blogger that you enjoy, vote with your feet (or clicking finger) and add their blog to <a href="http://google.com/reader">Google Reader</a> or one of the other many feed readers (most of which are free). We really do appreciate it. It makes us feel that the work we&#8217;re putting in is actually making a difference.</p>
<p>Other feeds that we provide:</p>
<ul>
<li><a href="http://feeds.feedburner.com/TechnosailorAaronBrazell">Aaron Brazell</a></li>
<li><a href="http://feeds.feedburner.com/Venturefiles">Venture Files</a> (Entrepreneurship)</li>
<li><a href="http://feeds.feedburner.com/WickedMarketing">Wicked Marketing</a> (Web Marketing)</li>
<li><a href="http://feeds.feedburner.com/TechnosailorSuitcase">SuitCase</a> (Tech Policy)</li>
<li><a href="http://feeds.feedburner.com/TechnosailorEspanol">Contenido EspaÃ±ol</a> (Spanish)</li>
</ul>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on August 4, 2008</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2008%2F08%2F04%2Ffeed-subscriptions-are-so-important%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2008%2F08%2F04%2Ffeed-subscriptions-are-so-important%2F';
  addthis_title  = 'Feed+Subscriptions+Are+So+Important';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=4214&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/08/04/feed-subscriptions-are-so-important/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		<icbm:latitude>39.305784</icbm:latitude>
	<icbm:longitude>-76.743961</icbm:longitude>
		</item>
		<item>
		<title>Landed On My Feet</title>
		<link>http://technosailor.com/2008/06/23/landed-on-my-feet/</link>
		<comments>http://technosailor.com/2008/06/23/landed-on-my-feet/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 03:43:06 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[business development]]></category>
		<category><![CDATA[lijit]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=3215</guid>
		<description><![CDATA[Adjustment ongoing, however I've shown enough promise at this very new role for me that last week I traveled out to Lijit World Headquarters in Boulder, Colorado - a place once described as 50 square miles surrounded by reality - and met the entire team. In addition to a pleasant few days in the mountains and thin air, I was pleased to walk away with a full-time gig. <em>Business Development Manager.</em>]]></description>
			<content:encoded><![CDATA[<p>Back <a href="http://technosailor.com/2008/03/26/departing-b5media/">a few months ago</a>, I announced my departure from <a href="http://b5media.com">b5media</a>. At that time, I really didn&#8217;t know what I would end up doing. At the time, I figured I&#8217;d land on my feet doing something similar (Director of Technologyish) or maybe dip my toes in PR. Lord knows I wanted to get out of technology. No doubt I&#8217;ll be back in technology at some point in my life, but I really needed a break from it and wanted to explore other career paths.</p>
<p>Well, two months went by and when I left b5media, I quickly picked up with <a href="http://lijit.com">Lijit</a> where, instead of dipping my feet in PR or continuing on the technology track, I found myself learning the ropes of Business Development.</p>
<p>Never been here. Never done that.</p>
<p>In typical Aaron fashion, I thought I could storm in and prove all the critics wrong. Wrong. I figured I could identify a bunch of high profile sites and, bam, I&#8217;d prove my mettle.</p>
<p>Wrong.</p>
<p>Don&#8217;t get me wrong, I did a fine job. I managed a few quick wins and set about on bigger targets. Time went by and the wins got farther apart.</p>
<p>Okay, I began realizing this was a marathon, not a sprint. I had to adjust.</p>
<p>Adjustment ongoing, however I&#8217;ve shown enough promise at this very new role for me that last week I traveled out to Lijit World Headquarters in Boulder, Colorado &#8211; a place once described as 50 square miles surrounded by reality &#8211; and met the entire team. In addition to a pleasant few days in the mountains and thin air, I was pleased to walk away with a full-time gig. <em>Business Development Manager.</em></p>
<p>Scary title. I even now own a Boulder phone number. Fascinating.</p>
<p>Interestingly, I&#8217;ve learned a few thing about Biz Dev as it relates to other, more familiar roles.</p>
<ol>
<li>The key to BizDev is more about relationships and less about sales.</li>
<li>Pitching doesn&#8217;t work. Talking does.</li>
<li>BizDev is a war fought with a pistol, not a machine gun. (via <a href="http://learntoduck.com">Micah</a>)</li>
<li>Strategic wins are sometimes bigger than Big wins.</li>
</ol>
<p>I&#8217;m sure there are other things that I&#8217;ll continue to learn about BizDev as time goes on. Love to hear your thoughts on this kind of role. Tell me what I need to learn.</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on June 23, 2008</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2008%2F06%2F23%2Flanded-on-my-feet%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2008%2F06%2F23%2Flanded-on-my-feet%2F';
  addthis_title  = 'Landed+On+My+Feet';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=3215&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/06/23/landed-on-my-feet/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		<icbm:latitude>39.305784</icbm:latitude>
	<icbm:longitude>-76.743961</icbm:longitude>
		</item>
		<item>
		<title>Update on Me, b5media, Future Plans</title>
		<link>http://technosailor.com/2008/05/01/update-on-me-b5media-future-plans/</link>
		<comments>http://technosailor.com/2008/05/01/update-on-me-b5media-future-plans/#comments</comments>
		<pubDate>Thu, 01 May 2008 17:07:00 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=2574</guid>
		<description><![CDATA[I hesitate to write this because it's somewhat personal, and this blog has become anything but a personal blog. However, I'm going to write it anyway because people understand that, though there's multiple writers here, this blog is largely still associated with me. And frankly, I've been asked a million times what is next.]]></description>
			<content:encoded><![CDATA[<p>I hesitate to write this because it&#8217;s somewhat personal, and this blog has become anything but a personal blog. However, I&#8217;m going to write it anyway because people understand that, though there&#8217;s multiple writers here, this blog is largely still associated with me. And frankly, I&#8217;ve been asked a million times what is next.</p>
<p>Back at the end of March, <a href="http://technosailor.com/2008/03/26/departing-b5media/">I announced my resignation from b5media</a>. At that time, I did not know what would be next but I was going to take an approach of &#8220;Wait and see&#8221; and figure out what opportunities were out there. Crazy talk, I know, quitting your job without having something lined up &#8211; but it had to be done that way. Let&#8217;s face it, it&#8217;s not right for me as an executive to be out soliciting work behind the company&#8217;s back. I&#8217;m not leaving on bad terms, nor do I want to ruin relationships in a company I helped build. It was the <em>right</em> thing to do. Gutsy. Ballsy. But proper.</p>
<p><a href="http://www.flickr.com/photos/55872713@N00/1990849683" title="View 'n654887164_675497_3503.jpg' on Flickr.com"><img src="http://farm3.static.flickr.com/2075/1990849683_0f75808d7a.jpg" alt="n654887164_675497_3503.jpg" border="0" width="500" height="375" /></a></p>
<p>Since then, the question has come up, &#8220;Well, what do you want to do?&#8221; That&#8217;s been a question I&#8217;ve actually wrestled with quite a bit. Identifying and targeting the space I want to be in. Something somewhere in the bizdev, social media, blogging relations world &#8211; yet, with my hands in the operational side of things as well, whether development or otherwise.</p>
<p>See, if my experience at b5media has taught me anything, it taught me something about the growth of a startup and the phases those startups go through. I&#8217;ve learned something about scaling a business. Not everything. I&#8217;m leaving the network in the hands of someone else who can bring that experience in. Anyone who knows WordPress knows that out of the box it doesn&#8217;t scale well. How do you do hundreds of millions of requests and keep ticking? How do you run WordPress on 350 blogs and keep it all ticking? </p>
<p>Yeah, I couldn&#8217;t have done it by myself &#8211; and I haven&#8217;t. That&#8217;s where &#8220;learning how&#8221; comes into play.</p>
<p>However, my rolodex is thick. I love meeting people and it seems like everyday, the rolodex gets thicker. I can help people get access to influencers, networks, businesses. Not everyone, but then no one can do that. Unless you&#8217;re <a href="http://scobleizer.com">Scoble</a> (Hey, nice new design, Robert!).</p>
<p>The economy is in a weird place right now. No one knows if we&#8217;re in a recession or not. If we are, it seems the web/tech space is largely unaffected. Investments are still happening. IPOs (the death of the dot-com era) are few and far between. The space keeps plugging along even if we have to tighten our belts a little bit. So, though the phone has been relatively silent, I have gotten a few &#8220;Hey, Aaron, we want you to come work with us&#8221; calls so far. I think it&#8217;s fascinating when someone else calls me, but thats neither here nor there. </p>
<p><a href="http://www.flickr.com/photos/55872713@N00/2429258998" title="View 'Martini Glass' on Flickr.com"><img src="http://farm3.static.flickr.com/2204/2429258998_44da29c7b1.jpg" alt="Martini Glass" border="0" width="500" height="333" /></a></p>
<p>All this to say, b5media has hired my replacement. We&#8217;ll talk about him more in the coming week. However, my last day is Friday, May 16. Effective Monday, May 19th I am an independent contractor, consultant, &#8220;Web Strategist&#8221;, WordPress freelancer, Communications strategist, advisor.</p>
<p>This is scary actually. Not really what I had planned. Not really what I want. But it seems to be the direction life is going. Plus it seems like the only way that I can retain a healthy degree of independence, not have to go into an office every day, and be involved in lots of various things going on around the web. Currently, I have a verbal agreement with a Web 2.0 company, a pseudo-Web 2.0 company, and a PR firm for work with more in the pipeline.</p>
<p>If you&#8217;d like to be in contact with me to help you out, drop me an email at <a href="mailto:aaron@technosailor.com">aaron@technosailor.com</a>. Let&#8217;s talk.</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on May 1, 2008</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2008%2F05%2F01%2Fupdate-on-me-b5media-future-plans%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2008%2F05%2F01%2Fupdate-on-me-b5media-future-plans%2F';
  addthis_title  = 'Update+on+Me%2C+b5media%2C+Future+Plans';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=2574&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/05/01/update-on-me-b5media-future-plans/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<icbm:latitude></icbm:latitude>
	<icbm:longitude></icbm:longitude>
		</item>
		<item>
		<title>Solving the WordPress Traffic Overload Problem</title>
		<link>http://technosailor.com/2008/04/10/solving-the-wordpress-traffic-overload-problem/</link>
		<comments>http://technosailor.com/2008/04/10/solving-the-wordpress-traffic-overload-problem/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 16:37:49 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[caching]]></category>
		<category><![CDATA[google summer of code]]></category>
		<category><![CDATA[instapundit]]></category>
		<category><![CDATA[wordpress cheatsheet]]></category>
		<category><![CDATA[wordpress development]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=2273</guid>
		<description><![CDATA[Anyone who&#8217;s been around WordPress for a &#8220;Digg effect&#8221; or other massive influx of traffic knows that it can be a real problem. From a technical standpoint, the problem is that PHP is entirely loaded into memory for every pageload. That includes the 99% of PHP that is not being used to actually render the [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone who&#8217;s been around WordPress for a &#8220;Digg effect&#8221; or other massive influx of traffic knows that it can be a real problem. From a technical standpoint, the problem is that PHP is entirely loaded into memory for every pageload. That includes the 99% of PHP that is not being used to actually render the page.</p>
<p>On low traffic sites, this problem is not necessarily noticed. It doesn&#8217;t have a huge impact. However when there are hundreds of requests hitting a server in a single second, that kind of overhead builds up very fast.</p>
<p>There are solutions to this sort of thing and depending on what the scale of the environment is, some might be more excessive than necessary. The <a href="http://ocaoimh.ie/wp-super-cache/">WP Super Cache</a> plugin is a quick solution that will cause pages loaded on WordPress to be cached meaning that if subsequent page loads can pul the HTML from the cache without having to load the overhead of PHP as well, everyone wins. On the more extreme end, server configurations can be made to send requests for different types of content (for instance, images) to specialized servers optimized for that content type.</p>
<p>Very geeky stuff. It&#8217;s important to note that WordPress gets a black eye all the time for it&#8217;s caching mechanisms and ability to handle the load of a &#8220;Digg effect&#8221;, etc. In fact, Instapundit Glenn Reynolds is the latest to <a href="http://instapundit.com/archives2/017681.php">take a stinging swipe at WordPress</a> and trust me when I say, we heard it loud and clear.</p>
<p>At <a href="http://b5media.com">b5media</a> (where I&#8217;ll be leaving as the Director of Technology soon), we&#8217;ve had to deal with this as well and have managed to develop really sound solutions to some of these problems. However, for WordPress as a whole, it is a well recognized problem that not everyone can solve by following in our footsteps (or <a href="http://wordpress.com">WordPress.com</a> footsteps).</p>
<p>We&#8217;re going to do what we can to help solve this problem once and for all as two of our developers, <a href="http://markjaquith.com">Mark Jaquith</a> and <a href="http://thecodecave.com">Brian Layman</a> will be mentoring a Google Summer of Code intern to develop a robust caching engine for WordPress. We hope that this exercise will result in a more reliable (and sane!) caching mechanism.</p>
<blockquote><p>Integrated Caching Solutions will improve WordPress&#8217;s speed and reliablity out of the box and allow people to &#8220;Digg Proof&#8221; their sites without the struggle of installing plugins on a site that is virtually unreachable. (Source: <a href="http://codex.wordpress.org/GSoC2008">WordPress Google Summer of Code 2008</a>)</p></blockquote>
<p>Glenn, I hope that the work that Mark, Brian and our intern will be doing will improve the WordPress problem. In the meantime, let me know if I can help you with anything (though I believe you are using Movable Type). It is a known issue and it&#8217;s one that needs to be solved and hopefully some steps can be made toward that this summer.</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on April 10, 2008</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2008%2F04%2F10%2Fsolving-the-wordpress-traffic-overload-problem%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2008%2F04%2F10%2Fsolving-the-wordpress-traffic-overload-problem%2F';
  addthis_title  = 'Solving+the+WordPress+Traffic+Overload+Problem';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=2273&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/04/10/solving-the-wordpress-traffic-overload-problem/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		<icbm:latitude></icbm:latitude>
	<icbm:longitude></icbm:longitude>
		</item>
		<item>
		<title>Technosailor Maintenance Today</title>
		<link>http://technosailor.com/2008/04/03/technosailor-maintenance-today/</link>
		<comments>http://technosailor.com/2008/04/03/technosailor-maintenance-today/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 14:32:03 +0000</pubDate>
		<dc:creator>Aaron Brazell</dc:creator>
				<category><![CDATA[Aaron Brazell]]></category>
		<category><![CDATA[b5media]]></category>
		<category><![CDATA[maintenance]]></category>

		<guid isPermaLink="false">http://technosailor.com/?p=2259</guid>
		<description><![CDATA[To give everyone a head&#8217;s up, at some point today, this blog will go into &#8220;maintenance mode&#8221; while I move to a different server. While Technosailor has been a part of the b5media network, I also announced my departure from b5 last week and so the blog is moving to a colocated server at Defender [...]]]></description>
			<content:encoded><![CDATA[<p>To give everyone a head&#8217;s up, at some point today, this blog will go into &#8220;maintenance mode&#8221; while I move to a different server. While Technosailor has been a part of the <a href="http://b5media.com">b5media</a> network, I also announced my departure from b5 last week and so the blog is moving to a colocated server at <a href="http://www.defenderhosting.com/">Defender Hosting</a>. They have been gracious enough to work out a fantastic arrangement with me, and I&#8217;m happy to have my own box to be able to fiddle around on.</p>
<p>So comments will be going off at some point to prevent data loss and mail might bounce sporadically. I hope to do this as smoothly and as transparently as possible though. Probably this evening.</p>
<div class="post-footer">
	<img alt='' src='http://1.gravatar.com/avatar/d409f7e3d0b43dd41dcfbd58aa255601?s=60&amp;d=identicon&amp;r=R' class='avatar avatar-60 photo' height='60' width='60' /></p>
<p>Written by Aaron Brazell on April 3, 2008</p>
</p></div>
<div class="tweetmeme_button" style="float: left; margin-right: 10px;"><iframe src="http://api.tweetmeme.com/button.js?url=http%3A%2F%2Ftechnosailor.com%2F2008%2F04%2F03%2Ftechnosailor-maintenance-today%2F&amp;source=technosailor&amp;style=compact&amp;service=bit.ly" height="20" width="90" frameborder="0" scrolling="no"></iframe></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Ftechnosailor.com%2F2008%2F04%2F03%2Ftechnosailor-maintenance-today%2F';
  addthis_title  = 'Technosailor+Maintenance+Today';
  addthis_pub    = 'technosailor';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<img src="http://technosailor.com/?ak_action=api_record_view&id=2259&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://technosailor.com/2008/04/03/technosailor-maintenance-today/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<icbm:latitude></icbm:latitude>
	<icbm:longitude></icbm:longitude>
		</item>
	</channel>
</rss>
