Wednesday, October 31, 2007

MTP Device blues

If you read the sister blog BigMusicLand, you know I have been using subscription music service based on Microsoft's PlaysForSure for a while. And I have been a happy camper until 2 weeks ago: all of a sudden, both Windows Media Player and Yahoo Music Jukebox wouldn't recognize my Samsung Yepp player.

I figure there must be something wrong with the driver. So I thought: why don't I uninstall it from the Device manager, then plug my player in, let WinXP auto-detect and install the driver again?

Well, like most things on Windows, thing didn't go as planned. After uninstall the driver and plug my player in, Win XP said "Found new hardware" (MTP device) and trying to install driver. So I put in the original installation CD. Win XP seemed to try reading it for a while but eventually says "Cannot install this hardware"! I googled it and it seems to be a common problem plaging users of different brands (Creative, iRiver, Sandisk) of PlaysForSure players.

Anyway, I guess I'm one of the "lucky" users since I "fixed" it by updating my Windows Media Player (it went from version 10 to 11)

Tuesday, October 30, 2007

GeForce 6200 TV-Out problem fixed

I have been using a XFX GeForce 6200 card in my workstation for a while and was quite happy with it. Recently I've repurposed my workstation as a living room entertainment PC and this card had no problem supporting TV-Out to my ancient projection TV.

However, just like most gadgets of mine, good time doesn't last forever! This Sunday after I exit from playing a movie through Real Player full screen mode, the Windows XP Desktop all of a sudden "lost its edge" or you could think of it as overstretched and ran outside the "border of the screen" It's hard to describe but you get the idea. This sounds very minor but also very annoying. Suddenly I am not able to reach and select from the "File" menu or close windows using the "red cross" icon!

I know the solution will have something to do with adjusting the setting of the video card but I couldn't think of any suitable setting. Finally I get to the GeForce tab on the "Display" settings of control menu. I chose my first option, i.e. TV Output, and click the "Device Adjustment" button, which opens another Windows. Still, no setting seem appropriate. Anyway I tweak a little bit of this and that and then exit. Viola! I have "regained my edge"

I dunno how common this problem is but if you run into it, try my solution above.

Wednesday, October 10, 2007

Media laziness

I understand that it is common practice for media outlets to quote from other news agency. What irritates me is that analysis/opinions are supposed to be original yet I see them being mirrored among media all the time. Consider the following cases:
1) US Government wants to drive away illegal immigrants by sending warning letters to employers who hired workers with social security number (SSN) not matched in the government's database, i.e., the so-called "no match" letter. Lots of opinion pieces I read says such policy is unfair to workers. These articles usually include interviews of some "no match" employee and how much they are hurt but it was never mention whether they have valid SSNs or not. I'm no supporter of unfair practices to the working class or immigrants but it's only unfair if these employee are wrongfully accused. I am surprised most opinion pieces conveniently ignore this part.

2) IMO, sports talk show hosts have one of the best job in the world. Topics come by so easily. And better yet, you could simply repeat the same topics from shows broadcasted earlier in the day! I remember earlier in this NFL season (~ Week 3/4) every host talks about both the Patriots and the Colts were undefeated but the latter is so "under the radar." I don't know how a team could be under the radar if everybody is talking about them!

3) Earlier this year a Californian woman hitting 16 hole-in-one (golf) made the news. Every news article commented how amazing that was but no one bother to verify the fact, until Golf Digest did. It turned out no one had actually witness the balls going into the holes. None of those 16 occasions. Enuff said.

[Update: I came across this article about how blogs not only lazy in checking facts but also "adding" incorrect "twist" to the story along the way. That's even worse!]

Thursday, September 06, 2007

MySQL + PHP + UTF-8 = ????

The title is not a question. It actually describes a common problem: i.e., when UTF-8 characters stored in MySQL is queried through PHP
they displayed as question marks on the web page. The solution (courtesy of Shawn Olson) is call this before any of your database manipulation code:

mysql_query("SET NAMES 'utf8'");

BTW, I host my site and MySQL database at GoDaddy and it supports UTF-8 "out of the box" without any special config.

How to implement a hyperlink that "Save File As Target"

This is useful for linking to media file when you want your user to download the whole file before playing instead of opening the media player and "progressive download", i.e, buffer some and play right away before download is completed. Most modern browser and media player work well together in this regards and the former is an option from
right-mouse-click but I got a requirement to do this from left-mouse-click from my dad (No, right-mouse-click is not user-friendly enough according to my "customer")! So I found this solution in PHP.

Friday, August 24, 2007

Barry Bonds Day





This is a good year to be a baseball fan in San Francisco (even though the Giants have one of the worst season in recent history) First, we had the All-star game in July. Second, Barry Bonds hit his record breaking 756 HR here at AT&T park on Aug 7th. Today Mayor Gavin "Handsome" Newsom hosted a celebration honoring Barry's historic achievement and gave him the key to the city.

Thursday, August 23, 2007

Canon TWAIN Driver 6.7.0 for Windows 2000

I am trying to unload pictures from my TX1 to my Win2K PC. Win2K did not recognize it as a generic USB mass storage device (unlike XP or Ubuntu) so I had to look for a driver. I was not able to find it from Canon USA's website but I found it here. Not sure if I'm supposed to use it outside Asia but I'm Asian so I guess I qualified >:) (BTW, it asks what region I was in during installation and I picked US. No problem)

Friday, August 03, 2007

Install emacs

I am an Emacser. There, I said it! It is not included as part of Ubuntu (but vi is! How unfair!) In order to try the latest and greatest version (22), I had to download and compile the source myself. The instruction in INSTALL works, only after I researched how to get rid of the various error (need to apt-get build-essential and libncurses5-dev.) Now I have it running in character mode! The journey to windows mode will continue...

Saturday, July 28, 2007

Create DVD on which videos are played sequentially

This is a followup to my previous post on DVD Authoring with tovid on Linux. One thing I really don't like is that after one video is played, it always jump back to the menu. My desired behavior is playing the next video instead unless it is the last one. (Here is one example: I create DVD for videos taken at classes. Each sub-menu on my DVD corresponds to a lesson and contains all videos from that lesson. )

To achieve the desired behavior, I have two choices:
1) group videos from a lesson together so that they will be played one after another but I lose the chapter markers.
2) edit the XML. Each of my video (the proper term is PGC) has a post-action, which is written as "call menu;" by tovid. I simply need to change them to "jump title X;" where X refers to the number of the next video.

