<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>CyberHut</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/" />
    <link rel="self" type="application/atom+xml" href="http://cyberhut.org/atom.xml" />
    <id>tag:cyberhut.org,2010-01-06://1</id>
    <updated>2009-08-31T12:36:10Z</updated>
    <subtitle>独登还独下
谁会我悠悠
一点浩然气
千里快哉风</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type 5.01</generator>

<entry>
    <title>Snow Leopard</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2009/08/snow-leopard.html" />
    <id>tag:cyberhut.org,2009://1.36</id>

    <published>2009-08-31T12:25:37Z</published>
    <updated>2009-08-31T12:36:10Z</updated>

    <summary>2009-8-30 Upgraded to Snow Leopard (MB404).Snow Leopard DMG (10A432) restored to a partition on iPod Video (10G, APM partition type), and then use iPod to boot and upgrade.Everything seems fine.Aftermath:1 locate-db has to be reinitialized.$sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist2 MacportsReinstallation...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[2009-8-30 Upgraded to Snow Leopard (MB404).<div>Snow Leopard DMG (10A432) restored to a partition on iPod Video (10G, APM partition type), and then use iPod to boot and upgrade.</div><div><br /></div><div>Everything seems fine.</div><div><br /></div><div>Aftermath:</div><div><br /></div><div>1 locate-db has to be reinitialized.</div><div><br /></div><div>$sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.locate.plist</div><div><br /></div><div>2 Macports</div><div><br /></div><div>Reinstallation of all ports seems to be a must.&nbsp;</div><div><br /></div><div>Do as MacPorts Migration guide suggest. (Refer to&nbsp;http://trac.macports.org/wiki/Migration).</div><div><br /></div><div>This does not work.</div><div>$sudo port upgrade --force installed</div><div><br /></div><div>Instead all ports are uninstalled first, and then the whole /opt/local tree is removed, and reinstall Macports 1.80.</div><div><br /></div><div><br /></div><div><br /></div>]]>
        
    </content>
</entry>

<entry>
    <title>磁盘镜像格式的转换</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2008/07/post-16.html" />
    <id>tag:cyberhut.org,2008://1.35</id>

    <published>2008-07-26T03:45:55Z</published>
    <updated>2008-07-26T03:46:00Z</updated>

    <summary>最近下载了一些软件，是各种格式的磁盘镜像文件，在MacOSX下无法mount，因此通过搜索研究了一下转换方法，转换成了 .iso格式这样既可以在Mac下mount也可以在Windows虚拟机里使用。 *CloneCD Image 下载的软件包括三个文件： software.ccd, software.img, software.sub 通过Macports安装 ccd2iso: sudo port -v install ccd2iso 然后运行： ccd2iso software.img software.iso 700m左右的文件在我的MB上只花了两三分钟就转换成功了。 *Alchohol 120% image 下载下来的软件包括两个文件： software.mdf, software.mds 通过Macports安装 mdf2iso: sudo port -v install mdf2iso 然后运行： mdf2iso software.mdf software.iso *Nero Burning Rom...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<p>最近下载了一些软件，是各种格式的磁盘镜像文件，在MacOSX下无法mount，因此通过搜索研究了一下转换方法，转换成了 .iso格式这样既可以在Mac下mount也可以在Windows虚拟机里使用。</p>
<p>*CloneCD Image</p>
<p>下载的软件包括三个文件： software.ccd, software.img, software.sub</p>
<p>通过Macports安装 ccd2iso:</p>
<p>sudo port -v install ccd2iso</p>
<p>然后运行：</p>
<p>ccd2iso software.img software.iso</p>
<p>700m左右的文件在我的MB上只花了两三分钟就转换成功了。</p>
<p>*Alchohol 120% image</p>
<p>下载下来的软件包括两个文件： software.mdf, software.mds</p>
<p>通过Macports安装 mdf2iso:</p>
<p>sudo port -v install mdf2iso</p>
<p>然后运行：</p>
<p>mdf2iso software.mdf software.iso</p>
<p>*Nero Burning Rom image</p>
<p>下载的软件包括一个software.nrg文件。</p>
<p>有人说 nrg2iso可以转换，我通过Macports安装了 nrg2iso，然后运行</p>
<p>nrg2iso software.nrg software.iso</p>
<p>转换是成功的，但是转换后的iso无法mount。因此这个方法暂时存疑，可能是nrg2iso程序需要改进。</p>
<p>Toast Titanium 9可以直接mount .nrg文件，然后可以刻录或者将里面内容直接复制出来。</p>
<p>*CDRWin .bin/.cue image</p>
<p>下载的软件包含software.bin和software.cue。</p>
<p>通过Macports安装 bchunk:</p>
<p>sudo port -v install bchunk</p>
<p>然后运行</p>
<p>bchunk software.bin software.cue software.iso</p>
]]>
        
    </content>
</entry>

<entry>
    <title>Darfur Now - 残酷之真，拯救之伪</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2008/06/darfur-now.html" />
    <id>tag:cyberhut.org,2008://1.34</id>

    <published>2008-06-15T17:27:09Z</published>
    <updated>2008-06-15T17:28:04Z</updated>

    <summary>昨天重温了《Hotel Rwanda》，今天恰好买了碟子看了这部片，于是随便聊两句。 作为以引起世人关注达区问题的目的，这部纪录片也许是唯一的一部，从其目的角度，我想还算是成功的，它一定引起了很多西方人的热情，并让中国人关注。 作为记录片，对残酷的记录在这部片中，在这部片中似乎只是作为一种淡淡的背景存在。我们只看到了一些可能是卫星照片的证据，以及当事人的控诉，似乎没有直接的证据。即使我相信这些残酷是存在的，而且也许真的残酷，但这是我的猜想。 整体是作为第三方，在现场之外，对那个呻吟的地区的痛苦进行推断，而从该片主旨所支持的叛军一方中，在痛苦的陈述之外，我们看到更多的是仇恨，是复仇的渴望，是对白人圣徒们的美好期待。 个人认为Hotel Rwanda着眼点和评判更加合理，Darfur的问题在Hotel Rwanda中通过UN维和部队军官的嘴，道出了真谛所在。同样以Don Cheadle在Hotel Rwanda中的脚色，我个人倾向于相信，至少他个人是真诚地愿意对这些遭受灾难的人提供一下支持和帮助。 Don Cheadle在这部片子中一段话可以道出本片的真相和结果 - 到埃及访问的代表团中，他们是级别最高的。为什么？答案显然在Hotel Rwanda中。 中国被暗示成背后的黑手，这一点实在没有新意。作为中国人我也无意去给我的国家辩白，因为我们实在没有辩白的义务。从政治角度，这种指责是一个纯粹的伪命题。 这班人搞了一个全球的运动，建了一个网站，还有给胡主席的公开信，搞得实在很严肃，考虑到他们用达区问题绑架奥运，不只是严肃那么简单。 我个人愿意相信其中的很多人，不是因为对中国的阴谋，不是纯粹为了炒作自己，我相信他们是真诚地为了人道做些事。如果世界只有一个达区，如果只是达区的人民在受难，我甚至也要对我的国家不满一下。 他们这么做得目的，是为了拯救达区，就像他们的网站的名称所表达的。只是这实在是一个伪命题。 任何政府，当不合美国合作时，美国电影中所显示的正义者一定是Rebel一方，比如阿富汗的塔利班，当这些Rebel变成官方政府，并选择不合美国合作时，正义者变成另一群人。 这部片子所诉求的主旨，只有一种方式能够脱离惨白无力，能够呈现出正义的面容，那就是把达区问题和伊拉克阿富汗格林纳达巴拿马巴勒斯坦等等问题并案，并交由世界的正义法庭来裁决。 这些西方电影人的真诚我很尊重，这些西方电影人的政治无知我很愕然，这些西方电影人完全明了政治而回避对他们不利的主题转向他们可以无代价地充当天使并任意涂黑别人的居心实在可诛。在这个充满了 Real Politics和Political Reality的世界上，任何带着正义的面容，插着天使的翅膀的人，都显得无知可笑肮脏。BTW，这些大多是白人。 你们是名人不意味这你们可以胡说八道，虽然这世界的尴尬甚至悲剧时，普通民众容易轻易放弃自己的独立去追随他们天使般的描述。 其实有些电影人一样可以不那么张扬地去陈述一些更接近现实的东西，比如纪录片《My country, my country》和电影《Battle for Haditha》中的伊拉克和伊拉克战争，它们的声音不那么高亢，但是更客观更冷静。 西方电影界的困境，有一天会演变成，凡是他们所控诉的，我们都不愿意相信，凡是他们所伸张的，我们总会怀疑。即使他们有一天真的客观了。People are dying, they are lying，这几乎注定要成为我们对他们的评判。 作为中国，作为中国人，我们一定会成为他们作品中大肆鞭挞或者有意无意影射的恶魔，我们最好习惯，而且我们没有为自己辩白的义务。 这部电影试图展示残酷的真实，追寻拯救的善果，这些残酷这些真实这些善果确实存在，只是，在这部影片之外，在这些正义者之外。...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Cinema Paradiso》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<span class="Apple-style-span" style="border-collapse: collapse; color: rgb(0, 0, 0); font-family: 'Lucida Grande'; white-space: pre-wrap; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">昨天重温了《Hotel Rwanda》，今天恰好买了碟子看了这部片，于是随便聊两句。

作为以引起世人关注达区问题的目的，这部纪录片也许是唯一的一部，从其目的角度，我想还算是成功的，它一定引起了很多西方人的热情，并让中国人关注。

