<?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>The Fluther Blog &#187; Uncategorized</title>
	<atom:link href="http://blog.fluther.com/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fluther.com</link>
	<description>Tapping and Collecting</description>
	<lastBuildDate>Wed, 23 Jan 2013 00:31:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>Farewell, Mark.</title>
		<link>http://blog.fluther.com/farewell-mark/</link>
		<comments>http://blog.fluther.com/farewell-mark/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 23:46:57 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Fluther]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=223</guid>
		<description><![CDATA[We’ve just put up our last project – part of our multi-faceted join-flow redesign – with Mark before he was hired away by some unknown startup.

Mark was key&#8230;]]></description>
			<content:encoded><![CDATA[<div>
<p>We’ve just put up our last project – part of our multi-faceted join-flow redesign – with <a href="http://www.markbixby.com">Mark</a> before he was hired away by some <a href="http://www.facebook.com">unknown startup</a>.</p>
<p><a href="http://blog.fluther.com/wp-content/uploads/2008/11/pencil_comps1.jpg"><img class="aligncenter size-medium wp-image-224" title="Pencil Comps" src="http://blog.fluther.com/wp-content/uploads/2008/11/pencil_comps1.jpg" alt="" /></a></p>
<p>Mark was key to our redesign back in March 2007, and he helped translate the ideas and brand we had bouncing around in our collective heads into a coherent message and design. We loved collaborating with him–he willingly shared his branding and experience with us while he incorporated our specific design ideas.</p>
<p>We were quite proud when we unveiled the new Fluther based on his mock-ups and the site worked (and felt!) better than all three of us had imagined, and we’re proud to count Mark as one of our friends.</p>
<p>Congratulations on your new job, Mark, and we can’t wait to see you soon!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/farewell-mark/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Ben speaks in Denver</title>
		<link>http://blog.fluther.com/ben-speaks-in-denver/</link>
		<comments>http://blog.fluther.com/ben-speaks-in-denver/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 23:56:40 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Fluther]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugs]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=214</guid>
		<description><![CDATA[In a couple of weeks, I’ll be speaking at my first conference: Defrag 2008. I’ll be on a panel addressing the question, “Can identity become a&#8230;]]></description>
			<content:encoded><![CDATA[<p>In a couple of weeks, I’ll be speaking at my first conference: <a href="http://defragcon.com/2008/">Defrag 2008</a>. I’ll be on a panel addressing the question, “Can identity become a filter for information overload?”</p>
<p>In case you’ll be in Denver on Nov. 3rd-4th, you should check it out. I think it’s going to be an incredible conference, and I’m not just saying that because I’m involved. <img src='http://blog.fluther.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><a href="http://defragcon.com/2008/"><img class="alignnone size-full wp-image-215" title="defrag-conference-2008" src="http://blog.fluther.com/wp-content/uploads/2008/10/defrag-conference-20081.jpg" alt="" width="397" height="86" /></a></p>
<p>Also, you can use my discount code <strong>bf1</strong> to get $200 off tickets.</p>
<p>Thanks, everyone!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/ben-speaks-in-denver/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>django + vim</title>
		<link>http://blog.fluther.com/django-vim/</link>
		<comments>http://blog.fluther.com/django-vim/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 20:59:53 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[How'd they do that?]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=213</guid>
		<description><![CDATA[I’ve finally weaned myself off Komodo, since the vim bindings had just enough tiny errors to annoy me, and I was never satisfied with how&#8230;]]></description>
			<content:encoded><![CDATA[<p>I’ve finally weaned myself off Komodo, since the vim bindings had just enough tiny errors to annoy me, and I was never satisfied with how long it took to find and open a file inside the project.</p>
<p>The one thing I was really missing in vim, though, was solid code-completion feature. After much haranguing, I finally figured out how to enable omnicomplete with django.</p>
<h3 id="Downloadandinstallvim">Download and install vim for OS X</h3>
<ul>
<li>By far the easiest way to get a version of vim that has python compiled is through <a class="ext-link" href="http://www.macports.org/"><span class="icon">macports</span></a>.</p>
<pre class="wiki">sudo port install vim +python
</pre>
</li>
<li>Now replace your old version of vim in your default path (useful for when a shell command calls vim as the editor)
<pre class="wiki">sudo cp /usr/bin/vim /usr/bin/vim7.0
sudo cp /opt/local/bin/vim /usr/bin/vim
</pre>
</li>
<li>Verify that you have python compiled by typing <tt>:python print “Hello”</tt> while in vim
</li>
</ul>
<h3 id="Enableomnicompletion">Enable omnicompletion</h3>
<ul>
<li>I’ve enabled omnicomplete for a bunch of different different completers. Add these lines to your <tt>.vimrc</tt>:</p>
<pre class="wiki">autocmd FileType python set omnifunc=pythoncomplete#Complete
autocmd FileType javascript set omnifunc=javascriptcomplete#CompleteJS
autocmd FileType html set omnifunc=htmlcomplete#CompleteTags
autocmd FileType css set omnifunc=csscomplete#CompleteCSS
</pre>
</li>
</ul>
<h3 id="Runvimsothatyoucanactuallycompletedjangofiles">Run vim so that you can actually complete django files</h3>
<ul>
<li>Omnicomplete imports the modules behind the scenes to help you with completion. Problem is, it won’t be able to import django.db since you don’t have a settings module specified… so any module that imports models won’t work. Not very useful.</p>
<pre class="wiki">DJANGO_SETTINGS_FILE=myapp.settings vim
</pre>
</li>
<li>Verify that imports will work by typing <tt>:python from django import db</tt>
</li>
<li>Now you can just press <tt>&lt;C-X&gt;&lt;C-O&gt;</tt> to omnicomplete!
</li>
</ul>
<p>
I also <strong>highly</strong> recommend the <a class="ext-link" href="http://rope.sourceforge.net/ropevim.html"><span class="icon">rope</span></a> plugin for vim. It simplifies opening files within your project, and even will organize your imports! for you!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/django-vim/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Better links!</title>
		<link>http://blog.fluther.com/better-links/</link>
		<comments>http://blog.fluther.com/better-links/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 08:26:54 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Fluther]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=209</guid>
		<description><![CDATA[We just pushed some changes for a long-standing request: opening links in new windows.
We’ve also recently updated the guidelines.
We hope you enjoy how&#8230;]]></description>
			<content:encoded><![CDATA[<p>We just pushed some changes for a long-standing request: opening links in new windows.</p>
<p>We’ve also recently updated the <a href="http://www.fluther.com/faq#guidelines">guidelines</a>.</p>
<p>We hope you enjoy how easy it is to return to your addiction!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/better-links/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Tipping our hat to Django…</title>
		<link>http://blog.fluther.com/tipping-our-hat-to-django/</link>
		<comments>http://blog.fluther.com/tipping-our-hat-to-django/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 20:10:10 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=196</guid>
		<description><![CDATA[We started building Fluther on top of the Django platform two years ago, and it’s been an absolute pleasure. Using Django turned out to be&#8230;]]></description>
			<content:encoded><![CDATA[<p>We started building Fluther on top of the <a href="http://www.djangoproject.com/">Django platform</a> two years ago, and it’s been an absolute pleasure. Using Django turned out to be one of the best technology decisions that we’ve made, and we’re proud to be using this excellent platform.</p>
<p><a href="http://www.djangoproject.com/"><img class="alignnone size-full wp-image-197" title="django-the-web-framework-for-perfectionists-with-deadlines" src="http://blog.fluther.com/wp-content/uploads/2008/09/django-the-web-framework-for-perfectionists-with-deadlines1.jpg" alt="" width="500" height="126" /></a></p>
<p>Django just reached the <a href="http://www.djangoproject.com/weblog/2008/sep/03/1/">big 1.0 marker</a>, and we wanted to say, “Congratulations!”</p>
<p>Thanks to the team for all their amazing work. We tip our collective hat to you.</p>
<p>We’ll be going to the <a href="http://djangocon.org/">Django conference</a> this weekend, and we look forward to meeting everyone in person. <img src='http://blog.fluther.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/tipping-our-hat-to-django/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fluther Contest Winner!</title>
		<link>http://blog.fluther.com/fluther-contest-winner/</link>
		<comments>http://blog.fluther.com/fluther-contest-winner/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 18:02:00 +0000</pubDate>
		<dc:creator>Andrew</dc:creator>
				<category><![CDATA[Fluther]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=191</guid>
		<description><![CDATA[Many thanks to all of you who submitted your entries!
Here are the answers:
Category 1: What does it mean when a guy you met&#8230;]]></description>
			<content:encoded><![CDATA[<p>Many thanks to all of you who submitted your entries!</p>
<p>Here are the answers:</p>
<p>Category 1: <a href="http://www.fluther.com/disc/1411/what-does-it-mean-when-a-guy-you-met-once-at/" target="_blank">What does it mean when a guy you met once at a party keeps sending you cake every 4 months over the course of 2 years, but otherwise does not get in touch at all? And doesn’t ask you out either…</a></p>
<p>Category 2: <a href="http://www.fluther.com/disc/15763/how-do-you-pick-the-perfect-watermelon/" target="_blank">How do you pick the perfect watermelon?</a></p>
<p>Category 3: “your fluther”<a href="http://www.fluther.com/disc/17393/care-to-describe-my-fluther-for-those-of-us-who-dont/" target="_blank"></a></p>
<p>Bonus: <a href="http://www.fluther.com/disc/12996/ladies-why-do-you-put-your-loose-strands-of-hair-on/" target="_blank">Ladies, why do you put your loose strands of hair on the shower wall?</a></p>
<p>Despite the number of entries, only two had all four categories correct. The real X-factor turned out to be Erik’s question (go figure).</p>
<p>We proudly announce that our winner (by flip of the coin), is <strong><a href="http://www.fluther.com/users/pupntaco">PupnTaco</a></strong>! Hooray!</p>
<p>Runner up: <a href="http://www.fluther.com/users/uberbatman">uberbatman</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/fluther-contest-winner/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A Flutherer is Born</title>
		<link>http://blog.fluther.com/a-flutherer-is-born/</link>
		<comments>http://blog.fluther.com/a-flutherer-is-born/#comments</comments>
		<pubDate>Fri, 04 Jul 2008 21:12:13 +0000</pubDate>
		<dc:creator>erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=178</guid>
		<description><![CDATA[I’m happy to introduce the newest (or at least youngest) member of the Fluther community.
On June 24 at 7:39 PM, our very own  bulbatron9&#8230;]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.fluther.com/wp-content/uploads/2008/07/2622799433_c8cc50ca851.jpg" alt="Avery Lynn" title="Avery Lynn" width="300" height="225" class="alignright size-medium wp-image-179" />I’m happy to introduce the newest (or at least youngest) member of the Fluther community.</p>
<p>On June 24 at 7:39 PM, our very own <a href="http://www.fluther.com/users/bulbatron9/"> bulbatron9</a> had a <a href="http://www.fluther.com/disc/16758/did-you-know-i-had-a-little-girl-would-you-like/">little baby girl</a>.</p>
<p>Congratulations, bulbatron, from all of us at team Fluther!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/a-flutherer-is-born/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Dr. J comes to life</title>
		<link>http://blog.fluther.com/dr-j-sighted-in-spore/</link>
		<comments>http://blog.fluther.com/dr-j-sighted-in-spore/#comments</comments>
		<pubDate>Thu, 26 Jun 2008 06:20:21 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Fluther]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=175</guid>
		<description><![CDATA[Sometimes it’s best to keep your mouth shut and let the picture do the talking:

Kudos to uberbatman for blowing our minds using the Spore&#8230;]]></description>
			<content:encoded><![CDATA[<p>Sometimes it’s best to keep your mouth shut and let the picture do the talking:</p>
<p><a href="http://blog.fluther.com/wp-content/uploads/2008/06/fluther_spore1.jpg"><img class="aligncenter size-full wp-image-176" title="fluther_spore" src="http://blog.fluther.com/wp-content/uploads/2008/06/fluther_spore1.jpg" alt="Dr. J comes to life" width="500" height="331" /></a></p>
<p>Kudos to <a href="http://www.fluther.com/users/uberbatman/">uberbatman</a> for blowing our minds using the <a href="http://www.spore.com/">Spore</a> <a href="http://www.youtube.com/watch?v=dRovPCiBBTw">Creature Creator</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/dr-j-sighted-in-spore/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Does anybody have Fluther wallpaper?</title>
		<link>http://blog.fluther.com/does-anybody-have-fluther-wallpaper/</link>
		<comments>http://blog.fluther.com/does-anybody-have-fluther-wallpaper/#comments</comments>
		<pubDate>Thu, 12 Jun 2008 19:14:35 +0000</pubDate>
		<dc:creator>erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=164</guid>
		<description><![CDATA[This question, asked by Foolaholic sparked some very creative answers from johnpowell, robmandu, delirium.
Can you find yourself in phoenyx’s collage?  Don’t feel slighted if&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href='http://blog.fluther.com/wp-content/uploads/2008/06/jellylightbackground1.jpg'><img src="http://blog.fluther.com/wp-content/uploads/2008/06/jellylightbackground1.jpg" alt="Light" title="Light" width="150" height="93" class="alignright size-thumbnail wp-image-165" /></a><br />
<a href="http://www.fluther.com/disc/14473/does-anybody-have-fluther-wallpaper/">This question</a>, asked by <a href="http://www.fluther.com/users/Foolaholic/">Foolaholic</a> sparked some very creative answers from <a href="http://www.fluther.com/users/johnpowell/">johnpowell</a>, <a href="http://www.fluther.com/users/robmandu/">robmandu</a>, <a href="http://www.fluther.com/users/delirium/">delirium</a>.</p>
<p><a href='http://blog.fluther.com/wp-content/uploads/2008/06/collective1.jpg'><img src="http://blog.fluther.com/wp-content/uploads/2008/06/collective1.jpg" alt="Collage" title="Collage" width="150" height="93" class="alignleft size-thumbnail wp-image-166" /></a>Can you find yourself in <a href="http://www.fluther.com/users/phoenyx/">phoenyx</a>’s collage?  Don’t feel slighted if you didn’t make it.  If every user was included, the collage would require over 12 million pixels.<br />
<span id="more-164"></span><br />
Send us screen captures of your desktop after you set one of these amazing wallpapers, or create your own…</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/does-anybody-have-fluther-wallpaper/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>You wrote a story!</title>
		<link>http://blog.fluther.com/you-wrote-a-story/</link>
		<comments>http://blog.fluther.com/you-wrote-a-story/#comments</comments>
		<pubDate>Fri, 09 May 2008 18:43:25 +0000</pubDate>
		<dc:creator>Ben</dc:creator>
				<category><![CDATA[Fluther]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Plugs]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.fluther.com/blog/?p=148</guid>
		<description><![CDATA[We have to give props when props are due. And they’re due.

Remember that question: Can the Fluther collective write a coherent story? Well, the&#8230;]]></description>
			<content:encoded><![CDATA[<p>We have to give props when props are due. And they’re due.</p>
<p style="text-align: center;"><a href="http://www.notorange.co.uk/flutherstory/"><img class="aligncenter size-medium wp-image-149" title="a-short-story-written-on-fluthercom" src="http://blog.fluther.com/wp-content/uploads/2008/05/a-short-story-written-on-fluthercom1.jpg" alt="" width="300" height="114" /></a></p>
<p>Remember that question: <a href="http://www.fluther.com/disc/12562/can-the-fluther-collective-write-a-coherent-story/">Can the Fluther collective write a coherent story?</a> Well, the collective did write a story. And it was awesome. So awesome, in fact, that it was <a href="http://www.lulu.com/content/2476358">published</a>. We know, it’s rad.</p>
<p>We tip our hat to <a href="http://www.fluther.com/users/richardhenry/">richardhenry</a> for putting this all together. We must commend everyone who was involved—you all are the coolest. And to all you now-published Flutherites: congratulations! A free download is available, or you can order a printed copy(!). <a href="http://www.notorange.co.uk/flutherstory/">Check it out</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.fluther.com/you-wrote-a-story/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
