<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>rock'n roll &#187; book</title>
	<atom:link href="http://dinhviethoa.wordpress.com/category/book/feed/" rel="self" type="application/rss+xml" />
	<link>http://dinhviethoa.wordpress.com</link>
	<description>DINH Viêt Hoà</description>
	<lastBuildDate>Mon, 25 May 2009 20:08:20 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='dinhviethoa.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/417e97af9ba1668624b110d50c57ce99?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>rock'n roll &#187; book</title>
		<link>http://dinhviethoa.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://dinhviethoa.wordpress.com/osd.xml" title="rock&#8217;n roll" />
		<item>
		<title>Backup, iPhone, dev</title>
		<link>http://dinhviethoa.wordpress.com/2007/10/12/backup-iphone-dev/</link>
		<comments>http://dinhviethoa.wordpress.com/2007/10/12/backup-iphone-dev/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 00:35:42 +0000</pubDate>
		<dc:creator>dinhviethoa</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[mail]]></category>

		<guid isPermaLink="false">http://dinhviethoa.wordpress.com/2007/10/12/backup-iphone-dev/</guid>
		<description><![CDATA[1. Backup



I finally got a solution for incremental backups: rsync allow this. When synchronizing, there is an option to copy the files that will be modified or deleted to an other folder (creation of file is not tracked). Let&#8217;s call that folder the increment folder.




a/ I will have a backup folder that is synchronized with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=27&subd=dinhviethoa&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>1. Backup</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~hoa/OpenWorld/48x48/apps/disks.png" /></td>
<td>I finally got a solution for incremental backups: rsync allow this. When synchronizing, there is an option to copy the files that will be modified or deleted to an other folder (creation of file is not tracked). Let&#8217;s call that folder the increment folder.</td>
</tr>
</table>
<table>
<tr>
<td><strong>a/ </strong>I will have a backup folder that is synchronized with the folder I want to backup<br />
<strong> b/ </strong>There is one increment folder per day.<br />
So that if I want to restore a given version of a file, I use the backup folder and apply each increment until the desired version.<br />
The only drawback of that method is that I don&#8217;t track the date when a given file appeared.</td>
</tr>
</table>
<p><strong>2. iPhone</strong></p>
<p>These last days, I tried the iPhone.</p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~hoa/OpenWorld/48x48/apps/gcalctool.png" /></td>
<td><strong>a/</strong> Cool things:<br />
- With this phone, we finally got rid of the PDA pen. Touchscreen user interface controls are finally the size of the finger.<br />
- The most interesting thing in that Phone was the <a href="http://www.apple.com/iphone/features/index.html#sms">SMS part</a>: The SMS are classified by person and shown as a conversation.</td>
</tr>
</table>
<table>
<tr>
<td><strong>b/</strong> Not-so-cool<br />
- The touchscreen-keyboard is rather difficult to use.<br />
- Calling a contact in its address book is less easy than on a sony ericsson W800/W810/W880.</td>
</tr>
</table>
<p><strong>3. etPanX</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/apps/mail_generic.png" /></td>
<td>Implementation of filter backend is done and matches the description in my previous post. Still the configuration UI to create. Filtering is not blocking the user interface: that&#8217;s nice.</td>
</tr>
</table>
<table>
<tr>
<td>Now, I have to think about virtual folders (evolution semantic), which are called &#8220;smart folders&#8221; on Mac OS X Mail.app.</td>
</tr>
</table>
<p><strong>  4. libetpan </strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/categories/gnome-system.png" /></td>
<td>Documentation of libetpan was a pain to maintain. It was static, in SGML. Nobody knew how to edit it. Nobody know how to build the HTML from the SGML.</td>
</tr>
</table>
<table>
<tr>
<td>Still, I think that doxygen (or javadoc-like stuff) does not fit the needs since this is an automatically generated documentation. This is not human-oriented. On every doxygen documentation, I was wondering where to start reading. Code samples are not easy to add or I am missing something.<br />
I switch to something more dynamic: a <a href="http://dinh.viet.hoa.free.fr/wiki">wiki</a>.<br />
It is based on mediawiki. We now have a more collaborative way to edit the documentation.<br />
- We lost the multi-format output but since HTML was the most used, that&#8217;s ok.<br />
- It&#8217;s less easy to get an offline documentation.<br />
- The code is not synchronized with the documentation.</td>
</tr>
</table>
<p><strong>5. Reading</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/apps/fonts.png" /></td>
<td><a href="http://www.amazon.com/Visual-Display-Quantitative-Information-2nd/dp/0961392142/ref=pd_bbs_sr_1/104-5480651-5962365?ie=UTF8&amp;s=books&amp;qid=1192146254&amp;sr=8-1">The Visual Display of Quantitative Information &#8211; Edward Tufte</a></td>
</tr>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dinhviethoa.wordpress.com/27/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dinhviethoa.wordpress.com/27/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dinhviethoa.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dinhviethoa.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dinhviethoa.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dinhviethoa.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dinhviethoa.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dinhviethoa.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dinhviethoa.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dinhviethoa.wordpress.com/27/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dinhviethoa.wordpress.com/27/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dinhviethoa.wordpress.com/27/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=27&subd=dinhviethoa&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dinhviethoa.wordpress.com/2007/10/12/backup-iphone-dev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c11548671c850189db1275f7f767750?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dinhviethoa</media:title>
		</media:content>

		<media:content url="http://dinh.dyndns.org/~hoa/OpenWorld/48x48/apps/disks.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~hoa/OpenWorld/48x48/apps/gcalctool.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/apps/mail_generic.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/categories/gnome-system.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/apps/fonts.png" medium="image" />
	</item>
		<item>
		<title>libEtPan, PaperLess, etpanX</title>
		<link>http://dinhviethoa.wordpress.com/2007/07/16/libetpan-paperless-etpanx/</link>
		<comments>http://dinhviethoa.wordpress.com/2007/07/16/libetpan-paperless-etpanx/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 01:38:59 +0000</pubDate>
		<dc:creator>dinhviethoa</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://dinhviethoa.wordpress.com/2007/07/16/libetpan-paperless-etpanx/</guid>
		<description><![CDATA[1. libetpan



There is some work available in the CVS :




- libetpan has a new build system for Unix automake is now used. Thanks to Marcus Brinkmann for this work.
Funny that automake will automatically import the GPL licence into your project in a COPYING and also overwrite this file if this contains something else. Use &#8211;foreign [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=26&subd=dinhviethoa&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>1. libetpan</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/categories/gnome-system.png" /></td>
<td>There is some work available in the CVS :</td>
</tr>
</table>
<table>
<tr>
<td>- libetpan has a new build system for Unix automake is now used. Thanks to <a target="_blank" href="http://www.marcus-brinkmann.de/">Marcus Brinkmann</a> for this work.<br />
Funny that automake will automatically import the GPL licence into your project in a COPYING and also overwrite this file if this contains something else. Use &#8211;foreign to avoid this behavior.<br />
- Sebastien Marinier did some work to fix the Windows build.<br />
- a basic RSS/ATOM fetcher/parser has been implemented in libetpan. This was based on rssyl-ng/libfeed implementation. Thanks to Andrej Kacian.</td>
</tr>
</table>
<p><strong>2. PaperLess</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/devices/gnome-dev-scanner.png" /></td>
<td>A basic scanner application has been implemented for Mac OS X. This is called <a href="http://www.etpan.org/PaperLess">PaperLess</a>. This will allow you to perform multiple-page document scan and save the document to PDF.</td>
</tr>
</table>
<p><strong>3. etpanX</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/apps/mail_generic.png" /></td>
<td>etpanX is still in progress.</td>
</tr>
</table>
<p><strong>3.1. Account synchronization</strong></p>
<table>
<tr>
<td><img alt="synchronization" src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/stock/stock_reload.png" /></td>
<td>An IMAP synchronization and POP synchronization has been implemented. Still some improvement is needed but user experience is now nearly a local access when reading mails in the IMAP account after the first synchronization with the IMAP server.</td>
</tr>
</table>
<p><strong>3.2. Filter</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/stock/stock_jump-to.png" /></td>
<td>The implementation of filter is in progress. The plan for filter implementation is :<br />
- Filter will not block the user interface even if it takes some time.<br />
- Only messages from the main mailbox of a given account will be filtered.<br />
- Message that were not yet filtered will be hidden.<br />
- As soon as messages have been process, they will be visible.</td>
</tr>
</table>
<p><strong>4. Reading</strong></p>
<table>
<tr>
<td><img src="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/stock/stock_font.png" /></td>
<td><a href="http://en.wikipedia.org/wiki/Konrad_Lorenz">Konrad Lorenz</a> &#8211; Studies in Animal and Human Behaviour</td>
</tr>
</table>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dinhviethoa.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dinhviethoa.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dinhviethoa.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dinhviethoa.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dinhviethoa.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dinhviethoa.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dinhviethoa.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dinhviethoa.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dinhviethoa.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dinhviethoa.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dinhviethoa.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dinhviethoa.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=26&subd=dinhviethoa&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dinhviethoa.wordpress.com/2007/07/16/libetpan-paperless-etpanx/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c11548671c850189db1275f7f767750?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dinhviethoa</media:title>
		</media:content>

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/categories/gnome-system.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/devices/gnome-dev-scanner.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/apps/mail_generic.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/stock/stock_reload.png" medium="image">
			<media:title type="html">synchronization</media:title>
		</media:content>

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/stock/stock_jump-to.png" medium="image" />

		<media:content url="http://dinh.dyndns.org/~dinh/OpenWorld/48x48/stock/stock_font.png" medium="image" />
	</item>
		<item>
		<title>What is my process doing ?</title>
		<link>http://dinhviethoa.wordpress.com/2006/09/11/what-is-doing-my-process/</link>
		<comments>http://dinhviethoa.wordpress.com/2006/09/11/what-is-doing-my-process/#comments</comments>
		<pubDate>Mon, 11 Sep 2006 00:45:55 +0000</pubDate>
		<dc:creator>dinhviethoa</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://dinhviethoa.wordpress.com/2006/09/11/what-is-doing-my-process/</guid>
		<description><![CDATA[1. Process profiler 
This week-end, I worked on a tool to discover what a process is doing.
1.1. What is it ? 
This tool will show the stack trace of the part the process is spending time in. This is mostly like gprofile and friends but in this case, you don&#8217;t need to recompile your tool [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=23&subd=dinhviethoa&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>1. Process profiler </strong></p>
<p>This week-end, I worked on a tool to discover what a process is doing.</p>
<p><strong>1.1. What is it ? </strong></p>
<p>This tool will show the stack trace of the part the process is spending time in. This is mostly like gprofile and friends but in this case, you don&#8217;t need to recompile your tool to do measures.<br />
Here some example where it is useful :<br />
- when the CPU is used,<br />
- when the UI of the process is not refreshing,<br />
- when the UI is not responsive.<br />
binutils development package is needed to build it.<br />
download <a title="here" href="http://libetpan.sourceforge.net/download/sample-0.1.tar.gz">here</a>.</p>
<p>Example of use :</p>
<p>I sampled etpanX for 3 seconds when I clicked on a folder.</p>
<p>See the output <a href="http://libetpan.sourceforge.net/download/sample-output.txt">here.</a><br />
Though, a user interface will be needed.</p>
<p><strong>1.2. How it works</strong></p>
<p>Sometimes when people want to know what their process is doing on Linux, they stop it by attaching with gdb and they look at the stack trace. I automated that and improved that by repeating the operation automatically a number of time chosen by the user. Currently, the user choose the delay in seconds and the stack trace is reported every 10 ms.<br />
This works exclusively on Linux/x86. There are a few parts that are linux/x86 dependent. They need to be ported for other systems. This tool was inspired from an exisiting tool on Mac OS X.</p>
<p><strong>2. Reading</strong></p>
<p><a href="http://www.amazon.fr/Fausse-route-R%e9flexions-ann%e9es-f%e9minisme/dp/273811265X/">Elisabeth Badinter &#8211; Fausse Route</a><br />
ISBN:<strong> </strong>273811265X</p>
<p><a href="http://www.amazon.com/Origin-Species-Charles-Darwin/dp/0517123207">Darwin &#8211; Origin of Species</a><br />
ISBN: 0517123207</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dinhviethoa.wordpress.com/23/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dinhviethoa.wordpress.com/23/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dinhviethoa.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dinhviethoa.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dinhviethoa.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dinhviethoa.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dinhviethoa.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dinhviethoa.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dinhviethoa.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dinhviethoa.wordpress.com/23/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dinhviethoa.wordpress.com/23/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dinhviethoa.wordpress.com/23/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=23&subd=dinhviethoa&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dinhviethoa.wordpress.com/2006/09/11/what-is-doing-my-process/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c11548671c850189db1275f7f767750?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dinhviethoa</media:title>
		</media:content>
	</item>
		<item>
		<title>etpanX work</title>
		<link>http://dinhviethoa.wordpress.com/2005/12/14/etpanx-work/</link>
		<comments>http://dinhviethoa.wordpress.com/2005/12/14/etpanx-work/#comments</comments>
		<pubDate>Tue, 13 Dec 2005 22:57:14 +0000</pubDate>
		<dc:creator>dinhviethoa</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://dinhviethoa.wordpress.com/2005/12/14/etpanx-work/</guid>
		<description><![CDATA[1. etpanX
I am back working on etpanX.
1.1. message viewer
- message viewer is mostly finished, text/html (lynx will be called to convert the content to text) and text/enriched can be viewed.
- attachment can be downloaded or opened.
TODO :
- show a list of non-visible attachment
- don&#8217;t show the entire list of recipient if it is too long
1.2 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=15&subd=dinhviethoa&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>1. etpanX</strong><br />
I am back working on etpanX.</p>
<p><strong>1.1. message viewer</strong><br />
- message viewer is mostly finished, text/html (lynx will be called to convert the content to text) and text/enriched can be viewed.<br />
- attachment can be downloaded or opened.</p>
<p><em>TODO :</em><br />
- show a list of non-visible attachment<br />
- don&#8217;t show the entire list of recipient if it is too long</p>
<p><strong>1.2 message list</strong><br />
- contextual menu has been implemented.<br />
- &#8216;mark messages&#8217; is not yet implemented.</p>
<p><em>TODO :</em><br />
- message are not expunged yet<br />
- option are not greyed out when needed</p>
<p><strong>1.3. folder list</strong><br />
- progress indicator is on the folder list</p>
<p><em>TODO :</em><br />
- mark folder as read<br />
- contextual menu needs to be implemented</p>
<p><strong>1.4. preferences</strong><br />
This part is a work-in-progress.</p>
<p><img src="http://dinh.dyndns.org/~dinh/blog/etpanX-3.png" alt="preferences" width="400" height="254" /></p>
<p><strong>1.5. general</strong><br />
- drag &amp; drop, filtering and spam filters are not yet implement</p>
<p><strong>2. libetpan</strong><br />
An error has been done in libtool versioning of libetpan. This will be fixed in next release.</p>
<p><strong>3. music</strong><br />
Listening to <a href="http://www.sikth.com">Sikth</a>, <a href="http://www.dredg.com">Dredg</a>, <a href="http://www.static-x.com">Static X</a>.<br />
DVD of <a href="http://www.killswitchengage.com">Killswitch Engage</a> is out.</p>
<p><strong>4. books</strong><br />
Reading The Logic of Scientific Discovery &#8212; Karl R. Popper.<br />
ISBN: 0415278449</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dinhviethoa.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dinhviethoa.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dinhviethoa.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dinhviethoa.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dinhviethoa.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dinhviethoa.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dinhviethoa.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dinhviethoa.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dinhviethoa.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dinhviethoa.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dinhviethoa.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dinhviethoa.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=15&subd=dinhviethoa&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dinhviethoa.wordpress.com/2005/12/14/etpanx-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c11548671c850189db1275f7f767750?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dinhviethoa</media:title>
		</media:content>

		<media:content url="http://dinh.dyndns.org/~dinh/blog/etpanX-3.png" medium="image">
			<media:title type="html">preferences</media:title>
		</media:content>
	</item>
		<item>
		<title>libetpan 0.39</title>
		<link>http://dinhviethoa.wordpress.com/2005/09/17/libetpan-039/</link>
		<comments>http://dinhviethoa.wordpress.com/2005/09/17/libetpan-039/#comments</comments>
		<pubDate>Sat, 17 Sep 2005 09:56:56 +0000</pubDate>
		<dc:creator>dinhviethoa</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://dinhviethoa.wordpress.com/2005/09/17/libetpan-039/</guid>
		<description><![CDATA[&#8230; is released (as requested for sylpheed-claws).
1. libetpan
high-level API for SASL (CRAM-MD5 and other strange kind   of authentication).
compatibility with GnuTLS is improved.
2. music
went at Opeth concert.
planned to go to Pain of Salvation concert.
3. books
read traité d&#8217;athélogie (french only).
4. other oddities
Well, how long mean nerds/geeks/hackers work for open source &#8230;?
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=11&subd=dinhviethoa&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>&#8230; is released (as requested for sylpheed-claws).</p>
<p><strong>1. libetpan</strong><br />
high-level API for SASL (CRAM-MD5 and other strange kind <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  of authentication).<br />
compatibility with GnuTLS is improved.</p>
<p><strong>2. music</strong><br />
went at <a href="http://www.opeth.com">Opeth</a> concert.<br />
planned to go to <a href="http://www.painofsalvation.com">Pain of Salvation</a> concert.</p>
<p><strong>3. books</strong><br />
read <a href="http://perso.wanadoo.fr/michel.onfray/traitedatheologie.htm">traité d&#8217;athélogie</a> (french only).</p>
<p><strong>4. other oddities</strong><br />
Well, how long mean nerds/geeks/hackers work for open source &#8230;?</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dinhviethoa.wordpress.com/11/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dinhviethoa.wordpress.com/11/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dinhviethoa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dinhviethoa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dinhviethoa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dinhviethoa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dinhviethoa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dinhviethoa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dinhviethoa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dinhviethoa.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dinhviethoa.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dinhviethoa.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=11&subd=dinhviethoa&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dinhviethoa.wordpress.com/2005/09/17/libetpan-039/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c11548671c850189db1275f7f767750?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dinhviethoa</media:title>
		</media:content>
	</item>
		<item>
		<title>workaround old Courier IMAP bug</title>
		<link>http://dinhviethoa.wordpress.com/2005/07/11/workaround-old-courier-imap-bug/</link>
		<comments>http://dinhviethoa.wordpress.com/2005/07/11/workaround-old-courier-imap-bug/#comments</comments>
		<pubDate>Mon, 11 Jul 2005 07:27:19 +0000</pubDate>
		<dc:creator>dinhviethoa</dc:creator>
				<category><![CDATA[book]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://dinhviethoa.wordpress.com/2005/07/11/workaround-old-courier-imap-bug/</guid>
		<description><![CDATA[1. Courier IMAP nightmare is back once again.
A workaround has to be applied in sylpheed to workaround a bug in old Courier IMAP servers.
if we quote atom such as &#8220;Reply-To&#8221;, the server won&#8217;t understand the command.
It looks like (in opposition to what I said earlier) we could fix that by not quoting words with &#8216;-&#8217; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=8&subd=dinhviethoa&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p><strong>1. Courier IMAP nightmare is back once again.</strong><br />
A workaround has to be applied in sylpheed to workaround a bug in old Courier IMAP servers.<br />
if we quote atom such as &#8220;Reply-To&#8221;, the server won&#8217;t understand the command.</p>
<p>It looks like (in opposition to what I said earlier) we could fix that by not quoting words with &#8216;-&#8217; char. (1)<br />
The workaround that has been applied is fetching all headers instead of performing a fetching a selection of headers.</p>
<p>Maybe I&#8217;ll workaround this also in libetpan by using (1).</p>
<p><strong>2. music</strong><br />
listening to <a href="http://www.spineshank.com">Spineshank</a>.</p>
<p><strong>3. books (french)</strong><br />
&#8220;Vacances dans le coma&#8221; &#8211; Frederic Beigbeder &#8211; ISBN 2253140708.<br />
&#8220;XY, de l&#8217;identité masculine&#8221; &#8211; Elisabeth Badinter &#8211; ISBN 2253097837. english version : &#8220;XY, on masculine identity&#8221; &#8211; ISBN 0231084358</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dinhviethoa.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dinhviethoa.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dinhviethoa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dinhviethoa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dinhviethoa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dinhviethoa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dinhviethoa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dinhviethoa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dinhviethoa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dinhviethoa.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dinhviethoa.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dinhviethoa.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=8&subd=dinhviethoa&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dinhviethoa.wordpress.com/2005/07/11/workaround-old-courier-imap-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c11548671c850189db1275f7f767750?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dinhviethoa</media:title>
		</media:content>
	</item>
		<item>
		<title>sociology, biology</title>
		<link>http://dinhviethoa.wordpress.com/2005/06/24/sociology-biology/</link>
		<comments>http://dinhviethoa.wordpress.com/2005/06/24/sociology-biology/#comments</comments>
		<pubDate>Fri, 24 Jun 2005 19:01:15 +0000</pubDate>
		<dc:creator>dinhviethoa</dc:creator>
				<category><![CDATA[book]]></category>

		<guid isPermaLink="false">http://dinhviethoa.wordpress.com/2005/06/24/sociology-biology/</guid>
		<description><![CDATA[The Selfish Gene &#8211; Richard Dawkins
ISBN: 0192860925
french version ISBN: 2738112439
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=5&subd=dinhviethoa&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>The Selfish Gene &#8211; Richard Dawkins<br />
ISBN: 0192860925<br />
french version ISBN: 2738112439</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/dinhviethoa.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/dinhviethoa.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/dinhviethoa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/dinhviethoa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/dinhviethoa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/dinhviethoa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/dinhviethoa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/dinhviethoa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/dinhviethoa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/dinhviethoa.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/dinhviethoa.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/dinhviethoa.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=dinhviethoa.wordpress.com&blog=2131543&post=5&subd=dinhviethoa&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://dinhviethoa.wordpress.com/2005/06/24/sociology-biology/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/2c11548671c850189db1275f7f767750?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">dinhviethoa</media:title>
		</media:content>
	</item>
	</channel>
</rss>