Nginx

Nginx的静态文件服务性能颇高,且对系统的要求很低。现在我的服务器上所有大文件下载都交给它,它只要一点点的内存就能完美的完成工作,great!Nginx现在还不是很成熟(最新版本0.5.17),它没有Apache那么多的功能和拓展,但我觉得它可以取代Lighttpd。

有两点我觉得遗憾:Nginx的autoindex不支持header和footer,代理也不支持forward proxying,只支持reverse proxying。

Google谷歌拼音输入法

google_pinyin.JPG

我使用的计算机又少了一款国产软件。以前一直使用的紫光现在正式退役,谷歌拼音输入法比任何输入法都迷人 。现在机器里的国产软件只有屈指可数的几款国产软件。我不敢保证他们什么时候会下岗,因为我们也是普通的计算机工具使用者,有什么理由阻止我们放弃国产软件呢?难道爱国是个理由?

爱国的确是个理由,不过我们需要自强和壮大,而这是个民族修养的远大问题。不能再像一百多年前的傻瓜一样,只会喊着:独立,民主,自由。我们需要像中山先生一样有理想,像贝多芬那样有才华,更像袁隆平那样实干。

WordPress 2.1.3 和 2.0.10

官方七个小时前发布了WordPress 2.1.3 和 2.0.1此次更新还是老照例,安全更新,包括小的 XSS 安全修复和较大的 XML-RPC 更新, 似乎还包含了一些积极的前瞻性修改以避免将来可能出现的错误 。官方强烈推荐用户升级2.1和2.0两个分支的WordPress版本。下面是2.1.2到2.1.3的发生变化的文件列表: Continue reading

WordPress i18n and WordPress MU improvements

WordPress is a great blogging platform with a focus on aesthetics, web standards, and usability. However, as Nikolay Bachiyski pointed out on the GSoC2007 WordPress blog (http://codex.wordpress.org/GSoC2007), “there are a number of challenges both the WordPress i18n infrastructure and the WordPress l10n community are facing”.

As an active developer at a Chinese blog hosting site (http://72pines.com/) based on WordPress MU, I believe the improvements in the WordPress core codebase for better handling of internationalization/localization issues would be crucial for attracting more and more WordPress users across the globe. I, together with other developers at 72pines.com, are very excited about the ideas of bringing WordPress to more people in China. After all, China has a population of 1,300,000,000, and more and more people are choosing blog as an easy way to publish thoughts and ideas on the internet.

While a good localization package like the simplified-Chinese package I’m working on can be a good starting point, it is far from perfect. Many things can be done in the WordPress codebase, and the solutions to these issues will not only be beneficial to the huge Chinese blogger community, but also be useful to all blog communities with a native language other than English. Continue reading