Friday, July 27, 2007

My Ubuntu Experience: VCD/DVD Authoring

At first I thought about trying DeVeDe but I read that DeVeDe is incompatible with the MPlayer shipped with Ubuntu Feisty Fawn so I tried tovid instead.

I) Installation: follow the instructions from here.

II) Start the App: simply type tovidgui under any writable directory (e.g. your home)

[1. Layout]: you add videos here. The simplest VCD or DVD requires 1 menu and all videos could go under the menu. Name your source and destination files without spaces and underscores if you can.

[2. Encode]: just hit "Start encoding" and let it finish.

[3. Burn]: this is where I ran into trouble. If I simply hit "Start", both VCD and DVD failed.

VCD trouble: the cue and bin files were created successfully. However, when it tried burning them using cdrdao, nothing happened. I had to kill that process and repeat the cdrdao command in Terminal. Then it burned the VCD. However, I could only play the resulting disc on computer but not my VCD player. Your mileage may vary.

DVD trouble: again, the files were created successfully. However, when it executed dvdauthor, it does not like the titleset with -noask in the XML. So the solution is re-run the last command right after [2. Encode]: i.e., the makexml command, but take out the -noask option. This will generate a good XML. Then I could hit "Start" under [3. Burn] without problem.

(Link to the official Tovid GUI guide .)

My Ubuntu Experience: 1 Month Anniversary

I have been using Ubuntu on my desktop workstation for one monthly already! I still can't kick the habit of booting to Windows from time to time (See reasons mentioned later) but that's something I'm determine to avoid doing (Ever since I got Frethog and removed it, my anti-virus keeps finding worms, e.g. Winko/auto.exe, which seems to come from the usual suspect, judging by the fact that a number of posts analyzing these worms were written by Chinese experts. Anyway, I digressed)

Let me summarize a few more things I was able to do on Ubuntu successfully since last time:
1) Burn music CD from MP3: simply use Applications -> Sound & Video -> Serpentine. Works like a charm.

2) Remote Login to Windows. Yes I know there is RDP for Linux but my remote server runs TightVNC. There is no native TightVNC client on Linux but the Java Applet TightVNC Viewer does the job.

3) Mount Windows NTFS directories in Read/Write mode: they are mounted as Read-only by default. The easiest way to mount them as Read/Write is using NTFS Configuration Tool.

4) Mount remote directories in Read/Write mode: if you setup Windows to share a directory on the network, it is accessible using SMB on Linux. These are the steps to mount them permanently and read/writable (Note: VLC could only play remote files on the LAN this way)

Not so successful:
1) SlingPlayer on Wine (link to WineHQ): the sound gets choppy when I work on other windows and the video is grainy as the video tuning wizard refuse to run.

2) VMWare: I ran the free VMWare Converter to create an image of my existing Windows installation but VMWare Server had problem running this image (got a black screen after starting momentarily and then it just quit)

In any case, for day to day web browsing/blogging/e-mail/office app, Ubuntu has done a pretty good job. I heard some people commented that Ubuntu's "budding" relationship with Dell is not very dissimilar to that of Microsoft and IBM and other early PC clone manufacturer! I am not sure if that is a positive comment.

[Update: I ran into this bug (and the solution provided in the same link worked for me) for my SMB mount. An example of STOP_SERVICE line looks like this:
STOP_SERVICES="mysql samba-shares "
(modified from the mysql only line)
]

Tuesday, July 10, 2007

Baseball All Star Week in SF Part III: The Game



The MVP of the game, Ichiro Suzuki, led off.



Two local All Star, Barry Bonds and Dan Haren, faced off.



