- Recent
- Popular
- Tags (0)
- Subscribers (6)
- Hyper-V Management Console on Vista x64November 4
-
After a great time in Los Angeles last week for PDC2008, I returned to Redmond this week to re-deliver my talk "Architecture Without Big-Design-Up-Front" for the patterns & practices Summit this morning.I've been doing my demos for this talk using the new Visual Studio 2010 CTP and have it running on by under-the-desk machine (more power than my laptop). But since the Summit is in a different building than my demo machine, I wanted to reach into it from my laptop using the Hyper-V Management Console from Windows Vista.
After getting my machine up to SP1 (one of my prereqs had failed) I was able to install it. But for some reason, I couldn't get it to connect. I could connect with Remote Desktop, but I couldn't connect with the Hyper-V Console.
After a bit of digging, I found a WONDEFUL set of posts by John Howard, a PM from the Hyper-V team. In there he shows you all the security and firewall connections you should check if you have issues connecting to the Hyper-V server.
- Crazy Times Ahead - PDC, P&P Summit, Tech Ed EMEAOctober 23
-
I don't know how I get myself into these things, but it looks like I'm hitting three conferences in three weeks, only two weeks after moving my family into a new house.
Foolish? Hell yeah. Fun? You bet!
I'm very fortunate this year to be one of the folks representing Visual Studio Team System Architecture Edition at the Microsoft Professional Developer's Conference (PDC) in Los Angeles. PDC is always a special conference, because this is where we get to tell you what we've got coming up for developers. What is the next cool thing? Only one way to find out and that is come to PDC.My talk at PDC is called "Architecture Without Big Design Up Front". It is a mix of agile development, architecture tooling, a little process, a real world problem to solve with real code (so made up samples here) and hopefully some fun.
- ArcCast.TV – What’s coming for Architects in Visual Studio Team SystemOctober 14
-
Somehow this slipped past me, but a couple of weeks ago a webcast that I did with local Architect Evangelist Joe Shirey posted up on Channel9.
Here’s the official description:
ARCast.TV - Peter Provost on what’s coming for Architects in Visual Studio Team System
The upcoming version of Visual Studio Team System (code named Rosario) has a number of new features and functions for Architects. Senior Program Manager of Visual Studio Team System for Architects Edition, Peter Provost, sits down with Joe Shirey to discuss what investments Microsoft has made into the product and how it will potentially improve the lives of Architects.
In addition to that, a number of other great webcasts have been going up by my team mates and other VSTS folks. We’ve created a special section on Channel9 for all of this great content at http://channel9.msdn.com/VisualStudio/ so please go check it out!
- Water for Gas and the First Law of ThermodynamicsSeptember 24
-
I’m always amazed at the things people will believe. Today I got trackback spam from a “water for gas” site on my miles per gallon post. (The trackback has since been deleted.)I hadn’t run across this particular “technology” yet, so I dug into it a bit. It turns out there are dozens of sites out there claiming you can add a water-based fuel system to your car to significantly improve your gas mileage.
The gist of what they’re claiming is simple:
- You use energy from your car’s electrical system to electrolyze water into Hydrogen and Oxygen.
- You then run the gaseous hydrogen and oxygen back into your intake manifold where it burns in your engine’s combustion chamber, resulting in more power with less gasoline used.
Sound oh so simple. Except that this is yet another instance of someone peddling a perpetual motion machine.
Here’s the problem: The
- Updated PowerShell Syntax File for vimSeptember 22
-
Thanks to Heath Stewart for sending in some nice updates to the vim syntax file for PowerShell.
Changes in v2.7:
- Added begin, process, and end keywords for script blocks
- Make foreach and where highlight when used as foreach-object and where-object
The new version is up and available here: http://www.vim.org/scripts/script.php?script_id=1327