作为记录片，对残酷的记录在这部片中，在这部片中似乎只是作为一种淡淡的背景存在。我们只看到了一些可能是卫星照片的证据，以及当事人的控诉，似乎没有直接的证据。即使我相信这些残酷是存在的，而且也许真的残酷，但这是我的猜想。

整体是作为第三方，在现场之外，对那个呻吟的地区的痛苦进行推断，而从该片主旨所支持的叛军一方中，在痛苦的陈述之外，我们看到更多的是仇恨，是复仇的渴望，是对白人圣徒们的美好期待。

个人认为Hotel Rwanda着眼点和评判更加合理，Darfur的问题在Hotel Rwanda中通过UN维和部队军官的嘴，道出了真谛所在。同样以Don Cheadle在Hotel Rwanda中的脚色，我个人倾向于相信，至少他个人是真诚地愿意对这些遭受灾难的人提供一下支持和帮助。

Don Cheadle在这部片子中一段话可以道出本片的真相和结果 - 到埃及访问的代表团中，他们是级别最高的。为什么？答案显然在Hotel Rwanda中。

中国被暗示成背后的黑手，这一点实在没有新意。作为中国人我也无意去给我的国家辩白，因为我们实在没有辩白的义务。从政治角度，这种指责是一个纯粹的伪命题。

这班人搞了一个全球的运动，建了一个网站，还有给胡主席的公开信，搞得实在很严肃，考虑到他们用达区问题绑架奥运，不只是严肃那么简单。

我个人愿意相信其中的很多人，不是因为对中国的阴谋，不是纯粹为了炒作自己，我相信他们是真诚地为了人道做些事。如果世界只有一个达区，如果只是达区的人民在受难，我甚至也要对我的国家不满一下。

他们这么做得目的，是为了拯救达区，就像他们的网站的名称所表达的。只是这实在是一个伪命题。

任何政府，当不合美国合作时，美国电影中所显示的正义者一定是Rebel一方，比如阿富汗的塔利班，当这些Rebel变成官方政府，并选择不合美国合作时，正义者变成另一群人。

这部片子所诉求的主旨，只有一种方式能够脱离惨白无力，能够呈现出正义的面容，那就是把达区问题和伊拉克阿富汗格林纳达巴拿马巴勒斯坦等等问题并案，并交由世界的正义法庭来裁决。

这些西方电影人的真诚我很尊重，这些西方电影人的政治无知我很愕然，这些西方电影人完全明了政治而回避对他们不利的主题转向他们可以无代价地充当天使并任意涂黑别人的居心实在可诛。在这个充满了 Real Politics和Political Reality的世界上，任何带着正义的面容，插着天使的翅膀的人，都显得无知可笑肮脏。BTW，这些大多是白人。

你们是名人不意味这你们可以胡说八道，虽然这世界的尴尬甚至悲剧时，普通民众容易轻易放弃自己的独立去追随他们天使般的描述。

其实有些电影人一样可以不那么张扬地去陈述一些更接近现实的东西，比如纪录片《My country, my country》和电影《Battle for Haditha》中的伊拉克和伊拉克战争，它们的声音不那么高亢，但是更客观更冷静。

西方电影界的困境，有一天会演变成，凡是他们所控诉的，我们都不愿意相信，凡是他们所伸张的，我们总会怀疑。即使他们有一天真的客观了。People are dying, they are lying，这几乎注定要成为我们对他们的评判。

作为中国，作为中国人，我们一定会成为他们作品中大肆鞭挞或者有意无意影射的恶魔，我们最好习惯，而且我们没有为自己辩白的义务。

这部电影试图展示残酷的真实，追寻拯救的善果，这些残酷这些真实这些善果确实存在，只是，在这部影片之外，在这些正义者之外。

他们应该记住的一句话，应该是Di Caprio在Blood Diamond中所说的，TIA - This is Africa。

TIA - This is Africa, This is Asia, This is Afganistan, This is not naturally and definitely America。</span> ]]>
        
    </content>
</entry>

<entry>
    <title>QuickSilver</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2008/04/quicksilver.html" />
    <id>tag:cyberhut.org,2008://1.33</id>

    <published>2008-04-20T06:28:56Z</published>
    <updated>2008-04-20T06:42:27Z</updated>

    <summary>Tutorials Hack Attack: A beginner&apos;s guide to Quicksilver Hack Attack: Advanced Quicksilver guide - slashes, appends, and proxies, oh my! Quicksilver: A practical user’s guide...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="macosxquicksilver" label="macosx quicksilver" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<p>Tutorials</p>

<p><a href='http://lifehacker.com/software/quicksilver/hack-attack-a-beginners-guide-to-quicksilver-247129.php'>Hack Attack: A beginner's guide to Quicksilver</a></p>

<p><a href='http://lifehacker.com/software/quicksilver/hack-attack-advanced-quicksilver-guide-+-slashes-appends-and-proxies-oh-my-249085.php'>Hack Attack: Advanced Quicksilver guide - slashes, appends, and proxies, oh my!</a></p>