Ken Griffey Jr was about to drive Jose Reyes home from 2nd base to score the 1st run of the game.

Baseball All Star Week in SF Part II: Home Run Derby




Vladimir Guerrero, before hitting his winning home run in the final round.

Sunday, July 08, 2007

Sunday, July 01, 2007

Watch DVD on portable device

I just found another use of my Pocket PC: watch DVD. I got my instructions from the always helpful VideoHelp.com. Of course the ripped AVI will work on any computer. You could download AutoGK from here.

Wednesday, June 27, 2007

My Ubuntu Experience: Day 2

More items accomplished from my list:

4) I've finally got Chinese input working! Again, I did everything from the menu system (i.e, no command line :D ) Here are the steps (courtesy of this instruction):
i) Choose System->Administration->Language Support. It will automatically download some packages. Check the Chinese checkbox. It will install Chinese. Close it when it's done.
ii) Again, Choose System->Administration->Language Support. The previously checked "Enable Support to input Complex character" will become unchecked. Check it again.
iii) Log out and log back in.
我現在可以打中文了!

Also, contrary to what some people said, I was actually able to type Chinese in Open Office as well.

5) Watch Real Media encoded video:
Download the installer from http://www.real.com/linux . Change permission to executable and execute it. I chose to install to /usr/local/RealPlayer and the symlink dir option is the default (/usr) which symlink it as /usr/bin/realplay

Since I use SCIM, I got core dump when executing realplay, the workaround is do first:
export GTK_IM_MODULE=xim
Then execute "realplay &" from the same shell.
(Link to Detailed Instructions)

[Update: To associate the .rmvb file extension with Real Player, try this]

Tuesday, June 26, 2007

My Ubuntu Experience: Day 1

That Frethog!generic episode motivated me to switch to Linux for my primary workstation, finally. And Ubuntu has the biggest buzz/hype in the Linux world these days so I went with it. (I know mainsteam is not my thing but with limited Linux experience for personal usage, I'd rather go with the mass since more info/help/how-to will be available and I'm sure I need a lot of them)

Let me briefly go over my installation: I downloaded the iso from here. Burned a CD. Went to BIOS and move my CD-ROM up in the order of boot device. Then boot the computer with the CD. Chose the first option on the menu, which start Ubuntu from the CD (that's why it's called a Live CD) Once I'm in it. I clicked the Install icon on the Desktop and the installer asked a series of questions, which I picked the default for most of them. The only tricky question was about partitioning: I had 5 partitions on my first hard drive: 1) Windows (NTFS), 2) Swap, 3) a /boot (ext3), 4) a root (ext3) and 5) a FAT16 partition. (2)-(4) were there because I had previously installed RedHat and I want to replace RedHat with Ubuntu, i.e., use the same partitions but don't care about keeping the content. So I picked "Manual" when the Installer asked about partitioning and edit the old RedHat parititions to indicate they will be used as /boot, root(/) and so on. Finally, the default location for the "Dual Boot loader" (which allows me to run multiple OS as I'm still keeping XP) was (hda0) and I was a bit skeptical at first since I recall going through a few extra steps to take care of that for RedHat (put GRUB on /boot instead of MBR) but it turns out fine.

Now, actually using it was when the fun began. I have a habit of making a list of things I want to try with any new toy before it arrive. So I did the same for Ubuntu. More things work out of the box then expected!

1) Browsing Chinese websites: I didn't need to install any extra font. It just worked!
2) Change monitor resolution to 1920x1200: this requires some work, non-trivial but manageable:
- Install Restricted driver
- Run the Autodetect Script Again (follow the section with the same name)
3) Watch videos: I tried a few of my favourite videos and the included Totem player can't play any of them but I knew a simple solution:
- Install VLC (Application->Add/Remove, choose All available applications and look for VLC)
I have been using VLC on Windows anyway.

Stay tuned for more of my Ubuntu Experience!

Monday, June 25, 2007

How I got rid of Frethog!generic

My computer was infected by the trojan Frethog!generic when I accidentally clicked on an unknown Chinese website last week. My CA Anti-virus (got it free from SBC Yahoo as a DSL customer) discovered it very quickly. Unfortunately, it was only able to remove copies of the virus but not the "original." I googled it immediately but couldn't find much info at first. The first thing I found out was that it was a password stealer. And that's enough to make me lose sleep. Since I was not able to find a quick solution, the next best thing I did was turn off the computer and unplug it from the network.

Fortunately I found a solution from Google later:
1) download a program called ComboFix from here or here.
2) reboot your PC, hit F8 before Windows started and start Windows in "Safe mode"
3) execute ComboFix.exe. It will start a "Text" window and scan your system for "bad stuff." This may take a long time (~10 min for me) After it removed the bad files, it will ask you to reboot. The program resumes after reboot and finally generate a report which includes all files created on your system recently. So in case it cannot find the offender, you still get a clue on what files could possibly be infecting your system.

Even though I dodged a bullet this time, I think it's a sign that I should finally seriously consider to switch OS on my primary workstation. Please read my next post!

