I realized that voicemail greeting on IPhone was not set... Here is my new greeting
"This is (name). I'm currently unable to take your call. Please leave your name, phone number, and a brief message, and I will contact you as soon as possible. Thanks."
Tuesday, October 5, 2010
Sunday, October 3, 2010
SELF JOIN to delete from the same table
DELETE o FROM users u, uc_orders AS o JOIN uc_orders AS o1 ON o.order_id = o1.order_id
WHERE o1.uid = u.uid AND (u.mail like 'test%);
WHERE o1.uid = u.uid AND (u.mail like 'test%);
Wednesday, September 29, 2010
Posture
I would like to start fixing my posture. Plan?
Monday, September 20, 2010
CAAD9-5
I picked up CAAD9-5 bicycle from local bicycle store Roy's Sheepshead Cycle and went for 35 miles ride. The bike is much better compare to my previous and I'm very excited with my purchase.
Some images below:

Some images below:

Drinking the Kool-Aid
Today at work I heard the expression "Drinking the Kool-Aid". The meaning of it:
"Drinking the Kool-Aid" means becoming a firm believer in something: accepting an argument or philosophy wholeheartedly or blindly. The term originated with the Jonestown Massacre,[1][2][3] where members of the Peoples Temple were said to have committed suicide by drinking Kool-Aid laced with cyanide.
"Drinking the Kool-Aid" means becoming a firm believer in something: accepting an argument or philosophy wholeheartedly or blindly. The term originated with the Jonestown Massacre,[1][2][3] where members of the Peoples Temple were said to have committed suicide by drinking Kool-Aid laced with cyanide.
Sunday, September 12, 2010
Bicyle trips to Far Rockaway
Saturday and Sunday morning ride bicycle to Far Rockaway, Jamaica Bay, Howard Beach and back. 7 bridges total
Thursday, September 2, 2010
mysql to CSV file
SELECT * INTO OUTFILE 'result.csv'
FIELDS TERMINATED BY ',' OPTIONALLY ENCLOSED BY '"'
LINES TERMINATED BY '\n'
FROM my_table;
Saturday, August 7, 2010
Being logical : a guide to good thinking
AUTHOR: McInerny, Dennis Q.
Being logical : a guide to good thinking
Being logical : a guide to good thinking
Life without lawyers
AUTHOR: Howard, Philip K.
Life without lawyers : liberating A
Life without lawyers : liberating A
Subscribe to:
Posts (Atom)