<?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>All My Brain &#187; Dennis</title>
	<atom:link href="http://allmybrain.com/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Mon, 30 Jan 2012 13:42:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Should I refinance my house?</title>
		<link>http://allmybrain.com/2012/01/29/should-i-refinance-my-house/</link>
		<comments>http://allmybrain.com/2012/01/29/should-i-refinance-my-house/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 01:28:19 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[interest rates]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[mortgage]]></category>
		<category><![CDATA[refinance]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=453</guid>
		<description><![CDATA[OK, disclaimer: I'm not a financial professional. That said, I do enjoy financial topics and am somewhat of a hobbyist. I've written articles in the past about how I do envelope budgeting with Gnucash for instance. That said, I've been thinking a lot on these interest rates lately and thought I'd write down a few [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2012/01/29/should-i-refinance-my-house/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Upgrading Software</title>
		<link>http://allmybrain.com/2011/12/13/upgrading-software/</link>
		<comments>http://allmybrain.com/2011/12/13/upgrading-software/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 13:07:44 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=447</guid>
		<description><![CDATA[I can never resist. When a new version is available I have to have it. Upgrade to WordPress 3.3 was seamless. Devils is always in the details though. I'll probably find a post or a plugin that doesn't work the same way. Oh well, I'm on the latest and greatest right?!]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/12/13/upgrading-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rendering to a texture with iOS 5 texture cache api.</title>
		<link>http://allmybrain.com/2011/12/08/rendering-to-a-texture-with-ios-5-texture-cache-api/</link>
		<comments>http://allmybrain.com/2011/12/08/rendering-to-a-texture-with-ios-5-texture-cache-api/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 13:31:14 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[CVOpenGLESTextureCacheCreateTextureFromImage]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[obj-c]]></category>
		<category><![CDATA[opengl]]></category>
		<category><![CDATA[render]]></category>
		<category><![CDATA[shaders]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=443</guid>
		<description><![CDATA[There are a couple examples of how to take image input, perhaps from the iPhone camera, or from your own image, fast map those image to an OpenGl texture, and then render them with an OpenGL shader. This post is for those of you who don't necessarily want to render the image on the screen, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/12/08/rendering-to-a-texture-with-ios-5-texture-cache-api/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>How to fix that mistake commit you just pushed to your git repository</title>
		<link>http://allmybrain.com/2011/12/07/how-to-fix-that-mistake-commit-you-just-pushed-to-your-git-repository/</link>
		<comments>http://allmybrain.com/2011/12/07/how-to-fix-that-mistake-commit-you-just-pushed-to-your-git-repository/#comments</comments>
		<pubDate>Wed, 07 Dec 2011 18:51:06 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[rebase]]></category>
		<category><![CDATA[rewrite]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=439</guid>
		<description><![CDATA[I've already written a time or two how you can use git rebase to change your commit history as you work. Handy handy.. I think everyone should know how to do that. Next up.. what if you pushed a commit and realize it's not so great. First of all, everyone discourages this of course. The [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/12/07/how-to-fix-that-mistake-commit-you-just-pushed-to-your-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing server ip addresses</title>
		<link>http://allmybrain.com/2011/11/22/changing-server-ip-addresses/</link>
		<comments>http://allmybrain.com/2011/11/22/changing-server-ip-addresses/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 15:04:02 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[ip address]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=436</guid>
		<description><![CDATA[OK, so I changed my virtual server ip address in response to my host being allocated a new block of IPs. Anyhow, things seem to have gone ok. I changed DNS timeouts to short, waited, updated everything etc etc... Of course, it seems that there are always some DNS servers here and there that don't [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/11/22/changing-server-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Rebasing Tips</title>
		<link>http://allmybrain.com/2011/11/11/git-rebasing-tips/</link>
		<comments>http://allmybrain.com/2011/11/11/git-rebasing-tips/#comments</comments>
		<pubDate>Fri, 11 Nov 2011 19:53:36 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[rebase]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=432</guid>
		<description><![CDATA[So there you are, using git to store, track and share your code with a few others. Maybe many others. You make a change, someone else makes a change, one or the other of you pulls the others changes and BAM.. you get that merge commit. It really isn't harmful of course, but it cleans [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/11/11/git-rebasing-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed my RSS feeds</title>
		<link>http://allmybrain.com/2011/11/08/fixed-my-rss-feeds/</link>
		<comments>http://allmybrain.com/2011/11/08/fixed-my-rss-feeds/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 13:58:11 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=429</guid>
		<description><![CDATA[I hadn't realized I was a victim of the wp blank line bug in my RSS feeds. I found an extra space at the bottom of my wp-config.php file. Fixed. Perhaps that'll help the rss readers out there.]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/11/08/fixed-my-rss-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Netflix: Your parental controls break everything</title>
		<link>http://allmybrain.com/2011/06/08/netflix-your-parental-controls-break-everything/</link>
		<comments>http://allmybrain.com/2011/06/08/netflix-your-parental-controls-break-everything/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 16:30:08 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=422</guid>
		<description><![CDATA[Normally I'm an email kind of guy and if a site takes so many precautions to not publish any possible way to contact them except via phone, I'd just bag it altogether and choose an alternative. I actually took the time to call Netflix though. Their streaming service is pretty much unusable for us. I've [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/06/08/netflix-your-parental-controls-break-everything/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Pulling libraries off Android phones</title>
		<link>http://allmybrain.com/2011/04/25/pulling-libraries-off-android-phones/</link>
		<comments>http://allmybrain.com/2011/04/25/pulling-libraries-off-android-phones/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 17:08:24 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[adb]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=419</guid>
		<description><![CDATA[Well, have you ever wanted to pull a bunch of libraries off an Android phone? I bet you wish you could execute the command like this: &#160; &#62; adb pull /system/lib/*.so &#160; Sorry. A no go. What about this then: &#160; &#62; for file in `adb ls /system/lib/`; do adb pull /system/lib/$file; done &#160; Well, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/04/25/pulling-libraries-off-android-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why and How to use OpenDNS.com</title>
		<link>http://allmybrain.com/2011/01/30/why-and-how-to-use-opendns-com/</link>
		<comments>http://allmybrain.com/2011/01/30/why-and-how-to-use-opendns-com/#comments</comments>
		<pubDate>Mon, 31 Jan 2011 01:09:48 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[filter]]></category>
		<category><![CDATA[opendns]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=411</guid>
		<description><![CDATA[I've been recommending to friends and family that they use OpenDNS.com to help safeguard their homes from adult content. A few things have changed since I originally started using their service and I thought I'd write up a little article to help everyone understand. Lets start with the "why". I'm not going to focus on [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/01/30/why-and-how-to-use-opendns-com/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Simplified Envelope Budgeting for GnuCash</title>
		<link>http://allmybrain.com/2011/01/26/simplified-envelope-budgeting-for-gnucash/</link>
		<comments>http://allmybrain.com/2011/01/26/simplified-envelope-budgeting-for-gnucash/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 13:34:42 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[envelope]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[gnucash]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=402</guid>
		<description><![CDATA[OK, out of popular demand, I've decided to revisit this topic. My original Better Budgeting with GnuCash article is still highly relevant and worth a read for the background if you haven't read that yet. The method I proposed in my 1st article works. I used it for over a year with great success. After [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/01/26/simplified-envelope-budgeting-for-gnucash/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>How to export 1080p HD video with iMovie 08</title>
		<link>http://allmybrain.com/2011/01/22/how-to-export-1080p-hd-video-with-imovie-08/</link>
		<comments>http://allmybrain.com/2011/01/22/how-to-export-1080p-hd-video-with-imovie-08/#comments</comments>
		<pubDate>Sun, 23 Jan 2011 04:42:40 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[1080p]]></category>
		<category><![CDATA[H.264]]></category>
		<category><![CDATA[HD]]></category>
		<category><![CDATA[iMovie]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Quicktime]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=391</guid>
		<description><![CDATA[So I've been playing around with video a bit more lately. I have two different cameras that record natively at 1920x1080 (1080p). I can get my videos into iMovie just fine, but one thing that always annoyed me is that when I went to share a move I created with iMovie, the default options were [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2011/01/22/how-to-export-1080p-hd-video-with-imovie-08/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google map with Utah Repeaters</title>
		<link>http://allmybrain.com/2010/07/10/google-map-with-utah-repeaters/</link>
		<comments>http://allmybrain.com/2010/07/10/google-map-with-utah-repeaters/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 17:08:15 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Google Map]]></category>
		<category><![CDATA[HAM]]></category>
		<category><![CDATA[Radio]]></category>
		<category><![CDATA[Repeaters]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=374</guid>
		<description><![CDATA[I thought it would be helpful to visualize where all the radio repeaters are in my area. I found a lack of map information available for this sort of thing but I found readily available CSV data with the information. Google Fusion Tables to the rescue! I tried to embed the map in this post [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/07/10/google-map-with-utah-repeaters/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>YUI Image Uploader works with YUI 2.8.1</title>
		<link>http://allmybrain.com/2010/06/16/yui-image-uploader-works-with-yui-2-8-1/</link>
		<comments>http://allmybrain.com/2010/06/16/yui-image-uploader-works-with-yui-2-8-1/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 13:22:38 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=367</guid>
		<description><![CDATA[I thought I'd better double check that the image upload still works fine with YUI 2.8.1 If you haven't read the original YUI Image Uploader page, start there. After that, you can use this page for an example getting the script to work with the latest YUI. The 2.6 image uploader is compatible with Editor [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/06/16/yui-image-uploader-works-with-yui-2-8-1/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Debugging Linux Kernel Modules with VirtualBox and KGDB</title>
		<link>http://allmybrain.com/2010/04/29/debugging-linux-kernel-modules-with-virtualbox-and-kgdb/</link>
		<comments>http://allmybrain.com/2010/04/29/debugging-linux-kernel-modules-with-virtualbox-and-kgdb/#comments</comments>
		<pubDate>Thu, 29 Apr 2010 18:50:51 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[debugging]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kgdb]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=363</guid>
		<description><![CDATA[I found a few different pages with information on debugging a Linux kernel with kgdb. There wasn't a single source with all the information I needed to get set up and working though. So here is how I set things up on my Linux host machine to debug a target Linux kernel running in a [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/04/29/debugging-linux-kernel-modules-with-virtualbox-and-kgdb/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Graupner MX16-iFS vs Spektrum DX7</title>
		<link>http://allmybrain.com/2010/03/30/graupner-mx16-ifs-vs-spektrum-dx7/</link>
		<comments>http://allmybrain.com/2010/03/30/graupner-mx16-ifs-vs-spektrum-dx7/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 15:46:52 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[DX7]]></category>
		<category><![CDATA[MX16]]></category>
		<category><![CDATA[Radio Control]]></category>
		<category><![CDATA[Spektrum]]></category>
		<category><![CDATA[XtremeLink]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=358</guid>
		<description><![CDATA[I started my RC hobby with a Graupner MX16-iFS. I've been quite happy with it and don't have any plans to change in the future. As part of a package deal I purchased, I obtained a Spektrum DX7. While I won't be keeping the DX7, I don't have a receiver for the Heli I bought [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/03/30/graupner-mx16-ifs-vs-spektrum-dx7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YUI Image Uploader gets a code repository</title>
		<link>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/</link>
		<comments>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:45:50 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[rich text editor]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=356</guid>
		<description><![CDATA[I've created a github project for the YUI Image Uploader. You can download the scripts and example page here: http://github.com/mulicheng/yuiupload This will also facilitate user contributed changes and backend scripts.]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/03/08/yui-image-uploader-gets-a-code-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MS Money and UBS Mappings for csv2ofx</title>
		<link>http://allmybrain.com/2010/02/17/ms-money-and-ubs-mappings-for-csv2ofx/</link>
		<comments>http://allmybrain.com/2010/02/17/ms-money-and-ubs-mappings-for-csv2ofx/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 13:50:27 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[csv2ofx]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[ms money]]></category>
		<category><![CDATA[ofx]]></category>
		<category><![CDATA[qif]]></category>
		<category><![CDATA[ubs]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=348</guid>
		<description><![CDATA[I added the MS Money Report mapping from the csv2ofx wiki and merged in Arthur Liu's UBS mapping to csv2ofx. A quick reminder for the way mappings work: The built in mappings are made to work as an example for your own CSV files. You might happen to have a CSV file from one of [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/02/17/ms-money-and-ubs-mappings-for-csv2ofx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AllMyBrain is Tweeting</title>
		<link>http://allmybrain.com/2010/02/11/allmybrain-is-tweeting/</link>
		<comments>http://allmybrain.com/2010/02/11/allmybrain-is-tweeting/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:50:32 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=346</guid>
		<description><![CDATA[I've succumbed to the Micro Blogging movement. I figure it's a little easier to keep people posted on various topics by posting a tweet rather than adding a new blog post for small items of information or links. Fell free to follow @allmybrain. I added a Twitter widget to WordPress as well, which seems to [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/02/11/allmybrain-is-tweeting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A review of sponsoredreviews</title>
		<link>http://allmybrain.com/2010/01/22/a-review-of-sponsoredreviews/</link>
		<comments>http://allmybrain.com/2010/01/22/a-review-of-sponsoredreviews/#comments</comments>
		<pubDate>Sat, 23 Jan 2010 02:21:36 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[advertising]]></category>
		<category><![CDATA[blogging]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=344</guid>
		<description><![CDATA[I've terminated my sponsoredreviews.com account. It was a fun experiment, and I did indeed receive some cash on the side, but it's just not worth the time I guess. I don't think any readers of this site are actually are interested in the reviews anyway. I tried to write them in a way that was [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2010/01/22/a-review-of-sponsoredreviews/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

