Upgraded WordPress to 3.5.1

Sunday, May 12th, 2013

Let me know if you see any problems.

The Power of Pomodoros

Friday, February 22nd, 2013

Until recently, I hadn’t paid much attention to Pomodoro, though I’ve heard of it for a few years now. “Uncle Bob” Martin seemed to like it, and he’s usually worth paying attention to in such matters. However, it mostly seemed to me like a way of organizing a variety of tasks and avoiding procrastination, and I’ve never had much trouble with that.

However after the January CFAR workshop suggested it in passing, I decided to give it a try; and I realized I had it all wrong. Pomodoros aren’t (for me) a means of avoiding procrastination or dividing time among projects. They’re a way of blasting through Ugh fields.

Continued on Less Wrong…

Quick Java Favor

Monday, February 18th, 2013

If anyone out there has the JDK installed on Windows, could you run this program and tell me what output you get, and what version of Windows and the JDK you’re using?

import java.nio.charset.*;

public class URLtest {
    public static void main(String[] args) {
        System.out.println(Charset.defaultCharset());
    }
}

Just leave a comment with the info. Thanks.

Mokka mit Schlag is Back

Sunday, April 8th, 2012

Sometime over the last couple of weeks while I was in Cuba, MySQL corrupted the wp_posts table in my WordPress database. At first I thought I was hacked, but it looks like the database was just corrupted:

mysql> check table wp_posts;
+---------------------------+-------+----------+----------------------------------------------------------------------------------+
| Table                     | Op    | Msg_type | Msg_text                                                                         |
+---------------------------+-------+----------+----------------------------------------------------------------------------------+
| elharo_wordpress.wp_posts | check | warning  | Table is marked as crashed                                                       | 
| elharo_wordpress.wp_posts | check | warning  | Size of indexfile is: 1148225      Should be: 467968                             | 
| elharo_wordpress.wp_posts | check | error    | Can't read indexpage from filepos: 56320                                         | 
| elharo_wordpress.wp_posts | check | Error    | Incorrect key file for table './elharo_wordpress/wp_posts.MYI'; try to repair it | 
| elharo_wordpress.wp_posts | check | error    | Corrupt                                                                          | 
+---------------------------+-------+----------+----------------------------------------------------------------------------------+
5 rows in set (0.00 sec)

mysql> repair table wp_posts;
+---------------------------+--------+----------+----------+
| Table                     | Op     | Msg_type | Msg_text |
+---------------------------+--------+----------+----------+
| elharo_wordpress.wp_posts | repair | status   | OK       | 
+---------------------------+--------+----------+----------+
1 row in set (0.34 sec)

mysql> check table wp_posts;
+---------------------------+-------+----------+----------+
| Table                     | Op    | Msg_type | Msg_text |
+---------------------------+-------+----------+----------+
| elharo_wordpress.wp_posts | check | status   | OK       | 
+---------------------------+-------+----------+----------+
1 row in set (0.08 sec)

I think I’ve fixed this now, but do let me know if you see any lingering problems. Hmm, it does look like the categories may be borked too. I’ll look at that next.
(more…)

WordPress and android’s Fish

Saturday, November 5th, 2011

I discovered that there is an android app for working with a WordPress blog,’s and it seems to work pretty well. However, as with all tablet apps for real limitation is an import. Stste I’m attempting to use Nuance voice recognition here, and in some sense is working surprisingly well; although just report me to keep tapping the screen to add a new sentence after every time I Parks. I have to figure out if there some way to correct the voice recognition and to learn from my voice as areas with the desktop version of Dragon. However, the voice recognition is surprisingly good; and I would rated about on par for the desktop version I’ll bean someone easier to use. It definitely seems superior to the version of Dragon for the Mac, and maybe on par with the version for windows. PS Ethan and I am deliberately leaving a lot of mistakes in place so you can see just how gorgeous this is or is not. BottomLine: Hses is actually just suffer writing a first draft of the text heavy, formatting for post ; but it’s not your replacement for real keyboard.

And for comparison sake, here’s the edited version of the post:
(more…)

Upgraded to WordPress 3.0.4

Thursday, December 30th, 2010

I’ve updated this site and The Cafes to version 3.0.4 of WordPress to close a reported security hole. Everything seems functional, though the admin page does take forever to load. Anyone know how to fix that? Otherwise let me know if you notice anything strange.