<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>rlazo&#039;s blog</title>
	<link>http://www.rlazo.org</link>
	<description></description>
	<lastBuildDate>Sun, 14 Mar 2010 18:34:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Create a tarball from a specific git commit</title>
		<description><![CDATA[I have this code I&#8217;m working on that is needs to be deployed remotely (Fabric makes this SO easy) and I&#8217;m using git as my version control system. Well, I was creating tarballs for this, but I was basically doing them as similar as I could to what git had in the tree (ignoring the [...]]]></description>
		<link>http://www.rlazo.org/2010/03/13/create-a-tarball-from-a-specific-git-commit/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Chrome type ahead</title>
		<description><![CDATA[Don&#8217;t you wish you just could type the text of a link and then press enter to follow it on a web page? It would save tons of time! Well, there is a chrome extension that allows you to do that. My favorite extension to date by far.
Chrome type ahead
Enjoy
]]></description>
		<link>http://www.rlazo.org/2010/03/09/chrome-type-ahead/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Performance of in operator using list and set</title>
		<description><![CDATA[I had this use case where I have to check which elements of a list of words where available in another list of words. So I decided to use the operator in﻿. Just for further reference a tried the following:

# common code for all test
base_list = [...]
query_list = [...]


Pretty simple method:

for word in query_list:
  [...]]]></description>
		<link>http://www.rlazo.org/2010/02/25/performance-of-in-operator-using-list-and-set/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Changes in the website</title>
		<description><![CDATA[I&#8217;m sure you have noticed the fact that this website has changed (if not, welcome!). Well, there was some issues with the previous one and after fixing the code I was completely unable to make it work again, there was some problems with python + django + mysql, very very weird (process forking, memory issues [...]]]></description>
		<link>http://www.rlazo.org/2010/01/23/changes-in-the-website/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Awesome 3.4-rc* and default floating layout</title>
		<description><![CDATA[I think awesome wm is, well awesome. I tried the last rc but I found that all the tags were set to the floating layout by default, so digging through the internet I found these bug that is exactly what was happening to me:

For the lazy ones, here is the solution:

Change:
   tags[s] = [...]]]></description>
		<link>http://www.rlazo.org/2009/10/02/awesome-3-4-rc-and-default-floating-layout/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Emacs 23 released!</title>
		<description><![CDATA[Read the announce and new features here
]]></description>
		<link>http://www.rlazo.org/2009/07/30/emacs-23-released/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Problems shuting down Gentoo with kernel 2.6.29</title>
		<description><![CDATA[I updated my laptop a few days ago and suddenly it failed to shutdown correctly, it powered down but without finishing the shutdown process. Today, while reading the spanish users mailing list I found the solution.

In /etc/conf.d/alsasound, set:

UNLOAD_ON_STOP=&#8221;no&#8221;

KILLPROC_ON_STOP=&#8221;no&#8221;

This fixed the problem. Here is the original thread
]]></description>
		<link>http://www.rlazo.org/2009/07/02/problems-shuting-down-gentoo-with-kernel-2-6-29/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>What did I do the past 3 months?</title>
		<description><![CDATA[Well, I&#8217;ve been doing an internship at a known internet company and it has been an awesome experience. I&#8217;ve learned quite a lot, I had an amazing host and a very supportive team. Now I&#8217;m on my way back home, and there&#8217;s nothing like a couple of hours in an airport to raise the blogging [...]]]></description>
		<link>http://www.rlazo.org/2009/06/23/what-did-i-do-the-past-3-months/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Do you want to show off emacs?</title>
		<description><![CDATA[Take a look at this screencast. Just amazing, I found it while reading the emacs wiki page of cedet.
]]></description>
		<link>http://www.rlazo.org/2009/05/17/do-you-want-to-show-off-emacs/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>Elisp func to create a dummy admin.py</title>
		<description><![CDATA[While writing a django app, I faced the tedious task of updating the corresponding admin.py file for the models I was writing. Because I didn&#8217;t want to customize any of the admin options just yet all I had to do is insert new register entries on the file (one for model). I grew tired of [...]]]></description>
		<link>http://www.rlazo.org/2009/03/10/elisp-func-to-create-a-dummy-admin-py/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
</channel>
</rss>