<p><a href='http://weblog.bosslogic.com/2007/06/quicksilver-a-practical-users-guide/'>Quicksilver: A practical user’s guide</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>iPod</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/12/ipod.html" />
    <id>tag:cyberhut.org,2007://1.32</id>

    <published>2007-12-24T15:10:21Z</published>
    <updated>2008-03-21T08:44:13Z</updated>

    <summary>iPod Video (5th generation, 60G)Firmware version: 1.3iPod Touch (8G)Firmware version: 1.14Jailbroken with iJailbreak 0.60weDict安装完weDict和几个字典后发现无法使用，搜索任何单词都是not found，经过google搜索发现有人提到，如果在安装weDict之前先安装了字典，那么就无法使用。我正是先安装了字典的。需要uninstall所有字典和weDict然后重新安装weDict再安装字典。...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ipod" label="ipod" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[iPod Video (5th generation, 60G)<br /><br />Firmware version: 1.3<br /><br />iPod Touch (8G)<br /><br />Firmware version: 1.14<br /><br />Jailbroken with iJailbreak 0.60<br /><br />weDict<br />安装完weDict和几个字典后发现无法使用，搜索任何单词都是not found，经过google搜索发现有人提到，如果在安装weDict之前先安装了字典，那么就无法使用。我正是先安装了字典的。需要uninstall所有字典和weDict然后重新安装weDict再安装字典。<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>男儿到死心如铁</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/12/post-15.html" />
    <id>tag:cyberhut.org,2007://1.31</id>

    <published>2007-12-11T15:22:27Z</published>
    <updated>2007-12-22T18:12:22Z</updated>

    <summary>从小或因受家庭影响或因自己天性，对中国古典诗文便情有独钟，至高中更喜欢上宋词，至大学便对宋词沉湎浸淫。自高中起了解王国维之《人间词话》，实由于对起三种境界之说之敬佩。一直试图买到此书而不得，遂至大一从学校图书馆全本抄录了此书，并另抄了严羽的《沧浪诗话》。从此便偏于王氏之见，对其扬抑喜恶不免亦步亦趋。王氏于词偏爱于五代北宋，对南宋词颇有微辞，对其后之词更是大有不屑一顾之意。《人间词话》中有如下评判：“大家之作，其言情也必沁人心脾，其写景也必豁人耳目。其辞脱口而出无一娇揉造作之态。以其所见者真，所知者深也。持此以衡古今之作者，百不失一。此余所以不免有北宋后无词之叹也。”“南宋词人，白石有格而无情，剑南有气而乏韵，其堪与北宋人颉颃者，唯一幼安耳。近人祖南宋而祧北宋，以南宋之词可学，北宋不可学也。学南宋者，不祖白石， 则祖梦窗，以白石、梦窗可学，幼安不可学也。学幼安者，率祖其粗犷滑稽，以其粗犷滑稽处可学，佳处不可学也。幼安之佳处，在有性情，有境界。即以气象论， 亦有“傍素波干青云”之概。宁后世龌龊小生所可拟耶？”“白石写景之作，如“二十四桥仍在，波心荡、冷月无声”，“数峰清苦，商略黄昏雨”，“高树晚蝉，说西风消息”，虽格韵高绝，然如雾里看花，终隔一层。梅溪、梦窗诸家写景之病，皆在一隔字。北宋风流，渡江遂绝，抑真有运会存乎其间耶？”“诗至唐中叶以后，殆为羔雁之具矣。故五代北宋之诗，佳者绝少，而词则为其极盛时代。即诗词兼擅如永叔、少游者，亦词胜于诗远甚。以其写之于诗者，不若写之于词者之真也。至南宋以后，词亦为羔雁之具，而词亦替矣。此亦文学升降之一关键也。”凡此种种，言内言外皆是轻薄北宋后词之意。南宋之后，王公除对纳兰词欣赏外，其它均未提及。也许是我已近中年，经历使然，突然发觉对王公这些见解已经无法苟同。观北宋之后，南宋金元明清词，仍然有很多词可读并颇多佳处，即使以王公自己的境界论来评判，王公也不免失之不公，自相矛盾。《人间词话》中王公言到：“境非独谓景物也，感情亦人心中之境界。故能写真景物、真感情者谓之有境界，否则谓之无境界。”“尼采谓一切文学余爱以血书者。后主之词，真所谓以血书者也。宋道君皇帝《燕山亭》词亦略似之。然道君不过自道身世之戚，后主则俨有释迦、基督担荷人类罪恶之意，其大小固不同矣。”中国诗词，发韧于诗经楚辞，黍离麦秀之痛，去国怀乡之悲，众芳芜秽之叹，长河落日之咏，燕燕于飞之意，积淀出无法忘怀不可割舍的岁月蕴藉。南宋及金元明清词中，多少黍离麦秀慷慨激越之哭号，多少图兰不作坡之隐恨，即使金元明清中很多此类词不免品格风韵不逮前人，气韵不免羸弱，激越之处往往失之于枯槁，但是其立意之正，其情愫之真，其啼鹃泣血之哀，毫不逊于或甚于前人，是写真景物真感情，是有境界有风骚之致的。“羔雁之具”之论，何其过也。个人之妄见，王公之评判，不免囿于其以纯文人之眼看待文学，以纯士人之观点取舍扬抑。其推崇陶渊明，自己却不免无望寄托于无望的帝王复辟，并以遗老之身蹈屈原之清波，何尝不是一种矛盾。诗词不以体物工巧，不以格调高绝，不以气韵冲天，未必不可以其沉郁真挚之抒发，以其激发读者之共鸣来赢得其位置和尊重。中国文学，厚待元亮采菊莼鲈之思，又何曾轻看王粲登楼芜城怅惘？南宋词足观者：胡世将赵鼎向子諲王以宁陈与义张元幹董颍刘子翚胡铨岳飞康与之曾觌韩元吉袁去华曹冠陆游范成大王质张孝祥辛弃疾陈亮杨炎正刘过姜夔汪莘崔与之杜旟刘仙伦韩淲程珌戴复古史达祖高观国王埜曹豳岳珂黄机严羽张辑葛长庚刘克庄赵以夫张榘华岳赵希蓬吴渊李好古吴潜李曾伯方岳萧泰来李昴英吴文英李演陈郁家铉翁张绍文陈人杰文及翁谢枋得赵汝茪刘辰翁周密文天祥邓剡杨佥判汪元量王清惠袁正真金德淑王沂孙仇远醴陵士人褚生徐君宝妻王易简唐珏蒋捷张炎王炎午刘将孙徐一初吴激...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《山河岁月》" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="《暗香疏影》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[从小或因受家庭影响或因自己天性，对中国古典诗文便情有独钟，至高中更喜欢上宋词，至大学便对宋词沉湎浸淫。自高中起了解王国维之《人间词话》，实由于对起三种境界之说之敬佩。一直试图买到此书而不得，遂至大一从学校图书馆全本抄录了此书，并另抄了严羽的《沧浪诗话》。从此便偏于王氏之见，对其扬抑喜恶不免亦步亦趋。王氏于词偏爱于五代北宋，对南宋词颇有微辞，对其后之词更是大有不屑一顾之意。《人间词话》中有如下评判：<br /><br />“大家之作，其言情也必沁人心脾，其写景也必豁人耳目。其辞脱口而出无一娇揉造作之态。以其所见者真，所知者深也。持此以衡古今之作者，百不失一。此余所以不免有北宋后无词之叹也。”<br /><br />“南宋词人，白石有格而无情，剑南有气而乏韵，其堪与北宋人颉颃者，唯一幼安耳。近人祖南宋而祧北宋，以南宋之词可学，北宋不可学也。学南宋者，不祖白石，
则祖梦窗，以白石、梦窗可学，幼安不可学也。学幼安者，率祖其粗犷滑稽，以其粗犷滑稽处可学，佳处不可学也。幼安之佳处，在有性情，有境界。即以气象论，
亦有“傍素波干青云”之概。宁后世龌龊小生所可拟耶？”<br /><br />“白石写景之作，如“二十四桥仍在，波心荡、冷月无声”，“数峰清苦，商略黄昏雨”，“高树晚蝉，说西风消息”，虽格韵高绝，然如雾里看花，终隔一层。梅溪、梦窗诸家写景之病，皆在一隔字。北宋风流，渡江遂绝，抑真有运会存乎其间耶？”<br /><br />“诗至唐中叶以后，殆为羔雁之具矣。故五代北宋之诗，佳者绝少，而词则为其极盛时代。即诗词兼擅如永叔、少游者，亦词胜于诗远甚。以其写之于诗者，不若写之于词者之真也。至南宋以后，词亦为羔雁之具，而词亦替矣。此亦文学升降之一关键也。”<br /><br />凡此种种，言内言外皆是轻薄北宋后词之意。南宋之后，王公除对纳兰词欣赏外，其它均未提及。也许是我已近中年，经历使然，突然发觉对王公这些见解已经无法苟同。观北宋之后，南宋金元明清词，仍然有很多词可读并颇多佳处，即使以王公自己的境界论来评判，王公也不免失之不公，自相矛盾。<br /><br />《人间词话》中王公言到：<br /><br />“境非独谓景物也，感情亦人心中之境界。故能写真景物、真感情者谓之有境界，否则谓之无境界。”<br /><br />“尼采谓一切文学余爱以血书者。后主之词，真所谓以血书者也。宋道君皇帝《燕山亭》词亦略似之。然道君不过自道身世之戚，后主则俨有释迦、基督担荷人类罪恶之意，其大小固不同矣。”<br /><br />中国诗词，发韧于诗经楚辞，黍离麦秀之痛，去国怀乡之悲，众芳芜秽之叹，长河落日之咏，燕燕于飞之意，积淀出无法忘怀不可割舍的岁月蕴藉。南宋及金元明清词中，多少黍离麦秀慷慨激越之哭号，多少图兰不作坡之隐恨，即使金元明清中很多此类词不免品格风韵不逮前人，气韵不免羸弱，激越之处往往失之于枯槁，但是其立意之正，其情愫之真，其啼鹃泣血之哀，毫不逊于或甚于前人，是写真景物真感情，是有境界有风骚之致的。“羔雁之具”之论，何其过也。<br /><br />个人之妄见，王公之评判，不免囿于其以纯文人之眼看待文学，以纯士人之观点取舍扬抑。其推崇陶渊明，自己却不免无望寄托于无望的帝王复辟，并以遗老之身蹈屈原之清波，何尝不是一种矛盾。<br /><br />诗词不以体物工巧，不以格调高绝，不以气韵冲天，未必不可以其沉郁真挚之抒发，以其激发读者之共鸣来赢得其位置和尊重。中国文学，厚待元亮采菊莼鲈之思，又何曾轻看王粲登楼芜城怅惘？<br /><br /><br />南宋词足观者：<br />胡世将<br />赵鼎<br />向子諲<br />王以宁<br />陈与义<br />张元幹<br />董颍<br />刘子翚<br />胡铨<br />岳飞<br />康与之<br />曾觌<br />韩元吉<br />袁去华<br />曹冠<br />陆游<br />范成大<br />王质<br />张孝祥<br />辛弃疾<br />陈亮<br />杨炎正<br />刘过<br />姜夔<br />汪莘<br />崔与之<br />杜旟<br />刘仙伦<br />韩淲<br />程珌<br />戴复古<br />史达祖<br />高观国<br />王埜<br />曹豳<br />岳珂<br />黄机<br />严羽<br />张辑<br />葛长庚<br />刘克庄<br />赵以夫<br />张榘<br />华岳<br />赵希蓬<br />吴渊<br />李好古<br />吴潜<br />李曾伯<br />方岳<br />萧泰来<br />李昴英<br />吴文英<br />李演<br />陈郁<br />家铉翁<br />张绍文<br />陈人杰<br />文及翁<br />谢枋得<br />赵汝茪<br />刘辰翁<br />周密<br />文天祥<br />邓剡<br />杨佥判<br />汪元量<br />王清惠<br />袁正真<br />金德淑<br />王沂孙<br />仇远<br />醴陵士人<br />褚生<br />徐君宝妻<br />王易简<br />唐珏<br />蒋捷<br />张炎<br />王炎午<br />刘将孙<br />徐一初<br /><br />吴激<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>Jean-Louis Trintignant</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/11/jeanlouis-trintignant.html" />
    <id>tag:cyberhut.org,2007://1.30</id>

    <published>2007-11-27T17:04:07Z</published>
    <updated>2007-11-27T17:14:46Z</updated>

    <summary>Trois Couleurs: Rouge (1994)La Femme de Ma Vie (1986)Un Homme et Une Femme, 20 ans déjà (1986)Un Homme et Une Femme (1966)Il Conformista (1970)Ma Nuit chez Maud (1969)Le Combat dans l&apos;île (1962)...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Cinema Paradiso》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[Trois Couleurs: Rouge (1994)<br />La Femme de Ma Vie (1986)<br />Un Homme et Une Femme, 20 ans déjà (1986)<br />Un Homme et Une Femme (1966)<br />Il Conformista (1970)<br />Ma Nuit chez Maud (1969)<br />Le Combat dans l'île (1962)<br /><br /> ]]>
        
    </content>
</entry>

<entry>
    <title>MacOSX使用</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/macosx.html" />
    <id>tag:cyberhut.org,2007://1.29</id>

    <published>2007-10-15T16:05:32Z</published>
    <updated>2007-10-15T16:11:32Z</updated>

    <summary>Terminal.app中中文使用建立 ~/.inputrc：set convert-meta offset meta-flag onset output-meta on在~/.profile中设置locale:export LC_ALL=zh_CN.UTF-8export LANG=zh_CN.UTF-8...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="macosx" label="macosx" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<p>Terminal.app中中文使用</p><div><br class="khtml-block-placeholder" /></div><div>建立 ~/.inputrc：<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Courier; white-space: pre;"></span></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Courier; white-space: pre;">set convert-meta off</span></div><div><span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Courier; white-space: pre;">set meta-flag on</span></div><pre style=""><span class="Apple-style-span" style="color: rgb(0, 0, 0);">set output-meta on</span></pre><pre style="; color: rgb(51, 51, 51); font-family: Courier; font-size: 13px; white-space: pre; "><span class="Apple-style-span" style="color: rgb(0, 0, 0);"><br class="khtml-block-placeholder" /></span></pre><pre style="; color: rgb(51, 51, 51); font-family: Courier; font-size: 13px; white-space: pre; "><span class="Apple-style-span" style="color: rgb(0, 0, 0);">在~/.profile中设置locale:</span></pre><pre style="; color: rgb(51, 51, 51); font-family: Courier; font-size: 13px; white-space: pre; "><span class="Apple-style-span" style="color: rgb(0, 0, 0);">export LC_ALL=zh_CN.UTF-8</span></pre><pre style="; color: rgb(51, 51, 51); font-family: Courier; font-size: 13px; white-space: pre; "><span class="Apple-style-span" style="color: rgb(0, 0, 0);">export LANG=zh_CN.UTF-8</span></pre><pre style="; color: rgb(51, 51, 51); font-family: Courier; font-size: 13px; white-space: pre; "><span class="Apple-style-span" style="color: rgb(0, 0, 0);"><br class="khtml-block-placeholder" /></span></pre>]]>
        
    </content>
</entry>

<entry>
    <title>ERC</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/erc.html" />
    <id>tag:cyberhut.org,2007://1.28</id>

    <published>2007-10-14T13:14:28Z</published>
    <updated>2007-10-28T09:55:44Z</updated>

    <summary>我的ERC相关设置：(require &apos;erc)(defun cg-erc ()    (interactive)    (erc :server &quot;irc.freenode.net&quot; :port 6667 :nick &quot;mynick” :password “mypass&quot; :full-name &quot;my full name&quot;))(require &apos;easymenu)(easy-menu-add-item  nil &apos;(&quot;tools&quot;) [&quot;ERC&quot; cg-erc t])(global-set-key &quot;\C-cef&quot; &apos;cg-erc)函数cg-erc直接设置连接参数，可以通过  M-x cg-erc 直接连接。通过easymenu在 Tools 菜单下增加一个 ERC 菜单项，也可用来连接。设置组合键 C-c e f 来连接。 *** Useful commands(in server...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="emacs" label="emacs" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="erc" label="erc" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[我的ERC相关设置：<div><br class="khtml-block-placeholder" /></div><div>(require 'erc)</div><div><br class="khtml-block-placeholder" /></div><div>(defun cg-erc ()</div><div>    (interactive)</div><div>    (erc :server "irc.freenode.net" :port 6667 :nick "mynick” :password “mypass" :full-name "my full name"))</div><div><br class="khtml-block-placeholder" /></div><div>(require 'easymenu)</div><div>(easy-menu-add-item  nil '("tools") ["ERC" cg-erc t])</div><div>(global-set-key "\C-cef" 'cg-erc)</div><div><br class="khtml-block-placeholder" /></div><div>函数cg-erc直接设置连接参数，可以通过  M-x cg-erc 直接连接。</div><div>通过easymenu在 Tools 菜单下增加一个 ERC 菜单项，也可用来连接。</div><div>设置组合键 C-c e f 来连接。 </div><div><br class="khtml-block-placeholder" /></div><div><br class="khtml-block-placeholder" /></div><div>*** Useful commands</div><div>(in server buffer) Search for all channels with keyword in name</div><div>/msg chanserv list *keyword*</div><div><br class="khtml-block-placeholder" /></div><div>To retrieve command history</div><div>M-p</div><div>M-n</div>]]>
        
    </content>
</entry>

<entry>
    <title>Gnus+MSMTP实现多账号邮件发送</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/gnusmsmtp.html" />
    <id>tag:cyberhut.org,2007://1.27</id>

    <published>2007-10-13T08:15:00Z</published>
    <updated>2008-05-23T03:28:21Z</updated>

    <summary>多年来一直使用Gnus作为新闻组和邮件程序，但是一直为Gnus的多账号情况下发送邮件问题所困扰，最近有想法换一个别的程序，可惜研究之后发现找不到一个能满足我需求的程序，因为我使用offlineimap进行本地和服务器端的同步（我的多数邮箱都支持IMAP)，然后用nnmaildir后端管理。最后决定还是回到Gnus本身来寻找解决方法，因为毕竟唯一的问题就是多账号SMTP发送。 网络上有几种可选方案，其中被广泛采用的可能是 fs-change-smtp 这个函数，但是我使用并不成功。 我一直以来使用的是msmtp，但是为此需要配置复杂的posting styles，而我的工作邮件是按照公司名归档的，这样一个组里我所用的邮箱就不只是一个，这特别对回复邮件特别不方便，因为为了激活posting style需要在特定的组里回复才行。 昨晚经过几个小时的艰辛努力，终于写除了一个10来行代码（汗！），彻底解决了这个困扰已久的问题。自认为这是到目前为止最简单也是最灵活有效的解决办法。 设置MSMTP MSMTP配置很简单，参考主站的文档即可。 注意事项 文档中的配置文件中，指定了一个 default account，通过 account default 或者 default account : defaultemail。我发现为了Gnus正常使用，不能指定default账号。(这一点有时间需要再研究一下） 建议 为了记忆的方便，建议account label直接使用email地址，也就是说： 文档中 account gmail host … … 我的建议是 account youraccount@gmail.com host … … Gnus设置 在.gnus.el中加入以下代码： [Code] ;;...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="gnus" label="gnus" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="msmtp" label="msmtp" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<span class="Apple-style-span" style="color: rgb(0, 0, 0); font-family: Arial; font-size: 14px; white-space: pre-wrap; ">多年来一直使用Gnus作为新闻组和邮件程序，但是一直为Gnus的多账号情况下发送邮件问题所困扰，最近有想法换一个别的程序，可惜研究之后发现找不到一个能满足我需求的程序，因为我使用offlineimap进行本地和服务器端的同步（我的多数邮箱都支持IMAP)，然后用nnmaildir后端管理。最后决定还是回到Gnus本身来寻找解决方法，因为毕竟唯一的问题就是多账号SMTP发送。

网络上有几种可选方案，其中被广泛采用的可能是 fs-change-smtp 这个函数，但是我使用并不成功。

我一直以来使用的是msmtp，但是为此需要配置复杂的posting styles，而我的工作邮件是按照公司名归档的，这样一个组里我所用的邮箱就不只是一个，这特别对回复邮件特别不方便，因为为了激活posting style需要在特定的组里回复才行。

昨晚经过几个小时的艰辛努力，终于写除了一个10来行代码（汗！），彻底解决了这个困扰已久的问题。自认为这是到目前为止最简单也是最灵活有效的解决办法。

设置MSMTP

MSMTP配置很简单，参考主站的文档即可。

注意事项

文档中的配置文件中，指定了一个 default account，通过 account default 或者 default account : defaultemail。我发现为了Gnus正常使用，不能指定default账号。(这一点有时间需要再研究一下）

建议

为了记忆的方便，建议account label直接使用email地址，也就是说：

文档中

account gmail
host …
…

我的建议是

account youraccount@gmail.com
host …
…

Gnus设置

在.gnus.el中加入以下代码：

[Code]
;; Choose account label to feed msmtp -a option based on From header in Message buffer;
;; This function must be added to message-send-mail-hook for on-the-fly change of From address
;; before sending message since message-send-mail-hook is processed right before sending message.
(defun cg-feed-msmtp ()
  (if (message-mail-p)
          (save-excursion
                (let* ((from
                               (save-restriction
                                         (message-narrow-to-headers)
                                         (message-fetch-field “from”)))
                           (account
                                   (cond
                                            ;; I use email address as account label in ~/.msmtprc
                                        ((string-match “myemail1@server1.com” from)“myemail1@server1.com”)
                                ;; Add more string-match lines for your email accounts
                                ((string-match “myemail2@server2.com” from)“myemail2@server2.com”))))
                  (setq message-sendmail-extra-arguments (list “-a” account))))))

(setq message-sendmail-envelope-from ‘header)
(add-hook ‘message-send-mail-hook ‘cg-feed-msmtp)


根据email账号增加相应的 ((string-match “myemail1@server1.com” from) “myemail1@server1.com”) 行，其中 myemail1@server1.com 等就是在 .msmtprc 中的对应的account label。

结束语

这个设置就是这么简单，但是完全避免了使用复杂的posting styles来配置。 以上代码关于获取 From header部分借自 fs-change-smtp。</span>
]]>
        

    </content>
