<?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>snarfu</title>
	<atom:link href="http://snarfu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://snarfu.com</link>
	<description>slacker site</description>
	<lastBuildDate>Fri, 17 May 2013 04:37:21 +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>Django hstore and south</title>
		<link>http://snarfu.com/django/django-hstore-and-south/</link>
		<comments>http://snarfu.com/django/django-hstore-and-south/#comments</comments>
		<pubDate>Wed, 15 May 2013 20:57:01 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[django hstore]]></category>
		<category><![CDATA[django south hstore]]></category>
		<category><![CDATA[hstore]]></category>
		<category><![CDATA[south]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=255</guid>
		<description><![CDATA[If someone has a more elegant way , feel free to send me a message, thanks. 1. pip install djorm-ext-hstore 2. Import the following in your models.py file: from djorm_hstore.fields import DictionaryField from djorm_hstore.models import HStoreManager 3. Modify your model &#8230; <a href="http://snarfu.com/django/django-hstore-and-south/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/django/django-hstore-and-south/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django CheckBoxSelectMultiple multiple columns filter</title>
		<link>http://snarfu.com/django/django-checkboxselectmultiple-multiple-columns-filter/</link>
		<comments>http://snarfu.com/django/django-checkboxselectmultiple-multiple-columns-filter/#comments</comments>
		<pubDate>Tue, 23 Apr 2013 23:08:59 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[checkboxselect multiple columns]]></category>
		<category><![CDATA[Django checkbox columns]]></category>
		<category><![CDATA[Django CheckBoxSelectMultiple]]></category>
		<category><![CDATA[Django CheckBoxSelectMultiple multiple columns]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=243</guid>
		<description><![CDATA[Simple filter written for my needs to return multiple column html ouput, filter is used like so: {% autoescape off %} {{field.field.choices&#124;checkboxcolumns:&#8221;3&#8243;}} {% endautoescape %} &#160; Replace the html content with your own, this was specific for my project: &#160; &#160; &#8230; <a href="http://snarfu.com/django/django-checkboxselectmultiple-multiple-columns-filter/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/django/django-checkboxselectmultiple-multiple-columns-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux 3.8.2 hangs hibernation</title>
		<link>http://snarfu.com/misc/linux-3-8-2-hangs-hibernation/</link>
		<comments>http://snarfu.com/misc/linux-3-8-2-hangs-hibernation/#comments</comments>
		<pubDate>Wed, 13 Mar 2013 06:25:17 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Slackware]]></category>
		<category><![CDATA[3.8.2 hibernate hangs]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=237</guid>
		<description><![CDATA[Just wanted to put this out there, seems like there is a bug in the 3.8.2 kernel.  System hangs randomly after waking up from hibernation, there is no set time as to when it hangs but I have to hard &#8230; <a href="http://snarfu.com/misc/linux-3-8-2-hangs-hibernation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/misc/linux-3-8-2-hangs-hibernation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django form custom error messages</title>
		<link>http://snarfu.com/django/django-form-custom-error-messages/</link>
		<comments>http://snarfu.com/django/django-form-custom-error-messages/#comments</comments>
		<pubDate>Sat, 08 Dec 2012 00:19:08 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[django custom form error messages]]></category>
		<category><![CDATA[django error messages]]></category>
		<category><![CDATA[django form error messages]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=226</guid>
		<description><![CDATA[Rather simple setup to modify default form error messages with custom ones, I use a base form class which I use in all my forms.  This is for post related errors, for client side js errors I have another function &#8230; <a href="http://snarfu.com/django/django-form-custom-error-messages/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/django/django-form-custom-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx not logging</title>
		<link>http://snarfu.com/linux/nginx-not-logging/</link>
		<comments>http://snarfu.com/linux/nginx-not-logging/#comments</comments>
		<pubDate>Sat, 23 Jun 2012 18:30:11 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Freebsd]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nginx log error]]></category>
		<category><![CDATA[nginx no log]]></category>
		<category><![CDATA[nginx not logging]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=201</guid>
		<description><![CDATA[Had to fix a small Freebsd vm today or patch rather, it seems nginx was not logging properly or logging at all. 1. Reconfigure nginx without syslog. 2. Make sure your log paths are proper and have the correct permissions. &#8230; <a href="http://snarfu.com/linux/nginx-not-logging/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/linux/nginx-not-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django form validation with jquery validate</title>
		<link>http://snarfu.com/django/django-form-validation-with-jquery-validate/</link>
		<comments>http://snarfu.com/django/django-form-validation-with-jquery-validate/#comments</comments>
		<pubDate>Thu, 31 May 2012 20:11:27 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[django jquery form]]></category>
		<category><![CDATA[django jquery form validation]]></category>
		<category><![CDATA[django validation]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=185</guid>
		<description><![CDATA[I&#8217;ve been waiting to write this up for quite some time, now due to a high number forms I have to write in the near future the wait was over.   I was pretty tired of specifying form constraints on both &#8230; <a href="http://snarfu.com/django/django-form-validation-with-jquery-validate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/django/django-form-validation-with-jquery-validate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slackware current and ati woessssss (why didnt i buy nvidia)</title>
		<link>http://snarfu.com/slackware/slackware-current-and-ati-woessssss-why-didnt-i-buy-nvidia/</link>
		<comments>http://snarfu.com/slackware/slackware-current-and-ati-woessssss-why-didnt-i-buy-nvidia/#comments</comments>
		<pubDate>Thu, 10 May 2012 07:11:51 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Slackware]]></category>
		<category><![CDATA[slackware ati]]></category>
		<category><![CDATA[slackware current ati]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=176</guid>
		<description><![CDATA[Update 06/30/2012:  Ati released new drivers that work fine with current , I will leave the post below for future reference. &#160; As we all know Linux support with ati = 0, anyhow if you are in the same boat &#8230; <a href="http://snarfu.com/slackware/slackware-current-and-ati-woessssss-why-didnt-i-buy-nvidia/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/slackware/slackware-current-and-ati-woessssss-why-didnt-i-buy-nvidia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freebsd 7.4 ezjail create fail</title>
		<link>http://snarfu.com/freebsd/freebsd-7-4-ezjail-create-fail/</link>
		<comments>http://snarfu.com/freebsd/freebsd-7-4-ezjail-create-fail/#comments</comments>
		<pubDate>Thu, 19 Apr 2012 07:54:03 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Freebsd]]></category>
		<category><![CDATA[freebsd ezjail error]]></category>
		<category><![CDATA[freebsd ezjail illegal option]]></category>
		<category><![CDATA[freebsd ezjail-admin error]]></category>
		<category><![CDATA[freebsd jls -n illegal option]]></category>
		<category><![CDATA[freebsd jls illegal option]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=169</guid>
		<description><![CDATA[It seems ezjail version 3.2.1_1 on Freebsd 7.4 has a small bug with creating new jails, I filed a bug already but if you are getting the following error: jls -n illegal option &#160; Edit /usr/local/bin/ezjail-admin with your editor and &#8230; <a href="http://snarfu.com/freebsd/freebsd-7-4-ezjail-create-fail/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/freebsd/freebsd-7-4-ezjail-create-fail/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>From core i7 860 to core i5 2500k to core i7 2700k to amd fx 8120 all in 1 week wth ?</title>
		<link>http://snarfu.com/hardware/from-core-i7-860-to-core-i5-2500k-to-core-i7-2700k-to-amd-fx-8120-all-in-1-week-wth/</link>
		<comments>http://snarfu.com/hardware/from-core-i7-860-to-core-i5-2500k-to-core-i7-2700k-to-amd-fx-8120-all-in-1-week-wth/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 02:15:47 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[amd fx 8120]]></category>
		<category><![CDATA[core i5 2500k]]></category>
		<category><![CDATA[core i5 2500k vs amd fx-8120]]></category>
		<category><![CDATA[core i7 2700k]]></category>
		<category><![CDATA[core i7 2700k vs 860]]></category>
		<category><![CDATA[core i7 860 vs core i5 2500k]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=154</guid>
		<description><![CDATA[Ok so it has been awhile since I updated my desktop, I remember purchasing my core i7 860 system back in 2010 ..i think. Anyhow I stayed out of the loop just saw the usual new chip , new this &#8230; <a href="http://snarfu.com/hardware/from-core-i7-860-to-core-i5-2500k-to-core-i7-2700k-to-amd-fx-8120-all-in-1-week-wth/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/hardware/from-core-i7-860-to-core-i5-2500k-to-core-i7-2700k-to-amd-fx-8120-all-in-1-week-wth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Django close  colorbox popup</title>
		<link>http://snarfu.com/django/django-close-colorbox-popup/</link>
		<comments>http://snarfu.com/django/django-close-colorbox-popup/#comments</comments>
		<pubDate>Sat, 24 Mar 2012 00:53:56 +0000</pubDate>
		<dc:creator>nimda</dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[colorbox close]]></category>
		<category><![CDATA[Django colorbox close]]></category>

		<guid isPermaLink="false">http://snarfu.com/?p=140</guid>
		<description><![CDATA[Ok I had a ton of popups with forms using colorbox and django but on successful submission they needed to be closed instead of standing around. So after some tests and trials the best way to tackle this is to &#8230; <a href="http://snarfu.com/django/django-close-colorbox-popup/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://snarfu.com/django/django-close-colorbox-popup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
