“Last November, Russinovich triumphantly introduced developers at the company’s annual PDC conference in Los Angeles to a multitude of measures implemented in Windows 7 and Windows Server 2008 R2 not only to improve reliability and harden security, but to overcome the deficiencies he openly admits characterized the brief era of Windows Vista. Collectively, just the introductions to these new features by Russinovich and his partners consumed 11 hours over the first two days, all of that time with a standing-room-only crowd.”
…of the efforts Microsoft are putting in to fix long standing problems with Windows and kudos to them for listening to customers and putting the resources toward these fixes.
There are some other companies – I’m looking at you Apple – who should be taking notes, and if Microsoft can just get the IE team to clean the wax from their ears…
Sorry, but the IE team is perfectly well doing what they are told to do by Microsoft upper management.
Full support for the upcoming HTML 5 features and/or ACID 3 tested features is not done on purpose. They want to push Silverlight down the internet’s pipes, their latest attempt at getting control of internet protocols.
As always, with failing market share they will fail, but first (as always) they have to find out about that the hard way.
I hope, lots of web programmers just request the users to install the google chrome plugin for IE and be done with IE compatibility.
This is wrong. I attended both of his sessions, each an hour and 30 long and I sat down with the rest of the room.
(and also his workshop on the first day, but that was a wide coverage talk)
Also, the title mentions a cure for an exploitable heap and the summary ignores that completely. Did I miss something?
Edited 2009-12-31 01:15 UTC
How about reading the *WHOLE* article where the cure is noted on page 2:
Edited 2009-12-31 02:53 UTC
Please try to understand my point before coming back with a cocky reply.
I was highlighting the fact that there was no correlation between the title and the summary. I had to read the article to find out what the title was refering to, which makes the summary pointless.
I wasn’t critisizing, I was pointing something out which I found a little confusing.
But insulting or trying to aggravate other people is so much more fun!
If only they would spend a similar amount of work fixing the longstanding performance and stability issues in the .NET framework.
Windows 7 is really a great OS, but the only efficient way to code for it is to use C++. .NET is not stable enough for serious app devlopment (a fact that we found out the hard way). And in java/scala it is kind of hard to use windows-specific features because jni is a pain in the ass.
See for example this inexcusable defect of the .NET heap management:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.asp…
Or the lack of inlining in all the places that matter with the 64bit JIT compiler:
https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.asp…