Categories:

I just posted a beta version of ABR with Windows 7 support. I have not been able to test it myself (no access to OEM Windows 7 at the moment), but I have had a few beta testers who reported it worked correctly.

Give it a try if you are willing to help test it and please let me know how it goes.

When you run the backup, you should have 2 new files created in the folder, "backup-key.txt" and "backup-cert.xrm-ms". Make sure both files contain something, then save everything to a safe place before you clean install.

ABR (Activation Backup & Restore)

It's been a while since most airlines started charging fees for checked baggage. The first time I flew since this started, I had forgotten about it and was a bit surprised when the kiosk prompted me for an extra $15. I had become used to the idea of checking luggage, since 9/11, as the security checks made it impossible to carry even a tube of toothpaste. The obvious response to that issue was, "just check it" and avoid the hassle of dragging bags through the airport in the first place. I think everyone else had the same idea, as I hardly remember seeing people with carry-on luggage.

Now things have changed. The Financial Crisis has caused many companies, including the airlines, to squeeze every dollar they can out of anywhere they can. The bag check fees are one way to do it, and like many people my initial reaction was "of course, they have to get as much money out of you as they can." But then I got on the plane, looked around, and realized that's only part of the story.

This question was recently posted on Slashdot: How To Argue That Open Source Software Is Secure?

Smidge207 writes "Lately there has been a huge push by Certified Microsoft Professionals and their companies to call (potential) clients and warn them of the dangers of open source. This week I received calls from four different customers saying that they were warned that they are dangerously insecure because they run open source operating systems or software, because 'anyone can read the code and hack you with ease.'

Categories:

There's a perception that the powdered hot chocolate that comes in a packet or canister is not the "real" hot chocolate, and that instead "real" hot chocolate must be made from chocolate syrup, or by melting down a chocolate bar. This idea seems to come from the fact that many other foods can be processed into a "instant" versions, like instant coffee, and usually result in an inferior product. This is not the case for chocolate!

Categories:

It seems there's a new kind of spam around (though maybe not that new... I've been noticing it for a while now and just got around to posting about it). Normally we think of spam as junk email, or if you have a blog or a message forum, you might see an automated script that posts links to a site selling V1agR/\ or something similar, with no relationship to the rest of the discussion.

This new spam, though, is much more insidious, and if you read quickly you might completely miss it. Take this example, which was posted to my article Proper Loading of Toilet Paper, II:

Categories:

Converting video for the iPhone (3G) or iPod (Classic) using mencoder:

Basic batch file:

set VBITRATE=500
set ABITRATE=128

set INFILE=inputfile.avi

mencoder -mc 0.2 "%INFILE%" -of lavf -lavfopts format=mp4 -sws 2 -vf scale=320:-2,harddup -ovc x264 -x264encopts bitrate=%VBITRATE%:vbv_maxrate=1500:vbv_bufsize=2000:me=umh:level_idc=30:global_header:threads=auto:subq=6:frameref=6:nocabac:trellis=2 -oac faac -faacopts mpeg=4:object=2:br=%ABITRATE%:raw -channels 2 -srate 48000 -o "%INFILE%.m4v"

mp4box -ipod "%INFILE%.m4v"

pause

This would create a file called "inputfile.avi.m4v". The two extensions is not the best thing in the world, but it gets the job done.

Categories:

ABR (Vista Activation Backup & Restore) has finally reached 1.0!

It's been working great for a long beta period, except for one minor bug that was fixed with this release. I also added a silent restore option for anyone trying to integrate the activation into an auto-install DVD. With that, it was finally time to promote it to 1.0.

ABR allows the to backup and restore of Windows Vista activation that was pre-installed at the factory (OEM:SLP activation only).

Here's the main page for it.

Read the rest of this series:

Back in Part II, I did some time tests to see the differences between reading and writing compressed and uncompressed files. One factor that I did not account for was the fact that the number of files in the test could affect the results.

Here's what led me down this road, from Part II:

Categories:

Last night I was watching CSI, and during one scene I thought I saw something strange. So I rewound and went frame-by-frame. Here's what I saw:

Categories:

One annoying thing about modern OEM systems is that they come with "recovery discs" instead of a regular Windows installation. On Vista recovery discs from HP (and probably others), those files are stored as .WIM files. I was initially under the assumption that these were somehow encrypted to protect them from tampering, as my initial attempts to open them had failed, but the reality is that they are spanned WIM volumes and can be reconstructed to a whole WIM image file, then mounted using imagex.exe.