<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.3" -->
<rss version="0.92">
<channel>
	<title>Dryice Liu's Blog</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 12:01:11 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Copy file in the order of their name</title>
		<description>Last weekend I got myself a small MP3 player called Q12. 

I really like this small one cause I can carry it everywhere and save me some time while I'm walking or waiting.

It support file/folder visiting of the files, and not support MP3 tag and organized with artiste, album, etc ...</description>
		<link>http://dryice.name/blog/freebsd/copy-file-in-the-order-of-their-name/</link>
			</item>
	<item>
		<title>Migrating from pyblosxom to WordPress</title>
		<description>Well in times of switching blog system, one BIG challenge is to save all the old posts and comments. Fortunately (or not?) for me is that I didn't get too much comments before. So the only thing I need to worry about is the posts.

At first I found a perl ...</description>
		<link>http://dryice.name/blog/misc/migrating-from-pyblosxom-to-wordpress/</link>
			</item>
	<item>
		<title>Switched to WordPress</title>
		<description>Well this begins several days ago. When I tried to solve a challenge and I google around, and well, Google give me a result in my own blog. And it turns out that I've fixed the problem a year ago :)

So I decide to blog more, rather than one or ...</description>
		<link>http://dryice.name/blog/misc/switched-to-wordpress/</link>
			</item>
	<item>
		<title>pylons</title>
		<description>I gave Pylons a try today, followed the turorials, read some
documents, and compared it with my current Python web frame work of
choice: TurboGears.

Though many people say good words for pylons, I believe TurboGears is
still a good choice for me at this time:

	TG is one year older than Pylons, which means ...</description>
		<link>http://dryice.name/blog/python/turbogears/pylons/</link>
			</item>
	<item>
		<title>Dynamic handling of &#8216;virtual file names&#8217;, or URL paths with file extensions</title>
		<description>Well TurboGears  uses CherryPY as the URL dispatcher. And by default
it uses the object structure as a tree like structure for the URL
paths, like the file system structure.

This works fine most of the time. However, the Python function name is
quite restrict than what we can use in an URL. ...</description>
		<link>http://dryice.name/blog/python/turbogears/dynamic-handling-of-virtual-file-names-or-url-paths-with-file-extensions/</link>
			</item>
	<item>
		<title>Bicyclerepair man: a refactoring code browser</title>
		<description>On my way of finding a tool to easy find defination/reference of Python code, I found Bicyclerepair man. First I just use it to find definatins and references. And after some hacking, it works pretty good with my Emacs.

After reading some document, I find it opens a BIG door: it's ...</description>
		<link>http://dryice.name/blog/python/bicyclerepair-man-a-refactoring-code-browser/</link>
			</item>
	<item>
		<title>quixote is not ready for python 2.5</title>
		<description>I tried to upgrade to Python 2.5 today, however, some of the packages I use daily is not ready, including quixote.

At least on change in compile.ast.From makes quixote 2.4 not working in Python 2.5.

I think I'll stick with Python 2.4 till more packages come to work with 2.5.

Share This
 </description>
		<link>http://dryice.name/blog/python/quixote/quixote-is-not-ready-for-python-25/</link>
			</item>
	<item>
		<title>trac and planner</title>
		<description>Well I've used to use roundup as my ticket system. However the intergration of a ticket system and a version control system of trac attract me these days. So I decided to give it a try.

There's noting to say about installation thanks to the FreeBSD ports system. And it really ...</description>
		<link>http://dryice.name/blog/emacs/planner/trac-and-planner/</link>
			</item>
	<item>
		<title>challenge 6, continued</title>
		<description>A year has passed since I visited Python Challenge the last time. And it's not easy to start it again :) I've got a project that deals with Python image process, so I spend some time on the PIL handbook. And after that, I think trying this challenge is a ...</description>
		<link>http://dryice.name/blog/python/python_challenge/challenge-6-continued/</link>
			</item>
	<item>
		<title>Captcha</title>
		<description>Captcha stands for "completely automated public Turing test to tell computers and humans apart", which is the small images we usually see when registering or logining to some systems like free email. It is developted to protect from robots. See the wikipidia page for detail.

There are several Python packages implementing ...</description>
		<link>http://dryice.name/blog/python/captcha/</link>
			</item>
</channel>
</rss>