</entry>

<entry>
    <title>Leafnode</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/leafnode.html" />
    <id>tag:cyberhut.org,2007://1.26</id>

    <published>2007-10-12T03:05:07Z</published>
    <updated>2007-10-15T08:43:06Z</updated>

    <summary><![CDATA[Home: http://www.leafnode.org一、&nbsp; Ubuntu (7.10)下安装参考了 http://www.emacs.cn/Gnus/Leafnode 和 http://learn.tsinghua.edu.cn:8080/2002315162/gnus_leafnode.html。Ubuntu 7.10 有 leafnode 包（版本为最新稳定版 1.11.6）。通过Synaptic安装即可。安装时网络连接方式我选择了 NONE，暂时手动 fetchnews。/etc/cron.d/leafnode 抄了 http://learn.tsinghua.edu.cn:8080/2002315162/gnus_leafnode.html： # Cron entries for Leafnode 0-59/15 * * * * news if [ -x /etc/news/leafnode/do-fetch-news ]; then /etc/news/leafnode/do-fetch-news; fiUbuntu作为Debian系统，配置目录在 /etc/news/leafnode 下。News spool目录为 /var/spool/news。修改 /etc/hosts，设定hostname为...]]></summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Petit Chose》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[Home: http://www.leafnode.org<br /><br />一、&nbsp; Ubuntu (7.10)下安装<br /><br />参考了 http://www.emacs.cn/Gnus/Leafnode 和 http://learn.tsinghua.edu.cn:8080/2002315162/gnus_leafnode.html。<br /><br />Ubuntu 7.10 有 leafnode 包（版本为最新稳定版 1.11.6）。通过Synaptic安装即可。<div><br class="khtml-block-placeholder" /></div><div>安装时网络连接方式我选择了 NONE，暂时手动 fetchnews。<br /><br />/etc/cron.d/leafnode 抄了 http://learn.tsinghua.edu.cn:8080/2002315162/gnus_leafnode.html：<br /><pre> # Cron entries for Leafnode<br /> 0-59/15 * * * *  news if [ -x /etc/news/leafnode/do-fetch-news ]; <br /> then /etc/news/leafnode/do-fetch-news; fi</pre><br /><br />Ubuntu作为Debian系统，配置目录在 /etc/news/leafnode 下。<br />News spool目录为 /var/spool/news。<br /><br />修改 /etc/hosts，设定hostname为 news.cyberhut.org。<br />（hosts里设置让我觉得怪异，我设置在 127.0.0.1 居然不行，里面本来有的 127.0.1.1 行中设置才可以。需要找时间研究下为什么。）<br /><br />/etc/news/leafnode/config 中设置：<br />server = news.gmane.org<br />server = yaako.com<br /><br />expire&nbsp; = 20000<br />&nbsp;(我准备用leafnoe作为新闻组的本地archive，所以不需要expire。设一个大的数字就可以了。2000天差不多等于54年）<br /><br />initialfetch = 100<br /><br />maxage = 20000 (原因和expire同）。<br /><br /><br />先通过 sudo fetchnews -vvv 把组列表取下来。<br />然后订阅一些组后，为了取下旧的文章，使用&nbsp; sudo fetchnews -vvv -x 2000 (为了控制数据量。有些组因为文章数巨大，还需要加大 x 值直到把文章全部取下来。<br /><br />在Gnus中设置nntp为localhost即可。<br /><br />注：经过使用leafnode2，决定Ubuntu下也从源码安装leafnode。<br /><br />Ubuntu源码安装需要先安装 libpcre3-dev包，通过 synaptic，apt-get或者aptitude安装即可。<br />安装很简单，不过为了使用ubuntu安装已经建立的配置目录和文件，configure时候使用sysconfdir指定原来目录。<br />./configure --sysconfdir=/etc/news/leafnode (--prefix=/usr/local)<br />make<br />sudo make install<br /><br />然后修改 /etc/inetd.conf， 将leafnode路径修改为&nbsp; /usr/local/sbin/leafnode。<br /><br />leafnode2 中有些配置从config中挪到了filters中，作相应修改即可。<br />由于本地存储文件格式的变化，需要运行一次以下命令来更新格式：<br />sudo fetchnews -f<br /><br /><br />二、 MacOSX 下安装<br />Mac Mini G4 (MacOSX 10.4.10 PPC)<br /><br />MacOSX下的安装配置本以为很简单，结果发现不是。主要参考 http://www.kutilek.de/technik/news-macosx.en.php （万分感谢，否则我还搞不定）。<br /><br />由于 Macports 里没有 leafnode，只能通过源码自己安装。于是我选择了安装 leafnode 2 ( http://www.dt.e-technik.uni-dortmund.de/~ma/leafnode/beta/ )，所用为最新的 snapshot 2.0.0.alpha 20070602a<strong>。<br /><br />由于/usr/local/ 已经交给 Macports，我就直接选择安装进 /usr。<br />所需的 pcre 已经通过 Macports 安装。<br /><br />需要建用户 news，通过控制面板中的 Accounts 增加一个用户 news即可。没有这个news用户，configure会失败。<br /><br />安装:<br />./configure --prefix=/usr --sysconfdir=/Library/Leafnode --enable-spooldir=/private/var/spool/news<br />make<br />sudo make install-strip （现在的snapshot中不是 strip-install)<br /><br />进入 /Library/Leafnode，cp config.example config，然后编辑 config:<br />sudo emacs config<br /><br />主要设置和上面Ubuntu提到的差不多。 leafnode2中config文件结构有变化。server设置在global设置之后。<br /><br />hostname没有向参考文章中一样在config设置，而是通过系统端。这也是leafnode FAQ中所建议的。<br /><br />由于我家中 Mac使用ADSL上网，MacOSX 从10.4.6开始hostname改成自动设置（PPPOE连接后自动获取），这对leafnode运行造成麻烦。<br /><br />MacOSX下像 GNU/Linux一样通过修改/etc/hosts设置是无效的。必须修改 /etc/hostconfig，将<br />HOSTNAME=~AUTOMATIC~<br />修改为<br />HOSTNAME=home.cyberhut.org<br /><br />设置leafnode运行方式，使用Tiger所建议的Launch Daemon 方式，在 /Library/LaunchDaemons下建立<br />org.cyberhut.home.leafnode.plist，内容如下：<br /><br /></strong><pre class="file"><br /><br /><plist version="1.0"><br /><dict><br />	<key>Label</key><br />	<string>org.cyberhut.home.leafnode</string><br />	<key>Program</key><br />	<string>/usr/sbin/leafnode</string><br />	<key>ProgramArguments</key><br />	<array><br />		<string>/usr/sbin/leafnode</string><br />	</array><br />	<key>Sockets</key><br />	<dict><br />		<key>Listeners</key><br />		<dict><br />			<key>SockServiceName</key><br />			<string>nntp</string><br />		</dict><br />	</dict><br />	<key>UserName</key><br />	<string>news</string><br />	<key>inetdCompatibility</key><br />	<dict><br />		<key>Wait</key><br />		<false><br />	</false><br /></dict><br /></dict></plist></pre><br />我没有参照参考文章设置bonjour。<br /><br />然后装载并启动leafnode:<br /><br /><br />sudo launchctl load /Library/LaunchDaemons/org.cyberhut.home.leafnode.plist<br />sudo launchctl start org.cyberhut.home.leafnode<br /><br />现在用手动方式运行fetchnews，需要研究下如何使用 launchd 来定期运行fetchnews，或者通过crontab设置运行。<br /><br /><strong></strong><div>3 使用</div><div><br class="khtml-block-placeholder" /></div><div>由于 leafnode 本身带filter功能，对spam的过滤就直接交给了leafnode，这样在Gnus中就不需要spam处理了，因此相关的score设置,spam.el设置及相关文件就可以全部去掉了。</div><div><br class="khtml-block-placeholder" /></div><div>filter设置在 /etc/news/leafnode (Ubuntu)或 /Library/Leafnode（MacOSX下根据上文安装）下，文件名为 filters。</div><div><br class="khtml-block-placeholder" /></div><div>因为主要阅读gmane.×，对gmane组设置：</div><div><br class="khtml-block-placeholder" /></div><div>newsgroups = gmane\..*</div><div>pattern = ^Newsgroups:.*gmane\.spam\.detected</div><div>action = kill</div><div><br class="khtml-block-placeholder" /></div><div>这样对gmane服务器已经确认的spam就可以kill掉了。这基本可以对付gmane中大多数的垃圾。</div><div>本地leafnode的巨大好处是可以将这些spam完全杀掉，包括从本地spool里删除。</div><div><br class="khtml-block-placeholder" /></div><div>对相关组已经取到本地的文章进行过滤：</div><div><br class="khtml-block-placeholder" /></div><div>sudo applyfilter -vvv gmane.group.name</div><div><br class="khtml-block-placeholder" /></div><div>以后对其它特征的spam加入过滤规则，然后手动applyfilter，就可以在本地建立一个洁净的新闻组服务器了。</div></div>]]>
        
    </content>
</entry>

<entry>
    <title>中华书局历代史料笔记丛刊</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/post-14.html" />
    <id>tag:cyberhut.org,2007://1.25</id>

    <published>2007-10-05T18:00:43Z</published>
    <updated>2007-10-06T09:20:20Z</updated>

    <summary>已收藏清单：唐宋史料笔记《墨庄漫录》《过庭录》《可书》合本《麟台故事校证》《湘山野录》《续录》《玉壶清话》合本《鹤林玉露》《涑水记闻》《师友谈记》《曲洧旧闻》《西塘集耆旧续闻》合本《齐东野语》《北梦琐言》《大唐新语》《侯鯖录》《墨客挥犀》《续墨客挥犀》合本尚缺28种元明史料笔记《五岳游草》《广志绎》合本《玉堂嘉话》《山居新语》合本《玉光剑气集》上、下《寓圃杂记》《榖山笔尘》合本《庚巳编》《客座赘语》合本《菽园杂记》《山志》尚缺15种清代史料笔记《柳弧》《巢林笔谈》《浪迹丛谈》《续谈》《三谈》合本《蕉廊脞录》《异辞录》《扬州画舫录》《冷庐杂识》《池北偶谈》上、下《听雨丛谈》《乡言解颐》《吴下谚联》合本《啸亭杂录》《榆巢杂识》《养吉斋丛录》尚缺28种...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《山河岁月》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<div>已收藏清单：</div><div><br class="khtml-block-placeholder" /></div><div>唐宋史料笔记</div><div><br class="khtml-block-placeholder" /></div><div>《墨庄漫录》《过庭录》《可书》合本</div><div>《麟台故事校证》</div><div>《湘山野录》《续录》《玉壶清话》合本</div><div>《鹤林玉露》</div><div>《涑水记闻》</div><div>《师友谈记》《曲洧旧闻》《西塘集耆旧续闻》合本</div><div>《齐东野语》</div><div>《北梦琐言》</div><div>《大唐新语》</div><div>《侯鯖录》《墨客挥犀》《续墨客挥犀》合本</div><div>尚缺28种</div><div><br class="khtml-block-placeholder" /></div><div>元明史料笔记</div><div><br class="khtml-block-placeholder" /></div><div>《五岳游草》《广志绎》合本</div><div>《玉堂嘉话》《山居新语》合本</div><div>《玉光剑气集》上、下</div><div>《寓圃杂记》《榖山笔尘》合本</div><div>《庚巳编》《客座赘语》合本</div><div>《菽园杂记》</div><div>《山志》</div><div><br class="khtml-block-placeholder" /></div><div>尚缺15种</div><div>清代史料笔记</div><div>《柳弧》</div><div>《巢林笔谈》</div><div>《浪迹丛谈》《续谈》《三谈》合本</div><div>《蕉廊脞录》</div><div>《异辞录》</div><div>《扬州画舫录》</div><div>《冷庐杂识》</div><div>《池北偶谈》上、下</div><div>《听雨丛谈》</div><div>《乡言解颐》《吴下谚联》合本</div><div>《啸亭杂录》</div><div>《榆巢杂识》</div><div>《养吉斋丛录》</div><div><br class="khtml-block-placeholder" /></div><div>尚缺28种</div>]]>
        
    </content>
