<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Larry Osterman's WebLog : Microsoft History</title><link>http://blogs.msdn.com/larryosterman/archive/category/4663.aspx</link><description>Stuff that happened long ago.
</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>The story behind the mysterious “Ding” in Windows Vista.</title><link>http://blogs.msdn.com/larryosterman/archive/2009/09/03/the-story-behind-the-mysterious-ding-in-windows-vista.aspx</link><pubDate>Fri, 04 Sep 2009 03:29:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9891148</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>16</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9891148.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9891148</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9891148</wfw:comment><description>&lt;p&gt;I just ran into this fairly old post on Channel 9.&amp;#160; mstefan &lt;a href="http://channel9.msdn.com/forums/Coffeehouse/256901-Stop-the-Ding/"&gt;reported&lt;/a&gt; that his applications played a “Ding” noise when selecting an item in a listview (or tree) control.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;It turns out that I’d had the problem independently reported to me by one of the people here at Microsoft.&amp;#160; Here were his reproduction steps:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Clean Install Windows&lt;/li&gt;    &lt;li&gt;Open the sounds control panel&lt;/li&gt;    &lt;li&gt;Set the “Select” sound to a value&lt;/li&gt;    &lt;li&gt;Clear the “Select” sound (set it to “(None)”).&lt;/li&gt;    &lt;li&gt;Change the selection in a listview&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Complicating matters is that this didn’t occur with many apps, just a couple of Windows Forms applications that the person at Microsoft had.&amp;#160; So I dug into it a bit.&lt;/p&gt;  &lt;p&gt;I quickly realized that the problem was that the application was calling PlaySound without the “SND_NODEFAULT” flag.&amp;#160; I’ve written about this flag &lt;a href="https://blogs.msdn.com/larryosterman/archive/2008/09/25/why-specify-snd-nodefault-when-calling-playsound.aspx"&gt;before&lt;/a&gt; (in fact I wrote that post shortly after investigating this issue, so that post contains part of the story).&lt;/p&gt;  &lt;p&gt;Digging in deeper, I realized that the application was using version 5 of the common controls (there are two versions in Windows, v5 and v6).&amp;#160; The problem didn’t occur in the version 6 common controls (this is why most applications didn’t reproduce the problem).&lt;/p&gt;  &lt;p&gt;So why did the problem occur?&lt;/p&gt;  &lt;p&gt;The common controls have a single routine which calls PlaySound and that code attempts to be somewhat clever.&amp;#160; Instead of simply calling PlaySound, the code instead read the HKEY_CURRENT_USER\AppEvents\Schemes\.Default\CCSelect registry key.&amp;#160; If the key didn’t exist, it skipped calling PlaySound.&amp;#160; If the CCSelect registry key existed, it would call PlaySound specifying the CCSelect alias.&lt;/p&gt;  &lt;p&gt;I’ve actually run into this pattern a bunch in WIndows – teams decided that calling PlaySound was “too slow”, or had “too much overhead” so they tried to avoid the call to PlaySound if the call to PlaySound wasn’t going to do anything (once upon a time it was important to avoid calling PlaySound because it could sometimes hang your application for several seconds – this isn’t the case any more if you specify SND_ASYNC).&lt;/p&gt;  &lt;p&gt;The problem is that when you hit step 2 above (setting the “Select” sound), the control panel created the CCSelect registry key with a default value of the sound file you’re setting.&amp;#160; When you set it to “None” the control panel cleared the value of the sound contained under the key.&amp;#160; But the key itself wasn’t deleted.&amp;#160; So the check above that checked for the registry key’s existence succeeded and it called PlaySound.&amp;#160; But because the call didn’t specify SND_NODEFAULT, the PlaySound API decided to play the default sound when it realized that there wasn’t a sound associated with the CCSelect alias.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;I wanted to understand how this bug was introduced so I looked back at the source history of the file containing the bug.&amp;#160; It turns out that this was actually a bug fix made to Windows XP that wasn’t incorporated into Windows Server 2003.&amp;#160; When Windows Vista was created, the team started with the Windows Server 2003 code base and incorporated all the bug fixes made since Windows XP forked into the Win2K3 code base.&amp;#160; For whatever reason, this particular fix was missed when the team did the merge.&amp;#160; Because the behavior was so subtle (to trigger the change you MUST go through steps 2 through 4 to get the registry key created and your app must use the v5 of the common controls).&lt;/p&gt;  &lt;p&gt;Needless to say, it’s fixed in WIndows 7.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9891148" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Things+you+shouldn_2700_t+do_2E00_/default.aspx">Things you shouldn't do.</category></item><item><title>Digging into the history bin (AKA: Microsoft Developer says that Windows is useless)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/09/01/digging-into-the-history-bin-aka-microsoft-developer-says-that-windows-is-useless.aspx</link><pubDate>Tue, 01 Sep 2009 21:49:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9890021</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>14</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9890021.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9890021</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9890021</wfw:comment><description>&lt;p&gt;As I was writing my “25 years of Larry’s history at Microsoft in 1 year chunks” blog posts, I spent a fair amount of time digging through my email archives (trying to figure out exactly what happened at what time).&amp;#160; During this, I ran into a &lt;a href="http://groups.google.com/group/comp.sys.ibm.pc.digest/browse_thread/thread/4e17fc2b0f65305f/e51090ae7795400f?q=larry+osterman&amp;amp;_done=%2Fgroups%3Fq%3Dlarry+osterman%26start%3D50%26&amp;amp;_doneTitle=Back+to+Search&amp;amp;&amp;amp;d"&gt;link to a post&lt;/a&gt; I’d made on the Info-IBMPC mailing list mailing list back in 1992:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;Date: Thu, 12 Mar 92 12:44:39 PST      &lt;br /&gt;From: lar&lt;a href="http://groups.google.com/groups/unlock?_done=/group/comp.sys.ibm.pc.digest/browse_thread/thread/4e17fc2b0f65305f/e51090ae7795400f%3Fq%3Dlarry%2Bosterman%26_done%3D%252Fgroups%253Fq%253Dlarry%2Bosterman%2526start%253D50%2526%26_doneTitle%3DBack%2Bto%2BSearch%26%26d&amp;amp;msg=e51090ae7795400f"&gt;...&lt;/a&gt;@microsoft.com       &lt;br /&gt;Subject: What do you do with your windows? (V92 #36) &lt;/p&gt;    &lt;p&gt;|| &amp;gt;From: m&lt;a href="http://groups.google.com/groups/unlock?_done=/group/comp.sys.ibm.pc.digest/browse_thread/thread/4e17fc2b0f65305f/e51090ae7795400f%3Fq%3Dlarry%2Bosterman%26_done%3D%252Fgroups%253Fq%253Dlarry%2Bosterman%2526start%253D50%2526%26_doneTitle%3DBack%2Bto%2BSearch%26%26d&amp;amp;msg=e51090ae7795400f"&gt;...&lt;/a&gt;@Violin.CC.MsState.Edu (Mubashir Cheema) &lt;/p&gt;    &lt;p&gt;||&amp;#160;&amp;#160; I recently acquired Windows 3.0 and I don't seem to understand one      &lt;br /&gt;|| thing.&amp;#160; What is it for?&amp;#160; What do I do with it?&amp;#160; What major advantage       &lt;br /&gt;|| does it have over Dos?&amp;#160; (I don't see any except being able to use mouse       &lt;br /&gt;|| and also the thing is bit more colorful) I think it was made for lazy       &lt;br /&gt;|| people who couldn't learn couple of DOS commands. &lt;/p&gt;    &lt;p&gt;||&amp;#160;&amp;#160; Don't tell me I could multi-task with it. I've been using Amigas      &lt;br /&gt;|| extensively &lt;/p&gt;    &lt;p&gt;I've got to jump in here, even though I suspect that there will probably be some form of an &amp;quot;official&amp;quot; response from MS if anyone in the DOS/Windows group is listening...... :) &lt;/p&gt;    &lt;p&gt;I'm going to be brutally honest about this one. &lt;strong&gt;Basically, Windows by itself IS pretty useless.&lt;/strong&gt; The thing that makes Windows great is the same thing that has made DOS the most popular operating system in history. It's the applications that are available for it. &lt;/p&gt;    &lt;p&gt;GUI's (Graphical User Interfaces) have been proven to be significantly easier for users to understand for beginning users, and are arguably the wave of the future. I don't know of a significant operating system being introduced for the PC market that doesn't have a GUI available on it, be it PM, X, GEM, or Windows. Windows is arguably the best GUI available for DOS based on what I consider the most significant criteria: What applications are available for the platform. &lt;/p&gt;    &lt;p&gt;Consider the list of available windows apps: Excel, WinWord, PageMaker, Corel Draw, WordPerfect, Lotus 123, etc just to name a couple off the      &lt;br /&gt;top of my head. &lt;/p&gt;    &lt;p&gt;You also hit on one of the significant reasons to use Windows - Multi-tasking. &lt;/p&gt;    &lt;p&gt;Windows is a non pre-emptive multi-tasking operating system.&amp;#160; On a 386, it does an ok job of multi-tasking multiple DOS applications, but on a      &lt;br /&gt;286 it functions as a simple task switcher like DOS 5 does.&amp;#160; It really shines when multi-tasking Windows applications however. &lt;/p&gt;    &lt;p&gt;In addition, when you couple the multi-tasking capabilities of Windows with a windows mechanism known as DDE (for Dynamic Data Exchange), you      &lt;br /&gt;can generate some truly incredible synergy between Windows applications. With Win 3.0/Win 3.1 Microsoft has introduced a concept       &lt;br /&gt;known as OLE (Open Linking and Embedding) which allows you to cut and past from multiple &amp;quot;applets&amp;quot; allowing applications to take advantage of       &lt;br /&gt;the capabilities of other shipped applications.&amp;#160; This allows an applet like an equation editor to manage all the information about formatting       &lt;br /&gt;an equation even when the equation is embedded in a word document. With OLE, you can simply double-click on the object and bring up the       &lt;br /&gt;&amp;quot;agent&amp;quot; that manages it (in my example, the equation editor). &lt;/p&gt;    &lt;p&gt;For application developers, Windows gives developers the ability to develop their applications without knowing anything about the      &lt;br /&gt;underlying hardware of the machine - a windows application that runs on a machine with a CGA adapter will also run on a machine with a graphics       &lt;br /&gt;accelerator that runs in 1024x1024 with 24 bits of color. &lt;/p&gt;    &lt;p&gt;In addition, when you write an application for windows, your application instantly will support literally hundreds of printers      &lt;br /&gt;transparently - Windows does all the work for you. &lt;/p&gt;    &lt;p&gt;To re-iterate, Windows as a stand-alone product is not extraordinarily interesting - there are lots of productivity packages that provide      &lt;br /&gt;similar functionality to users, the real benefit of Windows is the applications that run on it. &lt;/p&gt;    &lt;p&gt;I will also point out that there are more than 5000 Windows applications available today and still more will come out with Win 3.1.      &lt;br /&gt;The available windows applications span all ranges of applications from games (Microsoft's Entertainment pack, Berkley-Soft's After Dark, and       &lt;br /&gt;Sierra's Laffer Utilities for Windows) to Spreadsheets (Microsoft Excel, Lotus 1-2-3) to Word processors (Microsoft Word For Windows,       &lt;br /&gt;Lotus Ami), to Desktop publishing (Aldus Pagemaker, Microsoft Publisher), to presentation graphics (Microsoft Powerpoint), to       &lt;br /&gt;development tools (Microsoft Visual Basic) etc...... &lt;/p&gt;    &lt;p&gt;&lt;b&gt;Larry &lt;/b&gt;&lt;b&gt;Osterman&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;Disclaimer:&amp;#160; The opinions above are my own.&amp;#160; They are not necessarily the same as those of Microsoft.&amp;#160; I only work here. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;Remember that this was written back in 1992 after Windows 3.0 had come out but before Windows 3.1.&amp;#160; There was no Win32, no web browser, no multimedia support, none of the things that we all take for granted in a modern system.&amp;#160; Back then a display card that supported 1Kx1K with 24bit color was considered a monster display card (and hard disks still came in “megabytes” – I remember buying a 2G hard disk back then for about a thousand dollars).&lt;/p&gt;  &lt;p&gt;Reading this again, I find it vaguely funny that in many ways my feelings about Windows haven’t really changed that much in 18 years – the value of the Windows platform is STILL the applications available for that platform (although the number of applications has grown from the 5000 or so back in 1992 to several million applications).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9890021" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Software+Engineering/default.aspx">Software Engineering</category></item><item><title>24 years ago today (1985)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/26/24-years-ago-today-1985.aspx</link><pubDate>Wed, 26 Aug 2009 20:50:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9885668</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>12</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9885668.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9885668</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9885668</wfw:comment><description>&lt;P&gt;Way back in 1985 I was busy working on MS-DOS 4.0.&amp;nbsp; MS-DOS 4.0 was a multitasking derivative of MS-DOS 2.0 (during 1985 we integrated the changes for MS-DOS 3.1 to MS-DOS 4.1).&lt;/P&gt;
&lt;P&gt;It’s important to remember the difference between MS-DOS and PC-DOS.&amp;nbsp; PC-DOS was an IBM OS offering which was largely written by Microsoft.&amp;nbsp; MS-DOS was Microsoft OEM version of PC-DOS (sold to companies like Compaq and DEC).&amp;nbsp; The MS-DOS releases always lagged behind the PC-DOS releases.&lt;/P&gt;
&lt;P&gt;Back in the mid 1980s IBM called the shots in the development of DOS – DOS releases were directly tied to IBM hardware offerings because IBM wanted a new version of PC-DOS for each new piece of hardware they shipped.&amp;nbsp; For example, when IBM shipped the PC/XT, they added a hard disk (with a whopping 10M storage capacity) and they asked Microsoft to add support for hard disks.&amp;nbsp; The MS-DOS team decided that the best way to support a hard disk wasto add a *nix style hierarchical filesystem with PC-DOS 2.0.&amp;nbsp; When IBM created the PC/AT, they also delivered PC-DOS 3.1 which added support for the IBM PC Lan Adapter, a broadband networking adapter that IBM shipped at the same time as the PC/AT.&amp;nbsp; It’s also important to remember that MS-DOS wasn’t a complete PC OS experience.&amp;nbsp; Instead Microsoft provided the core OS and the command interpreter and a couple of utilities.&amp;nbsp; Other utilities (like mode.com) were provided by the OEM.&amp;nbsp; This changed with MS-DOS 3.2 which included a full set of the utilities that were provided by IBM.&amp;nbsp; For MS-DOS 3.3, we were working with IBM under the Joint Development Agreement and as such we were finally able to ship the actual binaries that shipped with PC-DOS thus making MS-DOS identical to PC-DOS in functionality – but that didn’t happen until 1987.&lt;/P&gt;
&lt;P&gt;MS-DOS 4.0 was unique because it was developed “on spec” – IBM didn’t see a need for a multitasking version MS-DOS and didn’t have a new hardware offering on which to attach the product.&amp;nbsp; But IBM &lt;EM&gt;did&lt;/EM&gt; have the PC/AT which was an 80286 based processor and it didn’t have an OS that took advantage of that hardware.&amp;nbsp; So IBM and Microsoft started negotiations to take the MS-DOS 4.0 code base and turn it into what eventually turned into OS/2.&amp;nbsp; I ended up not working on the OS/2 effort, instead I worked on finishing up MS-DOS 4.0 for the OEM partners who had licensed MS-DOS 4.0.&lt;/P&gt;
&lt;P&gt;For MS-DOS 4.0 I worked on the BIOS (IO.SYS or IBMBIO.COM on PC-DOS).&amp;nbsp; In MS-DOS terms the BIOS was basically the binary which contained all the built-in drivers – keyboard, screen, printer, serial port.&lt;/P&gt;
&lt;P&gt;Edit: Removed extra "Z" introduced because I wrote this with my laptop balanced on my knee and the "Z" kept creeping in especially when typing IZBM.&lt;/P&gt;
&lt;P&gt;Over the summer of 1985, Valorie came out to visit me for an extended summer – she worked as a tester on the Windows and Word team testing printer drivers until she left in December.&amp;nbsp; And in December I proposed to her and she accepted my proposal, we got married in January 1987 (cue violins at this point :)).&lt;/P&gt;
&lt;P&gt;Tomorrow: 1984.&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9885668" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>23 years ago today (1986)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/25/23-years-ago-today-1986.aspx</link><pubDate>Tue, 25 Aug 2009 22:56:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9884040</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>8</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9884040.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9884040</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9884040</wfw:comment><description>&lt;p&gt;23 years ago, I was working on finishing MS-DOS 4.0 and transitioning to work on MS-DOS 4.1.&amp;#160; We also moved from the original Northup campus to the brand new 4 building campus herein Redmond.&amp;#160; At the time the company mandated that we give up our President’s Day holiday and instead replace it with the day we moved to the new campus.&amp;#160; Needless to say this did &lt;em&gt;not&lt;/em&gt; go over well.&amp;#160; I still remember one of my co-workers sending an email comparing John Shirley (president at the time) with Pope Gregory.&lt;/p&gt;  &lt;p&gt;For me this didn’t matter because a co-worker and I ended up spending the move time in France working with Goupil to finalize a number of bugs that they had with MS-DOS 4.0 (for instance MS-DOS 4.0’s floppy driver didn’t work correctly on machines with more than 2 floppy drives (we weren’t able to test this because none of the machines we had access to had 4 floppy drives, but Goupil had a machine with 4 drives on it – if I remember correctly the issue was a confusion as to how the drive select bits on the uPD765 worked).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9884040" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>20, 21 and 22 years ago (1987-1989)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/24/20-21-and-22-years-ago-1987-1989.aspx</link><pubDate>Mon, 24 Aug 2009 22:24:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9882899</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>6</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9882899.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9882899</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9882899</wfw:comment><description>&lt;P&gt;Ok, at this point it should be blindingly obvious where this series is going :).&lt;/P&gt;
&lt;P&gt;In early&amp;nbsp;1987 I was still working on MS-DOS 4.1, a custom version of DOS for ICL in the UK.&amp;nbsp; I also got married to my wonderful wife Valorie in January.&amp;nbsp; We returned from our honeymoon and I wandered into work after getting off the plane (I’d parked my car at work and took the shuttle to the airport from work).&amp;nbsp; That was a HUGE mistake because I learned that the entire MS-DOS 4.1 team was going on a plane to the UK in 36 hours.&amp;nbsp; These days, I’d never do what I did next: I left my bride of a week at home (with a car with a manual transmission that she didn’t really know how to drive) for a week while I flew to the UK and met with customers (these days, I’d have insisted that Valorie come with me to the UK so we’d at least be together in the evenings and weekend).&amp;nbsp; I spent a huge amount of time in the UK that year finishing up MS-DOS 4.1.&lt;/P&gt;
&lt;P&gt;Between 1988 and 1990 I spent most of the time working on the Lan Manager family of products, starting with Lan Manager 1.1 and continuing through Lan Manager 2.0 (I left the Lan Manager team for NT OS/2 after Lan Manager 2.1).&lt;/P&gt;
&lt;P&gt;LanMan was a hoot – LanMan was when I first started working with Brian Valentine (and later for Brian Valentine).&amp;nbsp; Brian was maybe the most inspirational manager I’ve ever worked for, working for him was always a blast.&amp;nbsp; This was also where Danny Glasser gave me the nickname “DOS Vader” – at one point in the very late 1980s, I probably knew as much about the internals of MS-DOS than any other developer in the world.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;In Lan Manager, I was the developer for the DOS version of the Lan Manager client.&amp;nbsp; It’s also when I had the “&lt;A href="http://blogs.msdn.com/larryosterman/archive/2004/04/30/123910.aspx" mce_href="http://blogs.msdn.com/larryosterman/archive/2004/04/30/123910.aspx"&gt;8 F**ING BASICS&lt;/A&gt;” meeting with Bill Gates.&amp;nbsp; I started with a version of the messenger service for MS-DOS and then moved onto the network client – eventually I’d added support for a fully asynchronous programming model running under MS-DOS which was pretty cool (there were some limitations but in general it worked great).&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9882899" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Nineteen years ago today (1990)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/21/nineteen-years-ago-today-1990.aspx</link><pubDate>Sat, 22 Aug 2009 00:58:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9879383</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9879383.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9879383</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9879383</wfw:comment><description>&lt;p&gt;In 1990 I joined the WIndows NT OS/2 team after working on Lan Manager for several years.&amp;#160; I was one of about 4-5 developers who moved from the Lan Manager team to join the much storied NT OS/2 developers.&amp;#160; I still have my copy of the NT OS/2 workbook in my office – it’s a collection of the specs that make up Windows NT (astonishingly many of the aspects of the workbook are still valid even after almost 20 years).&amp;#160; In my office, I have a copy of the “NT Plan” which was the original schedule for NT.&amp;#160; Some of the entries on the “NT OS/2 Issues” page were:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;“Install operating system – who will write?” [Back then, setup was an afterthought]&lt;/li&gt;    &lt;li&gt;Programming editor – what editor will we have?&amp;#160; Need better than a simple system editor (Better than VI!)&amp;#160; [They ended up with “M”, the “Microsoft Editor” which was a derivative of the &lt;a href="http://www.texteditors.org/cgi-bin/wiki.pl?Z"&gt;“Z” editor&lt;/a&gt;]. &lt;/li&gt;    &lt;li&gt;1024 byte sectors for system files.&amp;#160; Needed?&amp;#160; Needed for Japanese floppies? How needed&amp;#160; [floppy support was critical back in the 1990s]&lt;/li&gt;    &lt;li&gt;LAN: Who owns the&amp;#160; redirector.&amp;#160; Need two developers [they got one: me :)]&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The original schedule for NT OS/2 was that it would be demoed at Comdex in November showing off 4 “exciting 32 bit OS/2 applications” with no network filesystem support.&amp;#160; The plan was for an SDK release in the 4th quarter of 1990.&amp;#160; I also have the initial NT schedule for 1991-1993 which indicates that the plan was for 5 separate releases staged from 1991 to 1993, it ended up that none of the individual releases were made but the 5th release pretty closely aligns with the final Windows NT 3.1 project (which is pretty cool given how much changed in the NT project over that time).&lt;/p&gt;  &lt;p&gt;In all honesty, I was in over my head on the NT project – I was trying to build a component that was intended for use in a multithreaded/multiprocessing environment having never previously written code for such an environment – before that all my programming had been in assembly on MS-DOS.&amp;#160; I learned a staggering amount during my 4 years on the NT team and while it was extraordinarily painful, I came out of the experience a far better developer.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9879383" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Seventeen years ago today (1992)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/19/seventeen-years-ago-today-1992.aspx</link><pubDate>Thu, 20 Aug 2009 03:00:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9876114</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9876114.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9876114</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9876114</wfw:comment><description>&lt;p&gt;I was working on the NT team working on the NT browser.&amp;#160; I was also preparing for my first major vacation in about 8 years – I was going to take 6 weeks off to visit Worldcon in Orlando, spend some time at Disneyworld, and visit my family on the east coast to show off the new baby.&amp;#160; This wasn’t going to be a problem because Windows NT’s beta was scheduled to ship in July and we weren’t planning on leaving until Labor Day, I figured that 2 months would be sufficient padding.&amp;#160; Unfortunately events conspired against me.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Early in the summer, the Windows for Workgroups 3.1 team unveiled a new architecture for the computer browser service that was a fully distributed client/server architecture (designed mostly by &lt;a href="http://www.microsoft.com/presspass/exec/de/Sanders/default.mspx"&gt;Henry Sanders&lt;/a&gt;, long before he was made a distinguished engineer).&amp;#160; Not surprisingly the NT browser wasn’t compatible with this new architecture so I spent the summer scrambling to rewrite the NT browser to be compatible with the WfW browser.&amp;#160; By the end of the summer, I thought I'd gotten all the kinks out of the browser and was ready to go on vacation.&amp;#160; Unfortunately the beta had slipped by that point and it was scheduled for late October – about a week after I was scheduled to return from Vacation.&lt;/p&gt;  &lt;p&gt;My boss was worried about the fact that I was checking in a major change a week or so before i went on vacation (there was a long tradition on the NT team of developers doing this) and that I wouldn’t have time to react to any issues that came up when I was gone so he insisted that I take a laptop with me (this was 1992, the laptops available then were remarkably bulky compared to the machines of the day).&amp;#160; I dialed into the Microsoft remote access servers from Florida every day on my “vacation” to check on how things were going.&amp;#160; The lightning storms that were happening daily wreaked havoc with the 9600 baud connection on the machine.&amp;#160; Not much of a vacation really since I had to continually keep thinking about work.&lt;/p&gt;  &lt;p&gt;About a week or so into the vacation, it became clear that things were &lt;em&gt;not&lt;/em&gt; going well in browser-land - the WfW browser developers had rolled out a brand new version of the browser protocol which was incompatible with the old version and it was critical that the NT browser interoperate with the WfW browser (the WfW 3.1 team was going to ship before our beta release).&amp;#160; So he asked me to come back to Seattle in the middle of my vacation.&amp;#160; &lt;/p&gt;  &lt;p&gt;Because the product was in crisis, I flew back to Seattle for a week in the middle of my six week vacation and worked 18+ hour days non-stop all week to adopt the browser to the new protocol.&amp;#160; I finally was finished and checked in my code and again went back on vacation.&lt;/p&gt;  &lt;p&gt;There were still a bunch of bugs that needed to be ironed out that were discovered while I was gone, and I’d missed a couple of important issues that had to be fixed during the remaining 2 weeks of my vacation, but for the most part the browser worked ok for the beta – it was far from high quality in the beta but it at least worked, so the return from my vacation was “worth it” (for some value of “worth it”).&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The good news is that Microsoft’s culture has changed sufficiently since then that I don’t think it’s possible for any such event to occur.&amp;#160; And more importantly, I don’t think I’d ever let myself be put in that position.&amp;#160; Having to return from the vacation essentially took a relaxing vacation and turned it into a mild nightmare.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Oh, and if it wasn’t obvious from the above story, my son Daniel was born in January of 1992 :).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9876114" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Sixteen years ago (1993)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/18/sixteen-years-ago-1993.aspx</link><pubDate>Tue, 18 Aug 2009 21:35:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9874376</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>10</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9874376.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9874376</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9874376</wfw:comment><description>&lt;p&gt;Sixteen years ago, we were busy finishing up Windows NT 3.1.&amp;#160; On NT, I worked on the browser (network neighborhood) and the CIFS network filesystem, they both had their own challenges.&amp;#160; &lt;/p&gt;  &lt;p&gt;The NT browser (the computer browser service and bowser.sys (yes the name is NOT a typo)) were my first (and so far only) attempt at building a true peer-to-peer replicated system.&amp;#160; It was surprisingly hard and I learned a great deal about how to build distributed systems while working on it.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9874376" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Twelve, Thirteen, Fourteen and Fifteen years ago (1994-1998)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/17/twelve-thirteen-fourteen-and-fifteen-years-ago-1994-1998.aspx</link><pubDate>Tue, 18 Aug 2009 02:17:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9873133</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9873133.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9873133</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9873133</wfw:comment><description>&lt;p&gt;Sorry, I was off on Friday so no post.&amp;#160; 1994 was probably the most tumultuous year of my career at Microsoft.&amp;#160; In 1994, I left the NT team to join the “Tiger” team, a research project dedicated to building a media delivery infrastructure (in 1994, this was extremely ambitious since the MPEG standards had just recently been standardized and there was very little hardware out there that could handle the loads associated with rendering streams of compressed video data).&amp;#160; Unfortunately I really was unable to fit into the research development model so I ended up leaving the team after about 8 months to join the Exchange team.&amp;#160; In the Exchange team, I started working on the “Push Notification” feature for Exchange 4.0 (yes, “push” was a big deal even back in the mid 1990s) and working on backup and restore capabilities.&amp;#160; After Exchange 4.0, I worked on the POP3 server for Exchange 5.0 and the IMAP server for Exchange 5.5.&amp;#160; I had a HUGE amount of fun during those years, I spent a great deal of time working with the various IETF email task forces and met a whole bunch of insanely cool people.&lt;/p&gt;  &lt;p&gt;On the family front, my daughter Sharron was born in May of 1994 :).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9873133" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Eleven years ago today (August 1999)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/13/eleven-years-ago-today-august-1999.aspx</link><pubDate>Thu, 13 Aug 2009 19:47:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9868509</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>5</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9868509.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9868509</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9868509</wfw:comment><description>&lt;p&gt;Eleven years ago, I was in the Exchange group, working on Exchange 2000 (same as 10 years ago :)).&amp;#160; The summer of 1999 was when Microsoft rolled out it’s “Comp2000” system which completely reworked the compensation system at Microsoft.&amp;#160; One of the drastic changes associated with Comp2000 was a radical rethinking of how employees were ranked.&amp;#160; Previous to this, as a developer, your level was numbered from 10 to 15, with most new hires being brought in at level 10.&amp;#160; After this change, the levels for individual developers ran from 59 to 80.&amp;#160; There was a fair amount of discussion about “level inflation” going on at the time :).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9868509" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Ten years ago today (August 1999)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/12/ten-years-ago-today-august-1999.aspx</link><pubDate>Wed, 12 Aug 2009 20:28:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9866818</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9866818.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9866818</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9866818</wfw:comment><description>&lt;p&gt;In 1999, I was busy working on shipping Exchange 2000.&amp;#160; Most of the work I did on E2K was related to re-engineering the security subsystem for Exchange – the original security subsystem used a custom ACL model, for Exchange 2000, I converted that to use NT style ACLs.&amp;#160; This might have been the hardest technical challenge I’ve faced at work since it involved resolving two relatively incompatible ACL systems.&amp;#160; &lt;/p&gt;  &lt;p&gt;We also had some seriously epic parties in Exchange – I remember one from around 1999 which involved hot tubs on the patio between the buildings and a torrential downpour – maybe the best ship party ever.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9866818" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Nine years ago today (August 2000)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/11/nine-years-ago-today-august-2000.aspx</link><pubDate>Wed, 12 Aug 2009 00:37:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9865014</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9865014.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9865014</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9865014</wfw:comment><description>&lt;p&gt;The biggest event on my plate in August was that I took taken delivery of a brand spanking new Itanium machine that was intended for 64bit Exchange development :).&amp;#160; We also shipped Exchange 2000 during mid 2000.&amp;#160; 2000 was a time of some turmoil for the Exchange store development team – after shipping Exchange 2000, much of the store team left Exchange and moved to SQL server (where several of them still remain).&amp;#160; I chose not to remain with the rest of the store team and instead moved onto the SCP team (I wrote about that team &lt;a href="http://blogs.msdn.com/larryosterman/archive/2009/08/10/six-seven-and-eight-years-ago-today-august-2003-august-2002-august-2001.aspx"&gt;yesterday&lt;/a&gt;).&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9865014" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Six, Seven and Eight years ago today (August 2003, August 2002, August 2001)…</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/10/six-seven-and-eight-years-ago-today-august-2003-august-2002-august-2001.aspx</link><pubDate>Mon, 10 Aug 2009 21:03:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9863416</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9863416.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9863416</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9863416</wfw:comment><description>&lt;p&gt;Between 2001 and 2002, I was working on the SCP project – SCP was a networking protocol that was designed for an embedded controller that was intended to be used for home automation.&amp;#160; It was a power line carrier based protocol and was designed for an ultra low bandwidth (1 bit per millisecond) link.&amp;#160; The SCP was designed by Harry Pyle and Rich Hasha who had worked on the home automation systems that were used in Bill Gates house.&amp;#160; The &lt;a href="http://www.thefreelibrary.com/Mitsubishi+Electric+Develops+Single-Chip+Power+Line+Communication+IC+...-a092632024"&gt;final SCP chip&lt;/a&gt; was bout 10cm on a side, and contained 64K of hard metal ROM, 64K of RAM an embedded ARM CPU and a ton of custom circuitry developed by ITRAN Communications.&amp;#160; For the SCP project, I was working on building a bridge between SCP controlled devices.&lt;/p&gt;  &lt;p&gt;After the SCP project end-of-lifed in 2002, &lt;a href="http://www.crn.com/digital-home/18839535;jsessionid=0KW1IEIEBG325QE1GHPSKH4ATMY32JVN"&gt;Dennis Flannigan&lt;/a&gt; who was the dev manager of the WMDG group at Microsoft (Windows Media and Devices Group) asked me to use my experience with SCP on a project to surface UPnP devices as PnP devices working under Frank Yerrace.&amp;#160; I built a prototype for the idea and hit a dead end.&amp;#160; Frank then asked me if I’d be interested in helping out on the sound team and I said “sure”.&amp;#160; I’ve since had 3 different managers on the sound team, but it’s been over 6 years at this point.&lt;/p&gt;  &lt;p&gt;2001 was a particularly bad year for me, I had a fairly serious back injury that put me out of work for 6 weeks and continued for another 6 months beyond that.&amp;#160; My back’s been healthy since that, but it was NOT a fun 6 months.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9863416" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Five years ago today (August 2004)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/07/five-years-ago-today-august-2004.aspx</link><pubDate>Fri, 07 Aug 2009 21:03:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9860476</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9860476.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9860476</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9860476</wfw:comment><description>&lt;p&gt;We were busy in the “Longhorn Reset” where we essentially threw away the work we’d previously done for Longhorn and restarted based on a Server 2003 based codebase.&amp;#160; We took the work we’d done for the Longhorn audio engine and reworked it to create the current audio engine we delivered with WIndows Vista – many of the concepts of the original engine remain (although several of them are gone and some of the functionality was radically reworked (for example in the LH alpha codebase, the waveOutXxx APIs used the MediaFoundation APIs to render audio – in Vista they use WASAPI directly).&amp;#160; Things were pretty hectic, but none of the developers working on Longhorn were really sorry to see the old project go – it truly had become unmaintainable.&lt;/p&gt;  &lt;p&gt;Also in 2004, I started this blog – back then it was hosted on another site, but my blog officially went live on March 15, 2004.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9860476" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item><item><title>Four years ago today (August 2005)</title><link>http://blogs.msdn.com/larryosterman/archive/2009/08/06/four-years-ago-today-august-2005.aspx</link><pubDate>Thu, 06 Aug 2009 21:50:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9859492</guid><dc:creator>LarryOsterman</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/larryosterman/comments/9859492.aspx</comments><wfw:commentRss>http://blogs.msdn.com/larryosterman/commentrss.aspx?PostID=9859492</wfw:commentRss><wfw:comment>http://blogs.msdn.com/larryosterman/rsscomments.aspx?PostID=9859492</wfw:comment><description>&lt;p&gt;I had just finished the Beta3 coding for Windows Vista.&amp;#160; During that time I finished the per-app volume feature work and spent a bunch of time helping other groups finish up their initial coding.&amp;#160; Things were crazy busy, especially during the final weeks as all the features landed.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;August was also quite traumatic because my father &lt;a href="http://query.nytimes.com/gst/fullpage.html?res=9402E3D7123EF935A2575BC0A9639C8B63"&gt;died on August 14th of a severe allergic reaction to a bee sting&lt;/a&gt;, he was 70.&amp;#160; &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9859492" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Personal+Stuff/default.aspx">Personal Stuff</category><category domain="http://blogs.msdn.com/larryosterman/archive/tags/Microsoft+History/default.aspx">Microsoft History</category></item></channel></rss>