2007年12月21日 星期五


這個是甚麼呀
(其實是starbuck的吸管)


不管了, 先吃吃看


可愛的, 兩個半月的小龍

2007年11月11日 星期日

逃脫遊戲- The Shochu Bar - 提示 續-(3)

Hint - 調酒 續
(5) 把15ml 計量杯內燒酒倒入混合杯
(6) 點兩次(或按About Item)金屬榨汁機, 點一下檸檬(出現紅框), 在點右主畫面榨汁, 就會出現檸檬汁
(7) 如前加入檸檬汁15ml到計量杯, 再倒入混合杯
(8) 直接加入優格到混合杯
(9) 加入grenadine(石榴糖漿)15ml
(10) 用湯匙攪伴
(11) 倒入酒杯中就完成了

逃脫遊戲- The Shochu Bar - 提示 續-(2)

先去玩玩, 卡住想不通再來看吧.
=== 以下是提示 ===
===
===

Hint: 製作竹馬 - 續
(5)點兩次(或按About Item)前面洗好的竹子, 選有叉柄的湯匙來製作
(6)記得要做兩支
(7)做好後就可以點選它踩上去拿東西囉.
Hint: 拿花
(1) 之前要看過書才能拿花
(2) 花就是在壁廚的花瓶上, 點選可以得到
Hint: 調酒
(1) 先把花插在Bar前的紫色花瓶會開始一段美麗的動畫
動畫結束後就可以開始調酒
(2) 把冰塊放入杯中
(3) 調整計量杯到15ml
(4) 倒入燒酒到15ml計量杯

逃脫遊戲進化-調酒廣告-(1)

這兩天碰巧走進了這個網站, 發現了一個有趣的逃脫遊戲
http://www.gotmail.jp/shochu/
與其說是逃脫遊戲, 不如說是調酒的入門經歷.
伴隨著爵士音樂, 優美的畫面, 邊玩的同時, 也很想來杯燒酒,
http://www.shochu.or.jp/
繼Google利用搜尋引擎打入廣告市場, YouTube利用影像帶入社群之後,
逃脫遊戲是否為3D的試金石, 再敲開另外一塊市場呢?
真令人期待.


先去玩玩, 卡住想不通再來看吧.
=== 以下是提示 ===
===
===


Hint1: 拿儲放冰塊的冰箱鑰匙
(1) 移動燈籠到靠進紙屏處
(2) 到對面就可以看到鑰匙

Hint 2 開水閘讓玄關旁的大水缸進水
(1) 進吧台內側地板有個暗門
(2) 打開轉開水盤
(3) 另一個在水缸的後面


Hint 3: 做竹馬踩高蹺開上邊的櫃子
(1) 左邊坐席旁有片竹林, 點選可以得到竹子
(2) 拿到的竹子底部有點髒, 要洗一洗
(3) 前一個Hint中水缸滿水後, 可以拿到長柄螺旋湯匙
(4) 在水缸下的大理石水塘可以洗竹子.

2007年11月4日 星期日

GTK clock - 時鐘

在Linux上, 用GTK2.0寫了一個時鐘的程式. 其實是參考別人的來改. 但是我從秒針每秒移動改成了1/10 秒. 有種機械表移動的感覺. 真好.

原程式的網站: http://www.brouhaha.com/~eric/software/glock/
需要套件:
GTK+ (ver:2.12.1) http://www.gtk.org/
cairo (ver:1.4.10) http://annarchy.cairographics.org/releases/
光是為了安裝這兩個套件, 就得再安裝其他套件
Pango 1.19.0 ftp://ftp.gtk.org/pub/pango/1.19/
ATK 1.20.0 http://www.icewalkers.com/download/ATK/1433/
libpng 1.2.22 http://libpng.sourceforge.net/
freetype 2.3.5 http://freetype.org/
fontconfig 2.4.2 http://fontconfig.org/
想放程式碼, 才發現pchome只能放圖片; 想放到sourceForge, 得要兩個工作天來審核.
只好先找個免費硬碟網站.
http://hosted.filefront.com/jpjou/下的clock.tgz
學習心得:

1. 安裝套件會放在 /usr/local/lib 下, 把這個目錄名稱加到 /etc/ld.so.conf 裡, 並執行ldconfig

2. pkg-config --modeversion glib-2.0, d可以知道目前安裝的套件glib-2.0的版本.

3. ldconfig -p 可以顯示所以可以link的library

4. rpm -i [src.rpm套件] , 會將source 放在 /usr/src/redhat/SOURCES, spec 會放在 /usr/src/redhat/SPECS

2007年10月23日 星期二

Fedora 7 on Lenovo T61 - screen

畫面修好了, 原來被設成TVOutput, 畫面缺了右邊一角. 修正之後好看多了.

1. Patch Driver
[Ref] http://www.fedoraforum.org/forum/showthread.php?t=159516

Patch Intel Video Driver
sudo yum install xorg-x11-server-sdk
tar zxvf xf86-video-intel-2.0.0.tar.gz
cd xf86-video-intel-2.0.0
./configure
make
sudo make install

