Watch gsm phone??

Apparently these fellas are selling a Dick Tracy style GSM watch. I would like to know a few things happen before I would buy one.

1. I would like to see it in use, not that I would be using the build in speakerphone mode much, I would probably use a headset; its just that I don’t buy gadgets that I have never seen work.

2. Is it waterproof?

3. $700 are you kidding me? I’ll give you $250.

4. isync???, does it work as a gprs modem?

5. How well does it work while in silent mode, does it even vibrate? If so would I notice it while watching a movie?

MySQL mangled my wordpress data.

I browsed to dacrib.net only to discover the wordpress initial install screen was being displayed. WTF? It must be the database I thought. Sure enough after running mysqlcheck against it I saw that one of the tables was marked as crashed. So I fixed it.

mysql> repair table wp_options;
+————————–+——–+———-+———-+
| Table | Op | Msg_type | Msg_text |
+————————–+——–+———-+———-+
| xxxx_wordpressdb.wp_options | repair | status | OK |
+————————–+——–+———-+———-+

All better now. Maybe I should set a cron up to do that every few months. Anyway I got a dump in case everything goes to hell sometime soon.