<?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>Sat, 08 May 2010 18:24:13 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>emacs 23.2 released</title>
		<description><![CDATA[http://permalink.gmane.org/gmane.emacs.announce/17
hit the link for the official announcement. for what&#8217;s new Check. the link below 
http://www.gnu.org/software/emacs/NEWS.23.2
]]></description>
		<link>http://www.rlazo.org/2010/05/08/emacs-23-2-released/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>history of emacs</title>
		<description><![CDATA[If you want to read about the history of Emacs, here is a nice article from the H
Emacs &#038; the birth of the GPL
Emacs somehow made possible the free software idea in stallman, Awesome! 
]]></description>
		<link>http://www.rlazo.org/2010/04/05/history-of-emacs/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<item>
		<title>A inkscape tip (about arrow tips)</title>
		<description><![CDATA[If you are working with Inkscape, and if you want nice SVG graphics you should be using inkscape, you may have notice that when you add a path/arrow with a tip, and then you want to change the color of the arrow, the head will remain using the old color. Why this works this way [...]]]></description>
		<link>http://www.rlazo.org/2010/03/25/a-inkscape-tip-about-arrow-tips/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
			</item>
	<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>
</channel>
</rss>
