Author: Louis-Dominique


Posted on: 26th September 2009

No Comments

Category: Software, Technology

People who know me well know that I do not easily entrust my data to the cloud. I find that even with the best of intentions, the risk of accidental data leakage is just to great. There has been a recent case proving that my fears are founded.
A bug in Gmail allowed students [...]

Author: Louis-Dominique


Posted on: 29th April 2009

No Comments

Category: Software

I’ve been running into a good deal of bad computer code lately.  Here’s an example from an actual tutorial.  I’ve renamed the variable to protect the shameless:
if (count == 0) return false;
return true;
Why not this:
return (count != 0);
There are some god-forsaken languages in which returning the evaluation of a boolean expression is not valid [...]

Author: Louis-Dominique


Posted on: 25th April 2009

No Comments

Category: Chinese, OOHanzi, Software

OOHanzi 0.7 has been released.
As usually please refer to the documentation to know how to use it.
I have not been able to work on getting OOHanzi to work on OS X so I presume it still does not work.
List of changes:
* Updated packaging dependencies for Ubuntu 9.04.
* Performance improvements in “Mark Words Present In…”.
* Added [...]

Author: Louis-Dominique


Posted on: 7th February 2009

9 Comments

Category: Software

I’ve decided to ditch revelation. I’ve used it for several years to manage my passwords but development seems to have stalled. The author’s website is currently inaccessible. So it is over for me. Read on for the method I used to convert my database of passwords.

Author: Louis-Dominique


Posted on: 27th January 2009

No Comments

Category: Software

A quick and dirty note about how to export flashcards from Anki and import them in Pleco. I’m assuming some familiarity with both Anki and Pleco.

Author: Louis-Dominique


Posted on: 28th November 2008

No Comments

Category: Chinese, OOHanzi, Software

Warning: OOHanzi 0.6 does not seem to be installable on Mac OS X. I have tried this week to install it on a Mac without success. I do not know whether previous versions would work or not.
OOHanzi 0.6 has been released.
Of all the releases of OOHanzi so far this is the one which [...]

Author: Louis-Dominique


Posted on: 10th November 2008

1 Comment

Category: Software, Technology

I’m reporting my impression on Open Office 3.0. It is very much meh…

Author: Louis-Dominique


Posted on: 31st October 2008

4 Comments

Category: Software, Technology

I’m recording here problems with upgrading to Ubuntu 8.10 Intrepid Ibex.

Author: Louis-Dominique


Posted on: 12th October 2008

No Comments

Category: Chinese, OOHanzi, Software

I’ve tested OOHanzi in Open Office 3 and have good news to report:

OOHanzi will work with Open Office 3 without modification.
There was a bug in Open Office 2.x which affected only people using compiz. If compiz was running, all dialog boxes which were created by the Java virtual machine running in Open Office would [...]

Author: Louis-Dominique


Posted on: 27th September 2008

No Comments

Category: Software, Tibetan

For instance, the texts at asianclassics.org are encoded in the TibetanMachineWeb font. This font relies on some arcane encoding to produce the proper stacks of consonants, etc. Because of this, the texts offered by that site cannot be used as-is if any kind of sensible information processing is going to be performed on [...]