From the PowerShell team blog
Bash vs. Vista PowerShell from Linux Magazine
PowerShell Script Center
Labels: powershell, windows
Technology notes from an IT/software developer, mostly about the "shiny objects" in the web and software world.
Labels: powershell, windows
This problem typically occurs when the computer uses 1 gigabyte (GB) or more of RAM.
Labels: windows
IBM announced a new partnership with Red Hat, Novell, and Canonical to offer "Microsoft-free" personal computers with IBM's Lotus Notes and Lotus Symphony software.
Labels: web2.0
Labels: blogger
the bigger issue here is that organizations have to look at how email is being used, and what activities would be better served by other tools, like wikis and blogs. Email has become a crutch in business communications because it’s being stretched far beyond its intended use as a communications tool. Organizations are trying to use it to collaborate and it was never designed for this, so it makes a very poor collaboration tool.
Labels: enterprise2.0



Labels: web development
Labels: firefox, javascript
The area of the board is very large (more than five times the size of a chess board). Throughout most of the game, the number of legal moves stays at around 150–250 per turn, and rarely goes below 50 (compare chess, where the average number of moves is 37). Because an exhaustive computer program for Go must calculate and compare every possible legal move in each ply (player turn), its ability to work out favorable lines of play is sharply reduced when there are a large number of possible moves.
Labels: computer science
Labels: utilities, web development
Labels: client software, web development
... The disk cleanup utility wiped out the file Vista uses to store a duplicate of the contents of memory when hibernating. Apparently, if that file is not present, the power features of Windows assumes hibernation is not available. Fortunately, the remedy is simple. On Windows Vista, go to Start | All Programs | Accessories and right click on the Command Prompt icon. From the menu, choose Run As Administrator. Then, click OK on the UAC prompt so the command prompt will appear with full Admin rights. Keep in mind that we assume you are logged in with an account with limited admin rights to begin with, you just need to be elevated once UAC verifies what’s going on. If you are logged in as a regular user, log out and back in as a user that is a member of the Administrator’s Group or use the built-in Administrator account. Next, use the powercfg command to re-enable hibernation by typing the following command:
powercfg /hibernate on
Go back to the power settings in Vista and you’ll notice that hibernate is now an option (if it still isn’t, try a quick reboot).
This time, when I closed the lid of my laptop, it hibernated.
Labels: vista