Monday, June 04, 2007

Free RSS Reader for Pocket PC/Windows Mobile

My Dell Axim X30 is getting even more useful these days thanks to the free RSS Reader pRSSReader

When I had my Palm, I used to sync RSS feeds to using Sunrise (on Desktop) and Plucker (on Palm) However, now pRSSReader allows me to take advantage of the built-in Wifi on X30 to download directly to the PDA.

Two useful tips:
1) To download the web page linked to the news item for offline viewing, simple choose your feed from Site Manager, then choose File->Properties. Choose the "Caching" tab and check "Cache content for offline browsing" box.
2) To download podcast, again, choose your feed from Site Manager, then choose File->Properties. Choose the "Caching" tab and check "Automatically cache enclosures" box

Wednesday, May 23, 2007

Skating for the first time



First time ever for Madeline. First time in 8 years for me!

Tuesday, May 22, 2007

The Conservatives (Hong Kong edition)

If you're tried of the Christian Right in the States, I would like to introduce you to their Hong Kong equivalent. Check out 3 videos about Society of Truth and Light*:


Part I


Part II


Part III

*This is a group that is against legislation of anti-discrimination based on sexual orientation.

Monday, April 30, 2007

RC Sailing

RC stands for radio controlled. This is my newest hobby. I've always loved boats, especially sail boats. In fact, I have taken 2 sailing lessons! However, given my current schedule, it will be quite difficult for me to sail "the real thing" So I went for the RC version. Although the size is very different, the principles are the same. (I was also inspired by the character who owns a lot of RC toys from one of the cartoons my daughter watches. You know which one, right?)

After sailing for a few times, I'd like to share some of my thoughts:
1) This is a kinda messy hobby. It is not normally the type of things I like to play with. (You might say playing with computer is messy though but that's another story) For example, I don't like getting my hands wet. There were very few exceptions, and this has become one of them. Actually, my feet got wet when launching and retrieving the boat too. And of course, the boat needs to be cleaned after I sail every time.
2) This is a kinda niche hobby. Fortunately, there are several clubs in my area:
- North Bay R/C Sailing Association: sails at Marin County Civic Center Lagoon in San Rafael
- Shoreline Model Yacht Club: sails at Shoreline Park in Mountain View
- South Bay Model Yacht Club: sails at Lake Cunningham in San Jose. Also Sandy Wool Lake at Ed Levin County Park in Milpitas.
Other than these lakes, it is not allowed in most others, especially those in the East Bay Regional Park system (only one near Quarry Lake in Fremont allows model yacht and it seems to be for power boats rather than sail boats) Also, looks like the One Metre class is the most popular in this area. The folks at Shoreline sail CR914 but they are kind enough to allow me sailing my Nirvana II with them. I hope Nirvana catches on in my area soon. (If you sail one, please comment!)
3) I think a typical beginner like me go through these stages:
Stage 1: Happy as long as it comes back in one piece.
Stage 2: Happy as long as I could control it to sail in whichever direction I want.
Stage 3: Happy as long as it is moving at the best possible speed allowed by the wind condition.
My biggest fear so far is not being able to get my boat back. Touch wood it hasn't happened yet. I think it helps when:
- I sailed in a relatively small area
- I turned the rudder so that the boat sail in roughly the direction of where I was
- I used fresh battery and kept track of the time.
- I practiced using this simulator.

Here are some videos I took. (Just like my Go Motorboard 2000X, I bought my Nirvana II sight unseen. I hope my videos would help potential buyers)

Maiden Sail


In control (sort of)

Sunday, April 29, 2007

Review: Nintendo Wii Part 3 (Madden 07)

Perhaps I'm in the minority, but this is the first game I ran out and buy after getting a Wii. Game critics pointed out that Wii's version is not much different from those on other consoles except that it is taking advantage of Wii's motion sensing controller for passing, tackling and certain running moves. For a football fanatic who has never been good at playing games using traditional controller, i.e. yours truly, the last aspect became the biggest selling point. Football video games have always been complicated because of its nature: there are so many players on the field, so many formation to choose, and then so many different moves you could make. I have played football games from several different eras, from DOS and keyboard based to PlayStation's (not old enough to play character mode on PDP8 though) I felt that game makers put in great effort to make them easier and easier for casual gamers. And Madden 07 on Wii is the most fun so far.

Madden 07 made it easier not only to control the players but also to pick a play to run. Under "Easy Mode", plays are grouped into run, pass and deep pass, with only a few key plays in each group. Intermediate players could choose plays "by type" under normal mode, with more groups (e.g Play Action or Screen) and more plays. Finally, advanced players could choose plays the traditional way, "by formation" (e.g. I-formation, single back, shot gun...)

In addition to playing single "standalone" games, I've also played the "franchise mode" (draft my own franchise and play multiple seasons. My Cowboy team has drafted Vince Young, Cedric Benson and Roy Williams, unintentionally!) and "Hall of fame mode" (created my own player, a QB that has been drafted by the Texans and started in place of David Carr!) Looks like I'll still be playing this game in 08!

