Now this is much more exciting than iPhone release! Nintendo is opening Wii to developers! That’s very cool, maybe I’ll be able to recreate some simple classic arcade games that I like.
Declutter Your Desk
I found the link via ikea hacker while I search info about IKEA Galant desk. The idea is so good.
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.
TV Show Recap
Refactor Inline Condition Assignment in While Loops
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 keyboard).
One Important Aspect of Grasping Agile in My Mind Is…
One important aspect of grasping agile in my mind is to accept the fact that you cannot predict the unpredictable. Instead of making detailed plans to support the illusion that you know what is going to happen, you say “I don’t know”, but then let that knowledge, that you actually do not know be the base for how you approach your work.
http://marcus.ahnve.net/2007/06/22/steve-jobs-and-agile/
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.
FeedBurner Has Been Acquired by Google.
FeedBurner has been acquired by Google.
http://blogs.feedburner.com/feedburner/archives/2007/06/feedburner_google.php
Wow-google-gears-is-already-implemented-for-google-reader
Wow!! Google Gears is already implemented for Google Reader.
Compare Australia Health Funds
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.