One colleague is leaving Lilly by being contracted for three years.
The farewell is touching and a good reference to learn how to write
such letters.
Monthly Archives: June 2005
ZT: 富人和穷人的经典差异
屠恩海的离开
今天读到屠恩海选择离开开展了半年的创业公司,虽然其中原因只有他自己清楚,但从个人blog上看,还是于年轻大老板的个人沟通有问题。一直以来,我挺欣赏屠总的风格,也从他的个人博客中学到了不少,祝福他早日草根修炼成功。
Savage DRI driver for kernel 2.6
The S3 savage driver from Xorg does not support 3D acceleration, and
glxgear shows only 150fps in 16 color depth. To have the hardware
acceleration on, go to http:/dri.freedesktop.org/snapshots/ and dnownload both common and savage
driver. After decompressing it, run install.sh. The current version
runs well on this laptop and achieves 650fps instantly.d The xorg.conf
file can be kept intact as those without new drivers.
爸爸妈妈, 你们好
对于父母的感谢是无法在文字中表达出来的, 他们永远是我的家园和不离不弃的支持. 父母对于孩子的关爱, 远远超过孩子所能反馈给父母的.
每每到黑夜入睡之前, 才有时间静下心来, 想想远方的父亲母亲是否安好, 他们是否报喜不报忧. 这么多年飘流在外, 对于双亲除了想念,
就是无法在身边陪伴的亏疚.
爸爸妈妈, 为人父母放知父母难. 谢谢你们, 谢谢你们的理解, 谢谢你们给我的一切.
中文输入成功
终于找到了在LSB输入中文的方法,当然不是在windows中了.
Rh9中用中文输入(英文菜单)
创建 ~/.i18n
LANGUAGE=en_US.UTF-8
LC_CTYPE=zh_CN.GB18030
应该就可以了
Linux中文做好了
现在是在 Gentoo Linux 中输入中文,终于搞好了。以前试着使用fcitx,但是不知道为什么就是无法用热键激活输入。现在改用scim,感觉好极了,中文输入比windows中还要好。
Jackass gentoo and Chinese
I use Jackass (an unofficial gentoo variant) for this Toshiba Tecra
9100 laptop. As it used NTPL, it is speedy fast, but the chinese
support is poor. With whatever input method, I always got error on
“this locale is not supported by C library” and hot key does not work.
2.6.x kernel options for VFAT and NTFS
When compiling a 2.6.x kernel for latest simplified chinese VFAT/NTFS file system, the following kernel options must be set:
- File system->vfat->default codepage is 936, default iocharset is utf8
- File system->Native Language Support->default encoding is utf8.
This works because the win2k and winXP all used Unicode to save chinese/japanese file name.