memo.xight.org

日々のメモ

複数台のPCでiTunesを使う方法

Summary

2Fと3FにあるPCで曲を共有したい.
通常だと,アートワークやレートなどを保存するライブラリファイルが
ローカルに保存されてしまうため,共有が行えない.

通常の共有方法だと,以下の問題が発生する.
  - ファイルのプロパティが編集できない.
  - 再生回数がカウントされない.
  - mixi stationと連携できない.

複数台のPCでiTunesを使う方法

1. Shift を押しながら iTunesを起動し,
2. マスタとなるiTunesライブラリファイルを指定する.
   ファイル名は "iTunes Library.itl"

結果

成功.
ファイルのプロパティも編集可能.

うごけ!道案内 - 地図を使って動きのあるコンテンツを作成できるツール

Summary

Yahoo Japan!のLatLongLabが開発したサービス.
地図を使って動きのあるコンテンツを作成できるツール.

用途例

インタラクティブな道案内
地図を使ったクイズ
地図を使った日記
地図を使ったアドベンチャーゲーム

Reference

うごけ!道案内 - LatLongLab
http://latlonglab.yahoo.co.jp/macro/

「うごけ!道案内」公開しました - LatLongLab
http://latlonglab.yahoo.co.jp/2009/02/post.html

Social IME - ソーシャルな日本語入力システム

Summary

ユーザが登録した単語を共有できるIME.
Webサービスも提供.

かな漢字変換APIのRequest URI

http://www.social-ime.com/api/?string=ここにかなもじをいれる

予測変換APIのRequest URI

http://www.social-ime.com/api2/predict.php?string=よそくす

Reference

Social IME ~みんなで育てる日本語入力~
http://www.social-ime.com/

Social IME: かな漢字変換API
http://www.social-ime.com/api.html

Social IME: 予測変換API
http://www.social-ime.com/api2_predict.html

Debian lenny への移行

Summary

Debian GNU/Linux 5.0 (コードネーム lenny)への移行を実施.

unameでkernel versionを確認

% uname -a
Linux trinity 2.6.18-6-686 #1 SMP Mon Aug 18 08:42:39 UTC 2008 i686 GNU/Linux

aptitude updateを実行

# aptitude update

Reading package lists...
W: There is no public key available for the following key IDs:
4D270D06F42584E6
W: You may want to run apt-get update to correct these problems

debian-archive-keyringをupdate

# aptitude install debian-archive-keyring


apaitude updateを再実行,upgrade, dist-upgradeを実行

# aptitude update
# aptitude upgrade
# aptitude dist-upgrade

update-grubを実行し,/boot/grub/menu.lst を更新

# update-grub


reboot後,unameでkernel versionを確認

% uname -a
Linux trinity 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux

Reference

Debian -- ニュース -- Debian GNU/Linux 5.0 がリリース
http://debian.org/News/2009/20090214

第4章 以前のリリースからアップグレードする
http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.ja.html

第5章 lenny で知っておくべき問題点
http://www.debian.org/releases/stable/i386/release-notes/ch-information.ja.html#apache2

via

_| ̄|○日記(2009-02-16)
http://www.kuzuore.com/~kuzu/diary/?date=20090216