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

<channel>
	<title>devoll.net &#187; Work</title>
	<atom:link href="http://www.devoll.net/wordpress/index.php/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devoll.net/wordpress</link>
	<description>news, comment and reflection from the devoll.net family</description>
	<lastBuildDate>Mon, 17 Jan 2011 19:05:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>How negotiations work in the High Tech world</title>
		<link>http://www.devoll.net/wordpress/index.php/2009/05/29/how-negotiations-work-in-the-high-tech-world/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2009/05/29/how-negotiations-work-in-the-high-tech-world/#comments</comments>
		<pubDate>Fri, 29 May 2009 18:44:37 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[General Silliness]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=1059</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/R2a8TRSgzZY&#038;hl=en&#038;fs=1&#038;rel=0"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/R2a8TRSgzZY&#038;hl=en&#038;fs=1&#038;rel=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2009/05/29/how-negotiations-work-in-the-high-tech-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Chills</title>
		<link>http://www.devoll.net/wordpress/index.php/2009/02/10/mysql-chills/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2009/02/10/mysql-chills/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 14:31:18 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=1043</guid>
		<description><![CDATA[So, want to get a quick chill down your spine? Have a huge database in MySQL where most of the tables are using the InnoDB storage engine? Running on a 32-bit version of Linux on a server with 4GB or so of RAM? Try this neat little trick. Modify your my.cnf file and set the [...]]]></description>
			<content:encoded><![CDATA[<p>So, want to get a quick chill down your spine?  Have a huge database in MySQL where most of the tables are using the InnoDB storage engine?  Running on a 32-bit version of Linux on a server with 4GB or so of RAM?  Try this neat little trick. </p>
<p>Modify your my.cnf file and set the <strong>innodb_buffer_pool_size</strong> variable to a value north of 2GB.  Sounds like a good idea, right?  The more memory you allocate to the InnoDB Buffer Pool, the faster InnoDB table access will be.  Cool.  Change that setting and save that bad boy.  Jump over and do a mysql restart. </p>
<p>MySQL shuts down normally.</p>
<p>MySQL starts to come back up, but seems to take a while.  Hmmm&#8230;. After a minute or so, it completes startup and says <span style="color:#0f0">[ok]</span>.</p>
<p>Except none of your data is there.  At least, no tables that use InnoDB are there.</p>
<p><strong>AAAAAAAAAAHHHHHHHHHHH!!!!!</strong></p>
<p>No warnings, no error message, no tables.  And your blood pressure is at about 215/180.</p>
<p>After quickly issuing a mysql stop, editing the my.cnf to restore the original settings, and doing a mysql start, you&#8217;ll see the tables back and all is well.</p>
<p>It should take about 20 minutes to calm back down.</p>
<p>It&#8217;s not like I&#8217;m speaking from experience or anything&#8230; </p>
<p><strong>update:</strong> Just so this doesn&#8217;t hang out there&#8230; the problem was I attempted to allocate more than 2GB of RAM to a single item, which causes problems on most 32-bit versions of Linux&#8230; Had I been on the 64-bit version of RedHat, I probably would&#8217;ve been fine.  Since I wasn&#8217;t, the InnoDB storage engine didn&#8217;t start up, and therefore all tables using InnoDB didn&#8217;t show up.  No data loss whatsoever; I just found it &#8220;interesting&#8221; that the startup of MySQL didn&#8217;t warn me that InnoDB had choked and died.  phew.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2009/02/10/mysql-chills/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Viewzi Site Search</title>
		<link>http://www.devoll.net/wordpress/index.php/2008/12/10/viewzi-site-search/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2008/12/10/viewzi-site-search/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:11:48 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=1012</guid>
		<description><![CDATA[So, we&#8217;ve been working really hard at Viewzi and have recently launched our newest incarnation of the Viewzi search experience, which we call Viewzi Site Search. Basically VSS allows site owners to embed a version of Viewzi in their site for local searching of content, presented in Viewzi-goodness. By simply signing up at viewzi.com and [...]]]></description>
			<content:encoded><![CDATA[<p>So, we&#8217;ve been working really hard at <a href="http://www.viewzi.com">Viewzi</a> and have recently launched our newest incarnation of the Viewzi search experience, which we call <a href="http://www.viewzi.com/sitesearch">Viewzi Site Search</a>.  </p>
<p>Basically VSS allows site owners to embed a version of Viewzi in their site for local searching of content, presented in Viewzi-goodness.  By simply signing up at <a href="http://www.viewzi.com">viewzi.com</a> and downloading a plugin, you can add Viewzi to your WordPress blog (or Habari, more coming soon!) in about 5 minutes.</p>
<p>Go ahead, give it a try.  Search for &#8220;Disney&#8221; in the upper left corner to see it in action.</p>
<p>Pretty cool, huh?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2008/12/10/viewzi-site-search/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viewzi Public Beta is Live</title>
		<link>http://www.devoll.net/wordpress/index.php/2008/06/09/viewzi-public-beta-is-live/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2008/06/09/viewzi-public-beta-is-live/#comments</comments>
		<pubDate>Tue, 10 Jun 2008 00:13:42 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/index.php/2008/06/09/viewzi-public-beta-is-live/</guid>
		<description><![CDATA[Viewzi. we&#8217;re launched. go there.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.viewzi.com">Viewzi</a>.</p>
<p>we&#8217;re launched.</p>
<p><a href="http://www.viewzi.com">go</a> there. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2008/06/09/viewzi-public-beta-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting down to the wire</title>
		<link>http://www.devoll.net/wordpress/index.php/2008/06/06/getting-down-to-the-wire/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2008/06/06/getting-down-to-the-wire/#comments</comments>
		<pubDate>Sat, 07 Jun 2008 01:12:27 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/index.php/2008/06/06/getting-down-to-the-wire/</guid>
		<description><![CDATA[Viewzi is set to launch our Public Beta starting Monday. This week&#8217;s been full of last minute cleanup, bug fixes, and features squeezed in at the last minute. But we&#8217;re nearing the finish line and at 7:00PM Monday night, we launch. What this means is anyone will be able to search using Viewzi without having [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://corp.viewzi.com" target="_blank"><img align='left' src='http://www.devoll.net/wordpress/wp-content/uploads/2008/06/viewzi-logo.jpg' alt='viewzi-logo.jpg' /></a><a href="http://corp.viewzi.com" target="_blank">Viewzi</a> is set to launch our Public Beta starting Monday.  This week&#8217;s been full of last minute cleanup, bug fixes, and features squeezed in at the last minute.  But we&#8217;re nearing the finish line and at 7:00PM Monday night, we launch.  What this means is anyone will be able to search using Viewzi without having (or creating) an account.  We call that &#8220;taking the wall down.&#8221;</p>
<p>Mind you, we&#8217;ll still be in &#8220;beta&#8221;.  We&#8217;ve still got lots to do, bugs to squash, features to complete and roll out, etc.  Lots of stuff to make Viewzi an even better, more fun way to search.</p>
<p>It&#8217;s been quite a ride at this point, and I only expect it to speed up.  As a team, we&#8217;re really starting to get our legs under us and start hitting on all cylinders.  And the feedback we&#8217;ve been receiving is quite flattering; very positive and constructive.  We didn&#8217;t expect as many people to &#8220;get it&#8221; as apparently have over the past 5 or 6 weeks, and it&#8217;s really great to hear.  We&#8217;re very excited about where the product is headed, and anxious to show the world what we&#8217;ve been working so hard on.</p>
<p>Well, 71 hours to go (really less, more about that later).  Back to work.</p>
<p>Viewzi.  Changing the way you look at Search.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2008/06/06/getting-down-to-the-wire/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Look Ma, I&#8217;m On TV</title>
		<link>http://www.devoll.net/wordpress/index.php/2008/05/28/viewzi-on-the-10-oclock-news/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2008/05/28/viewzi-on-the-10-oclock-news/#comments</comments>
		<pubDate>Wed, 28 May 2008 06:27:48 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Crazy Media]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/index.php/2008/05/28/viewzi-on-the-10-oclock-news/</guid>
		<description><![CDATA[Well, Viewzi made the news tonight&#8230; the 10:00 CBS local evening news to be exact. My part even made the cut. It was about 45 seconds on the 7:30 sister-station news (channel 21), and then a full 2 minutes (with two &#8220;coming up&#8221; teasers!) on the 10:00 on the Dallas CBS affiliate, channel 11. It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://cbs11tv.com/local/New.Search.Engine.2.734263.html"><img src='http://www.devoll.net/wordpress/wp-content/uploads/2008/05/viewzi_on_tv.jpg' alt='Viewzi CBS 11 Story' align='right' border='0' /></a>Well, <a href="http://www.viewzi.com">Viewzi</a> made the news tonight&#8230; the <a href="http://cbs11tv.com/local/New.Search.Engine.2.734263.html">10:00 CBS local evening news</a> to be exact.  My part even made the cut.  It was about 45 seconds on the 7:30 sister-station news (channel 21), and then a full 2 minutes (with two &#8220;coming up&#8221; teasers!) on the 10:00 on the Dallas CBS affiliate, channel 11.  It repeated at 12:30.  Very cool.</p>
<p>And we got hammered.</p>
<p>Within 15 minutes of the story on the 10:00, we had received several hundred new user accounts, and the queue manager for the screen capture subsystem was smoking.  Almost literally.  It never crashed, but it bogged down quite a bit and is still working out from under the deluge.</p>
<p>I&#8217;m in the middle of rewriting the queue manager (the part of the code that delegates screen capture tasks to the many servers we have capturing website images), but I haven&#8217;t finished it yet and rolled it into production.  So, we&#8217;re still running on the old code, which is having a hard time keeping up.  I think the architectural changes I&#8217;ve made to the system will allow it to scale much more gracefully, but right now it&#8217;s kinda falling on it&#8217;s face.  </p>
<p>The rest of the system has held up beautifully, though.  For a little while there we were executing almost 35,000 SQL queries a minute, and the database server hardly broke a sweat.  The rest of the architecture is sound.  But screen capturing is a nasty business.  Once we roll out the new code, we should be able to literally have hundreds of screen capture servers running to keep up with the load.</p>
<p>The feedback has been very good, overwhelmingly positive, and we&#8217;re still seeing new users sign up at a faster clip than we have since we went on the air about 5 weeks ago.  It&#8217;s pretty exciting, and crazy at the same time.  I just hope I have a little more time to work the kinks out before we hit the national news.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2008/05/28/viewzi-on-the-10-oclock-news/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>So, what have I been up to?</title>
		<link>http://www.devoll.net/wordpress/index.php/2008/04/21/so-what-have-i-been-up-to/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2008/04/21/so-what-have-i-been-up-to/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 01:00:40 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Web Stuff]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[projects]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/index.php/2008/04/21/so-what-have-i-been-up-to/</guid>
		<description><![CDATA[If you&#8217;re curious about what I&#8217;ve been up to for about the past 6 months, today is the day. We&#8217;ve just come out from flying under the radar, and my company, Viewzi, has launched our private beta! What is Viewzi? We&#8217;re building the next generation of visual search. It&#8217;s hard to explain in text, so [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re curious about what I&#8217;ve been up to for about the past 6 months, today is the day.  We&#8217;ve just come out from flying under the radar, and my company, <a href="http://www.viewzi.com">Viewzi</a>, has launched our private beta!</p>
<p>What is Viewzi?  We&#8217;re building the next generation of visual search.  It&#8217;s hard to explain in text, so go take a look at our site and see:<br />
            <a href="http://www.viewzi.com">http://www.viewzi.com</a><br />
There&#8217;s even a little movie to explain the whole thing.</p>
<p>What&#8217;s a private beta?  Well, we&#8217;re not quite ready to accept the deluge of traffic from the world just yet; we&#8217;re still building great functionality and ironing out all the kinks.  But we wanted to get a bunch of people trying out the system, so we&#8217;ve created an invite program.  If you&#8217;d like to try out Viewzi for yourself, click on the &#8220;Try Viewzi&#8221; ticket on the main site, and enter the referral code &#8220;steve&#8221; (no quotes).  The system will send you an email confirmation and then let you into the system so you can try out Viewzi for yourself.</p>
<p>I&#8217;d really like to know what you think, so post feedback (either from within the site itself or here).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2008/04/21/so-what-have-i-been-up-to/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>NAB 2007 Day 2</title>
		<link>http://www.devoll.net/wordpress/index.php/2007/04/23/nab-day-2/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2007/04/23/nab-day-2/#comments</comments>
		<pubDate>Mon, 23 Apr 2007 16:38:31 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/index.php/2007/04/23/nab-day-2/</guid>
		<description><![CDATA[I just realized I didn&#8217;t wrap up my day 2 at NAB. Only being at NAB 2 days this year made it a really quick trip. I didn&#8217;t even venture out onto the strip, and missed seeing things like the fountains at the Bellagio, especially with my new camera. Oh well, fodder for next year. [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized I didn&#8217;t wrap up my day 2 at NAB.  Only being at NAB 2 days this year made it a really quick trip.  I didn&#8217;t even venture out onto the strip, and missed seeing things like the fountains at the Bellagio, especially with my new camera.  Oh well, fodder for next year.</p>
<p>The main hilight of day 2 was the 8k Ultra High-Def demo from NHK.  Absolutely stunning.  Presented on a 400-inch screen, it was completely amazing &#8212; as if they opened up a window and we were peering out on the beach of some ocean, following a hang glider over the cliff.  It was so clear it was almost unnerving.  They had footage of the Pro Bowl in Hawaii and you could read the shirt of a player on the other end of the field, or see logos on tee-shirts of fans in the stands.  One scene was a field of sunflowers, and you could see the pollen grains on the leaves of the plants.  In addition to the visuals, the demo included 22.2 surround sound, which was crystal clear and enveloping.  Most amazing.</p>
<p>I made a mad dash around the rest of the show floor for the rest of the day (sat in on a couple of demos at Adobe, but other than that, just walked around).  The show seemed a little lighter this time, but that may have been my haste to see it all.</p>
<p>Flew back early Wednesday morning and was right back into the swing of work&#8230; too much going on!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2007/04/23/nab-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NAB 2007 Day 1</title>
		<link>http://www.devoll.net/wordpress/index.php/2007/04/17/nab-2007-day-1/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2007/04/17/nab-2007-day-1/#comments</comments>
		<pubDate>Tue, 17 Apr 2007 05:44:22 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Gizmos and Technology]]></category>
		<category><![CDATA[Mac Stuff]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/index.php/2007/04/17/nab-2007-day-1/</guid>
		<description><![CDATA[Well, day one is done and I&#8217;m beat. I spent most of my time in Apple&#8217;s booth checking out all the new goodness that is Final Cut Studio 2, but managed to see a little bit more in the south hall, including a new camera from Sony and various other booths. Being an Apple guy [...]]]></description>
			<content:encoded><![CDATA[<p>Well, day one is done and I&#8217;m beat.  I spent most of my time in Apple&#8217;s booth checking out all the new goodness that is Final Cut Studio 2, but managed to see a little bit more in the south hall, including a new camera from Sony and various other booths.</p>
<p>Being an Apple guy and an Apple integrator, I&#8217;m most interested in what Cupertino has been up to.  Here&#8217;s what it boils down to:</p>
<ul>
<li><strong>Final Cut Pro 6</strong>. They&#8217;ve expanded and refined the capabilities of RT Extreme to more gracefully deal with multiple formats in the same timeline.  They&#8217;ve made the UI a little more friendly by asking you if you want to set up a new sequence&#8217;s settings based on the first clip you drag in.  They&#8217;ve made roundtripping to the other apps a little smoother, including templating of motion projects.  They&#8217;ve increased the usage of FXPlug filters, including some technology from Shake for motion tracking and shake removal.  And they&#8217;ve added the new Apple ProRes 4:2:2 codec for extremely efficient HD resolution with 4:2:2 colorspace in SD filesizes.</li>
<li><strong>Motion 3</strong>.  This is perhaps the strongest upgrade in the lot.  Motion is now fully 3-D in it&#8217;s capabilities, from cameras to lighting to particle systems to text effects to behaviors.  They&#8217;ve added an extremely cool new feature to the HUD to control the positioning and movement of objects in 3-D space without the normal complexities of dealing with many objects in the scene.  They&#8217;ve added significant new filters with FX Plug technology, including some inheritance from Shake.  Very cool indeed.</li>
<li><strong>Soundtrack Pro 2</strong>.  Surround sound.  Advanced take management and audio restoration tools.  Multipoint spotting display.  Podcasting.  All around, a significant upgrade to an already powerful tool.</li>
<li><strong>Compressor 3</strong>.  This appears to be almost a from-the-ground-up rewrite of compressor as we&#8217;ve known it.  New workflow to include migration of transcoded assets to remote servers, dozens of new presets, the ability to overlay animated watermarks and timecode burn-ins at transcode, and more efficient use of multi-core Macs, this is a strong contender.</li>
<li><strong>Color</strong>.  Here&#8217;s something groundshaking.  Apple bought Final Touch last year, and now we see that repackaged with enhancements into Color.  While it is a first-class color timing package (not just a set of filters), the amazing thing is what was once a $5,000+ package is now &#8220;in the box.&#8221;</li>
<li><strong>The Rest</strong>.  DVD Studio Pro remains unchanged at version 4.  Live Type 2 and Cinema Tools are unchanged as well.  But in the box with all of these other tools at a price point of $1,299 new and $499 upgrade&#8230; simply astounding.</li>
</ul>
<p>I look forward to getting my hands on these tools when they finally ship in May.  Go check out all the demos at <a href="http://www.apple.com/finalcutstudio">Apple</a>.</p>
<p>I&#8217;m curious about the DVDSP non-upgrade, tho.  Methinks this has to do with hardware arrangements more than anything.  There&#8217;s got to be a reason they&#8217;ve been shipping the Mac Pro towers with two optical bays&#8230; I think Apple hasn&#8217;t finalized negotiations with Blu-Ray and HD-DVD burner providers, and is holding the next version of DVDSP until those arrangements are made.  Surely that won&#8217;t slip until next NAB.</p>
<p>The other huge introduction, as if the above isn&#8217;t enough, is <strong>Final Cut Server</strong>.  FCS is a repackaging of Proximity&#8217;s ArtBox media asset server product, which Apple purchased back in December 2006.  Used in conjunction with Xsan systems, it looks to be a very powerful way to aggregate and catalog media in a production environment.  And the price point again is hard to beat: $999 for 10 concurrent users, and $1,999 for unlimited users.  This will be very useful for some of my clients.</p>
<p>Since I&#8217;ve only a day more on the floor, I&#8217;m going to hit it commando-style tomorrow and try to see as much as I can.  I need to ask some more questions at Apple&#8217;s booth, since that most directly relates to things that make money for me, but I want to see what else is out there as well.  Let&#8217;s hope the old feet hold up.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2007/04/17/nab-2007-day-1/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Arrived in Vegas</title>
		<link>http://www.devoll.net/wordpress/index.php/2007/04/16/arrived-in-vegas/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2007/04/16/arrived-in-vegas/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 05:39:10 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/index.php/2007/04/16/arrived-in-vegas/</guid>
		<description><![CDATA[I&#8217;m here in Vegas, checked in and on-line. Got some work to do before going to bed&#8230; early morning and lots of floor to walk tomorrow.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m here in Vegas, checked in and on-line.  Got some work to do before going to bed&#8230; early morning and lots of floor to walk tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2007/04/16/arrived-in-vegas/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>So much to do, So little time</title>
		<link>http://www.devoll.net/wordpress/index.php/2004/07/12/so-much-to-do-so-little-time/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2004/07/12/so-much-to-do-so-little-time/#comments</comments>
		<pubDate>Mon, 12 Jul 2004 23:03:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Family Stuff]]></category>
		<category><![CDATA[Mac Stuff]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=849</guid>
		<description><![CDATA[Things have been really hoppin&#8217;. Too much to allow blogging time. Cynthia and I took a short trip to Vegas, stayed at the Luxor, saw Blue Man Group, had a blast, but had to come back. Work is busy. So much so, that I haven&#8217;t even had the time to put together a decent website [...]]]></description>
			<content:encoded><![CDATA[<p>Things have been really hoppin&#8217;.  Too much to allow blogging time.</p>
<p>Cynthia and I took a short trip to Vegas, stayed at the <a href="http://www.luxor.com">Luxor</a>, saw <a href="http://www.blueman.com">Blue Man Group</a>, had a blast, but had to come back.</p>
<p><a href="http://www.sharpfocusproductions.com">Work</a> is busy.  So much so, that I haven&#8217;t even had the time to put together a decent website for the new business.  Got to get that done.  Several projects (happily paying ones) have been keeping my attention.</p>
<p>And yet, the world marches on.  Plenty of dumb things happening in the political landscape: Fahrenheit 911 is getting plenty of press, but people seem to be wising up to all the fallacies and <a href="http://www.davekopel.com/Terror/Fiftysix-Deceits-in-Fahrenheit-911.htm">deceits</a> of this mockumentary.  John Kerry picks a &#8220;safe&#8221; VP running mate that <a href="http://apnews.myway.com/article/20040711/D83OSE400.html">won&#8217;t help him at all</a>.  A <a href="http://www.msnbc.msn.com/id/5411741/site/newsweek/">story</a> leaks today that Homeland Security is investigating the possibility of postponing the election in the event of a terrorist act; something that won&#8217;t happen (the postponing, that is).  It would be just about the stupidest thing ever to do, giving in to the terrorist threat.  Ah, to have more time to comment.</p>
<p><a href="http://www.apple.com">Apple</a> previews <a href="http://www.apple.com/macosx/tiger/">Tiger</a>, <a href="http://www.apple.com/macosx/tiger/dashboard.html">steps all over</a> a successful <a href="http://www.konfabulator.com/">developer</a>, introduces marvelous new <a href="http://www.apple.com/displays">displays</a> (including a 30&#8243; monster), and <a href="http://www.apple.com/itunes/100million/">sells the 100 millionth song</a> on the iTMS.  If they&#8217;d only hurry up and release <a href="http://www.apple.com/motion">Motion</a>&#8230;</p>
<p>O, and it&#8217;s hot.  But that&#8217;s not news, that&#8217;s normal for Texas in July.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2004/07/12/so-much-to-do-so-little-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Phew&#8230;</title>
		<link>http://www.devoll.net/wordpress/index.php/2004/05/25/phew/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2004/05/25/phew/#comments</comments>
		<pubDate>Wed, 26 May 2004 02:39:46 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=841</guid>
		<description><![CDATA[I had a very strange meeting this afternoon. Perhaps I&#8217;ll tell you about it sometime, but not right now. I did, however, pick up a copy of Return of the King tonight on the way home. Sweetness.]]></description>
			<content:encoded><![CDATA[<p>I had a very strange meeting this afternoon.  Perhaps I&#8217;ll tell you about it sometime, but not right now.  I did, however, pick up a copy of Return of the King tonight on the way home.  Sweetness.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2004/05/25/phew/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I know it&#8217;s been a while&#8230;</title>
		<link>http://www.devoll.net/wordpress/index.php/2004/03/17/i-know-its-been-a-while/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2004/03/17/i-know-its-been-a-while/#comments</comments>
		<pubDate>Thu, 18 Mar 2004 04:54:32 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=834</guid>
		<description><![CDATA[And yes, I know it&#8217;s been a while since I posted. I&#8217;m out of town, although that&#8217;s no particular excuse. I&#8217;m trying to catch up now. See, I updated the books on the right side&#8230; I&#8217;m in San Antonio, recording voiceover and video for a training series we&#8217;re doing for the US Courts. Long hours [...]]]></description>
			<content:encoded><![CDATA[<p>And yes, I know it&#8217;s been a while since I posted.  I&#8217;m out of town, although that&#8217;s no particular excuse.  I&#8217;m trying to catch up now.  See, I updated the books on the right side&#8230;</p>
<p>I&#8217;m in San Antonio, recording voiceover and video for a training series <a href="http://www.workflowstudios.com">we&#8217;re</a> doing for the US Courts.  Long hours in the sound booth, woo.</p>
<p>There&#8217;s a lot going on, both at work and at home.  And in the world.  Hopefully I&#8217;ll get a chance to comment on some of it soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2004/03/17/i-know-its-been-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>San Antonio</title>
		<link>http://www.devoll.net/wordpress/index.php/2004/02/02/san-antonio/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2004/02/02/san-antonio/#comments</comments>
		<pubDate>Mon, 02 Feb 2004 15:27:20 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=821</guid>
		<description><![CDATA[Once again, I find myself in San Antonio for the week, recording voiceover and video for a Training project we&#8217;re doing for the US Courts. I drove in last night (missing the superbowl and the controversy during the half-time show), but it was a nice drive down. I&#8217;ll be here until Thursday, back in Dallas [...]]]></description>
			<content:encoded><![CDATA[<p>Once again, I find myself in San Antonio for the week, recording voiceover and video for a Training project we&#8217;re doing for the US Courts.  I drove in last night (missing the superbowl and the controversy during the half-time show), but it was a nice drive down.</p>
<p>I&#8217;ll be here until Thursday, back in Dallas overnight, then Cynthia and I are going for a weekend in Jefferson.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2004/02/02/san-antonio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Monday, busy Monday</title>
		<link>http://www.devoll.net/wordpress/index.php/2004/01/26/monday-busy-monday/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2004/01/26/monday-busy-monday/#comments</comments>
		<pubDate>Mon, 26 Jan 2004 19:13:48 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=815</guid>
		<description><![CDATA[Wow, yesterday was crammed full of activity, and today isn&#8217;t much better. We&#8217;re exhibiting at LotuSphere 2004 this year, and wouldn&#8217;t you know it, we&#8217;re not quite ready. I&#8217;ve been working on getting things in shape this AM, and now I need to go do some client work to pay the bills. Marketing is a [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, yesterday was crammed full of activity, and today isn&#8217;t much better.  We&#8217;re exhibiting at LotuSphere 2004 this year, and wouldn&#8217;t you know it, we&#8217;re not quite ready.  I&#8217;ve been working on getting things in shape this AM, and now I need to go do some client work to pay the bills.</p>
<p>Marketing is a pain.  A necessary pain, but a pain nonetheless.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2004/01/26/monday-busy-monday/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixes for Blogsphere RSS feeds</title>
		<link>http://www.devoll.net/wordpress/index.php/2004/01/12/fixes-for-blogsphere-rss-feeds/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2004/01/12/fixes-for-blogsphere-rss-feeds/#comments</comments>
		<pubDate>Tue, 13 Jan 2004 04:50:00 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Blog Stuff]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=800</guid>
		<description><![CDATA[Lance found and squashed a couple of bugs in the BlogSphere Domino blog template that were causing invalid XML in the RSS feeds.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.workflowstudios.com/lance/blog.nsf">Lance</a> found and <a href="http://www.workflowstudios.com/lance/blog.nsf/plinks/LSPN-5V63XQ">squashed</a> a couple of bugs in the <a href="http://www.blogsphere.net/">BlogSphere</a> Domino blog template that were causing invalid XML in the RSS feeds.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2004/01/12/fixes-for-blogsphere-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trip to Utah</title>
		<link>http://www.devoll.net/wordpress/index.php/2003/12/01/trip-to-utah/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2003/12/01/trip-to-utah/#comments</comments>
		<pubDate>Mon, 01 Dec 2003 06:26:58 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=784</guid>
		<description><![CDATA[I&#8217;m in Utah for the first half of this week, consulting with a client on our development method and approach to building complex workflow applications. How&#8217;s that for a mouthful? Two things that are awesome: Wireless high-speed Internet access in the airport lobby First class However, dial-up access in the hotel room: not so much.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m in Utah for the first half of this week, consulting with a client on our development method and approach to building complex workflow applications.  How&#8217;s that for a mouthful?</p>
<p>Two things that are awesome:</p>
<ul>
<li>Wireless high-speed Internet access in the airport lobby</li>
<li>First class</li>
</ul>
<p>However, dial-up access in the hotel room:  not so much.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2003/12/01/trip-to-utah/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FCPUG Website</title>
		<link>http://www.devoll.net/wordpress/index.php/2003/11/14/fcpug-website/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2003/11/14/fcpug-website/#comments</comments>
		<pubDate>Fri, 14 Nov 2003 14:47:31 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=779</guid>
		<description><![CDATA[If you&#8217;ve arrived here looking for the Dallas FinalCut Pro User&#8217;s Group website, I apologize. Due to a slight misconfiguration of the webserver, http://dallasfcpug.org wasn&#8217;t resolving properly and was sending people directly to the default site on my server, which is this homepage. I&#8217;ve since corrected the issue, but you might be experiencing some weird [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve arrived here looking for the Dallas FinalCut Pro User&#8217;s Group website, I apologize.  Due to a slight misconfiguration of the webserver, http://dallasfcpug.org wasn&#8217;t resolving properly and was sending people directly to the default site on my server, which is this homepage.  I&#8217;ve since corrected the issue, but you might be experiencing some weird caching issue.  If that&#8217;s the case, try to go here: <a href="http://www.dallasfcpug.org">http://www.dallasfcpug.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2003/11/14/fcpug-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This Past Week</title>
		<link>http://www.devoll.net/wordpress/index.php/2003/10/23/this-past-week/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2003/10/23/this-past-week/#comments</comments>
		<pubDate>Fri, 24 Oct 2003 02:21:02 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Family Stuff]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=770</guid>
		<description><![CDATA[This past couple of weeks has been really busy. Both at home and at work. Hopefully over the next few days I can get back on a semi-regular schedule of posting. We&#8217;re working on a prototype at work, building an educational offering centered around advanced development techniques in Domino development. We ultimately would like to [...]]]></description>
			<content:encoded><![CDATA[<p>This past couple of weeks has been really busy.  Both at home and at work.  Hopefully over the next few days I can get back on a semi-regular schedule of posting.</p>
<p>We&#8217;re working on a prototype at work, building an educational offering centered around advanced development techniques in Domino development.  We ultimately would like to deliver this on DVD, but are doing the prototype of one segment of material to see if we&#8217;ll be able to pull it off with the time and budget we&#8217;ve decided we can afford.  If not, we shelve it for the time being.</p>
<p>At home, we&#8217;ve been dealing with the bug that&#8217;s been going around.  The whole family&#8217;s had it at one point or another except me, and I guess it&#8217;s fortunate that I&#8217;ve been working so much; I haven&#8217;t been around enough to catch it from anyone else.  I think I missed it, we&#8217;ll see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2003/10/23/this-past-week/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Viruses, part two</title>
		<link>http://www.devoll.net/wordpress/index.php/2003/10/07/viruses-part-two/</link>
		<comments>http://www.devoll.net/wordpress/index.php/2003/10/07/viruses-part-two/#comments</comments>
		<pubDate>Tue, 07 Oct 2003 16:14:24 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.devoll.net/wordpress/?p=757</guid>
		<description><![CDATA[We still had two more machines infected this AM. Once cleaned, our network traffic returned to normal, almost quiet levels. Let&#8217;s see, my XP box wants 33 updates and critical patches. How does Microsoft even begin to keep up?]]></description>
			<content:encoded><![CDATA[<p>We still had two more machines infected this AM.  Once cleaned, our network traffic returned to normal, almost quiet levels.  </p>
<p>Let&#8217;s see, my XP box wants 33 updates and critical patches.  How does Microsoft even begin to keep up?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.devoll.net/wordpress/index.php/2003/10/07/viruses-part-two/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

