<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>点一盏心灯</title>
	<atom:link href="http://lileicc.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lileicc.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 06:13:42 +0000</lastBuildDate>
	<language>zh-cn</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lileicc.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>点一盏心灯</title>
		<link>http://lileicc.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lileicc.wordpress.com/osd.xml" title="点一盏心灯" />
	<atom:link rel='hub' href='http://lileicc.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Need for speed: Java overtakes C++?</title>
		<link>http://lileicc.wordpress.com/2012/01/19/need-for-speed-java-overtakes-c/</link>
		<comments>http://lileicc.wordpress.com/2012/01/19/need-for-speed-java-overtakes-c/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 06:03:50 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/2012/01/19/need-for-speed-java-overtakes-c/</guid>
		<description><![CDATA[Someone did an experiment here about the comparison of java and c++ performance. In this experiment, I will test the wall clock time of computing a multiplication of a 2000 by 2000 matrix  with a 2000 vector. Java is much faster than &#8230; <a href="http://lileicc.wordpress.com/2012/01/19/need-for-speed-java-overtakes-c/">繼續閱讀 <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=229&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Someone did an experiment <a href="http://ping80life.blogspot.com/2012/01/java-c.html">here</a> about the comparison of java and c++ performance.</p>
<p>In this experiment, I will test the wall clock time of computing a multiplication of a 2000 by 2000 matrix  with a 2000 vector.</p>
<p>Java is much faster than plain g++ compiler, comparable with O2 optimization, and only tiny slower than O3.</p>
<p>=======Result=========</p>
<p>+ javac jmatrix.java<br />
+ java jmatrix<br />
java allsum=1.8658666E16<br />
real<span style="color:#ff0000;"> 15.03</span><br />
user 17.30<br />
sys 8.69<br />
+ g++ cmatrix.cpp -o cmatrix<br />
+ ./cmatrix<br />
c++ allsum=1.86587e+16<br />
real <span style="color:#ff0000;">57.28</span><br />
user 57.25<br />
sys 0.02<br />
+ g++ -O2 cmatrix.cpp -o cmatrix2<br />
+ ./cmatrix2<br />
c++ allsum=1.86587e+16<br />
real<span style="color:#ff0000;"> 15.34</span><br />
user 15.33<br />
sys 0.02<br />
+ g++ -O3 cmatrix.cpp -o cmatrix3<br />
+ ./cmatrix3<br />
c++ allsum=1.86587e+16<br />
real <span style="color:#ff0000;">14.86</span><br />
user 14.85<br />
sys 0.02</p>
<p>======Specification of the machine===============</p>
<p>ubuntu 10.04 64 bit Linux 2.6.32-37-generic</p>
<p>g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3</p>
<p>OpenJDK Runtime Environment (IcedTea6 1.9.10) (6b20-1.9.10-0ubuntu1~10.04.2)<br />
OpenJDK 64-Bit Server VM (build 19.0-b09, mixed mode)</p>
<p>6 CPU</p>
<p>8G memory</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/229/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/229/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/229/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=229&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2012/01/19/need-for-speed-java-overtakes-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>
	</item>
		<item>
		<title>匹郊和伯镇犯罪率比较</title>
		<link>http://lileicc.wordpress.com/2011/12/22/%e5%8c%b9%e5%85%b9%e5%a0%a1%e5%92%8c%e4%bc%af%e5%85%8b%e5%88%a9%e7%8a%af%e7%bd%aa%e7%8e%87%e6%af%94%e8%be%83/</link>
		<comments>http://lileicc.wordpress.com/2011/12/22/%e5%8c%b9%e5%85%b9%e5%a0%a1%e5%92%8c%e4%bc%af%e5%85%8b%e5%88%a9%e7%8a%af%e7%bd%aa%e7%8e%87%e6%af%94%e8%be%83/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 08:08:43 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/?p=205</guid>
		<description><![CDATA[Comparison of crime rate between Pittsburgh (near CMU) and Berkeley (near UCB) The following maps show total crimes reported during 2011/11/09  - 2011/12/09, for about the same size of area covered. Pittsburgh: ~ 25 Berkeley: ~ 255<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=205&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Comparison of crime rate between Pittsburgh (near CMU) and Berkeley (near UCB)</p>
<p>The following maps show total crimes reported during 2011/11/09  - 2011/12/09, for about the same size of area covered.</p>
<p>Pittsburgh: ~ 25</p>
<p><a href="http://lileicc.files.wordpress.com/2011/12/pittsburgh-crime.png"><img class="alignnone size-full wp-image-206" title="pittsburgh-crime" src="http://lileicc.files.wordpress.com/2011/12/pittsburgh-crime.png?w=640" alt=""   /></a></p>
<p>Berkeley: ~ 255</p>
<p><a href="http://lileicc.files.wordpress.com/2011/12/berkeley-crime.png"><img class="alignnone size-full wp-image-207" title="berkeley-crime" src="http://lileicc.files.wordpress.com/2011/12/berkeley-crime.png?w=640&#038;h=473" alt="" width="640" height="473" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/205/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/205/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/205/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=205&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2011/12/22/%e5%8c%b9%e5%85%b9%e5%a0%a1%e5%92%8c%e4%bc%af%e5%85%8b%e5%88%a9%e7%8a%af%e7%bd%aa%e7%8e%87%e6%af%94%e8%be%83/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/12/pittsburgh-crime.png" medium="image">
			<media:title type="html">pittsburgh-crime</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/12/berkeley-crime.png" medium="image">
			<media:title type="html">berkeley-crime</media:title>
		</media:content>
	</item>
		<item>
		<title>installing &#8220;fascilitized&#8221; ubuntu 10.10 in SCS</title>
		<link>http://lileicc.wordpress.com/2011/10/04/installing-fascilitized-ubuntu-10-10-in-scs/</link>
		<comments>http://lileicc.wordpress.com/2011/10/04/installing-fascilitized-ubuntu-10-10-in-scs/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 17:58:22 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/?p=182</guid>
		<description><![CDATA[Today I installed a &#8220;fascilitized&#8221; ubuntu 10.10 on a group machine, alongside the original fedora 7. I choose to use the original partition of disks and install ubuntu on a new logic volume. Description: 4 disks, each with 500GB. Fedora &#8230; <a href="http://lileicc.wordpress.com/2011/10/04/installing-fascilitized-ubuntu-10-10-in-scs/">繼續閱讀 <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=182&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today I installed a &#8220;fascilitized&#8221; ubuntu 10.10 on a group machine, alongside the original fedora 7. I choose to use the original partition of disks and install ubuntu on a new logic volume.</p>
<p>Description: 4 disks, each with 500GB. Fedora is already installed on disk1.</p>
<p>Steps:</p>
<p>1. first check the disk partitions and logic volumes. (have to be root)</p>
<pre>#fdisk -l

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          13      104391   83  Linux
/dev/sda2              14       60801   488279610   8e  Linux LVM

Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1   *           1       60801   488384001   83  Linux

Disk /dev/sdc: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdc1   *           1       60802   488386528+  83  Linux

Disk /dev/sdd: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/sdd1   *           1       60801   488384001   83  Linux</pre>
<p>We see a logic partition in /dev/sda2.</p>
<p>2. find out the mount point of fedora and boot partition</p>
<pre># df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
                       24G   16G  6.7G  71% /
/dev/sdb1             459G  377G   59G  87% /usr1
/dev/sdc1             459G   85G  351G  20% /usr2
/dev/sdd1             459G  254G  182G  59% /usr3
/dev/mapper/VolGroup00-LogVol02
                      992M  379M  563M  41% /var
/dev/mapper/VolGroup00-LogVol03
                      992M  761M  180M  81% /var/cache/openafs
/dev/sda1              99M   45M   49M  48% /boot
tmpfs                 7.8G     0  7.8G   0% /dev/shm
none                  7.8G   32K  7.8G   1% /tkt
/dev/mapper/VolGroup00-LogVol01
                      402G  199M  382G   1% /usr0
AFS                   8.6G     0  8.6G   0% /afs</pre>
<p>3. Resizethe logic volumes and create one volume for ubuntu. This must be done outside fedore system on disk. One easy way is to get a usb disk with Fedora 14 live (or any latest fedora). Those distribution includes LVM (logical volume manager).</p>
<p>Resize the /dev/VolGroup00/LogVol01, and add a new volume of 25GB. After the resize the volumes will be:</p>
<pre># /usr/sbin/lvscan
  ACTIVE            '/dev/VolGroup00/LogVol00' [24.44 GB] inherit
  ACTIVE            '/dev/VolGroup00/LogVol02' [1.00 GB] inherit
  ACTIVE            '/dev/VolGroup00/LogVol03' [1.00 GB] inherit
  ACTIVE            '/dev/VolGroup00/LogVol01' [408.41 GB] inherit
  ACTIVE            '/dev/VolGroup00/LogVol04' [7.59 GB] inherit
  ACTIVE            '/dev/VolGroup00/LogVol05' [23.22 GB] inherit</pre>
<p>Note /dev/VolGroup00/LogVol05 is the one we will be installing ubuntu on.</p>
<p>4. Install the ubuntu onto the virtual partition /dev/VolGroup00/LogVol05</p>
<p>5. Copy the content from ubuntu&#8217;s boot partition to fedora&#8217;s boot partition</p>
<pre>vmlinuz-2.6.35-22-generic
vmcoreinfo-2.6.35-22-generic 
abi-2.6.35-22-generic 
initrd.img-2.6.35-22-generic 
System.map-2.6.35-22-generic</pre>
<p>6. Modify the startup file /boot/grub/grub.conf</p>
<pre># grub.conf generated by kernelmgr 2.89
#
# Note that you do not have to rerun grub after making changes to this file
#boot=/dev/sda
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
default=2
title Fedora (2.6.23.1-001-PSC) * PRIMARY * LKG
        root (hd0,0)
        kernel /vmlinuz-2.6.23.1-001-PSC ro root=/dev/VolGroup00/LogVol00 rhgb quiet _scs_tag_=2.6.23.1-001-PSC:*LKG,*PRIMARY,PSC
        initrd /initrd-2.6.23.1-001-PSC.img
title Fedora (2.6.23.1-001-GENERIC64)
        root (hd0,0)
        kernel /vmlinuz-2.6.23.1-001-GENERIC64 ro root=/dev/VolGroup00/LogVol00 rhgb quiet _scs_tag_=2.6.23.1-001-GENERIC64:*GENERIC,GENERIC64
        initrd /initrd-2.6.23.1-001-GENERIC64.img
title Ubuntu 10.10
        root (hd0,0)
        kernel /vmlinuz-2.6.35-22-generic ro root=/dev/mapper/VolGroup00-LogVol05 quiet
        initrd /initrd.img-2.6.35-22-generic</pre>
<p>Note we add the entry for ubuntu, and set the default boot will be ubuntu</p>
<p>7. Mount the all other partitions to ubuntu</p>
<pre>sudo cp /etc/fstab /etc/fstab_backup
sudo nano /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s UUID' to print the universally unique identifier
# for a device; this may be used with UUID= as a more robust way to name
# devices that works even if disks are added and removed. See fstab(5).
#
# &lt;file system&gt; &lt;mount point&gt;   &lt;type&gt;  &lt;options&gt;       &lt;dump&gt;  &lt;pass&gt;
proc            /proc           proc    nodev,noexec,nosuid 0       0
/dev/mapper/VolGroup00-LogVol05 /               ext3    errors=remount-ro 0       1
/dev/mapper/VolGroup00-LogVol01 /usr0           ext3    defaults        0       2
/dev/mapper/VolGroup00-LogVol00 /fedora7-root   ext3    defaults        0       2
/dev/VolGroup00/LogVol02 /fedora7-root/var                    ext3    defaults        0 2
/dev/VolGroup00/LogVol03 /fedora7-root/var/cache/openafs      ext2    defaults        0 2
/dev/mapper/VolGroup00-LogVol04 none            swap    sw              0       0
/dev/fd0        /media/floppy0  auto    rw,user,noauto,exec,utf8 0       0
UUID=9cbeae77-8fb1-4a04-a570-2a03f5e6df86       /boot                   ext3    defaults        0 2
UUID=2c835369-fd37-4ef7-ba87-0ee2aca8da48               /usr1ext3     defaults        1 2
UUID=0a0f672f-242c-44db-b12a-ca4a75b2cf4c               /usr2ext3     defaults        1 2
UUID=e047ea3f-3a64-4e38-9e43-48aff2e5859d               /usr3ext3     defaults        1 2</pre>
<p>8. Install support for afs and kerberos</p>
<p>9. Find and install printers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/182/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/182/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/182/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=182&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2011/10/04/installing-fascilitized-ubuntu-10-10-in-scs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>
	</item>
		<item>
		<title>US national debts and gross domestic product</title>
		<link>http://lileicc.wordpress.com/2011/07/30/us-national-debts-and-gross-domestic-product/</link>
		<comments>http://lileicc.wordpress.com/2011/07/30/us-national-debts-and-gross-domestic-product/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 21:15:24 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[economy]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/?p=191</guid>
		<description><![CDATA[Continue the previous, the following figure shows US gross debts against gross domestic product (GDP) in current dollars.  The same figure in log scale, better showing the trend. Since the great depression, The US GDP increases exponentially at a almost &#8230; <a href="http://lileicc.wordpress.com/2011/07/30/us-national-debts-and-gross-domestic-product/">繼續閱讀 <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=191&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Continue the previous, the following figure shows US gross debts against gross domestic product (GDP) in current dollars. <a href="http://lileicc.files.wordpress.com/2011/07/us-debts-1929-2010.png"><img class="alignnone size-full wp-image-192" title="us-debts-1929-2010" src="http://lileicc.files.wordpress.com/2011/07/us-debts-1929-2010.png?w=640&#038;h=427" alt="" width="640" height="427" /></a></p>
<p>The same figure in log scale, better showing the trend. Since the great depression, The US GDP increases exponentially at a almost constant rate over the past eighty years. Over the short course, the US gross debts overwhelms GDP at one time around 1945-1947, perhaps due to the war. However, it was fortunate that the debts increased (or even decreased in some years) much slower. The question to ask today is, do we still have the same driving force for the GDP growth while resisting the temptation of more borrowings. <a href="http://lileicc.files.wordpress.com/2011/07/us-debts-1929-2010-log.png"><img class="alignnone size-full wp-image-193" title="us-debts-1929-2010-log" src="http://lileicc.files.wordpress.com/2011/07/us-debts-1929-2010-log.png?w=640&#038;h=427" alt="" width="640" height="427" /></a></p>
<p>Here shows the percentage of US debts to GDP. The historical highs are during the world war II and post war period. The ratio drops gradually and stables at national lows around 31% in 1970&#8242;s. It grows again in 1980&#8242;s and drops at 1995. After 2001, it soars again.<a href="http://lileicc.files.wordpress.com/2011/07/us-debts-gdp-ratio-1929-2010.png"><img class="alignnone size-full wp-image-194" title="us-debts-gdp-ratio-1929-2010" src="http://lileicc.files.wordpress.com/2011/07/us-debts-gdp-ratio-1929-2010.png?w=640&#038;h=423" alt="" width="640" height="423" /></a>References:</p>
<p>[1] GDP data is from Department of Commerce,  <a href="http://www.bea.gov/national/index.htm#gdp">http://www.bea.gov/national/index.htm#gdp</a></p>
<p>[2] United States Department of the Treasury, <a href="http://www.treasurydirect.gov/govt/reports/pd/histdebt/histdebt.htm">http://www.treasurydirect.gov/govt/reports/pd/histdebt/histdebt.htm</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/191/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/191/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/191/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=191&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2011/07/30/us-national-debts-and-gross-domestic-product/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/07/us-debts-1929-2010.png" medium="image">
			<media:title type="html">us-debts-1929-2010</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/07/us-debts-1929-2010-log.png" medium="image">
			<media:title type="html">us-debts-1929-2010-log</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/07/us-debts-gdp-ratio-1929-2010.png" medium="image">
			<media:title type="html">us-debts-gdp-ratio-1929-2010</media:title>
		</media:content>
	</item>
		<item>
		<title>numbers speak, us debts</title>
		<link>http://lileicc.wordpress.com/2011/07/30/numbers-speak-us-debts/</link>
		<comments>http://lileicc.wordpress.com/2011/07/30/numbers-speak-us-debts/#comments</comments>
		<pubDate>Sat, 30 Jul 2011 16:15:43 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[economy]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/?p=184</guid>
		<description><![CDATA[Over the past decades, the us total debts (including public debts and intragovernmental debts) soar exponentially. The following figure shows the gross debts in dollar amount from 1946 to 2010. The same figure in log scale, you will clearly see &#8230; <a href="http://lileicc.wordpress.com/2011/07/30/numbers-speak-us-debts/">繼續閱讀 <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=184&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Over the past decades, the us total debts (including public debts and intragovernmental debts) soar exponentially.</p>
<p>The following figure shows the gross debts in dollar amount from 1946 to 2010.</p>
<p><a href="http://lileicc.files.wordpress.com/2011/07/us-debts-1946-2010.png"><img class="alignnone size-full wp-image-186" title="us-debts-1946-2010" src="http://lileicc.files.wordpress.com/2011/07/us-debts-1946-2010.png?w=640&#038;h=303" alt="" width="640" height="303" /></a></p>
<p>The same figure in log scale, you will clearly see the exponential increase over the period 1970-1995, and 2001-2010.<a href="http://lileicc.files.wordpress.com/2011/07/us-debts-1946-2010-log.png"><img class="alignnone size-full wp-image-187" title="us-debts-1946-2010-log" src="http://lileicc.files.wordpress.com/2011/07/us-debts-1946-2010-log.png?w=640&#038;h=296" alt="" width="640" height="296" /></a></p>
<p>next post I will show some figures about US GDP for your comparison.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=184&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2011/07/30/numbers-speak-us-debts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/07/us-debts-1946-2010.png" medium="image">
			<media:title type="html">us-debts-1946-2010</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/07/us-debts-1946-2010-log.png" medium="image">
			<media:title type="html">us-debts-1946-2010-log</media:title>
		</media:content>
	</item>
		<item>
		<title>Pittsburgh ranked #1 livable city in US</title>
		<link>http://lileicc.wordpress.com/2011/02/25/pittsburgh-ranked-1-livable-city-in-us/</link>
		<comments>http://lileicc.wordpress.com/2011/02/25/pittsburgh-ranked-1-livable-city-in-us/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 22:43:48 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/?p=176</guid>
		<description><![CDATA[according to Economist 2011. A small comparison. ﻿ check the original post at http://discover.news.163.com/special/liveability/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=176&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>according to Economist 2011. A small comparison.</p>
<p>﻿<a href="http://lileicc.files.wordpress.com/2011/02/livable-cities.png"><img class="alignnone size-full wp-image-177" title="livable-cities" src="http://lileicc.files.wordpress.com/2011/02/livable-cities.png?w=640&#038;h=544" alt="" width="640" height="544" /></a></p>
<p>check the original post at <a href="http://discover.news.163.com/special/liveability/">http://discover.news.163.com/special/liveability/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=176&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2011/02/25/pittsburgh-ranked-1-livable-city-in-us/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>

		<media:content url="http://lileicc.files.wordpress.com/2011/02/livable-cities.png" medium="image">
			<media:title type="html">livable-cities</media:title>
		</media:content>
	</item>
		<item>
		<title>写在慈善大赛结束的前夜&#8211;一个OCEF义工的回忆和感言 转载 from mitbbs</title>
		<link>http://lileicc.wordpress.com/2009/11/07/%e5%86%99%e5%9c%a8%e6%85%88%e5%96%84%e5%a4%a7%e8%b5%9b%e7%bb%93%e6%9d%9f%e7%9a%84%e5%89%8d%e5%a4%9c-%e4%b8%80%e4%b8%aaocef%e4%b9%89%e5%b7%a5%e7%9a%84%e5%9b%9e%e5%bf%86%e5%92%8c%e6%84%9f%e8%a8%80/</link>
		<comments>http://lileicc.wordpress.com/2009/11/07/%e5%86%99%e5%9c%a8%e6%85%88%e5%96%84%e5%a4%a7%e8%b5%9b%e7%bb%93%e6%9d%9f%e7%9a%84%e5%89%8d%e5%a4%9c-%e4%b8%80%e4%b8%aaocef%e4%b9%89%e5%b7%a5%e7%9a%84%e5%9b%9e%e5%bf%86%e5%92%8c%e6%84%9f%e8%a8%80/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 17:59:03 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/2009/11/07/%e5%86%99%e5%9c%a8%e6%85%88%e5%96%84%e5%a4%a7%e8%b5%9b%e7%bb%93%e6%9d%9f%e7%9a%84%e5%89%8d%e5%a4%9c-%e4%b8%80%e4%b8%aaocef%e4%b9%89%e5%b7%a5%e7%9a%84%e5%9b%9e%e5%bf%86%e5%92%8c%e6%84%9f%e8%a8%80</guid>
		<description><![CDATA[非常感动。&#8212;&#8212;发信人: plead (PNG), 信区: Donation 标 题: 写在慈善大赛结束的前夜&#8211;一个OCEF义工的回忆和感言 发信站: BBS 未名空间站 (Fri Nov 6 02:04:11 2009, 美东) （以下言论只代表我个人，一个渺小的个体所看之世界，匆匆而就，如有疏漏或不周之处，请原谅） 在America’s Giving Challenge刚开始时，我就想写一些在OCEF做监察工作中的所见所闻。但在过去的半个月中，实在太多慈善大赛的事需要follow-up。不单是 我，而是每个参与OCEF Challenge组织工作的义工每天需要看一百多封email，并做出comments。 在慈善大赛结束前的今晚，我无法抑制住写下一个甚至不能称之为故事的场景，一个萦绕我心多年，而未能忘怀的场景。 2006年初秋的一个傍晚，我置身于暮色渐浓的皖中乡村，除了远处依稀可见的几颗星星和若隐若显的灯光，四周宛如黑幕。这不是我第一次做OCEF的乡村监 察，所以我自然戴有监察必需品—头灯。我也知道，似乎四周灯火渺渺，但实际远近都有人烟。只不过，因为农村用电贵，所以在贫困地区的村民都尽量少开灯。 这是OCEF设在安徽舒城的一个资助点，当年该资助点共有受助学生25～27人（sorry, 今晚没时间查准确数据了。）我正去往当天最后4个学生家探访的途中，之后就可以结束这次6天的安徽监察之旅了。在村民指引下，我来到L同学的家门。这是一 座土坌房，换言之，用泥土坌实成墙，上面搭上大梁和屋顶建成的房子。说实在，这样的房屋在监察过程中已经见得太多，再也无法引发我的好奇。无论是东北，华 中还是西南，土坌房的差别只在于建筑的年份和大小，以及，坍塌度。L同学的房屋虽然有些倾斜破损，但还算“高大安全”—相比起我以前见过的只有2米高的土 坌房来说。大多数住土坌房的人都不会舍得经常开灯，所以里面即便是漆黑一片，也必然有人在。因此，我是带着轻松的心情敲开那扇大门（不要骂我凉薄，太易动 情的监察员恐怕会有抑郁症）。 果然，一个男人的声音在门后传出来。我连忙回答是基金会派来探访的人，陪我来的老师也帮忙翻译解释（我普通话一般般，对方更只会讲安徽话）。于是门打开 了，我得以进入这间漆黑的屋子，一个小姑娘应声从里屋的烛光中走出。我正要开腔，却发现在微弱的烛光中，又走出两个女人，两个衣衫不整的女人。我愣了一 下，正寻思该做如何反应才算得体。只听L的父亲咕哝了几句，于是小姑娘带着那两个女人又退回里屋。L父一边摸索着开灯，一边比划着请我们往屋里再走几步。 灯亮了，我终于看清了L父，一个矮小黝黑，左手有残疾的独眼中年男人。 我开始例行程序观察屋内摆设和家电。其实在屋外我就知道没什么可看，家电不过是电灯一盏，家具不过是破旧方桌一个，加上一条板凳，全家最新的就是帖在墙上的年画。一切都在意料之中。 监察家访的第二步是问话。按照OCEF监察规定，陪同来的老师或local coordinator应站在远处，不能参与对话。于是我和L父开始艰辛的沟通工作，询问L家的主业是什么，家里有几口人，有多少地，种了什么农作物，有 多少家畜家禽，过去一年收了多少粮食，买了多少化肥，交了多少税费，纯收入是多少,可有外债…… &#8230; <a href="http://lileicc.wordpress.com/2009/11/07/%e5%86%99%e5%9c%a8%e6%85%88%e5%96%84%e5%a4%a7%e8%b5%9b%e7%bb%93%e6%9d%9f%e7%9a%84%e5%89%8d%e5%a4%9c-%e4%b8%80%e4%b8%aaocef%e4%b9%89%e5%b7%a5%e7%9a%84%e5%9b%9e%e5%bf%86%e5%92%8c%e6%84%9f%e8%a8%80/">繼續閱讀 <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=3&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!D4742974F8D6D4B4!829" class="bvMsg">非常感动。<br />&#8212;&#8212;<br />发信人: plead (PNG), 信区: Donation<br />
标  题: 写在慈善大赛结束的前夜&#8211;一个OCEF义工的回忆和感言<br />
发信站: BBS 未名空间站 (Fri Nov  6 02:04:11 2009, 美东)</p>
<p>
（以下言论只代表我个人，一个渺小的个体所看之世界，匆匆而就，如有疏漏或不周之处，请原谅）</p>
<p>
在America’s Giving<br />
Challenge刚开始时，我就想写一些在OCEF做监察工作中的所见所闻。但在过去的半个月中，实在太多慈善大赛的事需要follow-up。不单是<br />
我，而是每个参与OCEF Challenge组织工作的义工每天需要看一百多封email，并做出comments。<br />
在慈善大赛结束前的今晚，我无法抑制住写下一个甚至不能称之为故事的场景，一个萦绕我心多年，而未能忘怀的场景。</p>
<p>2006年初秋的一个傍晚，我置身于暮色渐浓的皖中乡村，除了远处依稀可见的几颗星星和若隐若显的灯光，四周宛如黑幕。这不是我第一次做OCEF的乡村监<br />
察，所以我自然戴有监察必需品—头灯。我也知道，似乎四周灯火渺渺，但实际远近都有人烟。只不过，因为农村用电贵，所以在贫困地区的村民都尽量少开灯。</p>
<p>这是OCEF设在安徽舒城的一个资助点，当年该资助点共有受助学生25～27人（sorry,<br />
今晚没时间查准确数据了。）我正去往当天最后4个学生家探访的途中，之后就可以结束这次6天的安徽监察之旅了。在村民指引下，我来到L同学的家门。这是一<br />
座土坌房，换言之，用泥土坌实成墙，上面搭上大梁和屋顶建成的房子。说实在，这样的房屋在监察过程中已经见得太多，再也无法引发我的好奇。无论是东北，华<br />
中还是西南，土坌房的差别只在于建筑的年份和大小，以及，坍塌度。L同学的房屋虽然有些倾斜破损，但还算“高大安全”—相比起我以前见过的只有2米高的土<br />
坌房来说。大多数住土坌房的人都不会舍得经常开灯，所以里面即便是漆黑一片，也必然有人在。因此，我是带着轻松的心情敲开那扇大门（不要骂我凉薄，太易动<br />
情的监察员恐怕会有抑郁症）。</p>
<p>果然，一个男人的声音在门后传出来。我连忙回答是基金会派来探访的人，陪我来的老师也帮忙翻译解释（我普通话一般般，对方更只会讲安徽话）。于是门打开<br />
了，我得以进入这间漆黑的屋子，一个小姑娘应声从里屋的烛光中走出。我正要开腔，却发现在微弱的烛光中，又走出两个女人，两个衣衫不整的女人。我愣了一<br />
下，正寻思该做如何反应才算得体。只听L的父亲咕哝了几句，于是小姑娘带着那两个女人又退回里屋。L父一边摸索着开灯，一边比划着请我们往屋里再走几步。<br />
灯亮了，我终于看清了L父，一个矮小黝黑，左手有残疾的独眼中年男人。</p>
<p>我开始例行程序观察屋内摆设和家电。其实在屋外我就知道没什么可看，家电不过是电灯一盏，家具不过是破旧方桌一个，加上一条板凳，全家最新的就是帖在墙上的年画。一切都在意料之中。</p>
<p>监察家访的第二步是问话。按照OCEF监察规定，陪同来的老师或local<br />
coordinator应站在远处，不能参与对话。于是我和L父开始艰辛的沟通工作，询问L家的主业是什么，家里有几口人，有多少地，种了什么农作物，有<br />
多少家畜家禽，过去一年收了多少粮食，买了多少化肥，交了多少税费，纯收入是多少,可有外债……<br />
在我和L父的对答期间，里屋窸窸窣窣的衣物声一直未停。等我和LF讲得七七八八，小姑娘一边帮另外两人整理仪容，一边微笑着走出来。借助昏暗的灯光，我终<br />
于看清L妹妹，一个13，4岁清清秀秀的姑娘，也同时看清站在身边的两个女人，似乎不算年长，但她们的神情却明确地告诉我，这是两位重度智障人士… …<br />
L妹妹和我打过招呼，接着告诉我旁边那两位是她的母亲和姐姐。回想到刚进门看到的场景，我了然于心。</p>
<p>在中国农村，残疾和疾病是贫穷的两大因素。OCEF资助的孩子有超过大半都是这样的家境。贫困-疾病-残疾-贫困-失学-贫困，这几乎已经成为一个恶性循<br />
环，甚至是一个可以将人置于无望困境的死结，从而产生更多的贫困人口。而贫困地区的残疾人口则是整个社会最底层，底到贴着泥土爬行。一个贫困的农村残障人<br />
士，如果他们希望嫁/娶一位身体健全的人，往往只能在智障的健全人中婚配，由此组成天残地缺的家庭。一定会有人说，这样的人根本不应婚嫁。但谁能撚灭生活<br />
在最最底层的人寻觅一线可能的家庭幸福呢，即便这种幸福或不幸各人看来不同。</p>
<p>按OCEF监察程序第三步，监察员要询问学生的学习兴趣，核对申请表和收款表上的签名，询问收款数额和收款时间地点，款项用途，local<br />
coordinator是否对她做过家访，她身边还有哪些同学得到资助，是否还有其他基金会资助她(们)等等。OCEF的宗旨是，资助希望读书的孩子，而<br />
不以孩子的学习成绩作为评判。因为我们相信，虽然人的智力有高下之分，但每个人生来都有接受教育的权利，而这个权利不因出生，民族，家境，成绩而灭失。所<br />
以，OCE发放的是助学金，而非奖学金，我们要提供给孩子一个学习的机会，一个选择去改变人生的机会。</p>
<p>我貌似一切如常地询问L妹妹的学习情况，收款情况。L妹妹对答有条有理，态度自然，不卑不亢。我忽然觉得眼前的这位小姑娘有着与其他受助孩子不同的气质，<br />
甚至，她的落落大方让我有一种出众的感觉。这真的令我很惊讶，在我以往探访过的孩子中，绝大多数乡村儿童因为家贫，很少接触外面的人事，面对生人时会不自<br />
觉的紧张。我见过因为因家境悲凉而潸然落泪的少年，也见过紧张得手心流汗说不出话的孩子，见过懵懂的娃娃，也见过不忿的学生。<br />
而眼前这位L妹妹，一家4口，只有她一人拥有健全的智力和身体，她最远的地方只去过47公里以外的合肥，她需要从小帮助残障的父亲照料智障的母亲和姐姐，<br />
承受外人的各式各样的目光。就是这么一个生活在社会底层，受人歧视的家庭里的小姑娘，却居然让我想到“大气”二字。</p>
<p>该到监察家访的最后一个环节&#8211;拍照了。我要拍两张相片，一张室内一张房屋外观，学生本人需要出现在相片中。说实在，安徽之行前，考虑到要进大别山，想轻<br />
装上阵，于是我没有用单反相机，只带了个傻瓜机。结果这个选择让我后悔了一路。因为即便位于中原地区，安徽贫困村民仍不舍得用瓦数高一点的灯胆，昏暗灯光<br />
下傻瓜机拍出的相片实在有负重任。</p>
<p>听到说要拍照，L妹妹连忙帮母亲和姐姐整理衣服头发，之后，她把父母和姐姐推到中间，自己却站在母亲和姐姐身后，经我要求她才站在中间。看到这，我真是很<br />
感慨，换做是我，我会坦然地在镜头前展现自己家庭的“缺陷”，还是会选择尽量掩盖来维护自己的脸面呢？我想，如果我处于这样的家庭中，也许我会消极自卑，<br />
也许我会怨天尤人，愤愤不平，至少，我无法象L妹妹那么坦然而乐观。</p>
<p>我很想多了解一下这个小姑娘，因为她是那么与众不同。但无奈后面还有3户学生需要走访，只好在逗留她家半个多小时后离去。但她那不卑不亢，乐观自然的神情，在3年后的今天，仍让我想起，甚至是尊敬，尊敬这积极向上，不言放弃的生命力。</p>
<p>每次见到受助学生和他们的家长，我都会和他们握手，无论伸过来的手是冷是热，是沾满泥土还是污垢。因为我们都是平等的，这种平等不因金钱施受而改变。钱真<br />
的不多，一年三百多人民币不过50美金。我每每对连声道谢的受助学生和家长说，人需要互相帮助，我们带给你们的只是一个机会，真正的希望，改变命运的希望<br />
在你们自己手中。</p>
<p>在中国广袤的农村，也许还有许多象L妹妹这样的孩子，他们的存在映射出中国的现状，也映射出中华民族的希望。</p>
<p>自从两个华人charity在各华人论坛发起募捐以来，有令人感动的众志成城，也有不同的声音出现。我，仅仅作为一个走访过受助学生的人，想对纷争的人<br />
说，希望在民。无论你对中国的政府和制度是什么看法，真正能决定中华民族走向的，不是一个政党，不是一群精英，而是千千万万的大众。在网络上赞美或谩骂制<br />
度，都不能从根本上改变什么。只有当这个民族有足够多受到教育，可以独立思考判断的公民时，这个民族才无惧于挑战。知易行难，坐言起行，何不从你我做起？</p>
<p>少年智则中国智， 少年强则中国强。强健中华，捐资助学。浩浩中华，希望在我！</p>
<p>贫困离我们并不遥远。<br />
不必去到塞北边陲，不必入深山老林，就在霓光幻彩的城墙之下，就有亟待我们伸出援助之手的孩子。广袤土地上的人民不因我们在此高谈阔论口舌之争而受惠，不<br />
会因发表几句民主宣言和谐盛世而得到幸福。 那些流离失所的孩子，无法获得教育的孩子，他们是无辜的。<br />
你可以为黑暗中的孩子点燃一盏烛光，也可以视若无睹。</p>
<p>你，会是那只为黑暗中的孩子带来光亮的萤火虫吗？ 我们，可以汇聚成一片萤光，照亮前路的希望吗？</p>
<p></p>
<span style="text-align:center; display: block;"><a href="http://lileicc.wordpress.com/2009/11/07/%e5%86%99%e5%9c%a8%e6%85%88%e5%96%84%e5%a4%a7%e8%b5%9b%e7%bb%93%e6%9d%9f%e7%9a%84%e5%89%8d%e5%a4%9c-%e4%b8%80%e4%b8%aaocef%e4%b9%89%e5%b7%a5%e7%9a%84%e5%9b%9e%e5%bf%86%e5%92%8c%e6%84%9f%e8%a8%80/"><img src="http://img.youtube.com/vi/YUeTOq17l40/2.jpg" alt="" /></a></span></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=3&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2009/11/07/%e5%86%99%e5%9c%a8%e6%85%88%e5%96%84%e5%a4%a7%e8%b5%9b%e7%bb%93%e6%9d%9f%e7%9a%84%e5%89%8d%e5%a4%9c-%e4%b8%80%e4%b8%aaocef%e4%b9%89%e5%b7%a5%e7%9a%84%e5%9b%9e%e5%bf%86%e5%92%8c%e6%84%9f%e8%a8%80/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>
	</item>
		<item>
		<title>中秋</title>
		<link>http://lileicc.wordpress.com/2009/10/05/%e4%b8%ad%e7%a7%8b/</link>
		<comments>http://lileicc.wordpress.com/2009/10/05/%e4%b8%ad%e7%a7%8b/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 23:27:33 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[Social]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/2009/10/05/%e4%b8%ad%e7%a7%8b</guid>
		<description><![CDATA[今年国庆又迎中秋。看完阅兵又看中秋。  ***打电话回家，欣闻爸爸路考通过，顺利拿到驾照。  ***中秋一大早起来接到张旸来电，说是晶晶从国内寄来了喜糖（谢谢老同学这份情谊啊，千里从上海寄到匹兹堡！），让我顺便过去取。我家到他家走路5分钟，瞬间也就到了。喜糖用金色蝴蝶结扎好装在一个精致的盒子里，印着新娘新郎的照片，新娘太pp，新郎太帅！差点没认出来，看着看着觉得神情确实还是记忆中的样子。卡片上的字写得依然是那么漂亮（想起刚被老妈批评寄回家的信字写得不好）。看得出一定一定费了很多心思精心准备这场婚礼。遥祝新婚快乐！   ***今年CMU中秋晚会挺赞，节目diversity上大有提高。情歌王子张fellow继续雄霸CMU歌坛。请来的武术表演非常精彩。印象很深的还有两个传统歌曲我爱你中国，两个女生飙高音飙的太专业了，可以超越当年塞北的雪。还有一个舞林高手的独舞也很赞。有个小伙自填了一首歌送给他女朋友，说是前一天晚上填词到4点。太令人感动了。不得不说主持人很赞啊，声音很好。其中之一是来自我们系的刘玉翔。  ***中秋夜与大伙一起开车上Mt Washington赏月，月是没赏脸，没看到月亮，可以看看郭总照片（所以生活缺少发现，只有机缘巧合才能抓住精彩瞬间） (大赞郭总摄影技术和抓拍时机！see 中秋月和中秋夜） 看了匹兹堡市中心的夜景。每次看都是不同的体会。（大赞师弟，照片比实景更好看！）  ***第一次开车上高速，有惊无险。多谢郭总和任凯指路，特别是任凯看到了最重要的Liberty Bridge的路牌，使我们在跟丢了之后居然还能走对了路。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=4&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!D4742974F8D6D4B4!815" class="bvMsg">今年国庆又迎中秋。看完阅兵又看中秋。<br />  ***<br />打电话回家，欣闻爸爸路考通过，顺利拿到驾照。<br />  ***<br />中秋一大早起来接到张旸来电，说是晶晶从国内寄来了喜糖（谢谢老同学这份情谊啊，千里从上海寄到匹兹堡！），让我顺便过去取。我家到他家走路5分钟，瞬间也就到了。<br />喜糖用金色蝴蝶结扎好装在一个精致的盒子里，印着新娘新郎的照片，新娘太pp，新郎太帅！差点没认出来，看着看着觉得神情确实还是记忆中的样子。卡片上的字写得依然是那么漂亮（想起刚被老妈批评寄回家的信字写得不好）。看得出一定一定费了很多心思精心准备这场婚礼。遥祝新婚快乐！<br /><span><a href="https://jcpmpg.blu.livefilestore.com/y1mvtbVF2TY7WBC_e9TSCIT4JJZrOcyxuKM4pktOIcTV3s3mKETbJszmzBOlLo8OO6qzvQvs8rYmfdv83NIVHUOQoEUzQhhRvcTTo_n1PP1H3XDOBK-risyLxbEWksiZrwM9pxRGG0WboF2u0Afi-VXtw/DSC00109.JPG" target="_blank" rel="WLPP;url=https://jcpmpg.blu.livefilestore.com/y1mvtbVF2TY7WBC_e9TSCIT4JJZrOcyxuKM4pktOIcTV3s3mKETbJszmzBOlLo8OO6qzvQvs8rYmfdv83NIVHUOQoEUzQhhRvcTTo_n1PP1H3XDOBK-risyLxbEWksiZrwM9pxRGG0WboF2u0Afi-VXtw/DSC00109.JPG"><img src="https://jcpmpg.blu.livefilestore.com/y1mvtbVF2TY7WBC_e9TSCIT4JJZrOcyxuKM4pktOIcTV3s3mKETbJszmzBOlLo8OO6qzvQvs8rYmfdv83NIVHUOQoEUzQhhRvcTTo_n1PP1H3XDOBK-risyLxbEWksiZrwM9pxRGG0WboF2u0Afi-VXtw/DSC00109.JPG" align="" /></a></span></p>
<p>  ***<br />今年CMU中秋晚会挺赞，节目diversity上大有提高。情歌王子张fellow继续雄霸CMU歌坛。请来的武术表演非常精彩。印象很深的还有两个传统歌曲我爱你中国，两个女生飙高音飙的太专业了，可以超越当年塞北的雪。还有一个舞林高手的独舞也很赞。有个小伙自填了一首歌送给他女朋友，说是前一天晚上填词到4点。太令人感动了。不得不说主持人很赞啊，声音很好。其中之一是来自我们系的刘玉翔。<br />  ***<br />中秋夜与大伙一起开车上Mt Washington赏月，月是没赏脸，没看到月亮，可以看看郭总照片（所以生活缺少发现，只有机缘巧合才能抓住精彩瞬间）<br />
<img src="https://myq6ua.bay.livefilestore.com/y1mZk3v4RxRGl-6rUEeAtQoLT19DoJgtxbQoXbdKrRrc-HyOxc3ygxKIajKwPFpL9cLflR2Ebl25GuilCvZxzmsZBfH95brwZjFOpezc54pWvoavyaZfim3Fqyp40zmoFcuo-62lDjQPbb00T9U2mmAhA/2778.JPG" /><br />
(大赞<a href="http://fanguo9.spaces.live.com/default.aspx">郭总</a>摄影技术和抓拍时机！see <a href="http://fanguo9.spaces.live.com/blog/cns!CA5E8BA1BB50CF0B!444.entry">中秋月</a>和<a href="http://fanguo9.spaces.live.com/blog/cns!CA5E8BA1BB50CF0B!452.entry">中秋夜</a>）</p>
<p>看了匹兹堡市中心的夜景。每次看都是不同的体会。<br /><span><a href="http://lileicc.files.wordpress.com/2009/10/91b3899d94b1a1a9a72c17ac8085fef6.jpg?w=300" target="_blank" rel="WLPP;url=http://lileicc.files.wordpress.com/2009/10/91b3899d94b1a1a9a72c17ac8085fef6.jpg?w=300"><img src="http://lileicc.files.wordpress.com/2009/10/91b3899d94b1a1a9a72c17ac8085fef6.jpg?w=300" /></a></span><span><a href="http://lileicc.files.wordpress.com/2009/10/63003f128f3821c6ed630006d9438edc.jpg?w=300" target="_blank" rel="WLPP;url=http://lileicc.files.wordpress.com/2009/10/63003f128f3821c6ed630006d9438edc.jpg?w=300"><img src="http://lileicc.files.wordpress.com/2009/10/63003f128f3821c6ed630006d9438edc.jpg?w=300" /></a></span><span><a href="http://lileicc.files.wordpress.com/2009/10/5340b5c05f86c0f4353772140216536a.jpg?w=300" target="_blank" rel="WLPP;url=http://lileicc.files.wordpress.com/2009/10/5340b5c05f86c0f4353772140216536a.jpg?w=300"><img src="http://lileicc.files.wordpress.com/2009/10/5340b5c05f86c0f4353772140216536a.jpg?w=300" /></a></span><br />（大赞师弟，照片比实景更好看！）<br />  ***<br />第一次开车上高速，有惊无险。多谢郭总和任凯指路，特别是任凯看到了最重要的Liberty Bridge的路牌，使我们在跟丢了之后居然还能走对了路。</p>
<p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=4&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2009/10/05/%e4%b8%ad%e7%a7%8b/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>

		<media:content url="https://jcpmpg.blu.livefilestore.com/y1mvtbVF2TY7WBC_e9TSCIT4JJZrOcyxuKM4pktOIcTV3s3mKETbJszmzBOlLo8OO6qzvQvs8rYmfdv83NIVHUOQoEUzQhhRvcTTo_n1PP1H3XDOBK-risyLxbEWksiZrwM9pxRGG0WboF2u0Afi-VXtw/DSC00109.JPG" medium="image" />

		<media:content url="https://myq6ua.bay.livefilestore.com/y1mZk3v4RxRGl-6rUEeAtQoLT19DoJgtxbQoXbdKrRrc-HyOxc3ygxKIajKwPFpL9cLflR2Ebl25GuilCvZxzmsZBfH95brwZjFOpezc54pWvoavyaZfim3Fqyp40zmoFcuo-62lDjQPbb00T9U2mmAhA/2778.JPG" medium="image" />

		<media:content url="http://lileicc.files.wordpress.com/2009/10/91b3899d94b1a1a9a72c17ac8085fef6.jpg?w=300" medium="image" />

		<media:content url="http://lileicc.files.wordpress.com/2009/10/63003f128f3821c6ed630006d9438edc.jpg?w=300" medium="image" />

		<media:content url="http://lileicc.files.wordpress.com/2009/10/5340b5c05f86c0f4353772140216536a.jpg?w=300" medium="image" />
	</item>
		<item>
		<title>CMU machine learning protest at G20</title>
		<link>http://lileicc.wordpress.com/2009/09/27/cmu-machine-learning-protest-at-g20/</link>
		<comments>http://lileicc.wordpress.com/2009/09/27/cmu-machine-learning-protest-at-g20/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 15:57:17 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/2009/09/27/cmu-machine-learning-protest-at-g20</guid>
		<description><![CDATA[实验室师姐<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=5&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!D4742974F8D6D4B4!804" class="bvMsg">
<img src="http://farm3.static.flickr.com/2509/3954694814_ba77e80705.jpg" /><br />
实验室师姐<br />
<img src="http://farm3.static.flickr.com/2623/3954694686_6c873670d7.jpg" /></p>
<p><img src="http://farm4.static.flickr.com/3422/3953914015_fb11e85da2.jpg" /></p>
<p><img src="http://farm3.static.flickr.com/2603/3954695094_61d3b70f70.jpg" /></p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=5&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2009/09/27/cmu-machine-learning-protest-at-g20/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2509/3954694814_ba77e80705.jpg" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2623/3954694686_6c873670d7.jpg" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3422/3953914015_fb11e85da2.jpg" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2603/3954695094_61d3b70f70.jpg" medium="image" />
	</item>
		<item>
		<title>US open round 3</title>
		<link>http://lileicc.wordpress.com/2009/09/05/us-open-round-3/</link>
		<comments>http://lileicc.wordpress.com/2009/09/05/us-open-round-3/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 02:36:46 +0000</pubDate>
		<dc:creator>lileicc</dc:creator>
				<category><![CDATA[未分类]]></category>

		<guid isPermaLink="false">http://lileicc.wordpress.com/2009/09/05/us-open-round-3</guid>
		<description><![CDATA[Isner对决Roddick。全场将近4小时。罗大炮当年发球凶猛，几个月前还在温布尔顿彪悍了一下。今天对阵名不见经传的小师弟，不想那伊小伙仗着身高优势，生生祭出快狠准的小钢炮，转轰对角线。伊小炮虽然失误狂多，但凭借Aces球（38），勇闯第五盘，最后在抢7中轰掉了罗大炮，成功跻身下一轮。<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=6&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="msgcns!D4742974F8D6D4B4!802" class="bvMsg"> Isner对决Roddick。全场将近4小时。<br />罗大炮当年发球凶猛，几个月前还在温布尔顿彪悍了一下。今天对阵名不见经传的小师弟，不想那伊小伙仗着身高优势，生生祭出快狠准的小钢炮，转轰对角线。伊小炮虽然失误狂多，但凭借Aces球（38），勇闯第五盘，最后在抢7中轰掉了罗大炮，成功跻身下一轮。</p>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lileicc.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lileicc.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lileicc.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lileicc.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lileicc.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lileicc.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lileicc.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lileicc.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lileicc.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lileicc.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lileicc.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lileicc.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lileicc.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lileicc.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lileicc.wordpress.com&amp;blog=20437538&amp;post=6&amp;subd=lileicc&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lileicc.wordpress.com/2009/09/05/us-open-round-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c2aa3da77785f3cd86053bb9ad4adea0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lileicc</media:title>
		</media:content>
	</item>
	</channel>
</rss>
