logo

A Mind @ Play

Windows 10 Home/Pro

Windows 10 Home/Pro

I recently gave my machine a long overdue brain transplant, but stupidly didn’t consider what would happen to my Windows 10 licence after making a major change to the hardware. Of course, upon booting back up I was greeted with the friendly warning that my OS installation had not yet been activated.

While it is possible to reactivate Windows after a hardware change , this relies on you having linked the licence to your Microsoft account, which I hadn’t done beforehand. Various attempts to troubleshoot the problem just had me going around in circles navigating the same help pages from different angles (“have you tried turning it off and on again?”) And as tempting as it sounded to spend another evening elbow-deep in transistors restoring the status quo ante, there’d be no guarantee that my copy would be activated again with the original hardware in place (anyone know if this is the case?)

3 minutes to read
Migrating phpBB to NodeBB

Migrating phpBB to NodeBB

I recently set about migrating an aging phpBB forum to NodeBB and ran into enough problems that I considered cancelling the whole project.

The phpBB exporter script has been updated various times, and I managed to find a fork which appears to work with phpBB 3.2 . Unfortunately, it refused to install itself correctly and appeared to land in the wrong directory, so I had to manually clone the Github project into the expected subdirectory.

2 minutes to read
memoQ QA Check Tweak

memoQ QA Check Tweak

memoQ has a handy little feature as part of its QA check which warns you whenever you double up a word in the target language. I’ve had it catch numerous little and ands and to tos which slip into my work on occasion. However certain combinations of doubled up words are fairly commonplace, which can lead to this feature producing lots of unnecessary false errors. A classic example in English might be two hads in a sentence like ‘I had had enough,’ but that pales in comparison to a language like French, which sees plenty of doubled up words in pronominal verbs (nous nous lavons, vous vous souvenez etc.)
2 minutes to read

Windows on Inactivity

Here’s a little tip for anyone like me still using Windows Vista who’s having trouble with the system logging/locking you out after a certain period of inactivity (usually 5 or 10 minutes). The two most common culprits for this are the screensaver settings or possible power saving options, both accessible from within the Control Panel. However, what isn’t obvious and what drove me mad trying to find, is that even if you have None selected as your screensaver of choice, it appears Windows still sees fit to still log the user out after the allotted period of time. This despite the fact that the On resume, require logon checkbox is greyed out.
One minute to read

WordPress 2.2 Database Character Sets

For those upgrading their WordPress powered blogs to 2.2, just a word of warning regarding the new character encoding options available in the wp-config.php file.

The standard file should have a section which reads:

// ** MySQL settings ** //
define('DB_NAME', dbname// The name of the database
define('DB_USER', 'dbuser'); // Your MySQL username
define('DB_PASSWORD', 'dbpassword'); // ...and password
define('DB_HOST', 'localhost');
define('WP_HOME', 'http://www.yourblog.com/');
define('WP_SITEURL', 'http://www.yourblog.com/');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', 'utf8');

Note the new options added at the bottom regarding the codepage used in the blog’s database. If these are set incorrectly they may make your blog unreadable, else prevent special characters from appearing correctly. I personally found that commenting these two lines out left the blog functioning as before, but for people wishing to change the codepage of their database, WordPress has a rough guide available, originally written for the beta testers.

One minute to read

Problem Installing Altiris SVS

After reading a review over at freewaregenius.com, I thought I’d check out this neat little program, free for personal use. It offers a way to install programs as a ’layer’ on your system, transparently noting all changes and additions made in the installation, and enabling you to turn this layer on or off, or seamlessly delete it without worry. Although not limited to creating layers for installations, this would seem the perfect solution for people who wish to try out different versions of a software package without them interfering with one another, or simply test out some software without the hastle of worrying if its installer left anything behind.
2 minutes to read

A Few Funky Firefox Plugins

Firefox Logo
Happily, one of the best things about the Mozilla Foundation’s flagship browser Firefox, is the sheer breadth of additional functionality provided by an active development community in the form of addons or plugins. There’s a great range in terms of ease-of-use, function and stability, some which are so useful as to almost warrant standard inclusion, others merely worth playing with from time to time. It should be noted of course that adding plugins can cause problems with Firefox’s stability and security, though many of those listed are fairly mature projects and should not pose much of a risk. Here are a few I’ve dabbled with from time to time:

Adblock or Adblock Plus - There’s fair advertising, and then there’s frankly unreasonable advertising. I can see the merits of allowing sites to earn funding through the placement of adverts related to their products, whether they come from Google or elsewhere, but some web adverts go too far. The popup plague of yesteryear might have been largely beaten back, but that doesn’t prevent wiley coders from placing wholly obtrusive flash adverts in every nook they can find. Unfortunately their actions can only serve to give web advertising a bad reputation, and drive people to finding ways of blocking adverts wholesale, obtrusive or otherwise. Of course there will always be a small minority of web users who cannot stand to see web adverts in any form, but for their purposes, and the folks seeking refuge from the advertising bombardment, Adblock/Adblock Plus will fulfil their every need.

To tell the truth, the history of these two projects confuses me, save to say that at one time or another one or both of these plugins has been under development. As I understand the current situation, Adblock Plus is the more highly recommended, as it’s more heavily featured, comes with some default filters to subscribe to which can get rid of most adverts with the minimum of fuss for the end user, and has a much reduced resource footprint to boot (pardon the pun).

10 minutes to read