Tuesday, April 10, 2007

My first Giants game of the 2007 season

The game sucked (lost to LA 4-10) but the seat was awesome (real close to Barry!)

Barry! Barry!
The Other Barry
Posted by Picasa

Monday, April 09, 2007

Review: Nintendo Wii Part 2 (Wii Play)

Wii Play could be the second most owned game on Wii (I don't have the official stat) since it is bundled with a Wiimote. (The Wii console included 1 Wiimote. Most Wii owner would need at least one more to play with friend.) Wii Play is a collection of minigames, including table tennis, air hockey, pool, fishing and a few more non-sport games. I call them minigames because they are more like demo that showcase the potential of how future games will utilize Wii's unique motion sensing controller. To me these games feel even less complete and more barebone than those in Wii Sport. The replay values are not as high, especially in single player mode. However, it will serve as very decent party game.

[Update: I googled and confirmed Wii Play is indeed the 2nd most popular Wii game behind Wii Sports. And I found a pretty positive review here]

Tuesday, March 20, 2007

Review: Nintendo Wii Part 1 (Wii Sports)

By now you have probably read a review of this video game console somewhere or even watched one on your local news as it is widely covered by the media (not just the hardcore gaming publications) I'll try to provide a different point of view, as a gamer more experienced than a newbie but far from hardcore. I plan to share some of my thoughts after spending some time playing 3 games on it:

1) Wii Sports
This is the game that puts Wii on the map, so to speak. It includes 5 sport games (baseball, bowling, golf, boxing and tennis) that showcases the strength of Wii: the motion sensing controller. It is so much easier to play video games by waving a "magic wand" then pressing buttons and pushing joystick, which has been the staples in gaming since Day 1. This innovative user interface single handedly turned a lot of non-gamer into Wii players. They would not have play video game if they have to use a joystick! Nintendo was brilliant in making Wii Sports simple yet addictive. Analyzing closely though, the games are not actually that realistic. For example, you can't full swing in the golf game or you will overshoot the ball. Also, motion sensing can only be precise to a certain degree. So you might miss some balls you though you didn't when playing tennis. Same for boxing. Finally, most of the games are rather primitive: No base-stealing in baseball. Only 9 holes in golf. The one that I feel most complete is bowling. And I could understand that Nintendo would want people to buy more sophisticated games, not just playing Wii Sports all the time! Still, Wii Sports will be the most played game in my home in the near future. Wii fitness has become my previously non-existent workout routine. One guy claimed that he lost 9 lbs after playing Wii Sports 30 min per day for 6 weeks!

Another thing unexpected that I got out of this game is more appreciation and understanding of baseball! I've been a big fan for a long long time, but I've never played real baseball. Even though this baseball game is far from realistic, it is still miles ahead of those uses joystick and buttons. With this game I could feel the frustration of a batter being fooled by the pitcher's speed or location, as well as the pressure on a pitcher who is unable to get anybody out no matter what type of ball he throws. A slight difference between swings or speed of pitches turns a strikeout to a homerun. Subtleties like these are what makes baseball the great game it is. Ironically, these are also the Achilles' heel of the sport because appreciation of subtleties has been lost in this generation.

Part 2 of this series will be about Wii Play. Stay tuned.

Tuesday, March 13, 2007

Review: Dell Axim X30 Pocket PC PDA

I've been pushing the limit of my PDAs since the early days of Win CE with a Cassiopeia and Palm OS with a Handspring Visor. However, the last "advanced" PDA I used was Zire 72 (built-in 1.3 MP video camera and bluetooth for mobile e-mail and web browsing) After switching to an Abacus WristPDA, the only functions I really used are address book and reading novel. Basically I've given up on using PDA as a PC replacement.

What got me curious about the current state of PDA again was Nokia's new PDA-like Internet Tablet N800. Based on open source OS (linux) and platform (Maemo), it has got quite a few positive reviews. However, the high price tag ($399) made me look for a cheaper alternative on eBay and I bought this Dell Axim X30.

So, what functionality am I looking for this time around and how well does it perform?
1) Watch live TV: X30 is one of the supported (and cheapest) device for Sling Player, the client for watching TV streamed from Slingbox through internet/intranet, and in my case, mostly 802.11b Wifi. I can't expect great quality on such a small screen and relatively slow connection. To me, it is good enough and I'm willing to sacrifice quality for portability. The Pocket PC version of Sling Player costs me $30 though.

2) Watch downloaded video: The free software TCPMP does a pretty good job. It handles most popular formats except RMVB. I wish it won't pause when I touch the screen accidentally but I work around it with a hard case.

3) Read downloaded website: I simple use HTTrack on my PC to download websites to my SD card and use Pocket Internet Explorer on the Axim to read them. It would have been more convienient if I could mount the Pocket PC to Windows as a letter drive but I could live with this.

4) Read downloaded website in Chinese: what good does a PDA do if I can't read Chinese newspaper with it? Even my WristPDA could do that! So I installed CEStar on the Axim. So far so good. I have seen lots of recommendation of Monster Chinese over CEStar but I haven't tried it.

