<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Adventures of Competent Girl</title>
	<atom:link href="http://competentgirl.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://competentgirl.wordpress.com</link>
	<description>Holy Crisis Competent Girl!</description>
	<lastBuildDate>Wed, 28 Apr 2010 22:09:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='competentgirl.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Adventures of Competent Girl</title>
		<link>http://competentgirl.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://competentgirl.wordpress.com/osd.xml" title="The Adventures of Competent Girl" />
	<atom:link rel='hub' href='http://competentgirl.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Moving Users on MySQL</title>
		<link>http://competentgirl.wordpress.com/2010/04/28/moving-users-on-mysql/</link>
		<comments>http://competentgirl.wordpress.com/2010/04/28/moving-users-on-mysql/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 17:27:18 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/?p=70</guid>
		<description><![CDATA[Copying users from a database on host1 to a database on host2 under MySQL: echo "select concat(\"show grants for '\", user,\"'@'\", host, \"';\") from user where host='localhost' or host = '127.0.0.1';" &#124; mysql -u root -p --skip-column-names -h host1 mysql &#124; mysql -u root -p --skip-column-names -h host1 mysql &#124; sed 's/$/;/' &#124; mysql -u [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=70&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Copying users from a database on host1 to a database on host2 under MySQL:<br />
<code>echo "select concat(\"show grants for '\", user,\"'@'\", host, \"';\") from user where host='localhost' or host = '127.0.0.1';" | mysql -u root -p --skip-column-names -h host1 mysql | mysql -u root -p --skip-column-names -h host1 mysql | sed 's/$/;/' | mysql -u root -p -h host2</code></p>
<br />Filed under: <a href='http://competentgirl.wordpress.com/category/work/'>work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=70&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2010/04/28/moving-users-on-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>SVN Administration The Hard Way</title>
		<link>http://competentgirl.wordpress.com/2010/04/23/svn-administration-the-hard-way/</link>
		<comments>http://competentgirl.wordpress.com/2010/04/23/svn-administration-the-hard-way/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 22:18:25 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/?p=66</guid>
		<description><![CDATA[For the last couple years, I&#8217;ve worked with a couple people who know a whole lot more than I do about svn, and so my troubleshooting method has been to ask someone smarter than me. I no longer work with those people. So, today I learned a couple lessons about subversion administration the hard way. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=66&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For the last couple years, I&#8217;ve worked with a couple people who know a whole lot more than I do about svn, and so my troubleshooting method has been to ask someone smarter than me.  I no longer work with those people.  So, today I learned a couple lessons about subversion administration the hard way.</p>
<p>First, if everything that talks to the repository just hangs, svn is probably &#8220;wedged&#8221; and the way to fix it is to shutdown everything that uses svn (ie apache if you are using svn over https) and then as the repository user (again apache in the above case) you run the command:</p>
<p><code>svnadmin recover /var/svn/repos</code></p>
<p>And then you pray (unless you backup your svn repository database, in which case you still have an out.)</p>
<p>Also the SVN Book&#8217;s <a href="http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html">Repository Maintenance page</a> is your friend.  (It teaches you how to make backups too!)</p>
<br />Filed under: <a href='http://competentgirl.wordpress.com/category/work/'>work</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=66&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2010/04/23/svn-administration-the-hard-way/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>Why people (including me) aren&#8217;t ready for today&#8217;s &#8220;DTV Switch&#8221;</title>
		<link>http://competentgirl.wordpress.com/2009/06/12/why-people-including-me-arent-ready-for-todays-dtv-switch/</link>
		<comments>http://competentgirl.wordpress.com/2009/06/12/why-people-including-me-arent-ready-for-todays-dtv-switch/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 22:27:28 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[rants]]></category>
		<category><![CDATA[antenna]]></category>
		<category><![CDATA[DTV]]></category>
		<category><![CDATA[notready]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2009/06/12/why-people-including-me-arent-ready-for-todays-dtv-switch/</guid>
		<description><![CDATA[This started out as a comment to this article on Techdirt, but it got so long, I decided it deserved to be it&#8217;s own blog post. Here in Oregon about 40% of people still used solely terrestrial TV prior to the push for DTV switch (haven&#8217;t seen any numbers on how many people fell for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=65&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This started out as a comment to <a href="http://techdirt.com/articles/20090610/1448245187.shtml">this article on Techdirt</a>, but it got so long, I decided it deserved to be it&#8217;s own blog post.</p>
<p>    Here in Oregon about 40% of people still used solely terrestrial TV prior to the push for DTV switch (haven&#8217;t seen any numbers on how many people fell for the cable / satellite providers propaganda that they are the way to switch to digital.)&nbsp; Sat. coverage is much worse than on the East coast and there are still many areas (even in cities) where you either can&#8217;t get cable or have to pay to have the cable brought for blocks or miles to your house.&nbsp; I live in your average built in the 40&#8242;s type city/suburban neighborhood.&nbsp; I know we didn&#8217;t HAVE cable in our neighborhood when I moved in ~5 years ago and was pricing cable internet vs DSL.&nbsp; They&#8217;d bring it in, but forget the &#8220;free installation by 5 o&#8217;clock today!&#8221; offers&#8230;</p>
<p>If the FTC and local stations had actually cared about people converting, they would have put build your own Hoverman antenna shows on (like, oh, <a href="http://blog.makezine.com/archive/2009/01/maker_workshop_dtv_antenna_steadyca.html">Make TV</a> did), not the endless crawlers and shows about how to buy an antenna.&nbsp; 90% of the people I know who still have only broadcast TV have the supplies in their home to build a simple <a href="http://blog.makezine.com/archive/2009/01/maker_workshop_pdf_dtv_antenna.html">Hoverman antenna </a>variation and know someone who could have helped them with it if they couldn&#8217;t do it themselves.&nbsp; Most of them don&#8217;t have $50 for a commercial antenna plus someone to install it in their attic. </p>
<p>The reality though is that the test environment &#8211; and even the supposedly real environment here today in Portland Oregon, a reasonably large TV market, on the first day of &#8220;Digital Only&#8221; broadcast TV DOES NOT MATCH the actual long term production broadcast environment.&nbsp; That doesn&#8217;t start til tomorrow.&nbsp; So should you throw money at a problem that might be fixed (or fixable for less) when the real environment comes on line?&nbsp; Or wait?&nbsp; When the penalty is that you might have to listen to the radio, read the paper, or use the internet for a few days to get your news and entertainment, clearly waiting for the real environment is a big win!</p>
<p>I got a converter box over a year ago when they first became inexpensively available and we actually had stations broadcasting.&nbsp; Even with a powered antenna booster, the only digital station I could reliably get was the local 24 hour weather station &#8211; if I put the antenna in a location where I got no analog stations.&nbsp; (Of course, in the middle of the night, I had digital stations, but I&#8217;m generally more interested in sleeping than watching TV at 3 am.)&nbsp; At that point I&#8217;d spent as much as I was willing to on TV, so I figured I&#8217;d watch the analog stations &#8217;til they disappeared then switch to <a href="http://www.hulu.com">Hulu.com</a> etc for all my TV viewing.&nbsp; </p>
<p>Apparently our ABC affiliate is switching to the UHF spectrum on 6/13 and since I find their news reasonably useful/entertaining (and my husband is going into TV withdrawal), I figure I&#8217;ll give the converter box/antenna another try when they do that.&nbsp; If that fails, then I&#8217;ll probably salvage parts from my rabbit ears and junk in my garage to build <a href="http://blog.makezine.com/archive/2009/01/maker_workshop_pdf_dtv_antenna.html">this</a>.&nbsp; But if I have to spend money every month, give me more general purpose internet bandwidth, not TV!</p>
<p>See also <a href="http://www.digitalhome.ca/forum/showthread.php?t=81982"><strong>Which Gray-Hoverman TV Antenna Should I Build</strong></a></p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<br />Posted in rants  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/65/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/65/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/65/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=65&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2009/06/12/why-people-including-me-arent-ready-for-todays-dtv-switch/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>Stop Everything</title>
		<link>http://competentgirl.wordpress.com/2009/02/17/stop-everything/</link>
		<comments>http://competentgirl.wordpress.com/2009/02/17/stop-everything/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 04:42:29 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2009/02/17/stop-everything/</guid>
		<description><![CDATA[If you ever get paid to write code or are interested in professionalism in IT, go read this right now. Programming Sucks! Or At Least, It Ought To &#8211; The Daily WTF Blogged with the Flock Browser Posted in work<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=63&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you ever get paid to write code or are interested in professionalism in IT, go read this right now.<br />
<a href="http://thedailywtf.com/Articles/Programming-Sucks%21-Or-At-Least,-It-Ought-To-.aspx">Programming Sucks! Or At Least, It Ought To &#8211; The Daily WTF</a> </p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<br />Posted in work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=63&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2009/02/17/stop-everything/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>I heart phpformatter</title>
		<link>http://competentgirl.wordpress.com/2009/02/17/i-heart-phpformatter/</link>
		<comments>http://competentgirl.wordpress.com/2009/02/17/i-heart-phpformatter/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 02:51:26 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2009/02/17/i-heart-phpformatter/</guid>
		<description><![CDATA[Nothing beats a code formating tool when you think your bug is due to a misplaced bracket.&#160; Unfortunately, we use a relatively rare formating standard.&#160; Lucky for me, I discovered that http://www.phpformatter.com/ can use Whitesmith style. Blogged with the Flock Browser Posted in work<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=62&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Nothing beats a code formating tool when you think your bug is due to a misplaced bracket.&nbsp; Unfortunately, we use a relatively rare formating standard.&nbsp; Lucky for me, I discovered that <a href="http://www.phpformatter.com">http://www.phpformatter.com/</a> can use <a href="http://activeclickweb.com/whitesmiths/index.html">Whitesmith</a> style.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<br />Posted in work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=62&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2009/02/17/i-heart-phpformatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>The big hoopla on the switch to digital TV</title>
		<link>http://competentgirl.wordpress.com/2009/01/31/the-big-hoopla-on-the-switch-to-digital-tv/</link>
		<comments>http://competentgirl.wordpress.com/2009/01/31/the-big-hoopla-on-the-switch-to-digital-tv/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 00:34:53 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2009/01/31/the-big-hoopla-on-the-switch-to-digital-tv/</guid>
		<description><![CDATA[Apparently, we here in the Pacific NW US are the highest users of broadcast TV at 40%.&#160; I fall in that 40%.&#160; If you aren&#8217;t in the US, you don&#8217;t care about any of this.&#160; For those of you in the rest of the US, let me explain something, satellite coverage here is a joke [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=61&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Apparently, we here in the Pacific NW US are the highest users of broadcast TV at 40%.&nbsp; I fall in that 40%.&nbsp; If you aren&#8217;t in the US, you don&#8217;t care about any of this.&nbsp; For those of you in the rest of the US, let me explain something, satellite coverage here is a joke compared to the rest of the country.&nbsp; And you can&#8217;t get our local ABC affiliate on one of the major local satellite companies.&nbsp; <a href="http://www.katu.com/about/36310734.html">Seriously.</a>&nbsp; Cable isn&#8217;t actually an option in many places.&nbsp; I know there is no cable connection to my house.&nbsp; I&#8217;m not sure we actually have it on my street (this is a fairly educated guess since the utilities are above ground, the easement runs through my back yard, the best access to the poles for 5 houses is in my back yard, and the utility people always like me to get my dogs out of the yard before they go to work.)</p>
<p>As far as digital conversion.&nbsp; I have a damn converter box.&nbsp; And an antenna booster.&nbsp; And a rooftop antenna (albeit an older, not optimized for digital, model.)&nbsp; The only one that is hooked up right now is the rooftop antenna.&nbsp; Why?&nbsp; I get a significantly better analog signal.&nbsp; Significantly enough to not care about the extra channels that are being broadcast (then again I can point out more compelling podcasts and vodcast available 24/7).&nbsp;&nbsp; Significantly enough that some of the &#8220;regular&#8221; channels are hard to watch in digital.&nbsp; Will it get better when I get a modern rooftop antenna?&nbsp; Possibly, but since the broadcast towers are 90 degrees apart and you are supposed to aim the antenna at the towers (note 1 antenna to multiple towers), I&#8217;m not particularly hopeful.&nbsp; And I only get up on my roof for trivial reasons (like TV reception), during the dry season, so I guess we&#8217;ll find out in June or July some time (I guess I could have done it last year but I was on medication that recommended against such ventures.)&nbsp; Once I&#8217;m forced to switch, I&#8217;ll watch the one or two channels that come in some of the time on, relive my childhood on <a href="http://www.hulu.com">hulu.com</a>, and watch some of the many independent video efforts that places like <a href="http://www.youtube.com">YouTube</a> have made so accessible.&nbsp;&nbsp; Until then, could you please let me enjoy my TV in peace?&nbsp;&nbsp;&nbsp; Really, I think we&#8217;ve all figured out that the DTV switchover is coming.&nbsp;&nbsp; We don&#8217;t need switchover practice hours or days (or is it just a coincidence that KOIN has been hinting that they will be doing something to help us practice and today we have no analog signal? )&nbsp; We don&#8217;t need a huge bar on the bottom part of the screen about the switch over ALL THE TIME.&nbsp; In fact, if the technology really were so much better, we wouldn&#8217;t need a government mandated switch over.</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<br />Posted in work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/61/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/61/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/61/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=61&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2009/01/31/the-big-hoopla-on-the-switch-to-digital-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>Frey and his Steed, Golden-Bristle by Jacques Reich</title>
		<link>http://competentgirl.wordpress.com/2009/01/24/frey-and-his-steed-golden-bristle-by-jacques-reich/</link>
		<comments>http://competentgirl.wordpress.com/2009/01/24/frey-and-his-steed-golden-bristle-by-jacques-reich/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 00:50:42 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2009/01/24/frey-and-his-steed-golden-bristle-by-jacques-reich/</guid>
		<description><![CDATA[File:Frey and his Steed, Golden-Bristle by Jacques Reich.jpg &#8211; Wikipedia, the free encyclopedia I found this great image of my oldest (maybe second oldest) known ancestor on Wikipedia. I don&#8217;t know what Jacques Reich&#8217;s sources were, but I can see quite the family resemblance to a number of his male descendents pictured or mentioned in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=59&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://en.wikipedia.org/wiki/File:Frey_and_his_Steed,_Golden-Bristle_by_Jacques_Reich.jpg"><p><img src="http://upload.wikimedia.org/wikipedia/commons/e/e4/Frey_and_his_Steed%2C_Golden-Bristle_by_Jacques_Reich.jpg" /></p></blockquote>
<p><cite><a href="http://en.wikipedia.org/wiki/File:Frey_and_his_Steed,_Golden-Bristle_by_Jacques_Reich.jpg">File:Frey and his Steed, Golden-Bristle by Jacques Reich.jpg &#8211; Wikipedia, the free encyclopedia</a></cite></p>
<p>I found this great image of my oldest (maybe second oldest) known ancestor on Wikipedia.  I don&#8217;t know what Jacques Reich&#8217;s sources were, but I can see quite the family resemblance to a number of his  male descendents pictured or mentioned in <a href="http://competentgirl.wordpress.com/2006/06/06/sabbatical">Slegten Buck’s Stamtavle</a>.  Particularly the nose and lanky figure.
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<br />Posted in work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=59&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2009/01/24/frey-and-his-steed-golden-bristle-by-jacques-reich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>

		<media:content url="http://upload.wikimedia.org/wikipedia/commons/e/e4/Frey_and_his_Steed%2C_Golden-Bristle_by_Jacques_Reich.jpg" medium="image" />
	</item>
		<item>
		<title>MySQL Armageddon</title>
		<link>http://competentgirl.wordpress.com/2009/01/14/mysql-armageddon/</link>
		<comments>http://competentgirl.wordpress.com/2009/01/14/mysql-armageddon/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 02:13:19 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2009/01/14/mysql-armageddon/</guid>
		<description><![CDATA[It&#8217;s MySQL Dude, destruction is the default option. &#8211; Jason Blogged with the Flock Browser Posted in work<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=58&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s MySQL Dude, destruction is the default option. &#8211; Jason
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<br />Posted in work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=58&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2009/01/14/mysql-armageddon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>Bad News from the Colo</title>
		<link>http://competentgirl.wordpress.com/2008/12/16/bad-news-from-the-colo/</link>
		<comments>http://competentgirl.wordpress.com/2008/12/16/bad-news-from-the-colo/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 19:44:26 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[Vendors]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2008/12/16/bad-news-from-the-colo/</guid>
		<description><![CDATA[I think it&#8217;s bad news when they are up on the roof of your colo working on the HVAC systems in below freezing weather. I can see this from my desk and I think I&#8217;d be much happier if I couldn&#8217;t! Blogged with the Flock Browser Posted in Vendors, work<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=56&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I think it&#8217;s bad news when they are up on the roof of your colo working on the HVAC systems in below freezing weather.</p>
<p>I can see this from my desk and I think I&#8217;d be much happier if I couldn&#8217;t!</p>
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<br />Posted in Vendors, work  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/56/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/56/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/56/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=56&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2008/12/16/bad-news-from-the-colo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
		<item>
		<title>New record load average</title>
		<link>http://competentgirl.wordpress.com/2008/12/10/new-record-load-average/</link>
		<comments>http://competentgirl.wordpress.com/2008/12/10/new-record-load-average/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 22:03:13 +0000</pubDate>
		<dc:creator>competentgirl</dc:creator>
				<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://competentgirl.wordpress.com/2008/12/10/new-record-load-average/</guid>
		<description><![CDATA[Never seen a load average that high on a system that doesn&#8217;t have runaway processes and isn&#8217;t being misused. user@host:~$ uptime 13:45:52 up 7 days, 22:13, 20 users, load average: 7.78, 7.33, 6.61 Munis says it was up to 10.1 a little while ago. Thankfully, the new more powerful replacement is literally in the mail. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=54&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Never seen a load average that high on a system that doesn&#8217;t have runaway processes and isn&#8217;t being misused. </p>
<p>   <code>user@host:~$ uptime<br />
 13:45:52 up 7 days, 22:13, 20 users,  load average: 7.78, 7.33, 6.61</code></p>
<p><a href="http://munin.projects.linpro.no/">Munis</a> says it was up to 10.1 a little while ago.  Thankfully, the new more powerful replacement is literally in the mail.
<div class="flockcredit" style="text-align:right;color:#CCC;font-size:x-small;">Blogged with the <a href="http://www.flock.com/blogged-with-flock" target="_new" title="Flock Browser">Flock Browser</a></div>
<p><!-- technorati tags begin -->
<p style="font-size:10px;text-align:right;">Tags: <a href="http://technorati.com/tag/loadaverage" rel="tag">loadaverage</a></p>
<p><!-- technorati tags end --></p>
<br />Posted in UNIX  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/competentgirl.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/competentgirl.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/competentgirl.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/competentgirl.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/competentgirl.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/competentgirl.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/competentgirl.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/competentgirl.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/competentgirl.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/competentgirl.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/competentgirl.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/competentgirl.wordpress.com/54/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/competentgirl.wordpress.com/54/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/competentgirl.wordpress.com/54/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=competentgirl.wordpress.com&amp;blog=409613&amp;post=54&amp;subd=competentgirl&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://competentgirl.wordpress.com/2008/12/10/new-record-load-average/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">Competent Girl</media:title>
		</media:content>
	</item>
	</channel>
</rss>
