2007年6月のエントリ

LivedoorReaderのあいつは色々しゃべるのね

2007年6月30日(土曜日)
add to hatena hatena.comment 0 user add to del.icio.us 0 user add to livedoor.clip 0 user

中島聡氏のブログが落ちてたのかな。
その間にたまたまLivedoor Readerを見ている時にシオレットを開こうとしてブックマークレットを押したら、「あいつ」にこんなことを言われた。

lr.PNG

ちょっとにやりとした。

mod_rewrite勘違いしてた

2007年6月26日(火曜日)

実は今までちゃんと使ったことがないmod_rewrite。
ただいま勉強中なのですが、早速勘違いをしてたことを思い知るっw

(more…)

phpizeで「warning: underquoted definition」というエラーが出たので対処した

2007年6月14日(木曜日)
add to hatena hatena.comment 1 users add to del.icio.us 0 user add to livedoor.clip 0 user

Webサーバにeacceleratorをインストールしようとしたらwarningが。
以下環境。

  • CentOS 4
  • automake 1.9.2-3
  • php 4.3.9
  • php-devel 4.3.9
[root@hoge ~]# wget http://downloads.sourceforge.net/eaccelerator/eaccelerator-0.9.5.zip		<- ダウンロード
[root@hoge ~]# unzip eaccelerator-0.9.5.zip	<- 展開
[root@hoge ~]# cd eaccelerator-0.9.5		<- 移動して
[root@hoge eaccelerator-0.9.5]# phpize		<- phpize
configure.in:9: warning: underquoted definition of PHP_WITH_PHP_CONFIG
  run info ‘(automake)Extending aclocal’
  or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
configure.in:32: warning: underquoted definition of PHP_EXT_BUILDDIR
configure.in:33: warning: underquoted definition of PHP_EXT_DIR
configure.in:34: warning: underquoted definition of PHP_EXT_SRCDIR
configure.in:35: warning: underquoted definition of PHP_ALWAYS_SHARED
acinclude.m4:19: warning: underquoted definition of PHP_PROG_RE2C

Configuring for:
  PHP Api Version:   20020918
  Zend Module Api No:   20020429
  Zend Extension Api No:   20021010

以下を参照しまして(感謝)
Do You PHP? - phpizeで「warning: underquoted definition」が多発する場合の対処法

以下ファイル修正。

[root@hoge ~]# vi /usr/lib/php/build/acinclude.m4 
AC_DEFUN(PHP_PROG_RE2C,[
AC_DEFUN([PHP_PROG_RE2C],[
[root@hoge ~]# vi /usr/lib/php/build/phpize.m4
AC_DEFUN(PHP_WITH_PHP_CONFIG,[ AC_DEFUN(PHP_EXT_BUILDDIR,[.])dnl AC_DEFUN(PHP_EXT_DIR,[”"])dnl AC_DEFUN(PHP_EXT_SRCDIR,[$abs_srcdir])dnl AC_DEFUN(PHP_ALWAYS_SHARED,[
AC_DEFUN([PHP_WITH_PHP_CONFIG],[ AC_DEFUN([PHP_EXT_BUILDDIR],[.])dnl AC_DEFUN([PHP_EXT_DIR],[”"])dnl AC_DEFUN([PHP_EXT_SRCDIR],[$abs_srcdir])dnl AC_DEFUN([PHP_ALWAYS_SHARED],[

以上でOK。

空想生活に投稿してみた

2007年6月4日(月曜日)
add to hatena hatena.comment 0 user add to del.icio.us 0 user add to livedoor.clip 0 user

操作感で快感を味あわせてくれるケータイ

操作感にこだわったケータイがほしいです。
最近のケータイは、機能が充実していたり、色が豊富であったり、軽かったり薄かったりといった面が強調されているように思いますが、

  1. とりだす
  2. ケータイを開く
  3. ケータイを閉じる
  4. しまう

その一連の動作に着目してもいいように思うのです。

個人的には、上の中に
「アンテナを伸ばす」
も入れたいのですが、歳がばれるかな?
あの動作好きだったんですが・・・。

ともかく、
上のような動作の時に、
「シャキーン!」とか、
「ビシッ」とか、
そういう操作感で快感を味あわせてくれるケータイが欲しいです。

というのを投稿してみました。マトリックスでNEOが使ってたNOKIAのステンレスモデルとか、羨ましかったのです・・・。

空想TV:みんなの声

ダメな議論を見抜く5つのチェックポイント

2007年6月1日(金曜日)
add to hatena hatena.comment 0 user add to del.icio.us 0 user add to livedoor.clip 0 user

肝に銘じるべし。

  1. 定義の誤解・失敗はないか
  2. 無内容または反証不可能な言説
  3. 難解な理論の不安定な結論
  4. 単純なデータ観察で否定されないか
  5. 比喩と例話に支えられた主張

ダメな議論を見抜く5つのチェックポイント - *ListFreak