5) Read e-book: I have some Chinese (Big5) e-books in Palm's .prc format. CEBook is the only one that works with them.

6) Internet access: I'm happy with its versatility. I used these 3 modes extensively:
- Wifi (802.11b),
- Bluetooth-enabled cellphone as dial-up modem
- when you maintain an ActiveSync connnection (thru Bluetooth or USB) between a Pocket PC and a PC that is connected to the internet, the Pocket PC could access internet as well.
Surfing the web is not that fast. Pocket Internet Explorer might have something to do with it but my expectation is low to begin with. Also, I found a bug with surfing thru Bluetooth ActiveSync on PIE, it is unable to load pages after a while. I had to disconnect and reconnect. This is rather annoying.

7) E-mail: a client is built-in. It supports the popular protocols like POP3 and IMAP4. I found out Yahoo serves @yahoo.com e-mail thru IMAP4 for free. Simply install Yahoo Go and it will configure for you. It has been working fine for 2 weeks but incoming traffic has stopped for 3 days for some unknown reason. Maybe I've jinxed it :(

8) Note taking: I hand-write notes using the "Writing" view in Pocket Word. I've also tried the highly praised notetaking software PhatPad (costs ~$30-40) but I ended up not buying it. The problem is not with the software though. The screen is just so small that even PhatPad couldn't improve the notetaking experience much.

9) VOIP/IM: Skype is supported on this version of Pocket PC (2003). The voice quality is not bad.

[Extra credit] Listen to music through Bluetooth A2DP: It is not officially supported by Dell but HP iPAQ's driver is supposed to work. I'm able to listen through my Plantronics 590 headphone but the video played by TCPMP became choppy in this mode. I suspect the A2DP code eats up too much resource. So I ended up not using it.

Accessories
- PDAir Aluminum Case: I want a hard case with belt clip. The first one I found was from Innopocket and the reviews at Aximsite are not great. This PDAir case is recommended over it. I don't think it is that great either:
1) when I closed the case, the cover (or the top piece?) got "stucked" in the side of the bottom piece and it is hard to get it out. To make it worse, I lose some of the Neoprene lining in the process of getting the cover out.
2) The belt clip is attached to the case thru a screw and relies on friction to keep it attached. It came loose and dropped my Axim to the floor twice in 2 weeks already.
3) the PDA gets in the way often when it is clipped to the belt. It's not the fault of the case though. That's the nature of belt clip.
- Energy Leaf Extended Battery (1800mAh): the original battery won't last more than 2 hours with Sling Player on non-stop. This extended battery came in a combo deal with the PDAir case and it stole the show.
- St. Tropez Petite: a nice looking stylus pen combo

Alternatives
Would I be better off buying a Nokia N800 instead? I'm not sure. On one hand, it has lots of free (as in speech and beer) software and an enthusiastic community behind it. For example, the note taking software Xournal is available on N800 (BTW, before I bought the Axim, Xournal wasn't compatible with N800. Looks like it has been patched and hopefully the bugs were fixed) The larger screen (800 x 480) should help too. On the other hand, it is still Linux. Things like enabling Chinese is still harder than it should be. Also, I doubt Sling Player will be ported to it ever. So your best bet for live TV would be encoding and streaming from a PC thru other Open Source server/client combo.

Final words
Was it a good buy? Well, I bought it second hand so it costed less than my Zire 72. It does a somewhat better job with web browsing and multimedia than the Zire, thanks to the built-in Wifi and a faster processor. The bottom line is: I had enough prior experience with Pocket PC/Windows Mobile so my expectation is quite low. The Axim is on par.

Friday, March 09, 2007

More on Go Motorboard 2000X

Accessory
The Go Sporting Goods' blog recommended to use a baseball bat bag to carry it. I'm using a Easton Neo Classic Tote Bag ($29.99 @ Sports Authority). I think this bag looks pretty cool. More importantly it's large enough to fit the scooter without having to stretch it. In fact, it has enough room for my helmet, charger and lunch box too. The included shoulder strap is a nice touch too. Anything that makes it easier to carry 20lb is welcome. If you're buying a baseball bat bag too, make sure it's large enough (mine fits 4 bats) Those < $20 usually aren't.

Service
Remember I mentioned that brake handle problem in my previous post? I wanted to call Go Sporting Goods but they don't have any contact number on their website! So the only option I have was to send them an e-mail. And it took them 4 days to reply. The reply was polite and the instruction to fix it myself was clear but I wish it showed some willingness for them to fix it. I sent a 2nd e-mail about battery life and range and got no reply. So it sounds like I'm on my own. I can't say I could recommend dealing with a company that is so hard to contact.

