<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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/"
	>

<channel>
	<title>Dryice Liu's Blog &#187; misc</title>
	<link>http://dryice.name/blog</link>
	<description></description>
	<pubDate>Tue, 31 Aug 2010 12:01:11 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>I&#8217;m still alive, so does this blog</title>
		<link>http://dryice.name/blog/freebsd/im-still-alive-so-does-this-blog/</link>
		<comments>http://dryice.name/blog/freebsd/im-still-alive-so-does-this-blog/#comments</comments>
		<pubDate>Tue, 31 Aug 2010 12:01:11 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<category><![CDATA[freebsd]]></category>
<category>blog</category><category>freebsd</category>
		<guid isPermaLink="false">http://dryice.name/blog/freebsd/im-still-alive-so-does-this-blog/</guid>
		<description><![CDATA[I just realized that it has been nearly 2 years that I haven&#8217;t wrote anything on my blog. So just an announcement that I&#8217;m still alive  And so does this blog.
Thanks to everyone that come to visit or even leave a comment. It&#8217;s really good to know someone is still visiting my small space.
The [...]]]></description>
			<content:encoded><![CDATA[<p>I just realized that it has been nearly 2 years that I haven&#8217;t wrote anything on my blog. So just an announcement that I&#8217;m still alive <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> And so does this blog.</p>
<p>Thanks to everyone that come to visit or even leave a comment. It&#8217;s really good to know someone is still visiting my small space.</p>
<p>The reason I stopped writing blog is because I&#8217;ve get involved in a really really big project, and got quite busy. The project is still not finished, but is in a good shape. I think I&#8217;ll get sometime to update this blog.</p>
<p>The reason I came to visit my own blog is because I was looking for an <a href="http://dryice.name/blog/freebsd/using-a-ram-disk-as-tmp-on-freebsd/"> old article </a>. And the reason I looked for that old article is because I&#8217;ve got myself a new PC. With the summer getting hotter and hotter, my old AMD3000+ machine halts several times a day. I know switching to a bigger fan might help, but, well, it is getting slow and the halting is an good excuse for a new one <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So I go get myself an I5-750 machine, with 4G RAM. It&#8217;s much faster than the old one. It is so fast that a buildworld in a FreeBSD on FreeBSD virtualbox client is faster than the real 3000+ machine. I also got myself a Dell 2410 and setup a two-monitor desktop. Finally I can have two 1024&#215;1200 window sitting side by side, it looks really nice <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So much for the news. I&#8217;ll get back and update my blog because again, I found it&#8217;s a good for future work if I wrote the tips down.</p>
<p>Enjoy the life and live with passion.</p>
<p><hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=874&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_874" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/freebsd/im-still-alive-so-does-this-blog/feed/</wfw:commentRss>
		</item>
		<item>
		<title>mysql tip: finding duplicated records</title>
		<link>http://dryice.name/blog/misc/mysql-tip-finding-duplicated-records/</link>
		<comments>http://dryice.name/blog/misc/mysql-tip-finding-duplicated-records/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 02:43:00 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[postgresql]]></category>

		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/misc/mysql-tip-finding-duplicated-records/</guid>
		<description><![CDATA[Found here: http://mysql-tips.blogspot.com/2005/04/mysql-find-duplicate-repords-example.html
select address, count(address) as cnt
from mailing_list
group by address
having cnt &#62; 1
order by cnt;

Share This
]]></description>
			<content:encoded><![CDATA[<p>Found here: http://mysql-tips.blogspot.com/2005/04/mysql-find-duplicate-repords-example.html</p>
<p>select address, count(address) as cnt<br />
from mailing_list<br />
group by address<br />
having cnt &gt; 1<br />
order by cnt;</p>
<p><hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=872&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_872" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/mysql-tip-finding-duplicated-records/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Hacking the Microsoft Natural Ergonomic Keyboard 4000 (on Windows)</title>
		<link>http://dryice.name/blog/misc/hacking-the-microsoft-natural-ergonomic-keyboard-4000-on-windows/</link>
		<comments>http://dryice.name/blog/misc/hacking-the-microsoft-natural-ergonomic-keyboard-4000-on-windows/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 04:25:32 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/misc/hacking-the-microsoft-natural-ergonomic-keyboard-4000-on-windows/</guid>
		<description><![CDATA[Since my primary desktop (running FreeBSD, of cause) got some hardware problems two weeks ago, I have to use Windows for a while. And I begin to think using the extra keys of this keyboard.
The functions all works good after installing the driver. However the zoom button in the middle of the keyboard is&#8230; useless. [...]]]></description>
			<content:encoded><![CDATA[<p>Since my primary desktop (running FreeBSD, of cause) got some hardware problems two weeks ago, I have to use Windows for a while. And I begin to think using the extra keys of this keyboard.</p>
<p>The functions all works good after installing the driver. However the zoom button in the middle of the keyboard is&#8230; useless. I would rather use it for scroll. So I Googled around and looks I&#8217;m not alone <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Olivier Dagenais has posted two good articles: <a href="http://www.hiddenbrowse.info/index.php?hl=f5&amp;q=uggc%253A%252F%252Fbyvvfpbby.oybtfcbg.pbz%252F2006%252F09%252Funpxvat-zvpebfbsg-angheny-retbabzvp.ugzy" title="Hacking the Microsoft Natural Ergonomic Keyboard 4000 ">Hacking the Microsoft Natural Ergonomic Keyboard 4000</a> and <a href="http://www.hiddenbrowse.info/index.php?hl=f5&amp;q=uggc%253A%252F%252Fbyvvfpbby.oybtfcbg.pbz%252F2006%252F11%252Funpxvat-zvpebfbsg-angheny-retbabzvp.ugzy" title="Hacking the Microsoft Natural Ergonomic Keyboard 4000, redux">Hacking the Microsoft Natural Ergonomic Keyboard 4000, redux</a>.To me, it&#8217;s quite simple: just open the C:\Program Files\Microsoft IntelliType Pro\commands.xml file, and search for &#8220;zoom&#8221;. Pay attention to the &#8220;app name&#8221; it is in, and change those you want from &#8220;ZoomIn&#8221; to &#8220;ScrollUp&#8221;, and from &#8220;ZoomOut&#8221; to &#8220;ScrollDown&#8221;. Then kill the &#8220;itype.exe&#8221; process, and click the &#8220;microsoft keyboard&#8221; shortcut on the desktop to restart it again.</p>
<p>Everything works smoothly. I didn&#8217;t notice an acceleration for the scroll though. I&#8217;m using the 6.20.148.0 driver, which is the latest as the time of writing.</p>
<p><hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=870&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_870" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/hacking-the-microsoft-natural-ergonomic-keyboard-4000-on-windows/feed/</wfw:commentRss>
		</item>
		<item>
		<title>running windows remote desktop client from the windows command line</title>
		<link>http://dryice.name/blog/misc/running-windows-remote-desktop-client-from-the-windows-command-line/</link>
		<comments>http://dryice.name/blog/misc/running-windows-remote-desktop-client-from-the-windows-command-line/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 09:37:09 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/misc/running-windows-remote-desktop-client-from-the-windows-command-line/</guid>
		<description><![CDATA[I&#8217;m using rdesktop on FreeBSD to connect to windows servers when I&#8217;m at my desktop. However recently I&#8217;m in another city and don&#8217;t have access to my usual desktop. I have to use public PCs in Internet Cafe to access the internet. However in this Cafe I&#8217;m in, they blocked most of the windows start [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using rdesktop on FreeBSD to connect to windows servers when I&#8217;m at my desktop. However recently I&#8217;m in another city and don&#8217;t have access to my usual desktop. I have to use public PCs in Internet Cafe to access the internet. However in this Cafe I&#8217;m in, they blocked most of the windows start up menu, and I have to connect to the servers from the command line.</p>
<p>So in short, I can use the &#8220;mstsc&#8221; command to bring up windows remote desktop connection. The command itself will give the usual remote desktop connection dialog. And I can also use some command line parameters to speed this up:</p>
<div class="php" style="font-family: monospace;font-size: 110%; color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">mstsc /v: the.ip.of.server &nbsp;/w: width /h: height</div>
<p>This is pretty handful if you can&#8217;t access the windows start up menu as me.</p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=867&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_867" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/running-windows-remote-desktop-client-from-the-windows-command-line/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Copy file in the order of their name</title>
		<link>http://dryice.name/blog/freebsd/copy-file-in-the-order-of-their-name/</link>
		<comments>http://dryice.name/blog/freebsd/copy-file-in-the-order-of-their-name/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 10:11:57 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[python]]></category>

		<category><![CDATA[misc]]></category>

		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/freebsd/copy-file-in-the-order-of-their-name/</guid>
		<description><![CDATA[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&#8217;m walking or waiting.
It support file/folder visiting of the files, and not support MP3 tag and organized with artiste, album, etc like Apple IPod. This is [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I got myself a small MP3 player called Q12. <img src="http://img2.zol.com.cn/product/14_450x337/391/ceg3c2zMZkig.jpg" title="Q12" alt="Q12" height="375" width="253" /></p>
<p>I really like this small one cause I can carry it everywhere and save me some time while I&#8217;m walking or waiting.</p>
<p>It support file/folder visiting of the files, and not support MP3 tag and organized with artiste, album, etc like Apple IPod. This is the reason I prefer it over the <a href="http://www.sandisk.com/Products/Default.aspx?CatID=1363" target="_blank">Sandisk Clip.</a> Because most of the time I&#8217;ll use it to listen podcasts or audio books.</p>
<p>However there is a problem: It won&#8217;t sort the files. I just can&#8217;t find any options to sort the files in the menu system or the user user manual. Then I thought it might sort the files by their access time, or create time, so I wrote <a href="http://dryice.name/blog/wp-content/uploads/2008/01/mp3reorgpy.gz" title="mp3 reorg">mp3 reorg</a> , which will change the atime/ctime of all the files so the fils should appear earlier will get an earlier atime/ctime. However it turns out this little mp3 don&#8217;t obey that too, they just read the FAT table and don&#8217;t do any sort! Finially I have to wrote another one, <a href="http://dryice.name/blog/wp-content/uploads/2008/01/mp3copypy.gz" title="mp3 copy">mp3 copy</a>, to copy the files in the order I want.</p>
<p>Just put them here in case anyone could find them useful. Note &#8220;create time&#8221; is a dos/windows only thing, we don&#8217;t have this on (most) Unix systems. If your mp3 use atime (access time) or ctime (changed time), you could use the &#8220;mp3reorg&#8221; script on Unix platform too, just comment out the lines with &#8220;win32&#8243; in it. The &#8220;mp3 copy&#8221; script works cross platform, though.</p>
<p><hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=863&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_863" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/freebsd/copy-file-in-the-order-of-their-name/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moved from Qingdao to Xiamen</title>
		<link>http://dryice.name/blog/misc/moveed-from-qingdao-to-xiamen/</link>
		<comments>http://dryice.name/blog/misc/moveed-from-qingdao-to-xiamen/#comments</comments>
		<pubDate>Fri, 07 Dec 2007 14:06:26 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/misc/moveed-from-qingdao-to-xiamen/</guid>
		<description><![CDATA[I know I haven&#8217;t updated the blog for a long time.This is because I&#8217;ve just moved from Qingdao to Xiamen:

Basicly this is moving from North China to South China. It is amazing how many stuff you can find in a place that you&#8217;ve lived for 6 years. At least for me, I found some good [...]]]></description>
			<content:encoded><![CDATA[<p>I know I haven&#8217;t updated the blog for a long time.This is because I&#8217;ve just moved from Qingdao to Xiamen:</p>
<p><a href="http://dryice.name/blog/wp-content/uploads/2007/12/move.gif" aiotitle="From Qingdao to Xiamen"><img src="http://dryice.name/blog/wp-content/uploads/2007/12/move.gif" alt="From Qingdao to Xiamen" /></a></p>
<p>Basicly this is moving from North China to South China. It is amazing how many stuff you can find in a place that you&#8217;ve lived for 6 years. At least for me, I found some good memories, and some old plans that&#8230; well, was just planned.</p>
<p><hints id="hah_hints"></hints>After some setup days now I&#8217;m back online and back to blog. It is always interesting to start a fresh new life in a new city. I believe I&#8217;ll have more interesting things to share in the near future <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=858&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_858" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/moveed-from-qingdao-to-xiamen/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Moved to a new data center</title>
		<link>http://dryice.name/blog/misc/moved-to-a-new-data-center/</link>
		<comments>http://dryice.name/blog/misc/moved-to-a-new-data-center/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 12:49:07 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/misc/moved-to-a-new-data-center/</guid>
		<description><![CDATA[I&#8217;ve moved my server to a new data center. Hopefully this will make most of my readers (you!) access my blog faster 

Share This
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve moved my server to a new data center. Hopefully this will make most of my readers (you!) access my blog faster <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=852&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_852" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/moved-to-a-new-data-center/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Migrating from pyblosxom to WordPress</title>
		<link>http://dryice.name/blog/misc/migrating-from-pyblosxom-to-wordpress/</link>
		<comments>http://dryice.name/blog/misc/migrating-from-pyblosxom-to-wordpress/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 14:21:03 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/misc/migrating-from-pyblosxom-to-wordpress/</guid>
		<description><![CDATA[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&#8217;t get too much comments before. So the only thing I need to worry about is the posts.
At first I found a perl script to migrate from blosxom [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;t get too much comments before. So the only thing I need to worry about is the posts.</p>
<p>At first I found a perl script to migrate from blosxom to WordPress on  <a href="http://blog.unto.net/meta/migrating-from-blosxom-to-wordpress/" target="_blank">DeWitt Clinton&#8217;s blog</a>. However it didn&#8217;t work good for me as it only import half of my posts. I mean, it  not only losts some posts, but also losts content of some post. Looks it couldn&#8217;t work well for PyBlosxom.</p>
<p>And then I found a script from the <a href="http://blogs.gnome.org/blog/2007/06/10/migrating-your-pyblosxom-blog-from-wwwgnomeorg/" aiotitle="Gnome Blog" target="_blank">Gnome Blog</a>. It makes an RSS feed that includes all the old posts, with full content. So it is pretty easy to import to WordPress.</p>
<p>One thing I found annoying besides the newline problem is that I need to convert all the &lt;pre&gt; tag to &lt;code&gt; tag, to utilize the new code highlight plugin. So I wrote this simple <a href="http://dryice.name/wordpress/wp-content/uploads/2007/08/pyblosxom2wppy.txt" title="pyblosxom to wordpress">pyblosxom to wordpress</a>   script. It&#8217;s a one time script and dirty, but works for me <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Note I added a .txt postfix to the file name cause WordPress won&#8217;t allow me to upload .py files and I haven&#8217;t figure out how to chang this.</p>
<p>Usage:</p>
<p>1 . wget the full RSS output produced by the Gnome script</p>
<p>2. update it with my script, you may need to change the file names in the script though</p>
<p>3. use the &#8220;import rss&#8221; function from the WordPress manage page, and you are done.</p>
<p><hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=833&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_833" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/migrating-from-pyblosxom-to-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Switched to WordPress</title>
		<link>http://dryice.name/blog/misc/switched-to-wordpress/</link>
		<comments>http://dryice.name/blog/misc/switched-to-wordpress/#comments</comments>
		<pubDate>Sat, 11 Aug 2007 13:49:59 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/blog/misc/switched-to-wordpress/</guid>
		<description><![CDATA[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&#8217;ve fixed the problem a year ago  
So I decide to blog more, rather than one or two posts a month [...]]]></description>
			<content:encoded><![CDATA[<p>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&#8217;ve fixed the problem a year ago <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So I decide to blog more, rather than one or two posts a month like now.  And I&#8217;m thinkging moving to another blog system.</p>
<p>Well I&#8217;ve been pretty happy with PyBlosxom, and I really enjoy writing my posts in Emacs, with muse. However this time I want a feature rich one. Especially with lots of themes. Cause I&#8217;m a developer, not a designer. And changing the colors and fonts etc really are not what I&#8217;m good at.</p>
<p>Though I&#8217;ve been avoiding PHP for a long time, it looks WordPress could change my mind. After two days hard work, I&#8217;ve now switched to WordPress. The blog URL and the category URL keeps the same. However some article URLs changed because WordPress and PyBlosxom have some different idea to replace those non-URL-safe characters.</p>
<p>I&#8217;ve go through all my old blogs to add tags. Another thing is to utilize the new code highlight plugin. However this is quite time consuming and I decide to leave it later. I&#8217;ll check the code of the post if someone leave a comment there. So, if you are interested in one of my post and want to see the code highlighted, leave a comment <img src='http://dryice.name/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=832&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_832" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/switched-to-wordpress/feed/</wfw:commentRss>
		</item>
		<item>
		<title>new way to fight blog spams</title>
		<link>http://dryice.name/blog/misc/new-way-to-fight-blog-spams/</link>
		<comments>http://dryice.name/blog/misc/new-way-to-fight-blog-spams/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 01:19:00 +0000</pubDate>
		<dc:creator>dryice</dc:creator>
		
		<category><![CDATA[misc]]></category>

		<guid isPermaLink="false">http://dryice.name/wordpress/index.php/uncategorized/new-way-to-fight-blog-spams/</guid>
		<description><![CDATA[I reached Joe Gregorio&#8217;s blog today when looking around the net. And besides the nice animation, the author has a clever way to fight blog spams. I&#8217;m quoting his/her words below:
&#160;
You must enter your name followed by something in parentheses, either
an email address or the URI of your web site. For example:  If you
don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I reached <a href="http://bitworking.org/news/207/Christopher-and-Pivot">Joe Gregorio&#8217;s blog</a> today when looking around the net. And besides the nice animation, the author has a clever way to fight blog spams. I&#8217;m quoting his/her words below:</p>
<div style="font-family: monospace;font-size: 110%; color: #000066; border: 1px solid orange; margin: 5px; padding: 5px; background-color: #ffffff;">&nbsp;</div>
<p>You must enter your name followed by something in parentheses, either<br />
an email address or the URI of your web site. For example:  If you<br />
don&#8217;t enter it correctly then your comment won&#8217;t be accepted. (Hey,<br />
it&#8217;s better than making you squint at a stupid little captcha image<br />
trying to figure out the numbers and letters.)</p>
<p>Nice try. And we can have more ideas starting from this. Say asking the visiter to add 5+ space char at the end of his/her name. It&#8217;s easy for a human being, and will block most of the spammers away.</p>
<p>I&#8217;m currently using a black list. I think I&#8217;ll try some someday.</p>
<p><hints id="hah_hints"></hints></p>
<p class="akst_link"><a href="http://dryice.name/blog/?p=624&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_624" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://dryice.name/blog/misc/new-way-to-fight-blog-spams/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

