<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Mind Bending &#187; Mind Bending in English</title>
	<atom:link href="http://www.mindbending.org/category/langs/blog-en/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mindbending.org</link>
	<description>Mining Bits and Knowledge</description>
	<lastBuildDate>Mon, 30 Apr 2012 21:34:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Python Strings Accumulation Techniques</title>
		<link>http://www.mindbending.org/python-strings-accumulation-techniques/</link>
		<comments>http://www.mindbending.org/python-strings-accumulation-techniques/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 18:39:44 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cStringsIO]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[immutable]]></category>
		<category><![CDATA[list]]></category>
		<category><![CDATA[strings]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[timeit]]></category>

		<guid isPermaLink="false">http://www.mindbending.org/?p=2579</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/python-strings-accumulation-techniques/"><img title="Python Strings Accumulation Techniques" src="http://www.mindbending.org/files/2011/08/python.png" alt="Python Strings Accumulation Techniques" width="300" height="300" /></a></span><br/>So, let's suppose that it's just a normal raining evening and you're, as always, coding in Python. Then sundelly in the middle fo your code you need to accumulate some strings, what would you do? Simply accumulate using the +=, wright? Yeah, me too, until today! I've just found out (through PythonMeme.com) about a python's string accumulation "flaw" that made me change my way to write strings accumulation...</p><p><a href="http://www.mindbending.org/python-strings-accumulation-techniques/">Python Strings Accumulation Techniques</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/python-strings-accumulation-techniques/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Installing Pacman 4</title>
		<link>http://www.mindbending.org/installing-pacman-4/</link>
		<comments>http://www.mindbending.org/installing-pacman-4/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 19:49:58 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Arch Linux]]></category>
		<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[gpg]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[key]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[packages]]></category>
		<category><![CDATA[pacman]]></category>
		<category><![CDATA[pacman-key]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.mindbending.org/?p=2474</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/installing-pacman-4/"><img title="Installing Pacman 4" src="http://www.mindbending.org/files/2012/01/pacman.png" alt="Installing Pacman 4" width="300" height="300" /></a></span><br/>In this last Tuesday (January 17) pacman 4 was moved into Arch Linux's core repository. This new version brings several new features for this great package manager, but what stands out most is the GPG (GNU Privacy Guard) package signing, which ensures the integrity and reliability of the packages and/or repositories for that distribution. It is a fact that this functionality already existed for some time on other GNU/Linux distributions, like Debian and derivatives. However, in Arch Linux this feature was still in the testing phase and could only be obtained by activating the testing repository or compiling it through AUR (or, for the faint of heart, using the tool yaourt).

The Arch Linux team, unlike other distributions teams, are always striving to make the migration process any smoother. And no big change is "threaded down the users throat". Thus, this feature is disabled by default in this update. But even with all the care in the world, a significant change may require some level of manual intervention, and this update is no exception. When I tried to update the pacman today, I received the following message...</p><p><a href="http://www.mindbending.org/installing-pacman-4/">Installing Pacman 4</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/installing-pacman-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyCon2011 Highlights: Python and CouchDB in Practice</title>
		<link>http://www.mindbending.org/pycon-2011-highlights-python-and-couchdb-in-practice/</link>
		<comments>http://www.mindbending.org/pycon-2011-highlights-python-and-couchdb-in-practice/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 13:35:27 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[CouchDB]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[NoSQL]]></category>
		<category><![CDATA[pycon2011]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.mindbending.org/?p=2312</guid>
		<description><![CDATA[<p>This is another Atlanta PyCon2011 lecture that I'd like to highlight. This one was given by Luke Gotszling and talks about Python and CouchDB, a NoSQL database document oriented...</p><p><a href="http://www.mindbending.org/pycon-2011-highlights-python-and-couchdb-in-practice/">PyCon2011 Highlights: Python and CouchDB in Practice</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/pycon-2011-highlights-python-and-couchdb-in-practice/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[PyCon 2011 Highlights]]></series:name>
	</item>
		<item>
		<title>Humble Indie Bundle 4 is Available!</title>
		<link>http://www.mindbending.org/humble-indie-bundle-4-is-available/</link>
		<comments>http://www.mindbending.org/humble-indie-bundle-4-is-available/#comments</comments>
		<pubDate>Fri, 16 Dec 2011 03:49:55 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[humble bundle]]></category>
		<category><![CDATA[humblle indie bindle]]></category>
		<category><![CDATA[indie]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://www.mindbending.org/?p=2223</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/humble-indie-bundle-4-is-available/"><img title="Humble Indie Bundle 4 is Available!" src="http://www.mindbending.org/files/2011/12/humblebundle-banner-620x215.gif" alt="Humble Indie Bundle 4 is Available!" width="300" height="104" /></a></span><br/>Finally the Humble Indie Bundle 4 was released! This time the bundle is composed by  "Jamestown", "Bit, Trip Runner", "Super Meat Boy", "Shank" and "NightSky HD", if you pay more then the average ($5,31 U.S. Dollars) you'll get "Gratuitous Space Battle" and "Cave Story+". Below is a video that explains briefly what is the Humble Bundle and demonstrate all 7 games...</p><p><a href="http://www.mindbending.org/humble-indie-bundle-4-is-available/">Humble Indie Bundle 4 is Available!</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/humble-indie-bundle-4-is-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.3 Arrived</title>
		<link>http://www.mindbending.org/wordpress-3-3-arrived/</link>
		<comments>http://www.mindbending.org/wordpress-3-3-arrived/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 03:00:45 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mindbending.org/?p=2187</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/wordpress-3-3-arrived/"><img title="WordPress 3.3 Arrived" src="http://www.mindbending.org/files/2011/08/download-button.png" alt="WordPress 3.3 Arrived" width="300" height="117" /></a></span><br/>The Wordpress 3.3 was just released! This new version is named "Sonny", in honor of the great jazz saxophonist Sonny Stitt. This new version brings many new UI improvements and a new drag-and-drop uploader...</p><p><a href="http://www.mindbending.org/wordpress-3-3-arrived/">WordPress 3.3 Arrived</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/wordpress-3-3-arrived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Own Domain</title>
		<link>http://www.mindbending.org/my-own-domain/</link>
		<comments>http://www.mindbending.org/my-own-domain/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 02:59:56 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[mind bending]]></category>
		<category><![CDATA[mindbending]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://blogs.codecommunity.org/mindbending/?p=2159</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/my-own-domain/"><img title="My Own Domain" src="http://blogs.codecommunity.org/mindbending/files/2010/09/MB_logo200x200.png" alt="My Own Domain" width="300" height="300" /></a></span><br/>Hello everybody! I know I have been absent lately, but this posts title summarizes everything: Finally Mind Bending has its own domain. Sounds simple but it gave me a good headache because the way that my blog is installed and hosted. This gave me so much trouble that I'm writing an article explaining how to do it, even because other people may be facing the same problem...</p><p><a href="http://www.mindbending.org/my-own-domain/">My Own Domain</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/my-own-domain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introducing GIT</title>
		<link>http://www.mindbending.org/introducing-git/</link>
		<comments>http://www.mindbending.org/introducing-git/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 13:15:04 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[bazaar]]></category>
		<category><![CDATA[branch]]></category>
		<category><![CDATA[clinet]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colored]]></category>
		<category><![CDATA[commit]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[configure]]></category>
		<category><![CDATA[cvs]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[diff]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[emacs]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[kubuntu]]></category>
		<category><![CDATA[Linus Torvalds]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[lubuntu]]></category>
		<category><![CDATA[mint]]></category>
		<category><![CDATA[rcs]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[repository]]></category>
		<category><![CDATA[serie]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vcs]]></category>
		<category><![CDATA[vesrion control]]></category>
		<category><![CDATA[VIM]]></category>
		<category><![CDATA[xubuntu]]></category>

		<guid isPermaLink="false">http://blogs.codecommunity.org/mindbending/?p=2152</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/introducing-git/"><img title="Introducing GIT" src="http://blogs.codecommunity.org/mindbending/files/2011/09/git-logo_4.png" alt="Introducing GIT" width="300" height="205" /></a></span><br/>GIT is a distributed VCS, version control system which, emphasize speed. Most people forget that a version control system is not just for working with program's codes, but with any type of file that needs to be versioned. Thus GIT can be useful for anyone who wants to maintain and manage versions/changes to any file type, whether it may be a source code, a textual document (for example, your graduation thesis), images and so on. Exactly, it can help from a student to a graphic designer or a developer. So let's learn how to install and configure GIT... </p><p><a href="http://www.mindbending.org/introducing-git/">Introducing GIT</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/introducing-git/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<series:name><![CDATA[Git Is For All]]></series:name>
	</item>
		<item>
		<title>Mind Bending Blog&#8217;s Facebook Page</title>
		<link>http://www.mindbending.org/mind-bending-blogs-facebook-page/</link>
		<comments>http://www.mindbending.org/mind-bending-blogs-facebook-page/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 20:02:59 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[arch]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[doode]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[games]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[google plus]]></category>
		<category><![CDATA[google+]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://blogs.codecommunity.org/mindbending/?p=2086</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/mind-bending-blogs-facebook-page/"><img title="Mind Bending Blog&#8217;s Facebook Page" src="http://blogs.codecommunity.org/mindbending/files/2011/11/redes-sociais.jpg" alt="Mind Bending Blog&#8217;s Facebook Page" width="300" height="180" /></a></span><br/>The Mind Bending Blog is now present at the social networks. I know I'm late, but "like" my Facebook page and follow me at others social networks. More informations in the post...</p><p><a href="http://www.mindbending.org/mind-bending-blogs-facebook-page/">Mind Bending Blog&#8217;s Facebook Page</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/mind-bending-blogs-facebook-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PyCon2011 Highlights &#8211; Why Is Python Slow And How PyPy Can Help</title>
		<link>http://www.mindbending.org/pycon2011-highlights-why-is-python-slow-and-how-pypy-can-help/</link>
		<comments>http://www.mindbending.org/pycon2011-highlights-why-is-python-slow-and-how-pypy-can-help/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 11:31:39 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[bytecode]]></category>
		<category><![CDATA[compiled]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[cpython]]></category>
		<category><![CDATA[interpreted]]></category>
		<category><![CDATA[interpreter]]></category>
		<category><![CDATA[JIT]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[lecture]]></category>
		<category><![CDATA[machine]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pycon2011]]></category>
		<category><![CDATA[pypy]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[virtual]]></category>

		<guid isPermaLink="false">http://blogs.codecommunity.org/mindbending/?p=2068</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/pycon2011-highlights-why-is-python-slow-and-how-pypy-can-help/"><img title="PyCon2011 Highlights &#8211; Why Is Python Slow And How PyPy Can Help" src="http://blogs.codecommunity.org/mindbending/files/2011/10/pypy_logo.png" alt="PyCon2011 Highlights &#8211; Why Is Python Slow And How PyPy Can Help" width="300" height="231" /></a></span><br/>This amazing lecture explains how the PyPy can surpass CPython performance using JIT. After watching this lecture I made a little research on the subject and summarized it in this post. I hope you enjoy</p><p><a href="http://www.mindbending.org/pycon2011-highlights-why-is-python-slow-and-how-pypy-can-help/">PyCon2011 Highlights &#8211; Why Is Python Slow And How PyPy Can Help</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/pycon2011-highlights-why-is-python-slow-and-how-pypy-can-help/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<series:name><![CDATA[PyCon 2011 Highlights]]></series:name>
	</item>
		<item>
		<title>Farewell and Thank You Very Much Dennis Ritchie</title>
		<link>http://www.mindbending.org/farewell-and-thank-you-very-much-dennis-ritchie/</link>
		<comments>http://www.mindbending.org/farewell-and-thank-you-very-much-dennis-ritchie/#comments</comments>
		<pubDate>Thu, 13 Oct 2011 18:07:50 +0000</pubDate>
		<dc:creator>Magnun</dc:creator>
				<category><![CDATA[Mind Bending in English]]></category>
		<category><![CDATA[ANSI]]></category>
		<category><![CDATA[c]]></category>
		<category><![CDATA[Denis Ritchie]]></category>
		<category><![CDATA[farewell]]></category>
		<category><![CDATA[hacker]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[loss]]></category>
		<category><![CDATA[operational system]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[rip]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blogs.codecommunity.org/mindbending/?p=2011</guid>
		<description><![CDATA[<p><span class="image-rss"><a href="http://www.mindbending.org/farewell-and-thank-you-very-much-dennis-ritchie/"><img title="Farewell and Thank You Very Much Dennis Ritchie" src="http://blogs.codecommunity.org/mindbending/files/2011/10/dennis_ritchie.jpg" alt="Farewell and Thank You Very Much Dennis Ritchie" width="240" height="300" /></a></span><br/>In the last October Eigth passed away Dennis Ritchie, one of the greatest Hackers in history, creator of the C languange and UNIX. Differently from Steve Jobs, his death wasn't widely publicized, but he was certainly most influent... </p><p><a href="http://www.mindbending.org/farewell-and-thank-you-very-much-dennis-ritchie/">Farewell and Thank You Very Much Dennis Ritchie</a>
</p>]]></description>
		<wfw:commentRss>http://www.mindbending.org/farewell-and-thank-you-very-much-dennis-ritchie/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

