<?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</title>
	<atom:link href="http://allmybrain.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Wed, 06 Mar 2013 20:17:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Fun with C++11 Lambdas</title>
		<link>http://allmybrain.com/2013/03/06/fun-with-c11-lambdas/</link>
		<comments>http://allmybrain.com/2013/03/06/fun-with-c11-lambdas/#comments</comments>
		<pubDate>Wed, 06 Mar 2013 19:26:02 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++11]]></category>
		<category><![CDATA[lambda]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=499</guid>
		<description><![CDATA[Basic lambda syntax and usage in c++11.  Illustrate the difference between context parameters passed  by reference and value.]]></description>
		<wfw:commentRss>http://allmybrain.com/2013/03/06/fun-with-c11-lambdas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>git diff with color words</title>
		<link>http://allmybrain.com/2012/06/02/git-diff-with-color-words/</link>
		<comments>http://allmybrain.com/2012/06/02/git-diff-with-color-words/#comments</comments>
		<pubDate>Sat, 02 Jun 2012 13:10:57 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=493</guid>
		<description><![CDATA[I had these files with very very long lines of text on each line. It was paragraphs worth of words but not word wrapped. These files were stored in a git repository. Now and then, someone would change a word. Diff with line based output was difficult to find what actually changed. I figured there [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2012/06/02/git-diff-with-color-words/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Storing Lipo batteries for faster charging times and longer lipo life</title>
		<link>http://allmybrain.com/2012/04/03/storing-lipo-batteries-for-faster-charging-times-and-longer-lipo-life/</link>
		<comments>http://allmybrain.com/2012/04/03/storing-lipo-batteries-for-faster-charging-times-and-longer-lipo-life/#comments</comments>
		<pubDate>Wed, 04 Apr 2012 01:33:58 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Radio Control]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[charger]]></category>
		<category><![CDATA[heli]]></category>
		<category><![CDATA[lipo]]></category>
		<category><![CDATA[rc]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=484</guid>
		<description><![CDATA[I just finished a quick flight at the park with my Trex 550e. What a fun bird to fly. That picture was taken last year on a nice summer morning. No pictures today but it's the same heli. Anyway, the point of this post is about lipo batteries. I just brought up the heli fly [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2012/04/03/storing-lipo-batteries-for-faster-charging-times-and-longer-lipo-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick convert raw g711 uLaw audio to a .au file</title>
		<link>http://allmybrain.com/2012/03/16/quick-convert-raw-g711-ulaw-audio-to-a-au-file/</link>
		<comments>http://allmybrain.com/2012/03/16/quick-convert-raw-g711-ulaw-audio-to-a-au-file/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 22:31:13 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[au]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[g.711]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=478</guid>
		<description><![CDATA[I had reason to playback some raw g.711 audio data. I made the following script to convert the data to a .au file that is playable. From the AU file spec.. which is way simple by the way: You just need to add 6 32-bit header flags. raw2au.py: import struct&#160;header = &#91; 0x2e736e64, 24, 0xffffffff, [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2012/03/16/quick-convert-raw-g711-ulaw-audio-to-a-au-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to correctly calculate break even time on a refinance &#8211; For Math Geeks</title>
		<link>http://allmybrain.com/2012/02/23/how-to-correctly-calculate-break-even-time-on-a-refinance-for-math-geeks/</link>
		<comments>http://allmybrain.com/2012/02/23/how-to-correctly-calculate-break-even-time-on-a-refinance-for-math-geeks/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 14:13:44 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[break even]]></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=472</guid>
		<description><![CDATA[After my last post on refinancing, I found a refinance calculator on Zillow.com that compared loans the way I suggested. It has a shortfall though, it calculates break even time with the difference in your new payment compared to the difference in your old payment. This is actually quite incorrect. That number is good to [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2012/02/23/how-to-correctly-calculate-break-even-time-on-a-refinance-for-math-geeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>4</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>53</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, almost, but adb ls [...]]]></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>35</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>15</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>
	</channel>
</rss>