Alternatives
I looked into foldable bikes before buying this. They are small enough to carry on a train. I had 2 concerns though:
1) price:
there're a few no name brand priced under $200 but I was skeptical. The most affordable brand name is Dahon and their bikes start at $350. Those from Bike Friday cost over $1k. Brompton starts at ~$800. You could find Strika on EBay for ~$500.
2) weight:
The no name ones are over 30lb. Dahons are around 25lb. The one that looks most promising to me is Strida at 20lb.
And I felt that 20lb is too much already.
However, you could buy one designed to roll on the wheels so that you could pull along, like a roller luggage bag. I've seen people do that with Dahon and Strida.
3) size:
Foldables take up so much space that you can only take a seat with a lot of space around it. No more sitting in the middle rows on a train. Strika seems to be the most compact one. It's easy to unfold too. Check out this video of Strida:


[Update: I ran into a fellow electric scooter rider on my train ride. He rode a Go-Ped ESR 750 Sports (the version with "solid" tire) and liked its power and durability. He also recommended Downtube foldable bike. Both the spec and price look pretty good.]

Thursday, March 08, 2007

Review: Go Motorboard 2000X


It looks so sleek that it screams "As seen on Maxim, Stuff and FHM." Any gadget lover would want to own it. I took the plunge and bought one when I was in search of a portable "vehicle" for short commute to and from train station. This is arguably the lightest (20lb) and most compact (foldable to not much bigger than a skateboard) electric scooter on the market.

However, is this practical or simply a fancy gadget? After using it for a week, I could tell you the answer lies somewhere in the middle. I hope this article helps potential buyers understand its capability and limitations.

First, ask yourself:
- Do you live in a city that rains often?
- Is the road you plan to use it on relatively flat and smooth?
- Do you need to carry it a lot during your commute? (e.g. lots of stairs, part of the street is too crowded for riding)
- Are you a somewhat handy person (i.e, uses screwdrivers/wrenches to fix things yourself occasionally)?
- Do you need to go farther than 7 miles?

If you answer NYNYN, you could consider it. Let me elaborate:
- By design it could not be used on wet surfaces. The road has to be completely dry.
- By design it could not handle slope steeper than 10%. Also, because of its hard wheels (not filled with air,) you will feel every bump/crack/groove on the road. When I rode through pavement covered by tiles (or are they called bricks?), it feels very rough and bumpy.
- 20lb doesn't sound like much but if you have to carry it more than a few blocks, you'll feel the weight.
- It requires maintenance, similar to the level of bicycle but not as much as a car. For example, you need to wipe off dirt built up on the real wheel periodically or the drive mechanism will be damaged since it drives by clamming the real wheel between 2 spinning rods. You will also need to check the thickness and shape of the wheels and replace them when they get worned out. And my unit arrived with the brake handle assembled a bit awkwardly (long story) so I had my wrench taken out of the toolbox where it stays 364 days of the year and fixed it myself.
- It is not clear how far it is supposed to go on a single charge. The range is not listed on the manufacturer's website. Some sellers mention 11 miles, some advertise 8. I've also seen 7. Obviously it depends on the weight of the rider and how steep the roads are. I tested it on a flat 2 mile track that surrounds a lake. The battery indicator turned from "hi" to "mid" during the first lap and became "low" and beeping near the end of the 2nd lap. However, it did lasted thru the third lap and some more. BTW, I'm 200 lbs. So you get the idea. One nice feature is that when you run out of battery you could still ride it as a kick scooter without being hindered by the motor/drive mechanism (just need to keep it switched on)

The bottom line is: this design is chosen to keep it light and compact. If it were to be made more powerful, a different drive mechanism, most likely bigger motor and heavier battery would be required.

BTW, I suggest to check out comments left on Amazon just to get a more balanced view other than the hi-raves you found from the manufacturer and sellers.

To sum it up: do I have buyer's remorse? A bit. Is it fun to ride? A lot!

For those who hesistate to buy one without seeing it in action:

Tuesday, March 06, 2007

Review: Tascam CD-BT1 mkII Bass Trainer


Major features I used:
1) loop a segment of a song over and over and slow it down without changing its pitch.
2) change the key of a song. (This is useful when you practice songs with
different keys. It's tedious to tune your guitar once per song!)
3) mix my bass into the music from CD
4) boost the bass part from the CD

So I could practice one segment at a time and hear if I play it right. Bass boost doesn't help much on death metal though since bass is usually buried by guitar on death metal albums. I supposed you could achieve the same thing using software on computer. After all, the so-called bass boost is just heavyEQ-ing. But I like the idea of having all these features in a small package.

As a bonus, a chromatic tuner is built-in. No wonder I haven't played much metal since my bass was stucked with standard tuning!

I wish it takes SD card and works with MP3 stored on it but I could always burn songs to a CD-RW first. Right after I bought it, Tascam indeed released one that works with MP3.

Sunday, March 04, 2007

Queen Mary II: The Disappointed

Previously I wrote about Queen Mary II's visit to San Francisco I was very interested in what people wrote when it visited Hong Kong.

Well, there were a bunch of disappointed folks. First, for some reason some people think the ship should be open to public but visitors were by invitation only.

Second, one guest lecturer on the ship, John Reich, has "bad mouthed" Hong Kong and upsetted a few fellow passengers from Hong Kong.