2. 設定 /etc/X11/xorg
[Ref] http://carrot.hep.upenn.edu/wiki/doku.php?id=thinkpad:start

加上這一塊
Section "Monitor"
Identifier "TVOutput"
Option "Disable" "true"
EndSection

增加一行Option 在原本的Videocard0 Device
Section "Device"
Identifier "Videocard0"
Driver "intel"
Option "monitor-TV" "TVOutput"
EndSection

OK 啦

2007年10月21日 星期日

Fedora 7 on Lenovo T61 - mms

totem can not play mms...

我加入了Fedora Forum, 找到一篇 ramasees 寫的回覆, 照著安裝之後可以使用. 
看來這個方法可以解決大部分的媒體檔


rpm -ivh http://rpm.livna.org/livna-release-7.rpm
yum -y remove totem*
yum -y install totem-xine
yum -y install rhythmbox
yum -y install libdvdcss
yum -y install xine-lib-extras-nonfree
yum -y install compat-libstdc++-33
下載 http://www.real.com/realcom/R?href=...r10GO LD%2Erpm
rpm -Uvh RealPlayer10GOLD.rpm
下載 http://www1.mplayerhq.hu/MPlayer/re...0061022.tar.bz2
tar -jxvf all-20061022.tar.bz2
su -c ’mkdir -p /usr/local/lib/codecs’
su -c ’cp all-20061022/* /usr/local/lib/codecs’
su -c ’ln -sf /usr/local/lib/codecs /usr/lib/codecs && ln -sf /usr/local/lib/codecs /usr/local/lib/win32 && ln -sf /usr/local/lib/codecs /usr/lib/win32’
yum -y install vlc

Fedora 7 on Lenovo T61 - Sound

公司配發了一台Notebook : Lenovo IBM T61, 心血來潮, 下載了Fedora 7 : 
F-7-i386-DVD.iso, 燒到DVD上, 開始了脫離微軟之路. 

Fedora 的畫面很不錯, 而且有個yum更新程式很不錯. (太久沒碰Linux了)
([Ref] http://linux.vbird.org/linux_server/0450apt.php#yum )
花了一晚自動更新了許多程式之後, 今天很興奮的開始使用.

一開始遇到的是沒有聲音. 後來雖然有聲音, 但麥克風沒有動作, 經過半天的努力與搜尋解法, 
總算可以打skype電話了. 方法記載如下: 

[Ref]http://thinkwiki.org/wiki/Installing_Ubuntu_7.04_%28Feisty_Fawn%29_on_a_ThinkPad_T61#Audio


1. 下載新的ALSA driver
alsa-driver-1.0.15rc3.tar.bz2 
[Download] ftp://ftp.alsa-project.org/pub/driver/
alsa-lib-1.0.15rc3.tar.bz2 
[Download] ftp://ftp.alsa-project.org/pub/lib/
alsa-firmware-1.0.15rc1.tar.bz2
[Download] ftp://ftp.alsa-project.org/pub/firmware/
alsa-utils-1.0.15rc1.tar.bz2
[Download] ftp://ftp.alsa-project.org/pub/utils/

2. update driver
tar jxvf alsa-driver-1.0.15rc3.tar.bz2 
cd alsa-driver-1.0.15rc3
./configure --with-cards=hda-intel
make
sudo make install

3. update lib, firmware, util
tar jxvf [zip file]
cd [directory]
./configure
make
sudo make install

4. alsaconf
in the utility , there is a tool : alsaconf, in directory alsaconf/
make this file executable by ”chmod +x alsaconf”, and run it

5. modify /etc/modprobe.conf, change one line
options snd-hda-intel index=0 to
options snd-hda-intel index=0 model=thinkpad

6. reboot

7. Tune the sound by the Volume Control
(1) Turn on menu by Edit->preference (select all items)
(2) Remember to turn on Mic Boost and raise it
(3) Turn on Capture, Capture1, digital in recording tab
(4) In options , Mix can be chosen in Input source c

2007年10月11日 星期四

減肥狀況

小龍體重減少中, 真好. 
今天也在美容師那剪毛, 變漂亮了.
只是兩個的表情不是很高興.... 讓我照個可愛的樣子吧.


倦怠


果然, 胸毛和耳毛變多了, 性感


這四個月
小雪的體重改變: 4.2 - 4.1 - 4.1 - 4.1 - 4.2 ('_') 
小龍的體重改變: 7.3 - 6.9 - 6.8 - 6.8 - 6.6 (^_^)v



2007年10月6日 星期六

Fasion

Fashion is the power of innovation, and the desire for beauty.
時尚是生活的原動力, 是對美的追求.
ファッションは生活の原動力で、美を追求する願望です 

2007年9月19日 星期三

可愛的小惡魔

http://neoyoko.blog13.fc2.com/page-2.html



這是小龍出生三個月的照片
轉眼間, 小龍長大了



飯還沒好嗎


快點, 飯!




吵鬧中.. *我要咬斷自己來*

出生後三個月, 如此的不客氣目中無人, 造就了目前的肚子..

PS: 實際上, 小龍是有如小嬰兒般可愛, 就像天使一樣.
( 放大照片還有可愛的舌頭 )


熱門文章