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

<channel>
	<title>Yabfog</title>
	<atom:link href="http://www.yabfog.com/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yabfog.com/wp</link>
	<description>Yet another blog full of gas</description>
	<pubDate>Sat, 13 Sep 2008 14:04:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Twitter-Speak at BearHugCamp</title>
		<link>http://www.yabfog.com/wp/2008/09/12/twitter-speak-at-bearhugcamp</link>
		<comments>http://www.yabfog.com/wp/2008/09/12/twitter-speak-at-bearhugcamp#comments</comments>
		<pubDate>Fri, 12 Sep 2008 19:03:52 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/?p=202</guid>
		<description><![CDATA[After a fairly testy exchange at BearHugCamp this morning among Steve Gillmor, Dustin Sallings (twitterspy and IdentiSpy bot creator), a few audience members and the guys at Twitter, Alex Payne actually gave a very clear statement about the lengths to which Twitter was willing to go to aide developers in building upon and extending Twitter.
If [...]]]></description>
			<content:encoded><![CDATA[<p>After a fairly testy exchange at <a href="http://www.microblog.org/wiki/BearHugCamp">BearHugCamp</a> this morning among <a href="http://identi.ca/stevegillmor">Steve Gillmor</a>, <a href="http://identi.ca/dustin">Dustin Sallings</a> (twitterspy and IdentiSpy bot creator), a few audience members and the guys at <a href="http://twitter.com">Twitter</a>, <a href="http://twitter.com/al3x">Alex Payne</a> actually gave a very clear statement about the lengths to which Twitter was willing to go to aide developers in building upon and extending Twitter.</p>
<p>If you need to poll the API more frequently that the API limits allow, email Alex and chances are very good that you can be accommodated. Ditto regarding something Alex referred to as a "research project" involving a data-mining feed -- presumably, this is like a customized (or perhaps random) fraction of the full public timeline firehose.</p>
<p>As for the full public timeline firehose via XMPP: "That would require a business discussion."</p>
<p>My Twitter bot works just fine for me, but Dustin is actually trying to provide a service to people other than himself, so he needs more cooperation from Twitter. Based on what Alex said, it seems that Dustin and others who are working on various bots to bring back the "track" feature via IM should be able to do so.</p>
<p>As for the "official" return of "track" and IM -- don't hold your breath.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2008/09/12/twitter-speak-at-bearhugcamp/feed</wfw:commentRss>
		</item>
		<item>
		<title>XMPP and Google Apps for Domains</title>
		<link>http://www.yabfog.com/wp/2008/07/02/xmpp-and-google-apps-for-domains</link>
		<comments>http://www.yabfog.com/wp/2008/07/02/xmpp-and-google-apps-for-domains#comments</comments>
		<pubDate>Thu, 03 Jul 2008 03:43:00 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/?p=191</guid>
		<description><![CDATA[Jesus, my head hurts.
I setup xmpppy on my box, thinking I could quickly set up a bot to run as one of my Google Apps for Domains users. I've spent about six or seven hours (off and on) getting this to work, though, because the documentation from Google about setting up my DNS configuration is [...]]]></description>
			<content:encoded><![CDATA[<p>Jesus, my head hurts.</p>
<p>I setup <a href="http://xmpppy.sourceforge.net/">xmpppy</a> on my box, thinking I could quickly set up a bot to run as one of my <a href="https://www.google.com/a/">Google Apps for Domains</a> users. I've spent about six or seven hours (off and on) getting this to work, though, because the <a href="http://www.google.com/support/a/bin/answer.py?answer=60227&#038;hl=en">documentation from Google about setting up my DNS configuration</a> is incomplete. Thanks a lot!!! Like DNS isn't difficult enough for amateurs.</p>
<p>After many searches, I finally found <a href="http://forum.meebo.com/viewtopic.php?p=101956&#038;sid=1f51c6dea800c7b64c0ef558a86edf5b#p101956">the magic incantation</a>, so here it is for posterity, in case that link disappears:</p>
<p><code>_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	5	0	5269	xmpp-server.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server1.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server2.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server3.l.google.com.<br />
_xmpp-server._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server4.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	5	0	5269	xmpp-server.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server1.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server2.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server3.l.google.com.<br />
_jabber._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5269	xmpp-server4.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk1.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk2.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk3.l.google.com.<br />
_xmpp-client._tcp.YOURDOMAIN.TLD.	3600	IN	SRV	20	0	5222	talk4.l.google.com.<br />
</code></p>
<p><strong>N.B.</strong> Those trailing periods at the end of the domain names may or may not be necessary, depending on how you update your DNS records. For example, GoDaddy inserted them for me. YMMV.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2008/07/02/xmpp-and-google-apps-for-domains/feed</wfw:commentRss>
		</item>
		<item>
		<title>Firefox 3 Display Bugs?</title>
		<link>http://www.yabfog.com/wp/2008/06/20/firefox-3-display-bugs</link>
		<comments>http://www.yabfog.com/wp/2008/06/20/firefox-3-display-bugs#comments</comments>
		<pubDate>Fri, 20 Jun 2008 16:39:06 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/?p=185</guid>
		<description><![CDATA[I've installed Firefox 3, and it looks like they may have rushed it out the door a bit. I'm seeing some sloppy display bugs that are kind of annoying. I'm running Windows XP Pro SP3. See for yourself:
Note the clipping along the bottom of the statusbar, as underscores and descenders are cut off.

But check this [...]]]></description>
			<content:encoded><![CDATA[<p>I've installed Firefox 3, and it looks like they may have rushed it out the door a bit. I'm seeing some sloppy display bugs that are kind of annoying. I'm running Windows XP Pro SP3. See for yourself:</p>
<p>Note the clipping along the bottom of the statusbar, as underscores and descenders are cut off.<br />
<img src="http://www.yabfog.com/wp/wp-content/uploads/2008/06/ff3-statusbar-bug01.png" alt="" title="ff3-statusbar-bug01" width="516" height="25" class="alignnone size-full wp-image-188" /></p>
<p>But check this out. Same theme, but with XP Styles enabled (not my personal preference), and the clipping is gone.<br />
<img src="http://www.yabfog.com/wp/wp-content/uploads/2008/06/ff3-statusbar-bug01-fix.png" alt="" title="ff3-statusbar-bug01-fix" width="513" height="20" class="alignnone size-full wp-image-189" /></p>
<p>Now, look at the noise in this shot. Where is that coming from?!<br />
<img src="http://www.yabfog.com/wp/wp-content/uploads/2008/06/ff3-statusbar-bug02.png" alt="" title="ff3-statusbar-bug02" width="172" height="23" class="alignnone size-medium wp-image-186" /></p>
<p>Finally, check out the left-side alignment, as "<span style="text-decoration: underline;">W</span>ork offline" is not aligned with the other menu items.<br />
<img src="http://www.yabfog.com/wp/wp-content/uploads/2008/06/ff3-menubar-bug01-186x300.png" alt="" title="ff3-menubar-bug01" width="186" height="300" class="alignnone size-medium wp-image-187" /></p>
<p>That last one is only present when I use the Azerty III theme, but the other bugs appear in the Default theme, as well.</p>
<p>Seen any others?</p>
<p><strong><a name="ff3db_update">Update:</a></strong> Surprise, surprise! Went through the tedious process of disabling all add-ons then re-enabling each of them one by one, and it turns out that those statusbar display bugs were caused by Forecastfox and Foxclocks (not in combination, either one alone causes the display issues).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2008/06/20/firefox-3-display-bugs/feed</wfw:commentRss>
		</item>
		<item>
		<title>Jaiku Planet Venus Filter</title>
		<link>http://www.yabfog.com/wp/2008/03/12/jaiku-planet-venus-filter</link>
		<comments>http://www.yabfog.com/wp/2008/03/12/jaiku-planet-venus-filter#comments</comments>
		<pubDate>Thu, 13 Mar 2008 03:27:36 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/2008/03/12/jaiku-planet-venus-filter</guid>
		<description><![CDATA[Just started exploring Jaiku and, coincidentally, Planet Venus. One of the cool things about Jaiku is that it aggregates your other web presences (like your blog, twitter, del.icio.us, and flickr posts) and integrates them into Jaiku presence stream. The down side of this is that it's not as good at that as Planet Venus, and [...]]]></description>
			<content:encoded><![CDATA[<p>Just started exploring <a href="http://danmactough.jaiku.com/">Jaiku</a> and, coincidentally, <a href="http://www.intertwingly.net/code/venus/">Planet Venus</a>. One of the cool things about Jaiku is that it aggregates your other web presences (like your blog, twitter, del.icio.us, and flickr posts) and integrates them into Jaiku presence stream. The down side of this is that it's not as good at that as Planet Venus, and then if you use Planet Venus to create a aggregation of your web presences and you include Jaiku, then you've got annoying duplication.</p>
<p>So, I'm not much of a Python programmer, but I wrote this <a href="http://yabfog.com/files/fix_jaikus.py">Planet Venus filter</a> that looks at each entry, and if it detects that it's a Jaiku presence update, it only includes it if it originated via Jaiku. In other words, it filters out all the duplicates.</p>
<p>If you understood any of that, you may find this helpful. If not, nevermind.</p>
<p><code><br />
"""<br />
For jaiku presence entries, only retain entries that originate from jaiku<br />
(as opposed to grabbed via web feeds)<br />
"""<br />
import sys, xml.dom.minidom<br />
entry = xml.dom.minidom.parse(sys.stdin).documentElement<br />
entry_id = entry.getElementsByTagName('id')[0].firstChild.data<br />
for node in entry.getElementsByTagName('link'):<br />
  if node.getAttribute('rel') == 'alternate':<br />
    entry_link = node.getAttribute('href')<br />
    break<br />
if entry_id.find('jaiku.com/presence') &gt; 0 and (entry_id != entry_link):<br />
  sys.exit(1)<br />
print entry.toxml('utf-8')<br />
</code></p>
<p><em>(Updated to fix a bug on line 11.)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2008/03/12/jaiku-planet-venus-filter/feed</wfw:commentRss>
		</item>
		<item>
		<title>Nick's Zappa Playlist</title>
		<link>http://www.yabfog.com/wp/2008/03/10/nicks-zappa-playlist</link>
		<comments>http://www.yabfog.com/wp/2008/03/10/nicks-zappa-playlist#comments</comments>
		<pubDate>Tue, 11 Mar 2008 02:28:23 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/2008/03/10/nicks-zappa-playlist</guid>
		<description><![CDATA[I twittered about an amazing playlist (or iMix, if you will) of Frank Zappa tunes that Nick Bradbury published, but it appears that iTunes has deleted the iMix because Zappa is no longer on iTunes. But it's an amazing playlist, so here it is:

Peaches In Regalia, Hot Rats (1969)
Camarillo Brillo, Over-Nite Sensation (1973)
My Guitar Wants [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://twitter.com/danmactough/statuses/767135835">twittered about</a> an amazing playlist (or iMix, if you will) of <a href="http://nick.typepad.com/blog/2005/08/zappa_on_itunes.html">Frank Zappa tunes that Nick Bradbury published</a>, but it appears that iTunes has deleted the iMix because <a href="http://en.wikipedia.org/wiki/Frank_Zappa">Zappa</a> is no longer on iTunes. But it's an amazing playlist, so here it is:</p>
<ol>
<li>Peaches In Regalia, Hot Rats (1969)</li>
<li>Camarillo Brillo, Over-Nite Sensation (1973)</li>
<li>My Guitar Wants To Kill Your Mama, Weasels Ripped My Flesh (1970)</li>
<li>Maggio, The Man From Utopia (1983)</li>
<li>St. Alfonzo's Pancake Breakfast, Apostrophe' (1974)</li>
<li>Echidna's Arf (Of You), Roxy And Elsewhere (1974)</li>
<li>Mother People, We're Only In It For The Money (1968)</li>
<li>Cocaine Decisions, The Man From Utopia (1983)</li>
<li>Five-Five-Five, Shut Up N' Play Yer Guitar (Disc 1) (1981)</li>
<li>Can't Afford No Shoes, One Size Fits All (1975)</li>
<li>G - Spot Tornado, Jazz From Hell (1986)</li>
<li>Dumb All Over, You Are What You Is (1981)</li>
<li>Teen-Age Prostitute, Ship Arriving Too Late To Save A Drowning Witch (1982)</li>
<li>Sleep Dirt, Sleep Dirt (1979)</li>
<li>Tell Me You Love Me, Chunga's Revenge (1970)</li>
<li>Pygmy Twylyte, Roxy And Elsewhere (1974)</li>
<li>Baby Snakes, Baby Snakes (1983)</li>
<li>Electric Aunt Jemima, Uncle Meat (1969)</li>
<li>Po-Jama People, One Size Fits All (1975)</li>
</ol>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2008/03/10/nicks-zappa-playlist/feed</wfw:commentRss>
		</item>
		<item>
		<title>Unfortunate Coplacement of the Day</title>
		<link>http://www.yabfog.com/wp/2008/03/03/unfortunate-coplacement-of-the-day</link>
		<comments>http://www.yabfog.com/wp/2008/03/03/unfortunate-coplacement-of-the-day#comments</comments>
		<pubDate>Tue, 04 Mar 2008 01:35:02 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/2008/03/03/unfortunate-coplacement-of-the-day</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.yabfog.com/wp/wp-content/uploads/2008/03/ooops01.png' title='Mind in the gutter!'><img src='http://www.yabfog.com/wp/wp-content/uploads/2008/03/ooops01.thumbnail.png' alt='Mind in the gutter!' /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2008/03/03/unfortunate-coplacement-of-the-day/feed</wfw:commentRss>
		</item>
		<item>
		<title>Missing blog posts recovered</title>
		<link>http://www.yabfog.com/wp/2007/12/27/missing-blog-posts-recovered</link>
		<comments>http://www.yabfog.com/wp/2007/12/27/missing-blog-posts-recovered#comments</comments>
		<pubDate>Thu, 27 Dec 2007 17:02:31 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/2007/12/27/missing-blog-posts-recovered</guid>
		<description><![CDATA[Part of the nightmare I went through while experimenting with WP-o-matic (no link) was that I accidentally deleted about 12 posts from my blog. Nothing earth-shattering, of course, but I just found an old database backup and recovered those posts. It was a real PITA, though, because the backup was from when I was running [...]]]></description>
			<content:encoded><![CDATA[<p>Part of the nightmare I went through while experimenting with WP-o-matic (no link) was that I accidentally deleted about 12 posts from my blog. Nothing earth-shattering, of course, but I just found an old database backup and recovered those posts. It was a real PITA, though, because the backup was from when I was running <a href="http://wordpress.org">WordPress</a> 2.2, and now under 2.3, the database has been changed. So, I had to actually install a dummy blog and "upgrade" it to 2.3. <img src='http://www.yabfog.com/wp/wp-includes/images/smilies/icon_rolleyes.gif' alt=':roll:' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2007/12/27/missing-blog-posts-recovered/feed</wfw:commentRss>
		</item>
		<item>
		<title>XM Podcasts</title>
		<link>http://www.yabfog.com/wp/2007/12/14/xm-podcasts</link>
		<comments>http://www.yabfog.com/wp/2007/12/14/xm-podcasts#comments</comments>
		<pubDate>Fri, 14 Dec 2007 19:13:02 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

		<category><![CDATA[ron and fez]]></category>

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/2007/12/14/xm-podcasts</guid>
		<description><![CDATA[Cool! XM satellite radio is making some of its programming available as free podcasts. Beginning December 11, you can download XM content hosted by Bob Edwards, James Carville, Mike Krzyzewski, Barry Switzer and Opie &#038; Anthony. But what really excites me is XM Unmasked, hosted by the extraordinarily funny Ron Bennington.
[ Expand All &#124; Collapse [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://www.yabfog.com/wp/wp-content/uploads/2007/12/180px-ronandfezonxm.jpg' alt='Ron and Fez' class='alignright'/>Cool! XM satellite radio is making some of its programming available as <a href="http://www.xmradio.com/podcast/index.xmc">free podcasts</a>. <a href="http://xmradio.mediaroom.com/index.php?s=press_releases&#038;item=1546">Beginning December 11</a>, you can download XM content hosted by Bob Edwards, James Carville, Mike Krzyzewski, Barry Switzer and Opie &#038; Anthony. But what really excites me is XM Unmasked, hosted by the extraordinarily funny <a href="http://en.wikipedia.org/wiki/Ron_and_Fez">Ron Bennington</a>.</p>
<div class="optimalAllExpandCollapse">[ <span onclick="javascript:expandAll('optimal-48eb7a2940d94');" class="optimalTarget">Expand All</span> | <span onclick="javascript:collapseAll('optimal-48eb7a2940d94');" class="optimalTarget">Collapse All</span> ]</div>
<div class="opmlPage">
  <ul class="main" id="optimal-48eb7a2940d94">
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51672088', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D639%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51672088" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=639&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="www.xmradio.com">XM Artist Confidential: Green Room</a></span><ul id="oi-id51672088" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51672357', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D641%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51672357" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=641&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="www.xmradio.com">XM Weekly Music</a></span><ul id="oi-id51672357" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51678157', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D591%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51678157" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=591&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="http://www.xmradio.com">Bob Edwards Weekend</a></span><ul id="oi-id51678157" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51625955', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D642%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51625955" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=642&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="www.xmradio.com">Opie and Anthony Shorts</a></span><ul id="oi-id51625955" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51678251', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D644%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51678251" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=644&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="www.xmradio.com">XM Unmasked</a></span><ul id="oi-id51678251" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51673385', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D588%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51673385" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=588&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="http://www.xmradio.com/">Basketball And Beyond with Coach K</a></span><ul id="oi-id51673385" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51673400', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D592%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51673400" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=592&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="http://www.xmradio.com">XM Sports Nation This Morning: Barry Switzer</a></span><ul id="oi-id51673400" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		<li class="outlineItemNode"><span onclick="optimalToggleNode('oi-id51625970', 'true', 'http://www.yabfog.com/wp/wp-content/plugins/optimal/optimal.php?url=http%3A%2F%2Frss.streamos.com%2Fstreamos%2Frss%2Fgenfeed.php%3Ffeedid%3D619%26groupname%3Dxmsatelliteradio&amp;node=rss');" style="cursor: pointer; text-decoration: none; border: none; margin-right: 3px;"><img name="img-oi-id51625970" src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/imgCollapsed.gif" style="text-decoration: none; border: none;" alt="[+/-]" title="[+/-]"/></span><span><a href="http://rss.streamos.com/streamos/rss/genfeed.php?feedid=619&amp;groupname=xmsatelliteradio"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/feed-icon-12x12.gif" alt="XML" title="XML RSS Feed" style="margin-right: 3px; text-decoration: none; border: none;"/></a><a href="www.xmradio.com">60/20 Sports test feed</a></span><ul id="oi-id51625970" class="outlineList depth1" style="display:none;"><li class="outlineItemNodeSub"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/indicator_arrows_circle.gif" style="text-decoration: none; border: none; margin-right: 3px;" alt=""/>Loading....</li></ul></li>
		</ul>
</div>
<div class="optimalSourceLink"><a href="http://www.yabfog.com/opml0/XMpodcasts.opml"><img src="http://www.yabfog.com/wp/wp-content/plugins/optimal/img/opml.gif" alt="Source OPML" title="Source OPML"/></a></div>

<p>Hmmm... looks like I really need to work on the OPML browser.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2007/12/14/xm-podcasts/feed</wfw:commentRss>
		</item>
		<item>
		<title>Video: Snow Miser - Heat Miser</title>
		<link>http://www.yabfog.com/wp/2007/12/12/176</link>
		<comments>http://www.yabfog.com/wp/2007/12/12/176#comments</comments>
		<pubDate>Wed, 12 Dec 2007 16:43:39 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

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

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/2007/12/12/176</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" width="425" height="350" data="http://youtube.com/v/yon2YuXssvo"><param name="movie" value="http://youtube.com/v/yon2YuXssvo"></param></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2007/12/12/176/feed</wfw:commentRss>
		</item>
		<item>
		<title>Server Move Done</title>
		<link>http://www.yabfog.com/wp/2007/12/01/server-move-done</link>
		<comments>http://www.yabfog.com/wp/2007/12/01/server-move-done#comments</comments>
		<pubDate>Sat, 01 Dec 2007 17:11:30 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
		
		<category><![CDATA[uncategorized]]></category>

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

		<guid isPermaLink="false">http://www.yabfog.com/wp/2007/12/01/server-move-done</guid>
		<description><![CDATA[The server move is done. I'm sure there will be problems, but so far so good. The new server is actually a home server -- very adequate machine, but I anticipate connection and traffic delays, as well as disruptions due to power outages (which are pretty frequent here). Eventually, I'll probably hook up a UPS, [...]]]></description>
			<content:encoded><![CDATA[<p>The server move is done. I'm sure there will be problems, but so far so good. The new server is actually a home server -- very adequate machine, but I anticipate connection and traffic delays, as well as disruptions due to power outages (which are pretty frequent here). Eventually, I'll probably hook up a UPS, but in the meantime I'm willing to live with the issues because it's saving me the cost of renting a dedicated server. <img src='http://www.yabfog.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yabfog.com/wp/2007/12/01/server-move-done/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
