<?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>Recycled Space</title>
	<atom:link href="http://recycledspace.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://recycledspace.com</link>
	<description>Benoit's delirium on theatre, design, linux and everything else in between.</description>
	<pubDate>Thu, 26 Jun 2008 12:24:05 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>KDE 4.1 beta2 Packages For Slackware</title>
		<link>http://recycledspace.com/2008/06/26/kde-41-beta2-packages-for-slackware/</link>
		<comments>http://recycledspace.com/2008/06/26/kde-41-beta2-packages-for-slackware/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 12:24:05 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

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

		<category><![CDATA[kde-4.0.83]]></category>

		<category><![CDATA[kde4.1]]></category>

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=297</guid>
		<description><![CDATA[Well with the release of KDE 4.1 beta2, Robby Workman released new packages for Slackware kde-4.0.83. I&#8217;ve been running KDE 4.1 since version beta1 and it&#8217;s somewhat stable for desktop use. The last version had some issues with konsole but as far as I can tell right now, those are resolved or are they!? You [...]]]></description>
			<content:encoded><![CDATA[<p>Well with the release of <a href="http://kde.org/announcements/announce-4.1-beta2.php" onclick="javascript:urchinTracker ('/outbound/article/kde.org');">KDE 4.1 beta2</a>, Robby Workman released new packages for Slackware kde-4.0.83. I&#8217;ve been running KDE 4.1 since version beta1 and it&#8217;s somewhat stable for desktop use. The last version had some issues with konsole but as far as I can tell right now, those are resolved or are they!? You can get the package at the usual place (<a href="http://kde4.rlworkman.net/" onclick="javascript:urchinTracker ('/outbound/article/kde4.rlworkman.net');">here</a>). Nothing new to report in the <a href="http://kde4.rlworkman.net/_README" onclick="javascript:urchinTracker ('/outbound/article/kde4.rlworkman.net');">README</a> but you shouldn&#8217;t shy away from it, there is plenty of information in there. </p>
<p>Also, if you are lazy like me .. (sometimes, i know) &#8230; , you can get my script to download all the packages for you. You can check out my script <a href="http://recycledspace.com/2008/05/28/script-to-get-latest-kde-packages-for-slackware/#more-296" >here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/06/26/kde-41-beta2-packages-for-slackware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Script to Get Latest KDE Packages for Slackware</title>
		<link>http://recycledspace.com/2008/05/28/script-to-get-latest-kde-packages-for-slackware/</link>
		<comments>http://recycledspace.com/2008/05/28/script-to-get-latest-kde-packages-for-slackware/#comments</comments>
		<pubDate>Thu, 29 May 2008 01:26:18 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=296</guid>
		<description><![CDATA[After some tinkering, I got tired of entering the Slackware packages one by one to download from kde4.rlworkman.net and because I get them all the time, I created this little script to do it for me. I thought I share it with the rest of the world in case anyone else is lazy like me [...]]]></description>
			<content:encoded><![CDATA[<p>After some tinkering, I got tired of entering the Slackware packages one by one to download from <a href="http://kde4.rlworkman.net" onclick="javascript:urchinTracker ('/outbound/article/kde4.rlworkman.net');">kde4.rlworkman.net</a> and because I get them all the time, I created this little script to do it for me. I thought I share it with the rest of the world in case anyone else is lazy like me for that kind of operation. <img src='http://recycledspace.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> As you know, they have been released quite often in the past couple of weeks. Script = Good. Manual Download = Bad. It goes without saying, use at your own expense. When you run the script, it will create a directory in /tmp that will download all the deps and all the kde packages. You can omit a few lines if you don&#8217;t want to download the dependency by putting a &#8216;#&#8217; in front of the line. </p>
<p>Oh and by the way, the current version is 4.0.80 (beta1) as of this writing. </p>
<p>Here is the script after the jump.</p>
<p><span id="more-296"></span><br />
<code>#!/bin/bash<br />
# --------------------------<br />
# Copyright 2008  Benoit Beauchamp<br />
# All rights reserved.<br />
#<br />
# Redistribution and use of this script, with or without modification, is<br />
# permitted provided that the following conditions are met:<br />
#<br />
# 1. Redistributions of this script must retain the above copyright<br />
#    notice, this list of conditions and the following disclaimer.<br />
#<br />
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED<br />
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF<br />
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO<br />
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,<br />
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,<br />
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;<br />
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,<br />
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR<br />
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF<br />
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br />
#<br />
# Changelog:<br />
#<br />
# 0.1: 05/28/2008 by Benoit Beauchamp<br />
#         Initial script.<br />
#<br />
NAME=KDE VERSION=4.0.84<br />
CWD=`pwd`<br />
TMP=/tmp<br />
PKG=$TMP/package-$NAME-$VERSION<br />
#<br />
rm -fr $PKG<br />
mkdir -p $PKG<br />
cd $PKG<br />
#<br />
#KDE<br />
wget http://kde4.rlworkman.net/packages/kde/<br />
mv index.html kde.list<br />
kde=$(cat kde.list | grep tgz | awk '{ print $6 }' | cut -d'"' -f2)<br />
#<br />
#DEPENDENCY<br />
wget http://kde4.rlworkman.net/packages/deps/<br />
mv index.html deps.list<br />
deps=$(cat deps.list | grep tgz | awk '{ print $6 }' | cut -d'"' -f2)<br />
#<br />
#KDE<br />
mkdir $PKG/kde<br />
cd $PKG/kde<br />
#<br />
for i in $kde; do<br />
        wget http://kde4.rlworkman.net/packages/kde/$i<br />
done<br />
#<br />
#DEPENDENCY<br />
mkdir $PKG/deps<br />
cd $PKG/deps<br />
#<br />
for i in $deps; do<br />
        wget http://kde4.rlworkman.net/packages/deps/$i<br />
done<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/05/28/script-to-get-latest-kde-packages-for-slackware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KDE 4.0.74 Packages For Slackware</title>
		<link>http://recycledspace.com/2008/05/22/kde-4074-packages-for-slackware/</link>
		<comments>http://recycledspace.com/2008/05/22/kde-4074-packages-for-slackware/#comments</comments>
		<pubDate>Thu, 22 May 2008 14:54:48 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=293</guid>
		<description><![CDATA[Robby updated his KDE 4 package for Slackware. New updated dep are included in the proper directory. You can find the package at the usual place located here. Here is the changelog
Updated Mon May 19 20:59:16 UTC 2008  &#8211;rworkman
These packages are for Slackware 12.1 - DO NOT bother trying them on
any earlier releases of [...]]]></description>
			<content:encoded><![CDATA[<p>Robby updated his KDE 4 package for Slackware. New updated dep are included in the proper directory. You can find the package at the usual place located <a href="http://kde4.rlworkman.net/" onclick="javascript:urchinTracker ('/outbound/article/kde4.rlworkman.net');">here</a>. Here is the changelog</p>
<blockquote><p>Updated Mon May 19 20:59:16 UTC 2008  &#8211;rworkman</p>
<p>These packages are for Slackware 12.1 - DO NOT bother trying them on<br />
any earlier releases of Slackware, as they will not work.</p>
<p>kde-4.0.74 is not intended as a replacement for the stable kde-3.5.x<br />
series; rather, this is a development snapshot of what will eventually<br />
become 4.1.0.  The next snapshot is expected to be beta1.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/05/22/kde-4074-packages-for-slackware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Exercise Log #1</title>
		<link>http://recycledspace.com/2008/05/21/exercise-log-1/</link>
		<comments>http://recycledspace.com/2008/05/21/exercise-log-1/#comments</comments>
		<pubDate>Thu, 22 May 2008 01:11:58 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Life]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=291</guid>
		<description><![CDATA[Sorry if you are passing by to check out my more geeky stuff. 
I need to write this to put this out there. 
It&#8217;s the time of the year again. I am getting back into exercising. Running to be exact. I will also do some bicycling with Rose. Maybe even do some yoga to relax [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry if you are passing by to check out my more geeky stuff. </p>
<p>I need to write this to put this out there. </p>
<p>It&#8217;s the time of the year again. I am getting back into exercising. Running to be exact. I will also do some bicycling with Rose. Maybe even do some yoga to relax some of those muscles. I think I just need to move more and eat better. I am currently reading the book by Michael Pollan &#8220;In Defense of Food: An Eater’s Manifesto&#8221;. It&#8217;s something that I always care about which goes with my Zen mentality. Be one with the universe kinda thing. The books talks about food and how we consume food. I was never an avid eater of process food but did had too many pizza for far too long. It&#8217;s part of the job sometime and I wish it wasn&#8217;t. I was raise eating more of the wholesome food but not the omnivore way. We were more of the carnivores then anything else. Lot&#8217;s will change in the upcoming weeks. Exciting times.</p>
<p><img src="http://recycledspace.com/wp-content/uploads/2008/05/img_0071.jpg" alt="Enjoying Joshua Tree" title="joshua_tree1" width="500" height="375" class="alignnone size-full wp-image-292" /></p>
<p>On a different note, I wish there was a way to integrate my Garmin Forerunner with this blog. I would love an easy way to put my stats online quickly and easily. I&#8217;ll have to figure this out soon as I would like to post more update on my upcoming challenge. Run. Eat healthy. Eat less.  </p>
<p>My stats for today</p>
<p>Distance 2.31 mi<br />
Elapsed Time 31:14<br />
Avg Pace 13:29/mi<br />
Avg Speed 4.4 mph<br />
Max Speed 7.3 mph<br />
Calories 266 cal</p>
<p>It&#8217;s a beginning.</p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/05/21/exercise-log-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Akonadi 0.80.0 Package for Slackware</title>
		<link>http://recycledspace.com/2008/05/02/akonadi-0800-package-for-slackware/</link>
		<comments>http://recycledspace.com/2008/05/02/akonadi-0800-package-for-slackware/#comments</comments>
		<pubDate>Fri, 02 May 2008 19:02:05 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=289</guid>
		<description><![CDATA[If you want to build the latest and greatest of KDE 4.0.72 you will need to have Akonadi 0.80.0 built first as things seems to break without this package. Let me save you a lot of time by giving you an Akonadi package. It took a while for me to realize that there was a [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to build the latest and greatest of KDE 4.0.72 you will need to have <a href="http://pim.kde.org/akonadi/" onclick="javascript:urchinTracker ('/outbound/article/pim.kde.org');">Akonadi</a> 0.80.0 built first as things seems to break without this package. Let me save you a lot of time by giving you an Akonadi package. It took a while for me to realize that there was a snapshot (<a href="ftp://ftp.kde.org/pub/kde/unstable/4.0.71/support/akonadi-0.80.0.tar.bz2" onclick="javascript:urchinTracker ('/outbound/article/ftp.kde.org');">here</a>) of Akonadi available on the KDE mirrors in one of the support directory. I&#8217;ve basically took soprano built script from Robby Workman and modified it for Akonadi. </p>
<p>You can get Akonadi package <a href="http://recycledspace.com/wp-content/uploads/2008/05/akonadi-0.80.0-i486-1.tgz" >here</a>.<br />
And the Akonadi Slackbuild script <a href="http://recycledspace.com/wp-content/uploads/2008/05/akonadi.tar.gz" >here</a>.</p>
<p>Enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/05/02/akonadi-0800-package-for-slackware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KDE 800??? SVN Packages for Slackware</title>
		<link>http://recycledspace.com/2008/04/24/kde-800-svn-packages-for-slackware/</link>
		<comments>http://recycledspace.com/2008/04/24/kde-800-svn-packages-for-slackware/#comments</comments>
		<pubDate>Fri, 25 Apr 2008 03:03:33 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

		<category><![CDATA[kdebase-runtime]]></category>

		<category><![CDATA[kdebase-workplace]]></category>

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

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

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

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=286</guid>
		<description><![CDATA[I&#8217;ve got a bunch of new packages that I created because the latest one from Robby didn&#8217;t really work out for me. Not his fault, there was a bunch of bugs (plasma, panel, kwin) that were annoying me and because I like to live on the edge, I built some of them from SVN. I [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got a bunch of new packages that I created because the latest one from Robby didn&#8217;t really work out for me. Not his fault, there was a bunch of bugs (plasma, panel, kwin) that were annoying me and because I like to live on the edge, I built some of them from SVN. I downloaded Robby SlackBuild script and use them against KDE SVN so if you want to run the latest and greatest, here are some package for KDE.</p>
<p><a href="http://recycledspace.com/wp-content/uploads/2008/04/kdebase-800847-svn-i486-1.tgz" >kdebase-800847-svn-i486-1.tgz</a><br />
<a href="http://recycledspace.com/wp-content/uploads/2008/04/kdebase-runtime-800847-svn-i486-1.tgz" >kdebase-runtime-800847-svn-i486-1.tgz</a><br />
<a href="http://recycledspace.com/wp-content/uploads/2008/04/kdebase-workspace-800847-svn-i486-1.tgz" >kdebase-workspace-800847-svn-i486-1.tgz</a><br />
<a href="http://recycledspace.com/wp-content/uploads/2008/04/kdelibs-800648-svn-i486-1.tgz" >kdelibs-800648-svn-i486-1.tgz</a><br />
<a href="http://recycledspace.com/wp-content/uploads/2008/04/kdepimlibs-800844-svn-i486-1.tgz" >kdepimlibs-800844-svn-i486-1.tgz</a></p>
<p>Note that those packages are build against avahi and openexr as I have them on my system. Also, those are very experimental so be warn. I will not take responsibility for your mistake except if you tell me they are working ok. <img src='http://recycledspace.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Enjoy.</p>
<p>UPDATE: Forgot to mention that you probably need to removepkg kdebase*.tgz and then installpkg as the name of my packages aren&#8217;t kosher. I knew that but that&#8217;s just to make sure whoever installing them is aware of them being experimental. cough cough.</p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/04/24/kde-800-svn-packages-for-slackware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>KDE 4.0.68 Packages For Slackware</title>
		<link>http://recycledspace.com/2008/04/19/kde-4068-packages-for-slackware/</link>
		<comments>http://recycledspace.com/2008/04/19/kde-4068-packages-for-slackware/#comments</comments>
		<pubDate>Sat, 19 Apr 2008 16:56:56 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Technology]]></category>

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

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

		<category><![CDATA[kde4.0.68]]></category>

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=284</guid>
		<description><![CDATA[Here is some new KDE 4 goodness from robby the work man.  Like he says in the changelog, those aren&#8217;t intended for a production desktop. I&#8217;m actually going back and fourth between the new and old KDE and &#8230; I think I like the old better still. Anyways, Ill check those out soon when [...]]]></description>
			<content:encoded><![CDATA[<p>Here is some new KDE 4 goodness from robby the work man. <img src='http://recycledspace.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> Like he says in the changelog, those aren&#8217;t intended for a production desktop. I&#8217;m actually going back and fourth between the new and old KDE and &#8230; I think I like the old better still. Anyways, Ill check those out soon when I have time. You can change the packages as the usual location <a href="http://kde4.rlworkman.net/" onclick="javascript:urchinTracker ('/outbound/article/kde4.rlworkman.net');">here</a>.</p>
<blockquote><p>Updated Mon Apr 14 23:57:55 CDT 2008</p>
<p>kde-4.0.68 is not intended as a replacement for the stable kde-3.5.x series;<br />
rather, this is a development snapshot of what will eventually become 4.1.0.<br />
Yes, I know there&#8217;s a newer 4.0.69 snapshot available, but the kdepim with<br />
it won&#8217;t compile, so we&#8217;ll stay with 4.0.68 for now.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/04/19/kde-4068-packages-for-slackware/feed/</wfw:commentRss>
		</item>
		<item>
		<title>inFluxdance show this coming Sunday, help spread the word!</title>
		<link>http://recycledspace.com/2008/04/15/influxdance-show-this-coming-sunday-help-spread-the-word/</link>
		<comments>http://recycledspace.com/2008/04/15/influxdance-show-this-coming-sunday-help-spread-the-word/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 23:32:19 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Dance]]></category>

		<category><![CDATA[american sign language]]></category>

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

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

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

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

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

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

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

		<category><![CDATA[deaf poet]]></category>

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

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

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

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

		<category><![CDATA[spread the word]]></category>

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

		<guid isPermaLink="false">http://recycledspace.com/?p=282</guid>
		<description><![CDATA[I just wanted to let everyone know that there will be this amazing dance company this coming Sunday at the Paramount Theatre in Charlottesville. We will need help filling this place as you may know, there are a lot of seats at the Paramount! We have currently only 30 seats sold through the Paramount box [...]]]></description>
			<content:encoded><![CDATA[<p>I just wanted to let everyone know that there will be this amazing dance company this coming Sunday at the <a href="http://www.theparamount.net" onclick="javascript:urchinTracker ('/outbound/article/www.theparamount.net');">Paramount Theatre</a> in Charlottesville. We will need help filling this place as you may know, there are a lot of seats at the Paramount! We have currently only 30 seats sold through the Paramount box office which isn&#8217;t surprising but it&#8217;s nerve racking for <a href="http://inFluxdance.org" onclick="javascript:urchinTracker ('/outbound/article/inFluxdance.org');">inFluxdance</a>.</p>
<p>If you come to the show, you will be entertained, that I promised you.</p>
<p>An inFluxdance show is not an ordinary dance show. What is different is how we try to mix various elements and put them in a melting pot that we call dance theatre. This coming sunday you will be seeing dancers from all over but mostly from Charlottesville as there is one piece which was choreographed by a UVA students with many UVA dancers. We have a piece based on the Lorax, one piece on body image, and a piece about being boxed in with labels. Theatrical in nature, inFluxdance pushes the boundaries of interdisciplinary dance to illuminate how humans strive and connect through movement as language.</p>
<p>As always, the show is fully accessible to both Deaf and hearing audiences. I have created a <a href="http://www.facebook.com/event.php?eid=24492508352" onclick="javascript:urchinTracker ('/outbound/article/www.facebook.com');">Facebook events</a> to help spread the word. </p>
<p>Feel free to come in and say hi.</p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/04/15/influxdance-show-this-coming-sunday-help-spread-the-word/feed/</wfw:commentRss>
		</item>
		<item>
		<title>charlottesvilledancealliance.com just been added!</title>
		<link>http://recycledspace.com/2008/04/06/charlottesvilledancealliancecom-just-been-added/</link>
		<comments>http://recycledspace.com/2008/04/06/charlottesvilledancealliancecom-just-been-added/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 01:49:06 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Life]]></category>

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

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

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

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

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

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

		<guid isPermaLink="false">http://recycledspace.com/2008/04/06/charlottesvilledancealliancecom-just-been-added/</guid>
		<description><![CDATA[Well, it took me awhile to do it but I got around it. (finally!) I know it should have been done but I have been swamp with tech&#8217;ing Hamlet at Pepperdine University. So all of you cvilleblogs people,
let&#8217;s spread the word, April is definitely dance month in Charlottesville!
It&#8217;s basic but it&#8217;s there&#8230;
charlottesvilledancealliance.com
Please do support those [...]]]></description>
			<content:encoded><![CDATA[<p>Well, it took me awhile to do it but I got around it. (finally!) I know it should have been done but I have been swamp with tech&#8217;ing Hamlet at Pepperdine University. So all of you cvilleblogs people,<br />
let&#8217;s spread the word, April is definitely dance month in Charlottesville!</p>
<p>It&#8217;s basic but it&#8217;s there&#8230;</p>
<p><a href="http://charlottesvilledancealliance.com" onclick="javascript:urchinTracker ('/outbound/article/charlottesvilledancealliance.com');">charlottesvilledancealliance.com</a></p>
<p>Please do support those artist! Im sure they (including me) need the support.</p>
<p>We might not be starving (hmmm&#8230;. yeah right) but we would love to see a full house in the upcoming shows!</p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/04/06/charlottesvilledancealliancecom-just-been-added/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Gmail Custom Time, nice!</title>
		<link>http://recycledspace.com/2008/04/01/gmail-custom-time-nice/</link>
		<comments>http://recycledspace.com/2008/04/01/gmail-custom-time-nice/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 17:01:34 +0000</pubDate>
		<dc:creator>Benoit Beauchamp</dc:creator>
		
		<category><![CDATA[Life]]></category>

		<category><![CDATA[april's fool]]></category>

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

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

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

		<guid isPermaLink="false">http://recycledspace.com/?p=278</guid>
		<description><![CDATA[That&#8217;s a nice one Google. Seriously&#8230; I love the math in there. Sooo good.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://recycledspace.com/wp-content/uploads/2008/04/snapshot1-300x185.png" alt="" title="Gmail Custom Time" width="300" height="185" class="alignnone size-medium wp-image-279" /></p>
<p>That&#8217;s a nice one Google. Seriously&#8230; I love the math in there. Sooo good.</p>
]]></content:encoded>
			<wfw:commentRss>http://recycledspace.com/2008/04/01/gmail-custom-time-nice/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
