June 2007
10 posts
Declutter Your Desk →
I found the link via ikea hacker while I search info about IKEA Galant desk. The idea is so good.
Jun 26th
Spam using pdf attachments
There seems to be an increase of spams with using pdf attachments. I wonder if they are doing it because it gets away from spam filter more…. spams are so annoying.
Jun 25th
TV show recap →
Jun 23rd
Refactor inline condition assignment in while...
I wish IDE’s would offer refactoring to convert something like: int len; while ((len = read()) > 0) { // business operation }intoint len = read(); while (len > 0) { // business operation len = read(); }Nowadays I don’t think the inline modification bothers me as much as before but I still like to have the option of easily refactor it with a click of the button (or...
Jun 23rd
“One important aspect of grasping agile in my mind is to accept the fact that you...”
– http://marcus.ahnve.net/2007/06/22/steve-jobs-and-agile/
Jun 21st
speedgeeking winner
Congratulation to propertyguru.com.au who won the Sydney Google developer day speedgeeking competition. I emailed my wife from the developer day as soon as I saw the demo, it is a really useful site for property hunters.
Jun 1st
“FeedBurner has been acquired by Google.”
– http://blogs.feedburner.com/feedburner/archives/2007/06/feedburner_google.php
Jun 1st
Jun 1st
Compare Australia health funds →
Good idea, I briefly used it but it’s not as easy as I thought it would be to choose the best fund.
Jun 1st