<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Belchak.com</title>
	<link>http://www.belchak.com</link>
	<description>Technology and Awesome</description>
	<lastBuildDate>Sat, 21 Jan 2012 19:25:22 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.3.1" -->

	<item>
		<title>JIRA and Campfire Integration</title>
		<description><![CDATA[I have been working on migrating my company&#8217;s Pivotal Tracker to JIRA. We love most of the features of JIRA, but we were really missing the nice updates to our Campfire room to tell us what is going on with our issues. Sure, we could use an RSS feed plugin for Campy, but that is [...]]]></description>
		<link>http://www.belchak.com/2012/01/21/jira-and-campfire-integration/</link>
			</item>
	<item>
		<title>Problems with IPv4/6 hosts in OSX Lion</title>
		<description><![CDATA[If you&#8217;re like me, you end up doing a lot of testing in virtual machines. I run several VMs that do various different tasks for me so that I don&#8217;t have to sully my Mac with packages I rarely need, etc. So what I do is create a VM and give it a local hostname [...]]]></description>
		<link>http://www.belchak.com/2011/07/27/problems-with-ipv46-hosts-in-osx-lion/</link>
			</item>
	<item>
		<title>Re-enabling Key Repeat in OSX Lion</title>
		<description><![CDATA[I have recently upgraded to OSX Lion, and I have to say that I love everything about it. Except for one thing. In many apps, the key repeat has been disabled in favor of the new press-and-hold popup for getting alternative characters. This is fine for most apps, but for apps like PyCharm where I use [...]]]></description>
		<link>http://www.belchak.com/2011/07/23/re-enabling-key-repeat-in-osx-lion/</link>
			</item>
	<item>
		<title>Campy: the Python Campfire Bot</title>
		<description><![CDATA[We use a Campfire at Needle for our day-to-day communication between our tech team members and other business members. We really like Campfire&#8217;s ability to store files, conference call and keep transcripts even when you are not logged in. We get GitHub commit messages, Pivotal Tracker story updates and more scattered in our conversations. These [...]]]></description>
		<link>http://www.belchak.com/2011/06/24/campy-the-python-campfire-bot/</link>
			</item>
	<item>
		<title>Ergotron WorkFit-S Standing Desk Review</title>
		<description><![CDATA[A few months ago, I started investigating the health benefits of standing while I work at my computer. The benefits are myriad, and include: More calories burned. Standing at a desk while you work can actually burn around 300 calories per day more than sitting. Standing at a desk helps people with back problems. Humans [...]]]></description>
		<link>http://www.belchak.com/2011/03/04/workfit-standing-desk/</link>
			</item>
	<item>
		<title>Unit Testing Django with a NoSQL Backend</title>
		<description><![CDATA[In my previous post about unit testing for django, I laid the groundwork for how to unit test any django application. One nice feature that django includes with its test framework is the test database syncing. Even better is if you are using South to do database migrations &#8211; it will run the migrations in  your [...]]]></description>
		<link>http://www.belchak.com/2011/02/07/unit-testing-django-with-a-nosql-backend/</link>
			</item>
	<item>
		<title>Unit Testing Your Django Application</title>
		<description><![CDATA[Unit testing is a very important part of any software project. It helps you know that the new code you are deploying works, and isn&#8217;t going to blow up in your face. It also helps you feel good about changing large chunks of code without destroying everything you&#8217;ve done for the last 3 years. Unit [...]]]></description>
		<link>http://www.belchak.com/2011/02/05/unit-testing-your-django-application/</link>
			</item>
	<item>
		<title>Code Completion (IntelliSense) in VIM</title>
		<description><![CDATA[VIM has been my editor of choice for at least 15 years. I love how fast I can edit files, perform menial tasks, and wreak general havoc on any code project I am working on at any given moment. One of the things that I have missed about VIM from an IDE perspective has been [...]]]></description>
		<link>http://www.belchak.com/2011/01/31/code-completion-for-python-and-django-in-vim/</link>
			</item>
	<item>
		<title>Django database migrations with South</title>
		<description><![CDATA[I have been using django for web development for almost a year now, and I just recently started using South to do database migrations. To be fair, most of the work that I have been doing with databases has centered around MongoDB and schema-less document stores instead of a traditional RDBMS. Since Django does not [...]]]></description>
		<link>http://www.belchak.com/2011/01/27/django-database-migrations-with-south/</link>
			</item>
	<item>
		<title>Removing old ssh fingerprints from your known_hosts the quick and easy way</title>
		<description><![CDATA[Ever have this problem? You just rebuilt a machine, and when you go to SSH into it, you get the following message: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Many people just go edit their ~/.ssh/known_hosts file and carry on. But there is [...]]]></description>
		<link>http://www.belchak.com/2011/01/27/removing-old-ssh-fingerprints-from-your-known_hosts-the-quick-and-easy-way/</link>
			</item>
</channel>
</rss>

