I have just installed VMWare Workstation 8 over my old VMWare Workstation 6.5 on Windows 7. On my first run I already got the error message: Could not get vmx86 driver version: The handle is invalid. You have an incorrect version of driver "vmx86.sys". Try reinstalling VMware Workstation. Failed to initialize monitor device. Obviously, I was concerned, but there is a simple way to solve it - just right-click the VMWare Workstation icon and use Run as Administrator. This is a bit annoying, but at least it is easy to solve. Update: I forgot to mention it, but as Dave said on the comments, you can right-click on the program shortcut, choose Properties, Compatibility tab and check Run as Administrator so that it will always run properly. Thanks, Dave!
I've read Pragmatic Programmer: From Journeyman to Master last week. It was pretty good, although if you have a few years of experience and good practices, you should be familiar with most of what it says, even if you don't follow it in practice :-) . Some of their bullet points are: - Don't duplicate - Write flexible code - Use Contracts, assertions and exceptions - Test - Automate where possible - Use a version control system. Obviously, many of these points have a lot to do with refactoring and XP. They also have another neat book on Automation, Pragmatic Project Automation: How to Build, Deploy, and Monitor Java Apps . Obviously that is much less relevant to a Delphi programmer, but you can still learn quite a bit from it. After I started reading it, I automated large sections of my build and release process (in PHP - it's easy to use in the command-line, too, and some parts are re-usable on the site). It saves a lot of time and enables you to stop worrying if you ...
Do Unto Other - by Michael Z. Williamson - is another book of the Ripple Creek bodyguards, set in the Grainne universe. After reading Hamilton and Asher's super high tech universes, this one is a bit of a letdown for me, in that area. However, the usual action of Williamson's books makes this one a satisfactory read. The odds against the bodyguards is huge as usual, and there are plenty of explosions, fights and intrigue. Very enjoyable. On a personal note, it was funny to read about a miner revolt as I'm replaying Red Faction:Guerilla - which covers a miner's revolt and was horribly buggy and slow on my old computer, but runs great at full HD at the current. Final Note: this book is available at Webscriptions as a pack. Given that there are other good books (and some I've already reviewed here), if you use a Kindle or any other e-book reader, this might be a good alternative.
Comments