Feed on
Posts
Comments

Monthly Archive for 2月, 2008

久々にあせった

本日早朝、バリカンで頭髪の整備をしていると、バリカン故障。バリカンの刃を支えるばねが真っ二つに。頭は見事に虎刈りのまま。あせって電気剃刀のトリムの部分で剃髪を試みるもちまちましすぎてやってられない。定時出社中止。ヨドバシ [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

JavaScriptって配列の中に関数が込めるので、他人のソース読んでると入れ子入れ子でしんどい。今回ちょうどその辺りの読書会だったのでこの読書会が終わればより読みやすくなるのかと思いきや、より悩ましいものが増えた。
[...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

macでfirefoxを同時起動

ターミナルで以下のコマンド
/Applications/Firefox.app/Contents/MacOS/firefox -Profilemanager
/Applications/Firefox.app/Cont [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

羽賀研二の裁判行ってきた

証人に立った吉川銀二氏の証言の要約

羽賀氏からやくざ風な人から嫌がらせをうけていると相談を受ける
羽賀氏が紙くずとなった未公開株を売却したA氏からの嫌がらせだということで話をまとめてほしいと依頼を受ける
銀二氏は連絡の [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

Plaggerインスコしてみた

Leopardでもうまくいかず、XPでもうまくいかず、Ubuntu6.06(server)でもうまくいかず、Ubuntu7.10(server)でやっとうまくいった。
Ubuntu7.10(server)はクリーンインス [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

PLAIN TEXT
CODE:

print (1..9).map{|y| (1..9).map{|x| y*x }.map{|a| spr [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

ScreenFlowすげぇ

http://www.varasoftware.com/products/screenflow/
ishowuとkeycasterのコンビほすぃなと思ってたんだけどこっちのほうが格段すごい。keycastはするわマウスの [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

railsとsubversionの使い方

http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion
(日本語訳はhttp://techno.hippy.jp/rorwiki/?HowtoUseRailsWithSubversion)
http://randomutterings.com/articles/2007/09/19/subversion-script-for-rails-developers
を見てやってみた。当方leopard。
rails-svnというコマンドとrailscommitというコマンドを作る。
rails-svnはrails hogeとアプリを作る際に一緒にレポジトリも指定しcommitする必要のないファイルを削除指定しcommitまで済ませるコマンド。railscommitはscaffold等大量のファイルを作った作業後svn addするのは手間なのでそれらを一括してするコマンド。
rails-svn
#!/bin/bash

if [ "$#" != "3" ]; then
echo "Usage: rails-svn app_dir repository username"
exit 1
fi

APPDIR=./$1
SVN_TRUNK=$2
SVN_USER=$3

function check_if_exist () {
if [[ -e $1 ]]; then
echo ""
echo "$1 already exists, overwrite? y or n"
echo ""
read OVERWRITE
[...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

Rails2.0になってsqlite3が標準になったのでインスコはめっちゃ簡単。
http://rubyforge.org/frs/?group_id=167
ここからruby186-26.exeをインスコして、
htt [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

4年ぶりにXPをリインスコ2

そのあと
sakura editor
intype
sketchup
jwcad
filezila
puttyごった煮
winrar
をインスコ。

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

4年ぶりにXPをリインスコ

4年ぶりにXPをリインスコした。
というか、買ってから初めてインスコディスクのパッケージを開いた。
HDの調子がおかしくなったのでスレーブに使っていたやつをマスターに昇格。
驚いたのが、XPSP1の起動の早さ。残念ながら [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

男館

阪急百貨店メンズ館なるものに行ってきた。
うれしかったのは、シガーショップがあったこと。

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

RESTful Webサービス

RESTful Webサービス
読了。初めて読んだ設計の本な気がします。URIの設計部分が面白い。
こっそりRails本です。サンプルのメインはrubyです。Rails1系を経験後Rails2.0で何か作ろうとform [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

ただいま練習中

How To Give Your Business Card - Funny bloopers are a click away

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

http://fastladder.org/ja/index.html
fastladderがオープンソースになりRailsベースみたいなのでさっそく見てみた
svn checkout http://fastladder [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

府庁建て替え?

また、老朽化が進む本館の建て替えについては「知的生産行為をする場としては劣悪だが、幹部や議会との協議が必要。今の財政状況で建て替えをいっても府民は納得しない」と明言を避けた。
<橋下知事>知事公館の取り壊し検討「あのまま [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

生涯2度目となる飛行機の免許を持っている人と飲んできた。
前回は自衛官の戦闘機パイロット、この時はベテランになればなるほど輸送機の操縦になる話とか(より狙われるかららしい)、米軍との飛行訓練は後ろをとるのが勝負に勝った証 [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

女性の技

今朝、始発電車の向かいに座っていた女性が十三を越えたところで化粧を始め梅田で完成させた。
ファンデーションを塗り、鉛筆で眉を描き、アイラインを引き、カーラーで睫毛を操作し、口紅を引いた。
特に眉毛を描くところが圧巻。揺れ [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

rails2.0を試してみました。
とりあえずrails hogeとしてみて、script/generate scaffold test name:stringをやってみたのですが、
def show
@test = [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

雑誌をスキャンしてみた

http://kyozai.noblog.net/blog/a/10225926.html
を参考に日経アーキテクチュアの古いのをスキャンしてみた。

手動式裁断機 A4長辺対応 PK-513
をまずご購入。転売しようか [...]

  • hatena
  • livedoor
  • google
  • yahoo
  • del.icio.us
  • Digg

Read Full Post »

Next »