Thinkpad モーションコントロール動画

  http://www.hirax.net/diaryweb/2005/05/05.html#200505055

  Thinkpad を傾けて Window を動かそう ([2005-05-04-4]) の動画.すげえ面白そう.

デスクトップのプロセスを別にする

  http://hail2u.net/blog/software/desktop_in_a_separate_process.html

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer

  に DWORD 値で DesktopProcess を作成し,値を 1 にする.

Apache 1.3.33 の正規表現

- 1.3.33 から正規表現のルールが変更
  Internal Server Error が発生して
  .htaccess: Regex could not be compiled がログに残る

<Files ~ "*.inc">
  Order allow,deny
  Deny from all
</Files>

  はダメ.

<Files ~ ".*\.inc">
  Order allow,deny
  Deny from all
</Files>

  は OK.

Google Web Accelerator

  http://webaccelerator.google.com/

  Web の読み込みを最適化.