His criticism of Hong Kong includes:
- heavy pollution. I can't disagree with this
- the pollution is so bad that you won't get a good view from Victoria Peak. I have to disagree. I saw it myself. So are others. See this video as the proof.
- the museums' collections are poor. I won't even argue. Museums are never selling points of Hong Kong. On the other hand, if one is interested in Hong Kong's own history and culture, s/he would be able to learn a lot from the museums there.
- restaurants are not capable of serving customers the food they order. I have never heard of this! I speak Cantonese so I have an advantage over Mr. Reich. However, I do have a brother who doesn't speak much Cantonese and I haven't heard him complained. I'll be very surprised if all those world class 5 star restaurants couldn't get their orders right.

Reference: Here is an excerpt from 星島日報:

本港搭客林先生向香港旅遊發展局及報章投訴,表示自己在上月二十日於澳洲雪梨上船來港,在郵輪抵港前一天,一名英國歷史及考古學家John Reich在船上舉行一個介紹香港的講座中,連番批評香港,而講座內容其後在船上透過電視不斷播放。

林先生指出,該專家提及有關香港旅遊業的情況相當負面,當中包括香港空氣污染極為嚴重,到山頂遊覽根本甚麼也看不到,根本不值一遊﹔到食肆亦往往感到絕望,因為無論如何小心點菜,侍應也經常送錯餐﹔在尖沙嘴的藝術博物館亦不值一去,因為水準比區內其他館,如上海都要差。林先生認為該專家的意見並無根據及帶誤導性,向船員投訴但不果,故向旅發局反映要求跟進。

Friday, February 23, 2007

Acer monitor "No signal" workaround

Another "tech support" post: 2 months after I bought my new Acer 24" LCD monitor, I ran into the infamous "No signal" problem which seems to be a common one for Acer LCD owners. And I found the workaround from these customer reviews, i.e., unplug the mon for 1 min and try again.

It worked for me twice so far. I'm keeping my fingers crossed.

Outlook import workaround

My previous post "My X'mas Present" inspired me to write more "tech support" related post. Hopefully this is going to drive more traffic to my blog >:)

I'd like to share with the public a solution to this Outlook 2002 import problem I ran into: when I imported my address book from Outlook Express to Outlook 2002 following this instruction, all my entries appears as last name followed by first name with no space in between, for example, "GatesWilliam", which just look strange! I'd prefer "Gates, William" instead. (BTW, importing from CSV file has the same problem too)

And my search for this solution wasted 3 hours of my precious time :( Apparently it is not a very common problem. (Or people just don't care!) Finally I found this USENET news posting, which led me to the workaround. It is based on VBScript but don't worry if you don't write BASIC. All you need to do is cut-and-paste.

Now I'm one happy Outlook Address book owner!

You might wonder why I couldn't just use the Outlook Express Address book and forget about Outlook. Well, it's because my new Pocket PC only sync with Outlook, but not Outlook Express. BTW, this step completed my long overdued personal project: address book consolidation. I no longer have to live with all slightly different and somwhat outdated info in my Palm/Phone/Webmail address books!

Monday, February 05, 2007

Queen Mary II


She is in San Francisco today. This is the biggest ship I've ever seen!

From Wikipedia:
"At the time of her construction in 2003, the QM2 was the longest, widest and tallest passenger ship ever built, and at 148,528 gross tons, was also the largest. She lost that last distinction to Royal Caribbean International's 154,407 gross ton Freedom of the Seas in April 2006, but QM2 remains the largest ocean liner (as opposed to cruise ship) ever built, and her height, length, and waterline breadth are unsurpassed by any other passenger ship. QM2's luxuries include 15 restaurants and bars, five swimming pools, a casino, a ballroom, a theatre, and a planetarium."

Monday, January 01, 2007

My Xmas present


... is this 24" LCD monitorPosted by Picasa

Also I upgraded my video card (way overdue) to a XFX GeForce 6200 to take advantage of this new monitor. I got it for under <$40 at Buy.com. That's a pretty good deal. And it's good enough for me since I don't play much games on my PC. All I care is smooth playback of DVD and streaming video!

However, this upgrade was not without challenge: My motherboard ASUS A7V8X-X was a few year old and doesn't have any PCI-Express slot which is used by most of the new video cards. It does have an AGP-8x slot. So I bought the AGP-8x version of the GeForce 6200. And the installation instruction says XP is supposed to be able to detect new hardware and start the new video card driver installation after I put it in the AGP-8x slot but instead XP chose a generic VGA driver for display and that's it. I tried manually installing the GeForce 6200 driver but got an error saying the computer cannot find the hardware, i.e., the new video card!

Usually the best thing to do at this point is to upgrade all software that is too old and could potentially be conflicting with new hardware. In this case, I upgraded the 4-in-1 driver of my mobo (4-in-1 includes the AGP-8x driver) And the problem was solved after reboot! XP detected the card! I'm writing this so that someone who run into this same problem in the future might come across this post by Googling.

Now I'm enjoying full 24" 1920x1200 pixels of DirecTV sling-ed at ~3Mbps! (Oh yeah, I had to upgrade the firmware on my Slingbox to achieve this, of course)