<?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/"
	>

<channel>
	<title>哥哥万的博客 &#187; 谈天说地</title>
	<atom:link href="http://www.gegewan.org/cat/utilities/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gegewan.org</link>
	<description>我是哥哥万，也是gegewan，伪程序员</description>
	<lastBuildDate>Thu, 19 Aug 2010 02:49:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>一夫多妻的好处：供应商更多就意味着竞争更激烈，为客户提供的服务更好</title>
		<link>http://www.gegewan.org/html/176.html</link>
		<comments>http://www.gegewan.org/html/176.html#comments</comments>
		<pubDate>Thu, 19 Aug 2010 02:46:55 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/?p=176</guid>
		<description><![CDATA[亲爱的经济学家，
我生活在一个允许一夫多妻制、但男人大多只娶一个老婆的地方。我的一位朋友有两个老婆。有一次人家问他为什么娶俩，他调侃地说：“供应商更多就意味着竞争更激烈，为客户提供的服务更好。”通过直觉和观察，我知道，有两个老婆的人很少会过上“平静”的日子。作为经济学家，你会如何解释呢？
穆赫辛(Mohsin)，巴基斯坦
亲爱的穆赫辛，
你朋友正在展示一句老话的真谛：唯一比经济学家更危险的就是半吊子经济学家。他说得对的地方在于，事后他有可能享受到竞争带来的好处，但他没有考虑事前议价的问题。
事实上，大多数反对一夫多妻制的人根本不识数。一夫多妻制并不会创造额外的老婆，只会改变婚配机制。少数富裕或其它方面有吸引力的男人，每人会娶多个女人。这样，其他女人就处在供不应求的状态，在议价中占据强势地位。（在父权社会，在议价中占据强势地位的是这些女人的父亲们，但这并非一夫多妻制本身所致。）女人们得到了更多的选择：她们可与别人共侍一位百万富翁，也可以从地位较卑微的男人中选择伴侣——这些男人有许多一辈子也娶不上老婆，想必他们每个人都十分渴望讨女人欢心。
你朋友或许已找到一种办法来享受他的“双妻”婚姻，尽管我对此表示怀疑。聪明的女人会在嫁给一夫多妻者之前附加约束条件。你朋友肯定找到了办法来摆脱约束——要么他就是在隐瞒自己的痛苦。但有一点无疑是清楚的：他减少了对其他男人的老婆供应，让他们处在非常不利的地位。我不知道你到底为什么还认他作朋友。
]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/176.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress 上的CCK名字叫fresh-page</title>
		<link>http://www.gegewan.org/html/173.html</link>
		<comments>http://www.gegewan.org/html/173.html#comments</comments>
		<pubDate>Wed, 14 Jul 2010 00:51:37 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/173.html</guid>
		<description><![CDATA[我测试了，在wp3上没有问题，欢迎大家使用
]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/173.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux操作系统下IPTables配置方法详解</title>
		<link>http://www.gegewan.org/html/170.html</link>
		<comments>http://www.gegewan.org/html/170.html#comments</comments>
		<pubDate>Thu, 08 Jul 2010 03:09:18 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/170.html</guid>
		<description><![CDATA[
如果你的IPTABLES基础 知识还不了解,建议先去看看。

们来配置一个filter表的防火墙
1、查看本机关于IPTABLES的设置情况
[root@tp ~]# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Chain RH-Firewall-1-INPUT (0 references)
target prot opt source destination
ACCEPT all &#8212; 0.0.0.0/0 0.0.0.0/0
ACCEPT icmp &#8212; 0.0.0.0/0 0.0.0.0/0 icmp type 255
ACCEPT esp &#8212; 0.0.0.0/0 0.0.0.0/0
ACCEPT ah &#8212; 0.0.0.0/0 0.0.0.0/0
ACCEPT udp &#8212; [...]]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/170.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>libevent是什么？</title>
		<link>http://www.gegewan.org/html/171.html</link>
		<comments>http://www.gegewan.org/html/171.html#comments</comments>
		<pubDate>Wed, 07 Jul 2010 09:27:29 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/171.html</guid>
		<description><![CDATA[ libevent是什么？叫事件库吧

作者在libevent库中封装了IO事件,定时器事件,信号事件处理，我最喜欢的就是它对http的封装，很满足我这种菜鸟的需求


]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/171.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dspam是很强的反垃圾邮件程序</title>
		<link>http://www.gegewan.org/html/172.html</link>
		<comments>http://www.gegewan.org/html/172.html#comments</comments>
		<pubDate>Wed, 07 Jul 2010 08:51:34 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/172.html</guid>
		<description><![CDATA[ 最强的是他的libdspam，完全可以用来做二次开发用，这个程序刚开始用的时候可能不会有什么效果，需要用大量的垃圾邮件来训练dspam，让其学会识别垃圾邮件 
]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/172.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>新的笔记本词条</title>
		<link>http://www.gegewan.org/html/169.html</link>
		<comments>http://www.gegewan.org/html/169.html#comments</comments>
		<pubDate>Tue, 06 Jul 2010 23:12:59 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/169.html</guid>
		<description><![CDATA[ 这是新的笔记本词条，很好很强大。。。。 
]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/169.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>室内公共场全面禁烟解决不了实际问题</title>
		<link>http://www.gegewan.org/html/164.html</link>
		<comments>http://www.gegewan.org/html/164.html#comments</comments>
		<pubDate>Sun, 09 May 2010 22:30:00 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/164.html</guid>
		<description><![CDATA[我认为室内公共场合全面禁烟，解决不了实际问题，要解决实际问题应该立法禁止向他人免费提供香烟。
中新社北京5月10日电 (记者 曾利明)自2011年1月起，中国内地将在所有室内公共场所、室内工作场所、公共交通工具和其它可能的室外工作场所完全禁止吸烟。
国家卫生部妇社司司长杨青今天在卫生部例行新闻发布会透露这一信息时称，这是根据世界卫生组织《烟草控制框架公约》的要求提出的目标。
为做好控烟履约工作，发挥示范带头作用，卫生部、国家中医药管理局、总后勤卫生部和武警部队卫生部2009年5月联合发出《关于2011年起全国医疗卫生系统全面禁烟的决定》， 要求今年在军地所有卫生行政部门和至少50%的医疗卫生机构应建成无烟单位，确保2011年实现全国医疗卫生系统全面禁烟目标。
杨青透露，该部已成立由陈竺部长任组长的创建无烟机关活动领导小组，并规定部机关办公大楼内全面无烟，不在禁烟区域吸烟、不给他人递烟酒、不给领导敬烟、不接受他人敬烟；对主动戒烟并成功戒烟一年的职工给予500元人民币奖励；职工在办公大楼内吸烟或摆放烟缸烟具，发现一次通报批评，发现三次建议取消当年评选优秀公务员的资格。司局一年内发现超过3人次在办公大楼内吸烟或摆放烟缸烟具，建议取消该司局创建无烟卫生部机关领导小组成员的评选优秀公务员资格。
同时设立控烟监督举报电话和举报信箱，开展职工吸烟情况基线调查和终末调查，将于5月31日“世界无烟日”前，委托专家为卫生部职工提供戒烟指导和戒烟咨询服务，帮助吸烟职工戒烟。
&#160;

我觉得应该立法禁止向他人免费提供香烟，这样才能有效禁烟，这样做不仅能有效禁烟，而且还能预防青少年吸烟。
吸烟问题，大部分是由青少年时代开始的，青少年首次吸烟的主要来源不是自己购买的香烟，而是他人免费提供的香烟。而烟民的五分之一的来源也是来源于朋友之间或聚会等场合的免费香烟。如果能立法禁止向他人免费提供香烟，可以减少青少年吸烟的数量，也能减少烟民朋友吸烟的数量，这个才是解决问题的关键。
]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/164.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>世博焰火最佳免费观看点</title>
		<link>http://www.gegewan.org/html/158.html</link>
		<comments>http://www.gegewan.org/html/158.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 13:51:25 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/158.html</guid>
		<description><![CDATA[世博焰火最佳免费观看点：1. 从南码头渡口向西沿世博大道 2. 华丰路下车，走到白莲泾桥；请看地图上的紫色标识；开幕式的时间是4月30日晚上20点，焰火燃放时间是21点30分，没有条件去现场的同学在家看电视直播吧]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/158.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>密码保护：重要资料</title>
		<link>http://www.gegewan.org/html/137.html</link>
		<comments>http://www.gegewan.org/html/137.html#comments</comments>
		<pubDate>Sun, 31 Jan 2010 16:00:12 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/137.html</guid>
		<description><![CDATA[无法提供任何摘要。这是一篇受保护的文章。]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/137.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>密码保护：2010-2011财年的工作计划</title>
		<link>http://www.gegewan.org/html/136.html</link>
		<comments>http://www.gegewan.org/html/136.html#comments</comments>
		<pubDate>Fri, 29 Jan 2010 17:50:58 +0000</pubDate>
		<dc:creator>gegewan</dc:creator>
				<category><![CDATA[谈天说地]]></category>

		<guid isPermaLink="false">http://www.gegewan.org/html/136.html</guid>
		<description><![CDATA[无法提供任何摘要。这是一篇受保护的文章。]]></description>
		<wfw:commentRss>http://www.gegewan.org/html/136.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
