
Nintendo has dropped the price of the Wii by $50 to $199.99. We’ve enjoyed playing various games on the Wii. There are games for everyone in the family, from the preschoolers to the grandparents. One of my favorite games to play is the Soccer Practice which comes with the Wii Fit Balance Board (sold separately). I do poorly because I crack up when I get hit in the head with a soccer shoe.
The Nintendo Wii is for the causal gamers, which makes it perfect for family game night.
Buy a Nintendo Wii for the family.
Install the $30 Snow Leopard upgrade for an extra $40. Seriously?

We celebrated our 11th wedding anniversary on September 13, 2009. Since we had plans to go out for a formal anniversary dinner on Saturday the 19th, we decided to do something we haven’t done in 7 years or more. We went canoeing.
While on the Kishwaukee River (“The Kish”) it dawned on me that canoeing on our anniversary was apropos.
Canoeing, like a marriage, takes teamwork. One person can do all the paddling, but that wears a person down quickly. Sharing the work not only eases the burden, but can also speed things along.
Canoeing also requires a coordinated effort. If both people paddle on the same side of the canoe, it will veer to the other side. Getting to the destination requires teamwork.
Here are some photos from our canoe trip. Unfortunately, not pictured is the eagle that flew overhead.
I purchased and installed the Mac OS X Snow Leopard update. I knew it wasn’t going to bring a lot of new features but the reviews touted modest performance gains and a few UI gems.
I installed it as a fresh install, not an upgrade, on my 18 month old Macbook Pro with 4 GB of memory. After using it for three days, I have to say I’m disappointed and think it should have been a free upgrade. I’m glad it only cost $30.
Online reviews and comments claim a noticeable increase in performance. I’m wondering if this is the infamous Steve Jobs Reality Distortion Field in affect. Here’s are my experiences so far:
- I’ve seen more spinning beach balls (i.e. waiting for the app or OS) in the last 3 days than I have in the last 3 months, especially with Safari 4. Firefox 3.5 has been running fine, without a visit by the spinning beach ball.
- iMovie is also slow. Trying to edit video clips is painful because it pauses for 2-3 seconds.
- Mail.app crashed for the first time in a year, if not longer. I’ve had it lock up occasionally under Leopard, but it only took 1 day for it to crash with an error message in Snow Leopard. This may have to do with the Microsoft Exchange email that I added today, which is a new feature so I can understand this one.
I’m anxiously awaiting the 10.6.1 update. I will not be installing Snow Leopard on my iMac until 10.6.1 comes out and proves itself worthy on my Macbook Pro… unless I revert back to Leopard that is.
~ Posted by Al
My co-author, David Pogue, sent me an autographed copy of our new book. Sure, I only provided one line but I feel that without that single line the book wouldn’t be the great work that it is.

Get your copy today!
Seriously!

Click here to get more info on the book.
The code:
if (phpversion() < 4.1) { $GET = $HTTP_GET_VARS; $POST = $HTTP_POST_VARS; $SERVER = $HTTP_SERVER_VARS; $COOKIE = $HTTP_COOKIE_VARS; } else { $GET = $_GET; $POST = $_POST; $SERVER = $_SERVER; $COOKIE = $_COOKIE; }
The error:
PHP Fatal error: Can’t use function return value in write context in…
Posted by Al via web from frumpa’s posterous