Colour

Just as a writer plays with words, a painter works with colours. Good painters dance back and forth across an infinite splendour of hues. For novice like me, it may require a hell of a lot of lessons to learn the know-how.

Yes, though it shames me to say it now, I wasn't sure what to answer when my wife quizzed me about the three primary colours. Truth be told, I've been having a hard time figuring out the colours of the clothes in my

The Killer Inside Me(殺慾魔警) ----- Sigmund Freud's theory示範作!
























Film : The Killer Inside Me (2010 USA)
Directed by Michael Winterbottom
Written by Jim Thompson/ Robert Weinbach/ Michael Winterbottom/
Starring Casey Affleck/ Jessica Alba/ Kate Hudson/ Bill Pullman
Music by Melissa Parmenter
Running Time: 120mins

1. 改編自50s的同名小說,原來美國那些好的戲名全也是改自小說!原來此戲由50s已有人想把它拍成電

因為 Up In The Air ……

**最近看了 << 寡佬飛行日記 >> ( Up In The Air ) ,很感慨,但不是關心 George Clooney飾演的 Ryan Bingham 感情有沒有著落,而是戲中一幕又一幕的炒人場面,驚心動魄。

我想起許多年前的一篇舊文 << 一份工 >> , 訴說了一個打工仔的無奈,那

Continue reading...

Two Worthwhile Chrome Extensions

I've been using Chrome as my primary browser for about three weeks now, and two of the most essential extensions I've found are listed below. I'm still not 100% sold on Chrome, especially because of privacy concerns (do I really want all of my digital life stored on Google and accessed through Google?), but it's fast, and it's almost less buggy than Safari.


相信感覺 相信簡單 — 又一篇舊文

** 那天為了鼓勵你,我找來這篇舊文章,看完  <<功夫熊貓 >>後寫的,慶幸自己寫過這樣的文字,好奇怪,重看時,覺得怎可能出自我的手筆 ?


人生音像城

相信感覺  相信簡單

這夜,位於石硤尾的工作室特別寧靜,同伴都離開


舊文一篇 : 自娛自樂

**在網上發現了自己一篇舊文,文中所說的,今天我仍然相信–雖然我是一個經常不相信自己曾經相信的東西的人。

Thursday, August 25, 2005

自娛自樂

看罷《自娛自樂》,竟有點感觸,腦海浮現一個問題:拍電影是為了甚麼?


iPad Dock Cable to VGA Adapter - A Big "Meh." [UPDATED]

[ UPDATE : It looks like there's a nice app available to jailbroken iPads via Cydia called 'Display Out' that will allow you to use the iPad with any external display, the way it was meant to be! Also, some other interesting comments down below...]

iPad VGA Adapter to Dock Connector
I bought the iPad VGA cable at the store today, hoping to be able to browse the web via Safari, show presentations using Keynote, and view slideshows on my monitor and on the projector, using the cable. A couple

自拔

「不能自拔」是一種很難形容的經驗,你明明知道自己不應再做下去,明明心裏有個響亮而確實的聲音在呼叫:「停止吧!快些停止啊!」,可是,你偏偏就是不停止,偏偏就是繼續做下去。那個叫你停止的聲音,你一方面知道

庶民情懷《淺草之燈》(The Light of Asakusa)


看島津保次郎的《淺草之燈》, 不難看到有點小津安二郎或清水宏早期電影的味道. 應該反過來說, 他們的電影都各自互相影響. 《淺草之燈》 寫實地描寫了戰前淺草藝人的生活, 不忘反映現實. 調子輕快, 看得舒服.

島津保次
Continue reading...

利用 Java 旋轉圖片 (Use Java to rotate an image)

import java.awt.image.BufferedImage;import java.awt.Graphics2D;import java.awt.Color;import java.awt.geom.AffineTransform;

public static BufferedImage rotate(BufferedImage source, double degrees, int x, int y, Color color, boolean resizable){    double radians = Math.toRadians((degrees % 360.0 + 360.0) % 360.0);    int width = source.getWidth();    int height =
apple.jpg
Continue reading...