docwhat's avatardocwhat's blog

What language would you like it in?

So I have finally submitted It’s All Text! to Babelzilla, the Mozilla translation site. It took a little work to get in, though. There isn’t anything so simple that I cannot break it. :-)

Their system automagically created a discussion thread and it’ll track changes as I upload them. They have mixed a lot of technologies to produce something pretty spiffy. I know how hard it is to mix this stuff and the fact it works well is amazing.

I submitted the translations because I’m just about ready to submit version 1.0, probably in the next month. I tend to work on IAT in spurts because that’s how my attention works. Of course, if I get an interesting question, that’ll get me interested again.

The only changes I’m making right now is the packaging and looking to clean up the memory footprint.

I’ve changed my build scripts to create .JAR files (like most extensions use) for the chrome. This saves space on disk when the extension is downloaded.

The memory is one of these things where I think something is a little screwy, but I can’t prove it because I don’t have the instrumentation in Firefox to find problems. I don’t think it’s a memory leak exactly. What I think is going on is that I’m some how slowing down the garbage collection or something similar.

Anyway, that’ll be an ongoing battle, I suspect.

I wanted to thank everyone who gave feedback, event when it was to point out bad news. I feel like a character from a Japanese manga wearing his hachimaki shouting, with a determined look on his face, “People are depending on me. I must do my best!”

Ciao!

Edit on GitHub