<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" version="2.0">

<channel>
	<title>All My Brain</title>
	
	<link>http://allmybrain.com</link>
	<description>Where stuff from my brain lands</description>
	<lastBuildDate>Wed, 04 Nov 2009 19:06:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<geo:lat>40.394235</geo:lat><geo:long>-111.794491</geo:long><image><link>http://allmybrain.com</link><url>http://allmybrain.com/wp-content/themes/yui/brain_small.gif</url><title>All My Brain</title></image><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/AllMyBrain" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Cleaning up extracted package contents</title>
		<link>http://allmybrain.com/2009/11/04/cleaning-up-extracted-package-contents/</link>
		<comments>http://allmybrain.com/2009/11/04/cleaning-up-extracted-package-contents/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 19:06:33 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[tar]]></category>
		<category><![CDATA[zip]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=326</guid>
		<description><![CDATA[I hate it when I download a source archive, uncompress it, and find that instead of creating a package directory, with the contents of the archive, the archive was created with a bunch of files at the root directory.  Suppose I have a downloads directory with lots of archives.  After I uncompress this [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/11/04/cleaning-up-extracted-package-contents/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Python install system needs an overhaul</title>
		<link>http://allmybrain.com/2009/10/21/the-python-install-system-needs-an-overhaul/</link>
		<comments>http://allmybrain.com/2009/10/21/the-python-install-system-needs-an-overhaul/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:58:41 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[easy_install]]></category>
		<category><![CDATA[pip]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[virtual python]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=322</guid>
		<description><![CDATA[Perhaps this is more of a rant than a useful blog post.  I do plan on posting something useful though, so bear with me.  First, a little background.
I've been working on installing a website based on Django for the last while.  As part of the process, I wanted to bring in all [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/10/21/the-python-install-system-needs-an-overhaul/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Do we really need super-fast broadband?</title>
		<link>http://allmybrain.com/2009/10/19/do-we-really-need-super-fast-broadband/</link>
		<comments>http://allmybrain.com/2009/10/19/do-we-really-need-super-fast-broadband/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 14:55:32 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[isp]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=314</guid>
		<description><![CDATA[Wouldn't it be nice to download your favorite music track in just 11 seconds? Or a 60 minute TV show in just 1 minute 2 seconds? How about a High definition movie in just over 14 minutes? Is this ever possible? With 50Mb broadband, it is. Virgin Media currently has a 50Mb service that lets [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/10/19/do-we-really-need-super-fast-broadband/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove or edit a commit in your git repository</title>
		<link>http://allmybrain.com/2009/09/21/how-to-remove-or-edit-a-commit-in-your-git-repository/</link>
		<comments>http://allmybrain.com/2009/09/21/how-to-remove-or-edit-a-commit-in-your-git-repository/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:37:24 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[rebase]]></category>
		<category><![CDATA[source control]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=309</guid>
		<description><![CDATA[So you just committed 15 things to your git repository and now you want to push your changes.  Oops, commit #2 added your password file.  Or perhaps you misspelled words in the commit message.  Now, being a git expert, you think to yourself, I'll just create a temporary branch, cherry-pick the commits [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/09/21/how-to-remove-or-edit-a-commit-in-your-git-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Example Image Upload with YUI Rich Text Editor 2.7.0</title>
		<link>http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/</link>
		<comments>http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 13:20:00 +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=296</guid>
		<description><![CDATA[It's somewhat slow coming, but I've checked compatibility with the image uploader and YUI version 2.7.0.  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 [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/07/01/example-image-upload-with-yui-rich-text-editor-270/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Launching wxPython apps with an iPython shell</title>
		<link>http://allmybrain.com/2009/06/27/launching-wxpython-apps-with-an-ipython-shell/</link>
		<comments>http://allmybrain.com/2009/06/27/launching-wxpython-apps-with-an-ipython-shell/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 18:52:23 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ipython]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[wthread]]></category>
		<category><![CDATA[wx]]></category>
		<category><![CDATA[wxPython]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=291</guid>
		<description><![CDATA[Suppose you want to run your fancy wxPython application but have a shell in the background to peek and poke at certains settings, help debug, and possibly even use an API that your program provides to automate tasks.  iPython has built in wx support (as well as support for other GUIs and frontends).  [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/06/27/launching-wxpython-apps-with-an-ipython-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the code highlighter for Wordpress</title>
		<link>http://allmybrain.com/2009/06/04/fixing-the-code-highlighter-for-wordpress/</link>
		<comments>http://allmybrain.com/2009/06/04/fixing-the-code-highlighter-for-wordpress/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:46:35 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Geshi]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[source code]]></category>
		<category><![CDATA[syntax highlighting]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=287</guid>
		<description><![CDATA[Many of my posts have some sort of code, shell script, or other syntax highlighted portion.  I've loved the code highligher plugin for wordpress.  The version I've been using (1.8) doesn't seem to have had any updates for quite some time.  The only reason that bothers me in the slightest is that [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/06/04/fixing-the-code-highlighter-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There are good solutions for maintaining network hardware.</title>
		<link>http://allmybrain.com/2009/05/14/there-are-good-solutions-for-maintaining-network-hardware/</link>
		<comments>http://allmybrain.com/2009/05/14/there-are-good-solutions-for-maintaining-network-hardware/#comments</comments>
		<pubDate>Thu, 14 May 2009 13:41:49 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=280</guid>
		<description><![CDATA[I, by choice, prefer working with software.  When I deal with networks, it's usually only so that I can solve some problem and then get back to working on my software projects.  That being the case, I often find myself in the following situation: 

Installed latest network hardware
Configured said hardware and our networks.
Left [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/05/14/there-are-good-solutions-for-maintaining-network-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extending std::exception</title>
		<link>http://allmybrain.com/2009/05/12/extending-stdexception/</link>
		<comments>http://allmybrain.com/2009/05/12/extending-stdexception/#comments</comments>
		<pubDate>Tue, 12 May 2009 22:06:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[exception]]></category>
		<category><![CDATA[exception safety]]></category>
		<category><![CDATA[runtime_error]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=276</guid>
		<description><![CDATA[So you're writing some C++ code, feeling all object oriented and all, and you decide you'd like an application specific exception whenever one of your methods has an issue.  You'd like to have error messages that the exception can print up if thrown and you think to yourself, "hey, I'll just extend std::exception, add [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/05/12/extending-stdexception/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Adding more disk space with LVM2</title>
		<link>http://allmybrain.com/2009/05/01/adding-more-disk-space-with-lvm2/</link>
		<comments>http://allmybrain.com/2009/05/01/adding-more-disk-space-with-lvm2/#comments</comments>
		<pubDate>Fri, 01 May 2009 15:08:47 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[disk space]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lvm]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=272</guid>
		<description><![CDATA[I've always known that virtualizing things can make management of all types of resources easier.  Recently, I had the most pleasant experience adding disk space to a virtual machine.  Of course, if you use LVM, this can happen just as easily with real physical disks, but for me, I was able to do [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/05/01/adding-more-disk-space-with-lvm2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FX2 CyStream throughput test with SDCC and fx2lib</title>
		<link>http://allmybrain.com/2009/04/14/fx2-cystream-throughput-test-with-sdcc-and-fx2lib/</link>
		<comments>http://allmybrain.com/2009/04/14/fx2-cystream-throughput-test-with-sdcc-and-fx2lib/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 23:27:42 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[cy7c68013a]]></category>
		<category><![CDATA[cypress]]></category>
		<category><![CDATA[cystream]]></category>
		<category><![CDATA[ez-usb]]></category>
		<category><![CDATA[fx2]]></category>
		<category><![CDATA[fx2lib]]></category>
		<category><![CDATA[fx2lp]]></category>
		<category><![CDATA[usb]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=261</guid>
		<description><![CDATA[I've been optimizing my firmware for throughput and I thought a good benchmark would be to test it against the CyStream example provided by Cypress.  I modified their CyStream.c file to be compatible with the latest firmware file provided by fx2lib.  
Here is a summary of the changes needed:

Include the appropriate header files
Change [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/04/14/fx2-cystream-throughput-test-with-sdcc-and-fx2lib/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>GnuCash Budget Followup</title>
		<link>http://allmybrain.com/2009/04/08/gnucash-budget-followup/</link>
		<comments>http://allmybrain.com/2009/04/08/gnucash-budget-followup/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 13:39:42 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[gnucash]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=258</guid>
		<description><![CDATA[Here is a followup to a few questions that have come up since my GnuCash Budget post.


How much did I spend for this month?
I find the Cash Flow report useful for this question.  (Reports->Income &#038; Expense->Cash Flow).  You need to customize the report a bit before you get the information you need though. [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/04/08/gnucash-budget-followup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the Best Mobile Broadband Service</title>
		<link>http://allmybrain.com/2009/03/14/finding-the-best-mobile-broadband-service/</link>
		<comments>http://allmybrain.com/2009/03/14/finding-the-best-mobile-broadband-service/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 23:18:20 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[mobile service]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=255</guid>
		<description><![CDATA[  Mobile broadband is an exciting, fairly new service that provides wireless Internet access virtually anywhere you can get a mobile phone signal. The service usually requires some sort of data stick or card and is a very reasonably priced service that is much easier than trying to find hot spots, Wi-Fi or an un-secure wireless [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/03/14/finding-the-best-mobile-broadband-service/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cypress GPIF waveform behavioral model</title>
		<link>http://allmybrain.com/2009/03/12/cypress-gpif-waveform-behavioral-model/</link>
		<comments>http://allmybrain.com/2009/03/12/cypress-gpif-waveform-behavioral-model/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 13:10:02 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[cy7c68013a]]></category>
		<category><![CDATA[cypress]]></category>
		<category><![CDATA[fx2]]></category>
		<category><![CDATA[fx2lib]]></category>
		<category><![CDATA[GPIF]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[verilog]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=246</guid>
		<description><![CDATA[I sent an email to the fx2lib mailing list that I thought would make good information for a bigger audience.  Eventually, I'll probably provide a Verilog behavioral model for the GPIF on the Cy7C68013 (and variants), but for now, this may help a few of you:

Rdy0,1, txpire etc, are registered (The data 7:0 is [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/03/12/cypress-gpif-waveform-behavioral-model/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Java upload handler for YUI Image Uploader</title>
		<link>http://allmybrain.com/2009/02/16/java-upload-handler-for-yui-image-uploader/</link>
		<comments>http://allmybrain.com/2009/02/16/java-upload-handler-for-yui-image-uploader/#comments</comments>
		<pubDate>Mon, 16 Feb 2009 13:36:03 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[image upload]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[rte]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=239</guid>
		<description><![CDATA[Vijay Oruganty has been kind enough to provide a Java upload handler for the YUI Rich text image uploader.
I've attached the Eclipse project here.
Here is Vijay's comments on the project:

[the attached file] has the whole eclipse project including the required libraries to build the project using ant. It has the compiled classes and the binary [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/02/16/java-upload-handler-for-yui-image-uploader/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Quick SSH Tip</title>
		<link>http://allmybrain.com/2009/02/13/quick-ssh-tip/</link>
		<comments>http://allmybrain.com/2009/02/13/quick-ssh-tip/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 21:11:43 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[authorized_keys2]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ssh-keygen]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=235</guid>
		<description><![CDATA[I'd wager many of you know this already.  Having done this a couple times the last two days though, I thought I'd add it for those that don't.  Maybe it's useful to someone.
Problem:  You want to log into a remote server with SSH and you don't want to type a password.  [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/02/13/quick-ssh-tip/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>The further declining value of Turbotax and Quicken</title>
		<link>http://allmybrain.com/2009/02/11/the-further-declining-value-of-turbotax-and-quicken/</link>
		<comments>http://allmybrain.com/2009/02/11/the-further-declining-value-of-turbotax-and-quicken/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 17:51:15 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Intuit]]></category>
		<category><![CDATA[Quicken]]></category>
		<category><![CDATA[tax software]]></category>
		<category><![CDATA[taxact]]></category>
		<category><![CDATA[taxes]]></category>
		<category><![CDATA[TurboTax]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=227</guid>
		<description><![CDATA[Last year I posted a rant on the declining value of Turbotax and Quicken.  I just finished filing my taxes for the 2008 tax year and thought I'd write a quick follow up after sticking to my guns for the 2008 year.
Summary:

I dropped Quicken altogether.  I switched to an Open Source Free program [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/02/11/the-further-declining-value-of-turbotax-and-quicken/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fx2lib documentation and source download</title>
		<link>http://allmybrain.com/2009/02/04/fx2lib-documentation-and-source-download/</link>
		<comments>http://allmybrain.com/2009/02/04/fx2lib-documentation-and-source-download/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 20:26:22 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[8051]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[cy7c68013a]]></category>
		<category><![CDATA[fx2]]></category>
		<category><![CDATA[fx2lib]]></category>
		<category><![CDATA[sdcc]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=223</guid>
		<description><![CDATA[I've uploaded documentation and a source download for fx2lib.  Here is the copy of the Sourceforge announcement.

The fx2lib sources are stable enough to build complete firmware implementations for the cypress fx/fx2 variants of the 8051 chipset.
The current release includes library functions for:

delay functions
endpoint functions
register definitions
type definitions
macros for common tasks
GPIF functions
i2c functions
serial IO
USB jump tables
vendor [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/02/04/fx2lib-documentation-and-source-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Converting financial CSV data to OFX or QIF import files</title>
		<link>http://allmybrain.com/2009/02/04/converting-financial-csv-data-to-ofx-or-qif-import-files/</link>
		<comments>http://allmybrain.com/2009/02/04/converting-financial-csv-data-to-ofx-or-qif-import-files/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 14:27:19 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[financial]]></category>
		<category><![CDATA[ofx]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[qif]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=219</guid>
		<description><![CDATA[As a side project, I created a CSV to OFX converter that applies custom mappings to CSV data to export them to QIF or OFX files.  This morning, I added the ability to override the built-in mappings with custom mappings that suite your needs. 
Basically, you can take financial data from any institution and [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/02/04/converting-financial-csv-data-to-ofx-or-qif-import-files/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Microsoft exchange hosting with Sharepoint</title>
		<link>http://allmybrain.com/2009/01/15/microsoft-exchange-hosting-with-sharepoint/</link>
		<comments>http://allmybrain.com/2009/01/15/microsoft-exchange-hosting-with-sharepoint/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 13:08:14 +0000</pubDate>
		<dc:creator>Dennis</dc:creator>
				<category><![CDATA[System Administration]]></category>
		<category><![CDATA[exchange]]></category>
		<category><![CDATA[hosted email]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[virtual servers]]></category>

		<guid isPermaLink="false">http://allmybrain.com/?p=211</guid>
		<description><![CDATA[I'm a Linux advocate myself.  My servers run Linux.  I use Linux primarily for my work.  At home, I either use Linux or my iMac.  While I can get all the services I'm happy with, I have to realize that some people like services that are harder to find and host [...]]]></description>
		<wfw:commentRss>http://allmybrain.com/2009/01/15/microsoft-exchange-hosting-with-sharepoint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic Page Served (once) in 2.873 seconds --><!-- Cached page generated by WP-Super-Cache on 2009-11-09 03:40:30 --><!-- Compression = gzip -->
