今天去鲜果看了看,超过200条的好像可以正常显示了。所以又换回了鲜果。毕竟速度快。

北京时间5月9日22时40分在上海瑞金医院逝世。

下了花MM打字的錄像。果然速度很快。就觀察到兩點。一是要打完整的拼音,我以前一直習慣打簡拼,一是省擊鍵的次數,二是前後鼻音之類的模糊。但是這樣反而增加了翻頁,大大拖慢了速度。二是打句子,可以省空格鍵的次數?增加流暢度?原來用微軟拼音的時候也是習慣打整句的。後來scim的smart pinyin後,因為繁體沒有詞組,為了養詞組,開始習慣打詞組了。

該語言包有超過16,000的下載量。該死。看來木馬、病毒作者們已經開始盯上開源軟件了。

ikiwiki推出的新插件,支持把整個wiki publish到Amazon S3上去。 真的是相當酷。

打字速度慢,怪到輸入法頭上。換了fcitx。感覺的確打字流暢點。還有那fcitx繁體也是有詞組的。所以打繁體和簡體一樣快。所以以後打繁體多些。那scim,繁體是沒有詞組的。我有一段時間一直打繁體,養了很多詞組,速度還是沒有簡體的快。所以後來一直打簡體了。現在又可以換回繁體了。原來之所以不用fcitx是因為字缺很多,畢竟纔支持到GBK。不過其實我平時也不打生僻字。所以fcitx也蠻好。要打生僻字的時候,再換scim。其實設定都可以用im-switch搞定。不用使用Ubuntu中文wiki上老舊的手工改配置文件的方法。所以順便也把wiki上和輸入法相關的幾個頁面都改了下。

被束缚了。感觉。还是那openbox下搞quake-console的问题。zhan说为何要hidden,iconify就够了。想想也是,iconify加跳过window-list、pager、taskbar,基本就等于hidden了。这样启动脚本里就不用叫wmctrl来hide xterm了。但是那键绑定,还是要绑定到wmctrl上,因为openbox没有toggleIconify这样的action。toggle最大化、垂直最大、所有桌面、shade等等,都有,就是没有toggleIconify。喜欢折腾的,看来还是fvwm好。给了你一个折腾的好环境。

居然没有定义hidden这个action,只有hide所有窗口显示桌面的action,没有定义hide单个窗口的action。所以搞quake-console的,还是得用wmctrl。唉,看来要享受自定义的方便,还是要转fvwm。

模仿ee的文风。

~/bin/jump

#!/bin/bash

program=$1

if ! wmctrl -x -a $program
then
    $program &
fi

然后热键绑定就可以了。不同的wm,方法不同。

这样,可以让各种wm都拥有像sawfish一样的jump or exec 功能。

Gmail’s web interface doesn’t support attachments with long filenames.

How to reproduce this bug:

1, Create a new file whose name is this-is-a-file-with-a-very-very-long-filename.txt

2, Log in to your Gmail web interface

3, Click “Compose Mail”, fill in any receiver and subject

4, Click “add an attachment”.

5, Click the browser button, and select the file “this-is-a-file-with-a-very-very-long-filename.txt” we have created in step 1.

6, Write some text in the body field, and click the send button.

7, Wait a moment, and your mail will be sent without the attachment. No error message will appear.

If Gmail’s web interface doesn’t plan to support attachments with long file names, it should alter the users. However, currently no error message will appear. This may confuse users.

Gmail itself support long filenamed attachments (at least using Evolution to send and receive gmails with long filenamed attachments works).

Already report this issue to Google (with its broken bug report system).