<?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>What?</title>
	<atom:link href="http://www.darrenalbers.net/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.darrenalbers.net/blog</link>
	<description>Blah Blah</description>
	<lastBuildDate>Fri, 27 Aug 2010 16:44:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Linux Applications</title>
		<link>http://www.darrenalbers.net/blog/?p=34</link>
		<comments>http://www.darrenalbers.net/blog/?p=34#comments</comments>
		<pubDate>Fri, 27 Aug 2010 16:44:06 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network Manager]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=34</guid>
		<description><![CDATA[Password Management:
LastPass: http://lastpass.com
KeepassX:  http://www.keepassx.org/
Encryption:
Luks:  Built into most distros and allows you to encrypt files mounted via loopback or whole disks.   Gnome Disk Utility will use this to create encrypted disks.
Truecrypt:  http://www.truecrypt.org (Realcrypt for people on Fedora using RPMFusion)
Video editing/Transcoding:
Handbrake: http://handbrake.fr/ (Note: The daily releases are better for modern distros)
AviDemux:  [...]]]></description>
			<content:encoded><![CDATA[<p>Password Management:<br />
LastPass: http://lastpass.com<br />
KeepassX:  http://www.keepassx.org/</p>
<p>Encryption:<br />
Luks:  Built into most distros and allows you to encrypt files mounted via loopback or whole disks.   Gnome Disk Utility will use this to create encrypted disks.<br />
Truecrypt:  http://www.truecrypt.org (Realcrypt for people on Fedora using RPMFusion)</p>
<p>Video editing/Transcoding:<br />
Handbrake: http://handbrake.fr/ (Note: The daily releases are better for modern distros)<br />
AviDemux:  http://fixounet.free.fr/avidemux/    Basic editor that I use to rip out commercials from my TiVo movies</p>
<p>Media Players:<br />
Totem<br />
VLC<br />
Rythmbox</p>
<p>Bittorrent:<br />
Transmission</p>
<p>iPod/iPhone/iPad Management:<br />
gtkpod<br />
Rythmbox</p>
<p>eBook Management<br />
Calibre</p>
<p>TiVo Management:<br />
Kmttg: http://code.google.com/p/kmttg/   Great tool to pull movies off my TiVo and transcode them.  Can be setup to automatically pull certain shows, transcode them etc&#8230;<br />
pyTiVo</p>
<p>Web Browsers:<br />
Firefox<br />
Google Chrome/Chromium</p>
<p>Video Conferencing/VOIP:<br />
Ekiga<br />
Skype</p>
<p>HTML Editing:<br />
Komposer</p>
<p>Instant Messaging:<br />
Empathy</p>
<p>Remote Control:<br />
VNC<br />
NXClient/NXServer:   www.nomachine.com</p>
<p>Backups:   I previously used Deja-Dup but wound up spending the money on SpiderOak because of the zero-knowledge encryption and the advantage of a cloud based solution<br />
Deja-Dup: https://launchpad.net/deja-dup<br />
SpiderOak: https://spideroak.com/</p>
<p>Office Apps:<br />
OpenOffice</p>
<p>Disk Recording:<br />
Brasero: Part of almost every Gnome distribution by default as the recording software</p>
<p>Virtualization:<br />
KVM<br />
VMWare Player<br />
VirtualBox</p>
<p>Blackberry:<br />
Barry: http://netdirect.ca/software/packages/barry<br />
Bluetooth Tethering via Network Manager</p>
<p>Email:<br />
Thunderbird</p>
<p>Newsgroups:<br />
lottaNZB:  http://www.lottanzb.org/<br />
PAN: http://pan.rebelbase.com</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=34</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get Sansa Clip and Clip+ recognized in banshee or Rythmnbox</title>
		<link>http://www.darrenalbers.net/blog/?p=27</link>
		<comments>http://www.darrenalbers.net/blog/?p=27#comments</comments>
		<pubDate>Sun, 03 Jan 2010 00:03:59 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sansa]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=27</guid>
		<description><![CDATA[Note to myself:
Create a file:
.is_audio_player at the root and insert:
audio_folders=MUSIC/,RECORD/
output_formats=audio/mp3 
audio/mp3 can be replaced with OGG but most of my music is from Amazon so it is MP3 now and I want to avoid the hassle of converting.   Should probably convert the whole lot though Banshee will convert on the fly so may [...]]]></description>
			<content:encoded><![CDATA[<p>Note to myself:</p>
<p>Create a file:<br />
.is_audio_player at the root and insert:<br />
audio_folders=MUSIC/,RECORD/<br />
output_formats=audio/mp3 </p>
<p>audio/mp3 can be replaced with OGG but most of my music is from Amazon so it is MP3 now and I want to avoid the hassle of converting.   Should probably convert the whole lot though Banshee will convert on the fly so may not matter if I switch to OGG.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=27</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Encrypted Home Directory on Ubuntu Netbook Remix</title>
		<link>http://www.darrenalbers.net/blog/?p=25</link>
		<comments>http://www.darrenalbers.net/blog/?p=25#comments</comments>
		<pubDate>Sat, 30 May 2009 02:04:32 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=25</guid>
		<description><![CDATA[Note for myself
This tutorial works with UNR as well:
http://blog.dustinkirkland.com/2009/02/jaunty-encrypted-home-directories.html
]]></description>
			<content:encoded><![CDATA[<p>Note for myself</p>
<p>This tutorial works with UNR as well:</p>
<p>http://blog.dustinkirkland.com/2009/02/jaunty-encrypted-home-directories.html</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=25</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title></title>
		<link>http://www.darrenalbers.net/blog/?p=22</link>
		<comments>http://www.darrenalbers.net/blog/?p=22#comments</comments>
		<pubDate>Tue, 26 May 2009 23:19:58 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lotus Notes]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=22</guid>
		<description><![CDATA[Another reminder for myself&#8230;.
To get Notes 8.5 on Linux to open attachments create a symlink to the latest version of libgnome-desktop-2.so
For example on Jaunty:
sudo ln -s libgnome-desktop-2.so.11 libgnome-desktop-2.so.2
]]></description>
			<content:encoded><![CDATA[<p>Another reminder for myself&#8230;.</p>
<p>To get Notes 8.5 on Linux to open attachments create a symlink to the latest version of libgnome-desktop-2.so</p>
<p>For example on Jaunty:<br />
sudo ln -s libgnome-desktop-2.so.11 libgnome-desktop-2.so.2</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=22</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling CAPS Lock in Windows</title>
		<link>http://www.darrenalbers.net/blog/?p=19</link>
		<comments>http://www.darrenalbers.net/blog/?p=19#comments</comments>
		<pubDate>Sun, 21 Dec 2008 19:28:15 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=19</guid>
		<description><![CDATA[This is mostly a reminder for myself, my Father in Law&#8217;s laptop has a very touchy caps lock key.  Here is the reg file to disable it:
Create a file called something.reg.   Paste this into it and save it.   Then import this registry change:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
&#8220;Scancode Map&#8221;=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00
]]></description>
			<content:encoded><![CDATA[<p>This is mostly a reminder for myself, my Father in Law&#8217;s laptop has a very touchy caps lock key.  Here is the reg file to disable it:</p>
<p>Create a file called something.reg.   Paste this into it and save it.   Then import this registry change:</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]</p>
<p>&#8220;Scancode Map&#8221;=hex:00,00,00,00,00,00,00,00,02,00,00,00,00,00,3a,00,00,00,00,00</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=19</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lotus Sametime Conferencing on Linux</title>
		<link>http://www.darrenalbers.net/blog/?p=14</link>
		<comments>http://www.darrenalbers.net/blog/?p=14#comments</comments>
		<pubDate>Sun, 11 May 2008 17:30:54 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Sametime]]></category>
		<category><![CDATA[Lotus]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=14</guid>
		<description><![CDATA[Just a note for people who use Lotus Sametime conferencing and the web chat client the Openjdk web plugin does not work.   You need to completely remove it and use the Sun-Java.
Once I did this I could use the Sametime Web Chat client and the meeting center.   
The full sametime client [...]]]></description>
			<content:encoded><![CDATA[<p>Just a note for people who use Lotus Sametime conferencing and the web chat client the Openjdk web plugin does not work.   You need to completely remove it and use the Sun-Java.</p>
<p>Once I did this I could use the Sametime Web Chat client and the meeting center.   </p>
<p>The full sametime client worked with or without OpenJDK.</p>
<p>*Side note:  This may also apply for Webex meetings, I tried to attend one the other day and it failed to run the Java applet in a similar way that Sametime failed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=14</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Manager 0.7 Preview</title>
		<link>http://www.darrenalbers.net/blog/?p=9</link>
		<comments>http://www.darrenalbers.net/blog/?p=9#comments</comments>
		<pubDate>Sat, 10 May 2008 02:57:50 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network Manager]]></category>
		<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=9</guid>
		<description><![CDATA[I recently installed a SVN snapshot from the Network Manager project to see how development was going.  Tambet Ingo and Dan Williams deserve the thanks of all Linux users for the work they have done so far.
New Features:
Revamped Connection manager
Static Address Support
PPPOE (DSL) Support
Mobile Aircard Support (GSM and CDMA)
Multiple Active Devices
The new Connection Editor [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed a SVN snapshot from the Network Manager project to see how development was going.  Tambet Ingo and Dan Williams deserve the thanks of all Linux users for the work they have done so far.</p>
<p><strong>New Features:</strong><br />
Revamped Connection manager<br />
Static Address Support<br />
PPPOE (DSL) Support<br />
Mobile Aircard Support (GSM and CDMA)<br />
Multiple Active Devices</p>
<p>The new Connection Editor exposes every possible option, but none of them should be needed for most users.   Network-Manager detects the type of network and will prompt the user for just the information needed to connect.   When I plugged in my AT&#038;T Aircard it was immediately available for use and connected on the first try.   The VPN plugins worked properly regardless of how I was connected.</p>
<p>Below is a screenshot tour of the new features, this is a development snapshot so layout and features are likely to change.   </p>
<p><strong>Drop-Down Menu:</strong><br />
<img src="http://www.darrenalbers.com/images/menu.gif" alt="Main Menu" /></p>
<p><strong>Connected to via GSM Aircard</strong><br />
<img src="http://www.darrenalbers.com/home/images/GSM_Menu.gif" alt="Connected via GSM" /></p>
<p><strong>Network Connections Window:</strong><br />
The connection manager window is a simple tabbed window, from what I can see every possible option is available except Dial.<br />
<img src="http://www.darrenalbers.com/images/Wired.gif" alt="Wired Main Panel" /></p>
<p><strong>Wired Settings:</strong><br />
The ability to manually set a MAC Address and to specify the MTU.<br />
<img src="http://www.darrenalbers.com/images/Wired_main.gif" alt="Wired Primary Panel" /></p>
<p>802.1x is primarily used in enterprise environments to authenticate the user or device before it is allowed to connect.   The options here are PEAP, EAP-TTLS and EAP-TLS.<br />
<img src="http://www.darrenalbers.com/images/Wired_8021x.gif" alt="Wired 802.1x" /></p>
<p>You can set a static IP address, DNS server(s), default gateway, and DNS Search order.   It looks like each option on the page is independent.  So you can obtain an IP from DHCP but specify a DNS server and DNS search suffix.   I will validate this soon.<br />
<img src="http://www.darrenalbers.com/images/Wired_IP.gif" alt="Wired IP Configuartion" /></p>
<p><br />
<strong>Wireless Settings</strong><br />
Every wireless option is available, unencrypted wireless, static WEP, WPA(2) Preshared Keys, LEAP, WPA+EAP and WEP+EAP.   The only possible option that might be missing is EAP-FAST but that is Cisco proprietary.<br />
<img src="http://www.darrenalbers.com/images/Wireless_Profile_1.gif" alt="Wireless Main Panel" /></p>
<p><img src="http://www.darrenalbers.com/images/Wireless_Security_open.gif" alt="Wireless Open" /></p>
<p>Note the option for Key Index<br />
<img src="http://www.darrenalbers.com/images/Wireless_Security_WEP.gif" alt="WEP" /></p>
<p><img src="http://www.darrenalbers.com/images/Wireless_Security_LEAP.gif" alt="LEAP" /></p>
<p><img src="http://www.darrenalbers.com/images/Wireless_Security_DynamicWEP.gif" alt="Dynamic WEP" /></p>
<p><img src="http://www.darrenalbers.com/images/Wireless_Security_WPA-PSK.gif" alt="WPA PSK" /></p>
<p><img src="http://www.darrenalbers.com/images/Wireless_Security_WPA-EAP.gif" alt="WPA(2) EAP" /></p>
<p><img src="http://www.darrenalbers.com/images/Wireless_Static_ip.gif" alt="Wireless IP Settings" /></p>
<p><strong>DSL</strong><br />
The long awaited PPPOE support is now available.<br />
<img src="http://www.darrenalbers.com/images/DSL.gif" alt="DSL Main Page" /></p>
<p>Login information: it may also support PPTP but I do not have a DSL line to test with.<br />
<img src="http://www.darrenalbers.com/images/DSL_Main.gif" alt="Login Info" /></p>
<p>You can clone a MAC Address if needed.<br />
<img src="http://www.darrenalbers.com/images/DSL_2.gif" alt="DSL - Wired" /></p>
<p>If your ISP has some strange PPP settings you can set them here.<br />
<img src="http://www.darrenalbers.com/images/DSL_PPP.gif" alt="DSL PPP" /></p>
<p></p>
<p><strong>VPN</strong></p>
<p>The VPN Settings screen only has the option to set Static IP, the rest of the VPN options are in the same place as before under configure VPN.<br />
<img src="http://www.darrenalbers.com/images/VPN.gif" alt="VPN Page" /></p>
<p><strong>Mobile Broadband</strong></p>
<p>My Aircard 860 worked automatically.<br />
<img src="http://www.darrenalbers.com/images/Mobile_Broadband.gif" alt="Mobile Broadband - Main Page" /></p>
<p><img src="http://www.darrenalbers.com/images/Mobile_Broadband_Advanced.gif" alt="Mobile Broadband - Advanced" /></p>
<p><img src="http://www.darrenalbers.com/images/Mobile_Broadband_PPP.gif" alt="Mobile Broadband - PPP" /></p>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=9</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Open-Source Flash</title>
		<link>http://www.darrenalbers.net/blog/?p=7</link>
		<comments>http://www.darrenalbers.net/blog/?p=7#comments</comments>
		<pubDate>Sat, 29 Mar 2008 16:20:23 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=7</guid>
		<description><![CDATA[I spent some time testing Gnash and swfdec and while both worked ok for general use neither was consistently good enough to replace the closed-source Flash.   With both some video sites would work while others would fail miserably.   
I don&#8217;t want to in any way diminish the work that either of [...]]]></description>
			<content:encoded><![CDATA[<p>I spent some time testing Gnash and swfdec and while both worked ok for general use neither was consistently good enough to replace the closed-source Flash.   With both some video sites would work while others would fail miserably.   </p>
<p>I don&#8217;t want to in any way diminish the work that either of these teams has done, they have come a long way and if I didn&#8217;t have a need to visit barney.com and other kids sites I would probably use gnash or swfdec without any issues.</p>
<p>Here are the positives to using Gnash or Swfdec:<br />
1) NO MORE TALKING FLASH ADS!<br />
2) You can set it to pause animation at start so you don&#8217;t have to see the flashing banners unless you want to.<br />
3) Security:  Adobe Flash has recently been the target of a large number of attacks, by not running Adobe Flash I avoid that mess</p>
<p>I will keep checking in on Gnash and Swfdec for the next year or two and contribute bug reports and testing when possible.   These projects are too important to be ignored.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why the hate for Evolution (The mail client)?</title>
		<link>http://www.darrenalbers.net/blog/?p=5</link>
		<comments>http://www.darrenalbers.net/blog/?p=5#comments</comments>
		<pubDate>Sat, 16 Feb 2008 18:58:27 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Evolution]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=5</guid>
		<description><![CDATA[I have been using Thunderbird for years and before that Mozilla mail but I never used Evolution since everyone seemed to lambaste it.   Well I am here to tell you that Evolution is a very capable if not excellent mail client!
Here are my requirements for a mail client:
* Spam filtering
* SSL/TLS support
* Extensive [...]]]></description>
			<content:encoded><![CDATA[<p>I have been using Thunderbird for years and before that Mozilla mail but I never used Evolution since everyone seemed to lambaste it.   Well I am here to tell you that Evolution is a very capable if not excellent mail client!</p>
<p>Here are my requirements for a mail client:<br />
* Spam filtering<br />
* SSL/TLS support<br />
* Extensive rules support<br />
* Support for mailing lists<br />
* Spellcheck support<br />
* Block remote images by default<br />
* IMAP Support<br />
* GPG Support</p>
<p>Evolution has all these features as well as calendaring and tasks.</p>
<p>Is it heavier than Thunderbird?  Yes, but not enough to make a huge difference considering all the added features and you have to add Sunbird, Enigmail and more to reach a equivalent feature set with Thunderbird.  </p>
<p>Just to be clear, I still love Thunderbird, but I want to let people know that Evolution isn&#8217;t the steaming pile that it is made out to be and if you have avoided Evolution because of you heard you should give it a shot.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=5</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remaining Closed Source Applications</title>
		<link>http://www.darrenalbers.net/blog/?p=6</link>
		<comments>http://www.darrenalbers.net/blog/?p=6#comments</comments>
		<pubDate>Sat, 16 Feb 2008 18:54:43 +0000</pubDate>
		<dc:creator>Darren</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.darrenalbers.net/blog/?p=6</guid>
		<description><![CDATA[I was looking at my laptop today and realized that there are only four remaining applications/components on my system that are closed source or have restrictive licenses:
Lotus Notes
Adobe Flash
Video Driver (Nvidia)
Intel wireless firmware.
Lotus Notes is what we use at work so it is not going away very soon (at all).
I should be able to replace [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking at my laptop today and realized that there are only four remaining applications/components on my system that are closed source or have restrictive licenses:</p>
<p>Lotus Notes<br />
Adobe Flash<br />
Video Driver (Nvidia)<br />
Intel wireless firmware.</p>
<p>Lotus Notes is what we use at work so it is not going away very soon (at all).</p>
<p>I should be able to replace Flash with either Gnash or Swfdec.   I tested Gnash today and it still did not work at http://www.barney.com and I will test swfdec later.   Other than the Barney site for my daughter my use of Flash is so infrequent that Gnash or swfdec should cover me.</p>
<p>The NV driver is just too slow but I am watching Nouveau closely and when it gets more stable I will switch.   I don&#8217;t use Compiz and I don&#8217;t play games so maybe I should take another look at this.</p>
<p>I don&#8217;t think there are any wireless cards that don&#8217;t have some sort of closed firmware blob so I don&#8217;t think I will be able to do anything about the wireless drivers.</p>
<p>Some closed applications I have replaced over the past year:<br />
1) VMWARE:   Replaced with KVM or Innotek&#8217;s virtualbox OSE<br />
2) Skype: I rarely used it but I replaced it with Ekiga<br />
3) Sun Java 1.5/1.6:  Replaced with IcedTea</p>
<p>Since I work in the technology field I am not the typical user but my day to day usage is pretty typical and if I can be this close to a completely open system then almost anyone else can be as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.darrenalbers.net/blog/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
