Horas and konnichiwa untuk semua


Batak in Unicode
April 26, 2006, 4:12 pm
Filed under: notes/General

Alphabetical List of Scripts Not Yet Encoded

http://linguistics.berkeley.edu/~dwanders/alpha-script-list.html

Script Encoding Initiative

http://linguistics.berkeley.edu/sei/index.html

Languages and Scripts

http://www.unicode.org/onlinedat/languages-scripts.html

Surat Batak

http://www.hawaii.edu/indolang/surat/



Preventing error mails to sender
April 25, 2006, 2:33 pm
Filed under: notes/General

The following is procmail code to forward any incoming mail to xxxxxxx@wm.pdx.ne.jp, while modifying the header so that any failure to forward to xxxxxxx@wm.pdx.ne.jp will not send error mail to original sender of the email, but instead to xxxxxxx@gmail.com.

:0 c # leave copy
* < 1024000
{
:0fwh:
| formail -k -X "From:" -X "Subject:" \
-I "To: xxxxxxx@wm.pdx.ne.jp" -X "To:" \
-I "X-Loop: xxxxxxx@wm.pdx.ne.jp" -X "X-Loop:" \
-I "Return-Path: xxxxxxx@gmail.com" -X "Return-Path" \
-I "Errors-To: xxxxxxx@gmail.com" -X "Errors-To"

:0c
! xxxxxxx@wm.pdx.ne.jp
}

References:
Common Internet Message Header Fields
Procmail FAQ
Formail manual



飯塚市長選挙より子豚?!
April 23, 2006, 11:28 pm
Filed under: jp/General

合併により新しくスタートした飯塚市の市長選挙が今日行われ、20時に開票開始された。テレビのチャンネルをNHKに合わせ、現時点(23時頃)の結果のニュースを期待していた。千葉7区で民主が勝利したニュースが出て、そしてしばらくしたら岩国市の市長選挙の結果のニュースが出たので、次かなと思ったら、沖縄で迷子になった子豚のニュースがでて、飼い主に対する呼びかけを話すおまわりさんのインタービューまで取材され、それでNHKのニュースが終わった。飯塚市の市長選挙よりも豚の方が話題性があったのか??不思議な国やな。

おおい、立候補3人、NHKはあなたたちより豚の方が面白いと思っているみたいで。



Intel CPU comparisons
April 10, 2006, 10:19 am
Filed under: notes/General

With lots of different kinds of Intel (and AMD) CPUs out there, it’s rather hard to know which is better than which. Here is a CPU comparison chart:

65 CPUs from 100 MHz to 3066 MHz
The Mother of All CPU Charts 2005/2006



Wikimedia installation notes
April 7, 2006, 10:41 am
Filed under: notes/General

1. Install MediaWiki at http://sourceforge.net/projects/wikipedia/
2. Uncomment “$wgEnableUploads = true;” in LocalSettings.php
3. Set “images” directory to be writable by web server

To change items in navigation bar, access MediaWiki:Sidebar and edit the items.