</entry>

<entry>
    <title>Latin quotations from Les Essais of Michel de Montaigne</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/latin-quotations-from-les-essai.html" />
    <id>tag:cyberhut.org,2007://1.23</id>

    <published>2007-10-05T07:19:51Z</published>
    <updated>2007-10-06T09:10:47Z</updated>

    <summary><![CDATA[Based on English version &lt;Essays&gt; translated with an introduction by J. M. Cohen publshed by Penguin Books.1 IntroductionImmortalia mortali sermone notantesExpressing immortal things in mortal words.Lucretius, V, 1212 Book one Chapter 8 On idlenessSicut aquae tremulum labris ubi lumen abenis...]]></summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Babel》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[Based on English version &lt;Essays&gt; translated with an introduction by J. M. Cohen publshed by Penguin Books.<div><br class="khtml-block-placeholder" /></div><div>1 Introduction</div><div><br class="khtml-block-placeholder" /></div><div>Immortalia mortali sermone notantes</div><div>Expressing immortal things in mortal words.</div><div>Lucretius, V, 121</div><div><br class="khtml-block-placeholder" /></div><div>2 Book one Chapter 8 On idleness</div><div><br class="khtml-block-placeholder" /></div><div>Sicut aquae tremulum labris ubi lumen abenis sole repercussum, aut radiantis imagine Lunae omnia pervolitat late loca, iamque sub auras erigitur, summique ferit laquearia tecti.</div><div>As water, trembling in a brass bowl, reflects the sun's light or the form of the shining moon, and so the bright beams flit in all directions, darting up at times to strike the lofty frettd ceilings.</div><div>Virgil, Aeneid, VIII, 22</div><div><br class="khtml-block-placeholder" /></div><div>velut aegri somnia, vanae finguntur species</div><div>Unreal monsters are imagined, like a sick man's dreams.</div><div>Horace, Ars Poetica, 7</div><div><br class="khtml-block-placeholder" /></div><div>Quisquis ubique habitat, Maxime, nusquam habitat.</div><div>A man who lives everywhere, Maximus, lives nowhere.</div><div>Martial, VII</div><div><br class="khtml-block-placeholder" /></div><div>variam semper dant otia mentem</div><div>Leisure always breeds an inconstant mind.</div><div>Lucan, IV, 704</div><div><br class="khtml-block-placeholder" /></div><div>3 Book one Chapter 19 That no man should be called happy until after his death</div><div><br class="khtml-block-placeholder" /></div><div>Scilicet ultima semper expectanda dies homini est, dicique beatus ante obitum nemo supremaque funera debet.</div><div>One should always wait till a man's last day, and never call him happy before his death and funeral.</div><div>Ovid, Metamorphoses,III, 135</div><div><br class="khtml-block-placeholder" /></div><div>Usque adeo res humanas vis abdita quaedam obterit, et pulchros fasces saevasque secures proculcare, ac ludibrio sibi habere videtur.</div><div>There is a dark power, hostile to human affairs, that tramples the fine (consular) fasces and cruel axes underfoot, and makes a silly toy of them.</div><div>Lucretius, V, 1233</div><div><br class="khtml-block-placeholder" /></div><div>Nunc verae voces tum demum pectore ab imo eliciuntur, et eripitur persona, manet res.</div><div>Not till then are true words drawn up from the depths of the heart; the mask is torn off and the reality is exposed.</div><div>Lucretius, III, 57</div><div><br class="khtml-block-placeholder" /></div><div>4 Book one Chapter 21 On the power of the imagination</div><div><br class="khtml-block-placeholder" /></div><div>Ut quasi transactis saepe omnibus rebus profundant fluminis ingentis fluctus, vestemque cruentent.</div><div>As if they were performing the entire act, the mighty wave gushes forth and stains their garments.</div><div>Lucretius, IV, 1035</div><div><br class="khtml-block-placeholder" /></div><div>Vota puer solvit, qui femina voverat Iphis.</div><div>Iphis as a man fulfilled the vows he had made as a woman.</div><div>Ovid, Metamorphoses, IX, 793</div><div><br class="khtml-block-placeholder" /></div><div>Dum spectant oculi laesos, laeduntur et ipsi multaque corporibus transitione nocent.</div><div>When their eyes behold others in pain, they feel pain themselves, and so many ills pass from body to body.</div><div>Ovid, De Remedio Amoris, 615</div><div><br class="khtml-block-placeholder" /></div><div>Nescio quis teneros oculus mihi fascinat agnos.</div><div>Some evil eye has bewitched my young lambs.</div><div>Virgil, Ecologues, III, 103</div><div><br class="khtml-block-placeholder" /></div><div>5. Book one Chapter 22 That one man's profit is another's loss</div><div><br class="khtml-block-placeholder" /></div><div>Nam quodcumque suis mutatum finibus exit, continuo hoc mors est illius, quod fuit ante.</div><div>Whenever a thing changes and alters its nature, at that moment comes the death of what is was before.</div><div>Lucretius, II 753 and III, 519</div><div><br class="khtml-block-placeholder" /></div><div>6 Book one Chapter 26 On the education of children</div><div><br class="khtml-block-placeholder" /></div><div>Che non men che sapper dubbiar m'aggrada</div><div>It pleases me as much to doubt as to know.</div><div>Dante, Inferno, XI, 93</div><div><br class="khtml-block-placeholder" /></div><div>vitamque sub dio et trepidis agat in rebus.</div><div>To live under the open sky, and among dangers.</div><div>Horace, Odes, III, ii, 5</div><div><br class="khtml-block-placeholder" /></div><div>Quae tellus sit lenta gelu, quae putris ab aestu, ventus in Italiam qui bene vela ferat.</div><div>What land is benumbed with cold, what land crumbling with heat, and which is the fair wind that blows towards Italy.</div><div>Propertius, IV, iii, 39</div><div><br class="khtml-block-placeholder" /></div><div>quid fas optare, quid asper utile nummus habet, patriae carisque propinquis quantum elargiri deceat, quem te deus esse iussit et humana qua parte locatus es in re, ... quid sumus et quidnam victuri gignimur.</div><div>What it is right to desire, what hard-earned money is useful for, how much should be bestowed on country and dear kindred, what sort of man God intended you to be, and for what place in the commonwealth he marked you out ... what we are and what life we are born to lead.</div><div>Persius, Satires, III, 69-72 and 67</div><div><br class="khtml-block-placeholder" /></div><div>Et quo quemque modo fugiatque feratque laborem</div><div>And how to avoid or endure each kind of hardship.</div><div>Virgil, Aeneid, III 459 (rightly fugiasque ferasque)</div><div><br class="khtml-block-placeholder" /></div><div>sapere aude: incipe. qui recte vivendi prorogal horam, rusticus expectat dum defluat amnis: at ille labitur et labetur in omne volubilis aevum.</div><div>Dare to be wise! Begin now. The man who puts off the day when he will live rightly is like the peasant who waits for the river to drain away. But it flows on, and will flow on for ever.</div><div>Horace, Epistles, I, ii, 40</div><div><br class="khtml-block-placeholder" /></div><div>Quid moveant Pisces animosaque signa Leonis, lotus et Hesperia quid Capricornus aqua.</div><div>What is the influence of Pisces, and of the fierce constellation of the Lion, and of Capricorn bathed in the Hesperian Sea.</div><div>Propertius, IV, i, 85</div><div><br class="khtml-block-placeholder" /></div><div>Deprendas animi tormenta latentis in aegro corpore, deprendas et gaudia; sumit utrumque inde habitum facies.</div><div>You can detect the mental torments concealed within a sick body, and you can also detect joy: the faces reflects both states.</div><div>Juvenal, Satires, IX, 18</div><div><br class="khtml-block-placeholder" /></div><div>Udum et molle lutum est, nunc nunc properandus et acri fingendus sine fine rota.</div><div>The clay is moist and soft, let us hasten and shape it on the sharp, revolving wheel.</div><div>Persius, Satires, III, 23</div><div><br class="khtml-block-placeholder" /></div><div>petite hinc puerique senesque finem animo certum miserisque viatica canis.</div><div>Yound men and old, take from here a fixed aim for your minds, and provide for the wretchedness of old age.</div><div>Persius, Satires, V, 64</div><div><br class="khtml-block-placeholder" /></div><div>Aeque pauperibus prodest, locupletibus aeque, et, neglecta, aeque pueris senibusque nocebit.</div><div>It is equally profitable to poor and rich and, to neglect it, will harm boys and old men alike.</div><div>Horace, Epistles, I, i, 25</div><div><br class="khtml-block-placeholder" /></div><div>Omnis Aristippum decuit color, et status, et res.</div><div>Every condition, situation, and circumstance fitted Aristippus.</div><div>Horace, Epistles, I, xvii, 23</div><div><br class="khtml-block-placeholder" /></div><div>uem duplici panno patientia velat mirabor, vitae via si conversa decebit, personamque feret non inconcinnus utramque.</div><div>Who after carefully dressing himself in a lined garment, can change his way of life, and can play both roles with equal ease. Such a man I admire.</div><div>Horace, Epistles, xvii, 25-26 and 29</div><div><br class="khtml-block-placeholder" /></div><div>Verbaque provisam rem non invita sequentur.</div><div>When the matter is ready the words will follow freely.</div><div>Horace, Ars Poetica, 311</div><div><br class="khtml-block-placeholder" /></div><div>Emmunctae naris, durus componere versus.</div><div>His nose is good, but he composes harsh verses.</div><div>Horace, Satires, I, v, 8</div><div><br class="khtml-block-placeholder" /></div><div>tempora certa modosque, et quod prius ordine verbum est posterius facias, praeponens ultima primis, invenias etiam disiecti membra poetare.</div><div>Take away the rhythm and the metre, and put the first word last and the last first; still the scattered limbs are those of a poet.</div><div>Horace, Satires, I, v, 58-59 and 62</div><div><br class="khtml-block-placeholder" /></div><div>Haec demum sapiet dictio, quae feriet</div><div>Striking speech is good speech.</div><div>Epitaph of Lucan</div><div><br class="khtml-block-placeholder" /></div><div>Alter ab undecimo tum me iam acceperat annus.</div><div>I had hardly reached the age of twelve.</div><div>Virgil, Ecologues, VIII, 40</div><div><br class="khtml-block-placeholder" /></div><div>7 Book one Chapter 27 That it is folly to measure truth and error by our own capacity</div><div><br class="khtml-block-placeholder" /></div><div>Somnia, terrores magicos, miracula, sagas, nocturnos lemures portentaque Thessla.</div><div>Deams, superstitious horrors, wonders, witches, nocturnal spectres, and Thessalian prodigies.</div><div>Horace, Epistles, II, ii, 208</div><div><br class="khtml-block-placeholder" /></div><div>Iam enmo, fessus satiate videndi, suspicere in coeli dignatur lucida templa.</div><div>Weary and sated with seeing, no man today deigns to lift his eyes to the luminous spaces of the sky.</div><div>Lucretius, II, 1038</div><div><br class="khtml-block-placeholder" /></div><div>si nunc primum mortalibus adsint ex improviso, ceu sint objecta repente, nil magis his rebus poterat mirabile dici, aut minus ante quod auderent fore credere gentes?</div><div>If these things were, for the first time, unexpectedly presented to mortals, or were suddenly exposed before them, could anything be thought of as more marvellous, or less like what people had previously dared to think possible?</div><div>Lucretius, II, 1033</div><div><br class="khtml-block-placeholder" /></div><div>Scilicet et fluvius, qui non est maximus, ei estqui non ante aliquem maiorem vidit, et ingens arbor homoque videtur; et omnia de genere omni maxima quae vidit quisque, haec ingentia fingit.</div><div>So it is that a river which is not very great seems so to one who has never seen one greater. A tree or a man appears huge in the same way. Everything of any kind seems to a man colossal if he has not seen anything bigger.</div><div>Lucretius, VI, 674</div><div><br class="khtml-block-placeholder" /></div><div><br class="khtml-block-placeholder" /></div><div>8 Book one Chapter 28 On friendship</div><div><br class="khtml-block-placeholder" /></div><div>Desinit in piscem mulier formosa superne.</div><div>A beautiful woman that tails off into a fish.</div><div>Horace, Ars Poetica, 4</div><div><br class="khtml-block-placeholder" /></div><div>et ipse notus in fratres animi paterni.</div><div>Noted for my fatherly love for my brothers.</div><div>Horace, Odes, II, ii, 6</div><div><br class="khtml-block-placeholder" /></div><div>neque enim est dea mescia mostri qua dulcem curis miscet amaritiem.</div><div>For I am not unknown to the goddess who mingles a sweet bitterness with her tortures.</div><div>Caltullus, Epigrams, LXVIII, 17</div><div><br class="khtml-block-placeholder" /></div><div>Come segue la lepre il cacciatore</div><div>Al freddo, al caldo, alla montagna, al lito;</div><div>Ne piu l'estima poi che presa vede,</div><div>Et sol dietro a chi fugge affretta il piede.</div><div>So the hunter follows the hare, in cold and heat, on the mountain and along the shore; but once he has caught it, he cares no more for it, he only chases what flies from him.</div><div>Ariosto, Orlando furioso, X, vii</div><div><br class="khtml-block-placeholder" /></div><div>Mihi sic usus est; tibi, ut opus est facto, face.</div><div>This is my habit; as for you, do as you think best.</div><div>Terence, Heautontimoroumenos, I, i, 28</div><div><br class="khtml-block-placeholder" /></div><div>Nil ego contulerim iucundo sanus amico.</div><div>So long as I am in my senses, I shall find nothing to compare with pleasant friend.</div><div>Horace, Satires, I, v, 44</div><div><br class="khtml-block-placeholder" /></div><div>quem semper acerbum, semper bonoratum (sic, di, voluistis) habebo.</div><div>Which will ever be bitter to me and ever sacred- such, O Gods, has been</div><div>your will.</div><div>Virgil, Aeneid, V, 49</div><div><br class="khtml-block-placeholder" /></div><div>Nec fas esse ulla me voluptate hic frui decrevi, tantisper dum ille</div><div>abest meus particeps.</div><div>I have resolved to enjoy no pleasures, while he is not here to share</div><div>them with me.</div><div>Terence, Heautontimoroumenos, I, i, 97</div><div><br class="khtml-block-placeholder" /></div><div>Illam meae si partem animar tulit maturior vis, quid moror altera, nec</div><div>carus aeque, nec superstes integer? Ille dies utramque duxit ruinam.</div><div>If a premature death has taken away the half of my life, why should I,</div><div>the other half, linger on, since I love myself less and have not</div><div>survived whole? The same day destroyed us both.</div><div>Horace, Odes, II, xvii, 5</div><div><br class="khtml-block-placeholder" /></div><div>Quis desiderio sit pudor aut modus tam cari capitis?</div><div>What shame or restraint should there be, in mourning so dear a head?</div><div>Horace, Odes, I, xxiv, 1</div><div><br class="khtml-block-placeholder" /></div><div>O misero frater adempte mihi!</div><div>Omnia tecum una perierunt gaudia mostra,</div><div>quae tuus in vita dulcis alebat amor.</div><div>Tu mea, tu moriens fregisti commoda, frater;</div><div>tecum una tota est nostra sepulta anima,</div><div>cujus ego interitu tota de mente fugavi</div><div>haec studia atque omnes delicias animi.</div><div>alloquar? audieri nunquam tua verba loquentem?</div><div>Nunquam ego te, vita frate amabilior,</div><div>aspiciam posthac? at certe semper amabo.</div><div>How sad I am to have lost you, brother! With you have perished all the</div><div>joys which your sweet friendship gave to my life. In your death,</div><div>brother, you have destroyed all my comforts, and both our souls are</div><div>buried with you. Since you died I have completely abandoned reading and</div><div>all the delights of the mind. Shall I speak with you again? Shall I</div><div>never hear you talking again? Shall I never look on you again, oh</div><div>brother dearer to me than life? But certainly I shall always love you.</div><div>Catullus, lxviii, 20 and lxv, 9</div><div><br class="khtml-block-placeholder" /></div><div>9 Book one Chapter 31 On cannibals</div><div><br class="khtml-block-placeholder" /></div><div>Haec loca, vi quondam et vasta convulsa ruina, dissiluisse ferunt, cum protinus utraque tellus una foret.</div><div>They say that these lands were once violently rent by a great convulsion. Until then the two lands were one.</div><div>Virgil, Aeneid, III, 414</div><div><br class="khtml-block-placeholder" /></div><div>sterilisque diu palus aptaque remis vicinas urbes alit, et grave sentit aratrum.</div><div>Long a sterile marsh, on which men rowed, it now feeds the neighbouring towns and feels the weight of the plough.</div><div>Horace, Ars Poetica, 65</div><div><br class="khtml-block-placeholder" /></div><div>Et veniunt ederae sponte sua melius, surgit et in solis formosior arbutus antris, et volucres nulla dulcius arte canunt.</div><div>The ivy grows best when it grows wild, and the arbutus is most lovely when it grows in some solitary cleft; birds sing most sweetly untaught.</div><div>Propertius, I, ii, 10</div><div><br class="khtml-block-placeholder" /></div><div>Hos natura modos primum dedit.</div><div>These are the first laws that nature gave.</div><div>Virgil, Georgis, II, 20</div><div><br class="khtml-block-placeholder" /></div><div>Vascones, fama est, alimentis talibus usi produxere animas.</div><div>They say that the Gascons prolonged their lives with such food.</div><div>Juvenal, xv, 93</div><div><br class="khtml-block-placeholder" /></div><div>victoria nulla est quam quae confessos animo quoque subjugat hostes.</div><div>There is no victory, except when the enemy in his own mind acknowledges himself beaten.</div><div>Claudian, On the sixth Consulate of Honorius, 248</div><div><br class="khtml-block-placeholder" /></div><div>10 Book one Chapter 36 On the custom of wearing clothes</div><div><br class="khtml-block-placeholder" /></div><div>Proptereaque fere res omnes aut corio sunt, aur seta, aut conchis, aut callo, aut cortice tectae.</div><div>And for this reason, almost all things are covered with hide, or bristles, or shells, or hard skin, or bark.</div><div>Lucretius, IV, 935</div><div><br class="khtml-block-placeholder" /></div><div>tam vertice nudo excipere insanos imbres coelique ruinam.</div><div>With bare head he received the furious rain, and torrents falling from heaven.</div><div>Silius Italicus, I, 250</div><div><br class="khtml-block-placeholder" /></div><div>Nudaque consistunt formam servantia testae vina, nec hausta meri, sed data frusta bibunt.</div><div>And the wine ready for serving keeps the shape of the jar. They do not drink it neat, but hand it out in lumps.</div><div>Ovid, Tristia, III, x, 23</div><div><br class="khtml-block-placeholder" /></div><div>11 Book one Chapter 47 On the uncertainty of our judgement</div><div><br class="khtml-block-placeholder" /></div><div>Vinse Hannibal, et non seppe usar' poi</div><div>Ben la vittoriosa sua ventura.</div><div>Hannibal conquered, but then did not know how to make profitable use of his victory.</div><div>Petrarch, Sonnet, LXXXVII</div><div><br class="khtml-block-placeholder" /></div><div>Dum fortuna calet, dum conficit omnia terror.</div><div>When fortunne is aglow, and terror is all-conquering.</div><div>Lucan, VII, 734</div><div><br class="khtml-block-placeholder" /></div><div>Vincitur haud gratis iugulo qui provocat hostem.</div><div>A man who offers his throat to an enemy sells his life dear.</div><div>Lucan, VII, 734</div><div><br class="khtml-block-placeholder" /></div><div>Et male consultis pretium est: prudentia fallax, nec fortuna probat causas sequiturque merentes; sed vaga per cunctos nullo discrimine fertur; scilicet est aliud quod nos cogatque regatque maius, et in proprias ducat mortalia leges.</div><div>Often bad advice is of value, while good is deceptive. Fortune does not examine reasons or reward the deserving, but wanders where is will, guided by no discrimination. There is indeed a stronger power which controls us and rules us, and holds mortal laws subject to its own laws.</div><div>Manilius, iv, 95</div><div><br class="khtml-block-placeholder" /></div><div>12 Book one Chapter 50 On Democritus and Heraclitus</div><div><br class="khtml-block-placeholder" /></div><div>alter ridebat, quoties a limine moverat unum protuleratque pedem; flebat contrarius alter.</div><div>The one laughed from the moment he put one foot over his doorstep, the other, on the contrary, wept.</div><div>Juvenal, x, 28</div><div><br class="khtml-block-placeholder" /></div><div>13 Book one Chapter 55 On smells</div><div><br class="khtml-block-placeholder" /></div><div>Mulier tum bene olet, ubi nihil olet.</div><div>A woman has a good smell when she has no smell.</div><div>Mostellaria, I, iii, 117</div><div><br class="khtml-block-placeholder" /></div><div>Rides nos, Coracine, nil olentes, malo quam bene olere, nil olere.</div><div>You laugh at me, Coracinus, because I use no scent. I has rather smell of nothing than smell sweet. Martial, VI, lv, 4</div><div><br class="khtml-block-placeholder" /></div><div>Posthume, non bene olet, qui bene semper ole.</div><div>Posthumus, the man who always smells sweet does not smell sweet.</div><div>Martial, II, xii, 4</div><div><br class="khtml-block-placeholder" /></div><div>Namque sagacius unus odoror, Polypus, an gravis hirsutis cubet hircus in alis, quam canis acer ubi lateat sus.</div><div>For my nose is sharper, Polypus, at smelling the rank goat-smell of hairy armpits, than a dog at scenting our hidden game.</div><div>Horace, Epodes, XII, 4</div><div><br class="khtml-block-placeholder" /></div><div>14 Book two Chapter 8 On the affection of fathers for their children</div><div><br class="khtml-block-placeholder" /></div><div>et errat longe, mea quidem sententia, qui imperium credat esse gravius aut stablius vi quod fit, quam illud quod amicitia adiungitur.</div><div>A man is very wrong, at least in my opinion, who believes that power is stronger and more durable when imposed by force than when procured by friendship.</div><div>Terence, Adelphi, I, i, 40</div><div><br class="khtml-block-placeholder" /></div><div>Ma hor congiunto a giovinetta sposa,</div><div>Lieto homai de'figli, era invilito</div><div>Negli affetti di padre e di marito.</div><div>But now, wedded to a young wife and blessed with children, his affections as husband and father had weakened him.</div><div>Tasso, Gerusalemme liberata, X, 39</div><div><br class="khtml-block-placeholder" /></div><div>Solve senescentem mature sanus eqqum, ne peccet ad extremum ridendus, et ilia ducat.</div><div>Be wise in time, and unharness the ageing horse, lest in the end he fail ridiculously, and become broken winded.</div><div>Horace, Epistles, I, i, 8</div><div><br class="khtml-block-placeholder" /></div><div>Ille solus nescit omnia.</div><div>He alone is in complete ignorance.</div><div>Terence, Adelphi, IV, ii, 9</div><div><br class="khtml-block-placeholder" /></div><div>Tentatum mollescit ebur, positoque rigore subsedit digitis.</div><div>The ivory grows sofe at his touch; it loses hardness and yields to his fingers.</div><div>Ovid, Metamorphoses, x, 283</div><div><br class="khtml-block-placeholder" /></div><div>15 Book two Chapter 10 On books</div><div><br class="khtml-block-placeholder" /></div><div>Has suas ad metas sudet oportet equus.</div><div>This is the goal towards which my horse shold strain.</div><div>Propertius, IV, i, 70</div><div><br class="khtml-block-placeholder" /></div><div>O seclum insipiens et infacetum!</div><div>Oh tasteless and ignorant age!</div><div>Catullus, xliii, 8</div><div><br class="khtml-block-placeholder" /></div><div>liquidus puroque simillimus amni.</div><div>Flowing and like a pure stream.</div><div>Horace, Epistles, II, ii, 120</div><div><br class="khtml-block-placeholder" /></div><div>Excursusque breves tentat.</div><div>He attempts only short flights.</div><div>Virgil, Georgics, IV, 194</div><div><br class="khtml-block-placeholder" /></div><div>ego vero me minus diu senem esse mallem, quam esse senem, antequam essem.</div><div>For my part, I should prefer to have a shorter old age than to be old before my time.</div><div>Cicero, De Senectute, X</div><div><br class="khtml-block-placeholder" /></div><div>16 Book two Chapter 11 On cruelty</div><div><br class="khtml-block-placeholder" /></div><div>Deliberata morte ferocior.</div><div>More courageous after resolving to die.</div><div>Horace, Odes, I, xxxvii, 29</div><div><br class="khtml-block-placeholder" /></div><div>Haud ignarus quantum nova gloria in armis,  et praedulce decus primo certamine possit.</div><div>Knowing how potent is a new-born pride in arms, and the hope of winning glory in the first battle.</div><div>Virgil, Aeneid, XI, 154</div><div><br class="khtml-block-placeholder" /></div><div><br class="khtml-block-placeholder" /></div>]]>
        
    </content>
</entry>

<entry>
    <title>电影收藏 － 名著改编</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/post-2.html" />
    <id>tag:cyberhut.org,2007://1.4</id>

    <published>2007-10-01T04:52:28Z</published>
    <updated>2007-10-03T17:06:36Z</updated>

    <summary>Doctor ZhivagoLolittaLe hussard sur le toitAnna KareninaWuthering HeightsTessThe merchant of VeniceSense and sensibilityVanity fairOliver TwistThe age of innocenceThe unbearable lightness of beingClockwork orangeGone with the windPride and prejudice...</summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Cinema Paradiso》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Doctor Zhivago</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Lolitta</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Le hussard sur le toit</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Anna Karenina</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Wuthering Heights</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Tess</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">The merchant of Venice</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Sense and sensibility</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Vanity fair</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Oliver Twist</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">The age of innocence</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">The unbearable lightness of being</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Clockwork orange</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Gone with the wind</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Pride and prejudice</span></span></p>]]>
        
    </content>
</entry>

<entry>
    <title>电影收藏 － 非英法语片</title>
    <link rel="alternate" type="text/html" href="http://cyberhut.org/2007/10/post-1.html" />
    <id>tag:cyberhut.org,2007://1.3</id>

    <published>2007-10-01T04:51:28Z</published>
    <updated>2007-10-01T04:52:06Z</updated>

    <summary><![CDATA[Hable con ella (2002, Espanol) Directed by Pedro Almodóvar, starring Javier Cámara, Darío Grandinetti, Leonor Watling &amp; Rosario Flores.Melissa P.Lucia y el sexoL’amore in cittaCinema paradisoIl Gattopardo (1963, Italiano) Directed by Luchino Visconti, starring Burt Lancaster, Claudia Cardinale, Alain Delon...]]></summary>
    <author>
        <name>cg</name>
        
    </author>
    
        <category term="《Cinema Paradiso》" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en-US" xml:base="http://cyberhut.org/">
        <![CDATA[<p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Hable con ella (2002, Espanol) Directed by Pedro Almodóvar, starring Javier Cámara, Darío Grandinetti, Leonor Watling &amp; Rosario Flores.</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Melissa P.</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Lucia y el sexo</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">L’amore in citta</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Cinema paradiso</span></span></p><p style="text-align: left;"><span class="Apple-style-span" style="color: rgb(102, 102, 102); font-family: Verdana; font-size: 11.05px; "><span class="Apple-style-span" style="line-height: 20px;">Il Gattopardo (1963, Italiano) Directed by Luchino Visconti, starring Burt Lancaster, Claudia Cardinale, Alain Delon</span></span></p>]]>
        
    </content>
</entry>

</feed>
