mrb's blog

"I Contribute to the Windows Kernel. We Are Slower Than Other Operating Systems. Here Is Why."

Keywords: performance windows

I was explaining on Hacker News why Windows fell behind Linux in terms of operating system kernel performance and innovation. And out of nowhere an anonymous Microsoft developer who contributes to the Windows NT kernel wrote a fantastic and honest response acknowledging this problem and explaining its cause. His post has been deleted! Why the censorship? I am reposting it here. This is too insightful to be lost. [Edit: The anonymous poster himself deleted his post as he thought it was too cruel and did not help make his point, which is about the social dynamics of spontaneous contribution. However he let me know he does not mind the repost at the condition I redact the SHA1 hash info, which I did.] [Edit: A second statement, apologetic, has been made by the anonymous person. See update at the bottom.]

"""

I'm a developer in Windows and contribute to the NT kernel. (Proof: the SHA1 hash of revision #102 of [Edit: filename redacted] is [Edit: hash redacted].) I'm posting through Tor for obvious reasons.

Windows is indeed slower than other operating systems in many scenarios, and the gap is worsening. The cause of the problem is social. There's almost none of the improvement for its own sake, for the sake of glory, that you see in the Linux world.

Granted, occasionally one sees naive people try to make things better. These people almost always fail. We can and do improve performance for specific scenarios that people with the ability to allocate resources believe impact business goals, but this work is Sisyphean. There's no formal or informal program of systemic performance improvement. We started caring about security because pre-SP3 Windows XP was an existential threat to the business. Our low performance is not an existential threat to the business.

See, component owners are generally openly hostile to outside patches: if you're a dev, accepting an outside patch makes your lead angry (due to the need to maintain this patch and to justify in in shiproom the unplanned design change), makes test angry (because test is on the hook for making sure the change doesn't break anything, and you just made work for them), and PM is angry (due to the schedule implications of code churn). There's just no incentive to accept changes from outside your own team. You can always find a reason to say "no", and you have very little incentive to say "yes".

There's also little incentive to create changes in the first place. On linux-kernel, if you improve the performance of directory traversal by a consistent 5%, you're praised and thanked. Here, if you do that and you're not on the object manager team, then even if you do get your code past the Ob owners and into the tree, your own management doesn't care. Yes, making a massive improvement will get you noticed by senior people and could be a boon for your career, but the improvement has to be very large to attract that kind of attention. Incremental improvements just annoy people and are, at best, neutral for your career. If you're unlucky and you tell your lead about how you improved performance of some other component on the system, he'll just ask you whether you can accelerate your bug glide.

Is it any wonder that people stop trying to do unplanned work after a little while?

Another reason for the quality gap is that that we've been having trouble keeping talented people. Google and other large Seattle-area companies keep poaching our best, most experienced developers, and we hire youths straight from college to replace them. You find SDEs and SDE IIs maintaining hugely import systems. These developers mean well and are usually adequately intelligent, but they don't understand why certain decisions were made, don't have a thorough understanding of the intricate details of how their systems work, and most importantly, don't want to change anything that already works.

These junior developers also have a tendency to make improvements to the system by implementing brand-new features instead of improving old ones. Look at recent Microsoft releases: we don't fix old features, but accrete new ones. New features help much more at review time than improvements to old ones.

(That's literally the explanation for PowerShell. Many of us wanted to improve cmd.exe, but couldn't.)

More examples:

  • We can't touch named pipes. Let's add %INTERNAL_NOTIFICATION_SYSTEM%! And let's make it inconsistent with virtually every other named NT primitive.
  • We can't expose %INTERNAL_NOTIFICATION_SYSTEM% to the rest of the world because we don't want to fill out paperwork and we're not losing sales because we only have 1990s-era Win32 APIs available publicly.
  • We can't touch DCOM. So we create another %C#_REMOTING_FLAVOR_OF_THE_WEEK%!
  • XNA. Need I say more?
  • Why would anyone need an archive format that supports files larger than 2GB?
  • Let's support symbolic links, but make sure that nobody can use them so we don't get blamed for security vulnerabilities (Great! Now we get to look sage and responsible!)
  • We can't touch Source Depot, so let's hack together SDX!
  • We can't touch SDX, so let's pretend for four releases that we're moving to TFS while not actually changing anything!
  • Oh god, the NTFS code is a purple opium-fueled Victorian horror novel that uses global recursive locks and SEH for flow control. Let's write ReFs instead. (And hey, let's start by copying and pasting the NTFS source code and removing half the features! Then let's add checksums, because checksums are cool, right, and now with checksums we're just as good as ZFS? Right? And who needs quotas anyway?)
  • We just can't be fucked to implement C11 support, and variadic templates were just too hard to implement in a year. (But ohmygosh we turned "^" into a reference-counted pointer operator. Oh, and what's a reference cycle?)

Look: Microsoft still has some old-fashioned hardcore talented developers who can code circles around brogrammers down in the valley. These people have a keen appreciation of the complexities of operating system development and an eye for good, clean design. The NT kernel is still much better than Linux in some ways --- you guys be trippin' with your overcommit-by-default MM nonsense --- but our good people keep retiring or moving to other large technology companies, and there are few new people achieving the level of technical virtuosity needed to replace the people who leave. We fill headcount with nine-to-five-with-kids types, desperate-to-please H1Bs, and Google rejects. We occasionally get good people anyway, as if by mistake, but not enough. Is it any wonder we're falling behind? The rot has already set in.

"""

Edit: This anonymous poster contacted me, still anonymously, to make a second statement, worried by the attention his words are getting:

"""

All this has gotten out of control. I was much too harsh, and I didn't intend this as some kind of massive exposé. This is just grumbling. I didn't appreciate the appetite people outside Microsoft have for Kremlinology. I should have thought through my post much more thoroughly. I want to apologize for presenting a misleading impression of what it's like on the inside.

First, I want to clarify that much of what I wrote is tongue-in-cheek and over the top --- NTFS does use SEH internally, but the filesystem is very solid and well tested. The people who maintain it are some of the most talented and experienced I know. (Granted, I think they maintain ugly code, but ugly code can back good, reliable components, and ugliness is inherently subjective.) The same goes for our other core components. Yes, there are some components that I feel could benefit from more experienced maintenance, but we're not talking about letting monkeys run the place. (Besides: you guys have systemd, which if I'm going to treat it the same way I treated NTFS, is an all-devouring octopus monster about crawl out of the sea and eat Tokyo and spit it out as a giant binary logfile.)

In particular, I don't have special insider numbers on poaching, and what I wrote is a subjective assessment written from a very limited point of view --- I watched some very dear friends leave and I haven't been impressed with new hires, but I am *not* HR. I don't have global facts and figures. I may very well be wrong on overall personnel flow rates, and I shouldn't have made the comment I did: I stated it with far more authority than my information merits.

Windows and Microsoft still have plenty of technical talent. We do not ship code that someone doesn't maintain and understand, even if it takes a little while for new people to ramp up sometimes. While I have read and write access to the Windows source and commit to it once in a while, so do tens and tens of thousands of other people all over the world. I am nobody special. I am not Deep Throat. I'm not even Steve Yegge. I'm not the Windows equivalent of Ingo Molnar. While I personally think the default restrictions placed on symlinks limited their usefulness, there *was* a reasoned engineering analysis --- it wasn't one guy with an ulterior motive trying to avoid a bad review score. In fact, that practically never happens, at least consciously. We almost never make decisions individually, and while I maintain that social dynamics discourage risk-taking and spontaneous individual collaboration, I want to stress that we are not insane and we are not dysfunctional. The social forces I mentioned act as a drag on innovation, and I think we should do something about the aspects of our culture that I highlighted, but we're far from crippled. The negative effects are more like those incurred by mounting an unnecessary spoiler on a car than tearing out the engine block. What's indisputable fact is that our engineering division regularly runs and releases dependable, useful software that runs all over the world. No matter what you think of the Windows 8 UI, the system underneath is rock-solid, as was Windows 7, and I'm proud of having been a small part of this entire process.

I also want to apologize for what I said about devdiv. Look: I might disagree with the priorities of our compiler team, and I might be mystified by why certain C++ features took longer to implement for us than for the competition, but seriously good people work on the compiler. Of course they know what reference cycles are. We're one of the only organizations on earth that's built an impressive optimizing compiler from scratch, for crap's sake.

Last, I'm here because I've met good people and feel like I'm part of something special. I wouldn't be here if I thought Windows was an engineering nightmare. Everyone has problems, but people outside the company seem to infuse ours with special significance. I don't get that. In any case, I feel like my first post does wrong by people who are very dedicated and who work quite hard. They don't deserve the broad and ugly brush I used to paint them.

P.S. I have no problem with family people, and want to retract the offhand comment I made about them. I work with many awesome colleagues who happen to have children at home. What I really meant to say is that I don't like people who see what we do as more of a job than a passion, and it feels like we have a lot of these people these days. Maybe everyone does, though, or maybe I'm just completely wrong.

"""

Comments

Monk wrote: Well that is sad. But hey, every software piece out there turns into a monster eventually. 11 May 2013 07:03 UTC

Hukklebuk wrote: welcome to IT. You can't do shit to improve anything without some asshat taking offense. We might as well wear coveralls with our names on them and just say yes boss. 11 May 2013 09:43 UTC

James Pike wrote: What's wrong with "9-5 with kids types," it doesn't make you a worse programmer to want a healthy work life balance. If you're able to pull that off it even suggests a level of skill that your company will allow you out of the "you have to do overtime" culture.

I found that comment very offensive but other than that the article was a very interesting read.
11 May 2013 10:10 UTC

codingjohnson wrote: Seems to me the obvious problem is project managers over valuing enterprise customer gripes rather than general everyday problems that any fool can see from 1000 yards. I always thought the inner workings of MS would be a modern day self organising meritocracy where experienced geeks intimate with Windows could recognise and improve key areas... Developer led. But instead it seems more like internal company politics and hierarchy are encumbering progress. This is even obvious from a consumer point of view, changing tack on major UI components of your flagship OS exhibits this.

As a .Net developer I am gravely concerned about the future of MS, should I be using C#, or JS with RT? Why is the in-app ad-ecosystem so bad and unprofitable? Why did the UK get the Surface RT pro so late and what's with the un-consumer-friendly naming convention? COM/DCOM/RT/WTF?

Most guys I know are sticking with C# and branching into web, but then most of those guys think the ASP.Net Event Model is a good thing and try to make web apps with desktop like behaviour.

Me, I'm branching out into app-development for IOS and Android, and returning to my long-term passion JavaScript. I plan to switch to Linux and run windows and osx in a VM. And to be honest I feel a little inadequate because I've hedged my bets on windows for so long that I'm a little worried about the Linux learning curve.

And even when I'm looking for contracts, most people are asking for frontend or php or JavaScript.

I know MS are trying to attract developers to their app-store but frigging wake up MS. Developers are abandoning you because you've abandoned developers.
11 May 2013 10:34 UTC

alex wrote: what he means with "9-5 with kids" is dudes who don't take their shit seriously enough to go the extra mile without acting like they are in agony because "i have kids"

they are generally just trying to do the bare minimum and roll out because the only thing they care about is their "real life at home" and work is just a way to sustain that.

real hackers can have kids but still be passionate. those people don't get called "9-5 with kids" they still get called a hacker. yes they can have kids and work/life balance but work/life balance means balance. it doesnt mean putting your work into a protective little risk-free box and going home every day right when the school bell rings.

if you are this butt hurt simply by the use of the phrase, maybe you are one of those people.

http://www.someecards.com/usercards/viewcard/313e4a428ca709ed4538c8b3d4acb3c58e
11 May 2013 11:01 UTC

BridgeLiver wrote: Who gives a fuck what you found offensive, James? 11 May 2013 11:05 UTC

mrb wrote: alex and BridgeLiver: watch your language. I want my blog to remain civil. 11 May 2013 11:12 UTC

Vasyl wrote: 15 years of MS only technology experience has ended up for me 2 years ago when I read Android developers guide. The ideas behind it seemed powerful as nothing else. JS Ecma5 standard astonished my imagination of the ideas and possibilities behind it.
Seeing Microsoft out of these innovations I have it up. New ideas rule the world and me.
11 May 2013 11:28 UTC

joeg wrote: @alex & @BridgeLiver if your passion for the code of some ungrateful soul sucking entity takes more than one unnecessary minute of the scarce time with your kids your priorities are screwed. 11 May 2013 12:04 UTC

9-5-with-kids wrote: Alex, everyone is entitled to decide for them whats their "real life". Solely for this reason, slavery is Abolished from this planet. If you want people to be motivated, blame game and guilt therapy is pretty bad tool. I guess you must be one of those who stayed back in MS because you could not make it to Google. How does THAT feel for sake of balance ?

BridgeLiver, your attitude will soon take you where NO ONE will give a fuck about you.
11 May 2013 12:16 UTC

codetaku wrote: It sounds like the problems they have taken on are of the 'everyone else is handicapping themselves this way, so we can get away with it too' variety. When a company loses an experienced expert with irreplacable domain knowledge, replace them with a new college grad. The organization takes an enormous hit in every technical respect, but you save a lot of money. And since all of your competitors are already doing it, you will have aggressive business types winning all the arguments when it comes time for budgeting.

Society has already decided that every productivity increase brought about by technology and computers will benefit the business exclusively, with none of their benefits being shared with the employee. If productivity doubles, profit doubles, workload doubles, and compensation remains stagnant. It's easy to actually reduce the % of your budget going to talent every year while still growing profit, and this is exactly how you do it.

It will work precisely until the workers figure out that thanks to the Internet the only thing standing between them working 1/10th as much and making 2x the income is some software to connect people who can provide work with people who need work done, cutting employers out of the loop.
11 May 2013 12:27 UTC

9-5-with-kids wrote: How in the hell could a man enjoy being awakened at 6:30 a.m. by an alarm clock, leap out of bed, dress, force-feed, shit, piss, brush teeth and hair, and fight traffic to get to a place where essentially you made lots of money for somebody else and were asked to be grateful for the opportunity to do so?

- Charles Bukowski
11 May 2013 12:29 UTC

Bill Pytlovany wrote: I worked in Blvd 42 in the early-mid 90's and I can't imagine having 9-5 kids working on campus. I hadn't heard that phrase before but I run into a lot of young programmers who were never taught some of the basics.

My direct report was a fantastic mentor. He had been at MSFT forever & was responsible for the first CD driver. Besides our code, he also focused on our build environment. Everyone had the same version of Visual Studios and during a product cycle he wouldn't allow any updates or changes. He understood, as I have always taught, just changing the text of a string could affect your compiled code in ways you'd never imagine. These are the kind of habits you learn from education & experience.

I also occasionally participated in new employee interviews. The focus was always how someone thought more than what kind of education they had.

Thanks for reporting this comment and thanks to the gentleman who posted. It really is interesting to hear and picture how things work behind the scenes.

BillP
11 May 2013 14:02 UTC

Hellscreamgold wrote: "What’s wrong with “9-5 with kids types,”

I found that comment very offensive but other than that the article was a very interesting read.
James Pike, - 11-05-’13 03:10
"

I read it more that these kids coming out of college have self-entitlement issues with no backing to warrant it.
11 May 2013 14:44 UTC

xx wrote: desperate-to-please H1Bs ...lol ! 12 May 2013 00:46 UTC

JPH wrote: I have a feeling that the "follow up" is damage control and was not written by the author of the original post. 12 May 2013 04:23 UTC

JPH wrote: It's worth point out as well that the "follow up" is written in an entirely different style of verbatim. The vocabulary, structure, word frequencies, and the form and structure of the prose are all different. I'm almost certain that the author is not the same person. 12 May 2013 04:24 UTC

Ken wrote: Guys: Keep in mind that there's a billion Chinese out there training to take our jobs at half the pay. You may talk about family balance and whatnot, but you better have your retirement plans lined up. Be valuable or be gone. 12 May 2013 04:40 UTC

IGnatius T Foobar wrote: Bit rot has already set in, not only in the Windows code but in Microsoft in general. The truth is, Microsoft is a has-been. Their years of monopoly have created enough inertia that they appear healthy but it's pretty much over. As they say, "a big one like this can keep running around for years after you chop off the head." 12 May 2013 04:45 UTC

billy bob gates wrote: that poster is going down, don't bother showing up for work Monday. 12 May 2013 04:55 UTC

Ken wrote: @ITF: bitrot at M$ is only a symptom of the greater problem - that being lack of government oversight in the technology industry. If the government had more control, there would be more technically competent people in key positions in the industry and we wouldn't have these problems and we would have more jobs for undocumented immigrants too. 12 May 2013 05:02 UTC

ken wrote: I like pulling chains ;) 12 May 2013 05:04 UTC

Innocent Bystander wrote: @JPH, "It’s worth point out as well that the “follow up” is written in an entirely different style of verbatim."

I hope you really know what you meant. In this case, does that imply the original author had been identified within Microsoft and someone at MS had impersonated him to post the follow up through the same channel? Look like one more developer is going to leave MS soon.
12 May 2013 05:11 UTC

Ken wrote: This post by mrb is nothing more than a rant by someone looking for their 15 minutes of fame. Sure, it's true that M$ is a has been. Windows 8 is a flop and they don't have a clue how to compete with Android. Notice I didn't mention Apple. 'nuff said re. that.

The bigger picture here is that Google, M$ and the beloved Apple will all be history in 5 years. You people don't seem to see what's happening.
12 May 2013 05:24 UTC

quarx wrote: I think the people that develop Linux Kernel don't expect thanks and praise the really goal with the develop is the community develop that always find the better way to do things and improve older solutions. 12 May 2013 06:01 UTC

anonwriter wrote: With the number of new SDE's at Amazon, I'm actually a little bit nervous about a similar situation arising... 12 May 2013 06:13 UTC

so go to google wrote: you don't like it ... perhaps you should quit the awful, uncreative, uninspiring behemoth that is MS and go get a salary from linux...

no?

didn't think so.
12 May 2013 06:49 UTC

mat wrote: 'If the government had more control there would be more technically competent people.....' Are youkidding me???

What would government control fix? How are they going to provide more technical individuals? The hacker factory? The awesome education that public universities produce? The kids graduating public high school that can tell you who Pauly D is but not Stephen Hawking? The government is not the answer for anything, they aren't the smartest people in the room, they aren't even the smartest people in the neighborhood. Those people work at google according to this article.
12 May 2013 06:50 UTC

hpdell wrote: This wouldn't have been so much a problem if windows still had similar monopoly as it had in early 2000s. When Iphone first release, it really showed computers could be packed in small devices and sold to lot more users. Computers were starting to become stagnant, and market needed something new to revitalize the computing industry.

I don't say with such wide interest of disorganized developers, linux (whole gnu) has the best utility software, but they are just enough for these new companies to come up with a solution and start improving them constantly once they are up and running. Since they can afford to fail one quarter of their servers (Netflix, Facebook, Google) they are constantly innovating/changing their software. Moreover, google is creating their possible employees by funding and engazing with free software (e.g google summer of code).

Microsoft is pretty much stagnant in that respect. Companies with big money do good, but companies with big money and great software do even better.

Another problem for microsoft is, Linux is the most widely deployed software on the planet. It might currently not be as competitive on PCs, but just like, if I buy Sony TV and like it, it is most probable I will buy a sony music system, even if Philips has great product (most consumers do). Apart from PCs and mobiles, Linux is becoming pretty much a standard (even on mobile it has a large presence). Even if Linux has problems on some parts, as the author suggested, big companies know what advatage they have going with free operating system. E.g 3 to 4 years back LG had so little of Linux software in their products. Today they are among top 10 contributers in the Linux kernel. Just for past 2 years, Linux utility software has gone a tremendeous improvements (even on desktop and graphics side), and everyone knows how fast the kernel moves.

Microsoft has been bitten by its own actions. They pretty much slandered open source and never could embrace it. On the other hand apple uses so much free software and is doing pretty good. Microsoft plays by fear, and fear is not good for business. We all have seen how they viewed OpenOffice, Google Docs, Linux etc. Things are changing, but if microsoft does not open up, and change their business model to a more open source model, if even google, facebook, amazon, Apple dies away there will be 20 more companies companies competing with Microsoft.

So the real question is, how long can they afford?
12 May 2013 07:41 UTC

Big Kate wrote: Can I just say thanks for reposting. I came here via slashdot, I hope the OP is OK and hasn't had any consequences for posting what they did. Personally it's a huge insight into why things don't happen as effectively as they might.

What they describe is classic Big Corporation culture v. startups. The emphasis in big corporations on not messing up the product leads to that spreading to the entire tree. I can also understand why if you been hacking code inside the org for years and it feels like your not getting anywhere, that you will want to grumble and mention the stuff that is P-ing you off. You can’t say inside the org because it just pisses your co-workers off, and unless your a core dev you wont understand what is actually wrong. I'm in other areas of development and I don't know anything about the technical issues they speak about

I can accept microsoft has created great products, it eats own dog food as a matter of course and it's good to know that under it all MS8 is good and I hope that blue gets us a better UI option. Having said that this thinkpad is running a debian variant, it has Win7 in a box that I occasionally load to do stuff that is utterly locked into windows enviroment. Most of the devs I know have long abandoned MS and have either gone to Linux or in a corporate space – Mac (because they have to have a machine bought with an OS and they get a choice of Apple or Microsoft). I suspect when apple finally gives up on professional development environments and becomes a pure-play consumer product company they will switch to Linux as well

So to both the OP and the person who blog I am reading can I say thanks. It has made microsoft feel more human, I will try to cut the big green some more slack in future when I get frustrated, because I will know that there are plenty of other bright, intelligent, passionate people fighting to get the code better and feeling frustrated that they just can’t. I have no idea if the same is true of Apple, I suspect it is, only they’re the solution is: rather supporting people long term, as Microsoft does, is to cut and switch. It increasingly looks like they are going to deep six OSX and jump to something consumery based on Arms, just as OSX deep sixed OS9 on powerpc.

Thanks again
12 May 2013 07:48 UTC

hi wrote: I am a developer in various GNU/Linux/BSD related projects and what I see is, that the whole Windows Ecosystem is slowly losing grasp on everything else. When I went from windows related development to what I do now (maybe 10 years ago) gnu/linux was something very complicated for the everyday user and really an ugly mess (from user and dev perspective). Today you are able to do everything on the big distros without any knowledge of the operating system or anything. Only the name of the applications differ. 10 years ago only windows was the thing to use for the average joe because the rest was too complicated. It is not even windows itself what most users keeps them locked to microsoft. The applications are. And with stuff like wine you can run them on gnu/linux/bsd environment.
tl;dr
I think microsoft has too long relied on their market share ("everyone uses windows and it's applications so they will also have to buy the next version") without doing anything new for the last years. And those business decisions also affect the dev process. And that for many years. In a big company like MS reverting such bad influences can take really long.
12 May 2013 08:04 UTC

Big Kate wrote: one thing I forgot to say is that Microsfoft seem to have spent the last 10 years being run by people with no vision. Their are technical leads in area who create great products - which I own such as the 360 (i have 4 of them). But it feels like microsoft managment fires them and then it just slides from there

Personally I blame Steve Balmer - at least Bill Gates was willing to bet the farm to face out new opposition.

Oh and Btw I wont buying the durango - why? Because linux gaming is finally taking off with steam box etc.It took a long while for GL and CL to catch up but they have and it's where things are happening. Oh and i hate the windows 8 UI I am forced to use with the 360 and it looks like microsoft has decided to copy apple again as far as a consumer unit and I hate the assumption of: lock in, lock down, yes please!
12 May 2013 08:06 UTC

Tex Pepper wrote: This piece reinforces what I've believed to be true of Microsoft for some time now: the company is like a huge, rudderless ship. A ship which is now running aground - and the crew know it, too - some of them, at least - but nobody knows what to do about it or can't do anything, because she has grown so large for so long now that her momentum makes it impossible to change course.

Perhaps the crew have tried to call the Bridge. I'm sure they have, but no-one is answering. No one's there. The Bridge is empty. Sure, Microsoft has a CEO, but she has no Captain. She has a Board of Directors, but no Navigator. A Management team, but no Helmsman. Momentum, but no Destination and, unless Microsoft does something very drastic to change her course very soon, she'll run aground. It may already be too late.

Microsoft really is very, very much like the Titanic, metaphorically speaking. That ship's designers also thought they had created something unsinkable; they also handed it off to a captain who drove her at top speed, blind, in the dark.

Will Microsoft share Titanic's fate? Probably. The company has always struck me as being a bit out-of-touch with its customers but, now, like some gigantic whale swimming in the shallows, she in grave danger of being beached by the outgoing tide. Even now she can't keep up. She is falling farther and farther behind whilst the smaller and more agile fish head out to sea.

For my part I won't feel at all sorry to see Microsoft go away, but I will feel sorry for people like that bloke inside the company, trapped inside a system he would change if only he could. I hope he and the others there like him get out in plenty of time. As for that chest-thumping primate Ballmer and his ilk? Let 'em drown.
12 May 2013 08:18 UTC

mrb wrote: JPH: I won't reveal how the anonymous poster contacted me, but I am 99.9% sure that unless his communication channel was hacked, he is the same person. He was in a completely different state of mind when writing the follow-up (ranting when writing the 1st time, anxious when writing the 2nd time). 12 May 2013 08:29 UTC

ngo wrote: Sure, this post is a rant. But these outbursts — real MS hate, despair about wasted time and money, spent into MS specific expertise — this is what I expected, what I predicted to friends when MS' Windows 8 vision and the WinRT API were introduced back in 2011.

Personally I have some strong technical background with Windows from about 8-12 years ago. While having touched Linux for the first time in the late 90s I'm now almost Linux-only. As a developer I went all the way from Basic, assembler, Pascal, VBA, VBS, ASP, some C/C++/C#, PHP to nowadays Java and others.

Every time I have to sit at a naked windows box I feel somehow lost. Linux comes along with all these nifty tools installed by default and almost everything that's not can be fetched from a repository in seconds. Windows is a pain ... you have to go download something somewhere in order to be able to complete the simplest tasks. That's my view of using Windows as a development platform, granted I love the ease of using a command line tools. And I'm really happy that my company has Linux desktops for the developers.

I know about the richness of the Windows API/library world, if you do .NET you have a huge amount of vendors where you pay some $$$ and get some ass-kicking modules that can shorten your development efforts dramatically (but so do Java and others).

I can almost feel the pain of these vendors and its users, having spent years into knowledge about Windows, .NET and alike. Seeing this mess now, unsure if or how long .NET will survive, will you focus on WinRT, JS, whatever?

In 50 years IT historians will identify the XP era as Microsoft's best time. For me the period where WinFS and trusted computing were the hot topics (around 2003?) the downfall began. MS failed on some really expensive projects back then I think. The introduction of SDLC in order to improve security was the right step but all these efforts are pretty hidden they don't improve user experience. Obviously this was the time when Apple stepped back in and brought up completely "new" UI experiences.
12 May 2013 08:58 UTC

BigO wrote: Thanks to the MSFT dev for this insights (and also for the follow-up comment which balanced it out). Maybe this post is high-profile enough that it also reaches devs and managers in other SW companies, and gives some very important impulses. I think what is described here for MSFT is reality in many other companies, and holds back innovation and improvement in a huge part of the industry. 12 May 2013 09:51 UTC

Somebody wrote: Speaking as an employee of another large software company that has read (and occasionally even written) rants similar to the original, the followup made me somewhat sad that it was necessary. I realize we live in a world where people who don't know anything about how large software systems are maintained hang on every word written by the people behind the curtain, but almost everything he said in the followup seemed obvious to me. Of course the compiler guys know what reference cycles are, and of course NTFS using SEH doesn't mean it doesn't work well. And so on.

To the anonymous writer, whoever you are, I'd just like to say congratulations on a wonderful rant. I'd definitely subscribe to your newsletter.
12 May 2013 11:43 UTC

- , wrote: Props to the author of this rant, I hope you're ok.

What makes me wonder is what will happen to the endless number of Windows installations that we have to deal with as a part of our everyday lives.

If the company does actually tank, what will happen to the kiosks, POS machines, schools, libraries, computer gaming?

I'd like to think that Linux would be graciously adopted - and Valve seem pretty eager to make that happen - but I'm cautious.
12 May 2013 11:58 UTC

franz kafka wrote: one of the best pieces I read in a long time. this has little to do with Microsoft, and can be applied to all companies (at least to some teams in all companies). the failure is a lack of long term vision from the management looking constantly at short term rewards. this is how you sink products and companies in the long run, and why new companies come up and steal your lead. 12 May 2013 13:39 UTC

David wrote: I have issues with big companies in general, but very specific ones with MS in particular.

I've been working as a hardware engineer for many years and can't describe the pain I had supporting Windows with regards of their completely broken and absolutely brain-dead USB stack and audio implementation. It's so totally f*cked up that we eventually had to break our devices, so we had a chance to probe our proprietary driver against it. IOW: we were forced to ship uncompliant devices for users of all platforms because some people in Seattle had no clue what they were doing, over years and years, across many incarnations of the broken heap they're selling.

On a different note, I used to build large-scale mail systems some years ago, and the exact same kind of hell broke loose in that area too. We constantly had to fix up after the one of the biggest software companies in the world which broke every single bit they even remotely touched, and then actively tried to prevent me from understand what the fuck is going on by not letting me have a look at their buggy implementation. That's actually my biggest complaint here: It's ok to make mistakes. They just happen. What matters is their stinking ignorance, their fear of re-doing things for the sake of improvement, their resistance to learn, and their idea of intellectual property which does not allow you to understand the actual problem.

Long story short: I'm done with them. Forever. I don't care why they don't scale, and how they compare themselfes to others. I want them to vanish completely, the sooner the better. And I want companies to not bother anymore. Stop shipping Windows drivers for your hardware, it's worthless. Stop selling software for their platform. It's a pain in the ass to the the OS running anyway.
12 May 2013 13:45 UTC

:D wrote: Linux will replace windows in every sense. 12 May 2013 15:55 UTC

Don Stokes wrote: >If the company does actually tank, what will happen to the kiosks,
> POS machines, schools, libraries, computer gaming?

Hopefully, Wine (windows application support) in Linux will improve so legacy windows apps can run until they are replaced.
12 May 2013 16:00 UTC

John Doe wrote: > NTFS code is a purple opium-fueled Victorian horror novel
> that uses global recursive locks and SEH for flow control.

I've seen the NTFS code, and it's scary. I think ReFS is a Bad Idea, but I can understand why current developers would be reluctant to mess with NTFS. It's too fragile.

The original NT team had more than it's fair share of of genius-level engineers, from Cutler on down. They could get away with creating the ugliness that is NTFS. I have far less faith in the subsequent maintainers.

> The company [Microsoft] has always struck me as being a
> bit out-of-touch with its customers

Actually, I think MS is reasonably well connected to its customers, but you have to understand who its customers are. Individuals who buy a PC with Windows pre-installed are not MS's customers. Dell, HP, Lenovo, etc. are. Large corporations with volume license and enterprise agreements are also MS's customers. MS doesn't always do what they want, but there is an active dialog between MS and their direct customers.
12 May 2013 16:35 UTC

John Doe wrote: One more thought...

> Our low performance is not an existential threat
> to the business.

EXACTLY!

I know this completely pisses off the old school purists (a group I'm often accused of belonging to), but the fact is that performance only matters when it falls below some acceptable level. Once you reach "acceptability", it becomes harder to justify putting effort into small incremental improvements. No company has infinite resources, even MS. The time spent making Ob 5% faster could have been spent on something else with greater business impact. Besides, if customers think Windows is slow, they're quite willing to throw gigahertz and/or cores at the problem.

The explosion of battery powered devices (phones and tablets) has changed the calculus, but only so much. One of the stated technical reasons (and the only only I find even remotely plausible) for needing the new WinRT API is improved battery life vs. traditional Win32 API's and app lifecycles. Windows 8 shows that trying to optimize for performance can alienate your existing customers who don't perceive performance as a problem.
12 May 2013 17:06 UTC

jooper wrote: Hi,

I think long-term developlment in big corporate company cannot be efficient and are very slow due to very big overhead of deciding of management and their little technology knowledge. I worked in several big companies like HP, ATT and i see that they are moving very slowly in their technology development and infrastructure quality, performance. To summ up from long term point of view i see the future in little commercial or not commercial companies...
12 May 2013 17:29 UTC

Steve Ballmer wrote: "you don’t like it … perhaps you should quit the awful, uncreative, uninspiring behemoth that is MS and go get a salary from linux…

no?

didn’t think so."

Even I know that over 90% of the Linux kernel devs get paid to work on it.

IBM, Oracle, Novell, HP, LG, Transmeta, Intel, and the list goes on.
12 May 2013 17:46 UTC

Anonymous wrote: Steve Ballmer is here. ^^ 12 May 2013 18:16 UTC

Nietzsche wrote: There are some people who treat their coding time as a job, they can be used to do the boring tasks like updating documentation. 12 May 2013 18:34 UTC

Andy Turfer wrote: I managed to get a £30 refund for pre-installed Windows 8 on my Samsung NP700Z7C. To get this, I had to take my laptop to a Samsung repair centre where an engineer kept it for 7 days and examined it to make sure that I don't use Windows 8 on the laptop. No matter what the amount, I'm not going to pay for a product I don't want or use. Had Samsung not agreed to refund me, I would have returned the unit for a refund (even though OS free or pre-installed Linux laptops here in the UK are slim pickin's).

On my desktop, I have an nVidia GeForce 660TI. Using the latest nVidia binary (319.17) the Ubuntu 13.04 desktop performs poorly when driving two monitors. For some reason, nVidia are unable to vsync on both monitors in a dual-monitor configuration. While it "works", the quality and user experience are rubbish. A simple thing, like dragging a window around, become jerky and stuttery. This problem is much worse if you're dragging a window that's hugging the top of the desktop. This does not occur with the Intel HD4000.

This is one perfect example of why "open" trumps "closed". The nVidia drivers are proprietary (closed) while the Intel HD drivers are open. The difference between running a Linux (well, the Unity) desktop on both is like night and day. Everything works beautifully and smoothly on the HD4000 (and it's much more responsive), even though it can't push as many pixels as the 660TI.

The future is in open, not closed.
12 May 2013 19:37 UTC

Steve wrote: Liked the article. One thing I feel like I should say -- usually, (In my personal experience) the kind of people who I would tag as '9-to-5 with kids' type are the people who would just work 9-to-5 and claim that they are entitled to put in just that much because they have kids -- *however* they just use that as an excuse to not work -- they aren't really great parents or spouses -- they are just lazy. Unfortunately, (again, in my own personal experience), most people doing just the basic minimum 9-to-5 are these kind of people. 12 May 2013 22:58 UTC

splayds wrote: As an innocent bystander (compnovice) I would just like to point out 2 things I've noticed. Everyone seems to assume the author is male and the majority of posters seem really stressed. Go for a surf....chill....and get your swag back...peace. 12 May 2013 22:58 UTC

Steve wrote: I noticed windows performance decrease when Microsoft introduced "superfetch" ..AKA disk-to-memory caching that thrashed the hard disk to put programs in memory which the user might required. All because "we wanted to use up all available RAM" akin to wanting to use up all hard disk space.

Performance was been improving since Microsoft pulled away from this!
12 May 2013 23:49 UTC

Starman wrote: Steve... so sorry to burst your bubble but I am tired of 9 to 5 routine and I am only 32. I am tired of someone telling me how long to work, when to come, when to leave, when to go to bed and when to wake up, what limit is on my income and how dead I basically am when stuck in the corporate world! I would rather do things my own way than someone else's and that, Steve, is becoming a reality for me thanks to other things that I am working on outside of my 9 to 5. Happy to become young, wealthy and free! It takes balls and vision to want that and above all, to make it happen. As for the article, congrats! It is very well written and I am not surprised at what's being said here given that I am a Windows NT user since Windows 2000. I now spend most of my time in Linux and I love it! 13 May 2013 02:23 UTC

fapjacks wrote: This post was fun to read. The comments below seem to be written by some of the most vitriolic, self-loathing, frustrated people who never burned off their baby fat enough to not take a one-liner completely to heart. To be honest, the commenters sound like 90% of the people who work in IT instead of programmers.

Microsoft-brand IT workers. That's exactly what the commenters sound like.
13 May 2013 09:57 UTC

JoeO wrote: 20 years ago I worked in IBM. All that I ever read was that IBM was an elephant trying to dance and MS was new and innovative. At that time we had 25 year old software to maintain.
Now I see a 25 year old MS going through the same pains that we did.
I got the last laugh.
I don't feel one bit sorry for them.
13 May 2013 12:14 UTC

basic_minimum_man_9-5+2kids wrote: bla bla bla ...real hackers can have kids but still be passionate.. bla bla bla 13 May 2013 12:33 UTC

Grokoko wrote: "...The cause of the problem is social. There's almost none of the improvement for its own sake, for the sake of glory..."

If there is justice in this world, Microsoft will fall. They have not even the smallest amount of will to improve their's software consumers experience. Only money driven. So sad.
13 May 2013 12:36 UTC

WickedVixen wrote: I totally understand that kind of dynamic coming from several coding houses (which will remain nameless) and their take was that "if it's innovative, it'll be astounding!" Iterationary coding was never in their vocabulary and they never wanted to improve on the existing code, just add more and more features, until it broke, then hired people like me (out of high school, no less) that showed promise to fix it all.

Patch upon patch upon patch until it churned and gurgled back to life... This was back around PCjr and C128 and such, but MS never regained the passion they had back then, and may never continue to do so-- reviled are the Iterationary Coders-- the ones who put forth the effort to upgrade and straighten the code of the previous iteration, into something faster, more reliable.

Shouldn't we ALL, from a coding standpoint, consider this approach for what it's worth? If MS had from the beginning and taken steps to approach this line of thinking, then we wouldn't have insider tirades and whistle-blowers that are fed up with MS's so-called culture.

Thank you for that post (and your apology). It goes to show we are only human and sometimes our emotions get the better of us.
13 May 2013 12:48 UTC

pje wrote: People,,,You have to think outside of your little cubicals. This is capitalism at work. Those people who work harder or come up with better stuff succeed. Those who don't, lose. Are you winners, whiners, or losers? If you don't like where you work, then LEAVE!!! 13 May 2013 13:10 UTC

JW Noord wrote: Interesting that Anonymous' first post pretty much summed up what many suspect and have believed about Microsoft for a long time. Then retracts most everything.

I think there may have been a moment of either A.) Fear B.) Uncertainty and C.) doubt as to whether his comments could be "back tracked" and tied to him by Microsoft.

Everything (almost) he said in the first post was reasonable and made sense. The second, not so much.

Too bad people don't have the courage of their convictions.
13 May 2013 13:25 UTC

Marcel Sorger wrote: The unhappiness within MS is well known for decades.
It's the product of the hierarchy of a big company and it's unavoidable.
Some people join MS to change the world and they get disappointed because they have to support legacy, stability and the bottom line.
This unhappiness also occurrences in large open source projects and there are millions of forked projects to prove it.
The truth is that a project should accommodate 9 to 5 types, passionate technical people and the ambitious business "leaders".

I personally am much more concerned with the movement of power from DevDiv to WinDiv. The WinDiv people don't get devs and love messing around with bits to much. Optimization over a pleasant interface (API) makes for terrible tools. On the other hand the WinDiv people are terrible at creating user interfaces for normal people too. To quote Sony "MS does not understand the CE logo" is true for WinDiv and we have Win8 to prove it. The people of Windows Phone did get it, but are now subjugated by WinDiv. A prudent business choice, technically questionable, but socially totally terrible.

It's a shame leadership gave the rains to the brain dead WinDiv money machine. I know there is an economic crisis, but for MS the lack of phone and web dominance is a much bigger crisis. They are betting on the people of yesteryear to take the company into the future.

On the other hand there is hope, because office, devdiv and Azure cloud moved into a services silo. I feels like something that IBM did in the 80's by shifting from hardware to services. I guess it will be a while before WinDiv will be spun out as a separate company and sold to the highest bidder. As soon as MS speaks of itself as an utility company, that can't be far off.
13 May 2013 13:57 UTC

Tom wrote: He didn't retract the core criticism, just the insults. His point stands - The MS culture, reinforced by the review system, discourages cooperation and reinforces NIH syndrome within teams. This hurts both quality and innovation. On your review, you get credit for inventing something new, and little or no credit for improving or maintaining something old, even if millions of paying users are using it. I worked there many years and this was true across multiple teams. 13 May 2013 14:14 UTC

synp wrote: "Once you reach “acceptability”, it becomes harder to justify putting effort into small incremental improvements. No company has infinite resources, even MS. The time spent making Ob 5% faster could have been spent on something else with greater business impact. "

That is true, but the 5% is measured at the performance lab, while the acceptability is measured by each user. Companies tend to make up 5-7 imaginary representative customers, and decide that none of them would care about a 5% improvement in directory traversal. But many users may decide that Windows running on this box that they have (and in an enterprise setting, they can't throw dollars at getting more hertz or cores) is unacceptably slow. And some of these would not think so if the 5% enhancement actually happened. These people may rise at some point to positions where they have enough clout to suggest that even though it is a burden to IT, maybe we should allow our employees to choose Linux.

Why do you think Macs became common in corporate America? It's only because people with sufficient clout said that Windows would not meet their needs. At first it was graphic designers (and for a while there in the '90s they had a valid claim), but once Macs had the proverbial foot in the door, others could come up with reasons why Windows just didn't work out for them.
13 May 2013 15:03 UTC

AAL wrote: Boy, he sounds like a disgruntled employee. Maybe a smart guy that doesn't always get his way and feels he knows best. Any large organization will have systemic problems. Don't think that Google is a perfectly running machine, they just have lot's of cash to throw around. I do take offense at the 9-5 comment also. I have worked with young guys that are severely lacking work ethic, so please don't blame it on being a family man. Never confuse activity and progress. 13 May 2013 15:10 UTC

Sorgfelt wrote: Concerning "9-5": Kids have to be taken care of. Your passion simply does not matter. You can't simply call them and cancel your appointment to feed them, pick them up, take them to their sport or music lesson and get them to bed. And your spouse may have work commitments, too, so can't take up the slack.

Concerning passion: When I was younger, I busted my a$$ working nights and weekends and going off on faraway trips on a moments notice. Because of that, I waited until I was 40 and got a steady job to even admit the possibility of having kids. Disillusionment with employers took over when I saw who I was working for and realized that I really didn't matter and neither did anyone else. I have a nice 9-5 job now and keep it largely because I need to take care of my kids. After they are grown up, I'll still want it, so that I can have a life.
13 May 2013 15:31 UTC

Dan Sutton wrote: Of course there's crappy code in Windows -- I feel sure that some of it is more than two decades old - this is to be expected. But it's still the only operating system on which I can host every web server and every database server on the market, all at the same time: I'm willing to live with a few glitches and so on just to be able to do that: as a developer, it saves tons of cost for me, in that I can do all my development on a single server with a single source-control system. You can't really beat that. 13 May 2013 15:53 UTC

MrBob wrote: "I have a dream....... that one day a man will be able to put his linux PC into hibernate mode and have it come back to life without crashing or needing a reboot!!! One day my brothers, linux will be able to do this reliably!!" 13 May 2013 15:57 UTC

mk wrote: I'm just amused by the reactions to a comment by "bridgeliver" (aka "troll"). 13 May 2013 16:18 UTC

Lurker wrote: "Remember that when you wish to make a change, you will get indifferent support from those who have something to gain, and active resistance from those who have something to lose." -- Machiavelli 13 May 2013 16:58 UTC

Stuart Blackler wrote: Personally, I can see why it must be frustrating for the dev's inside of MS. It is clear that certain technologies need to be scrapped and rebuilt from scratch with massive input from the community.

My $0.02
13 May 2013 19:01 UTC

Mark Aurit wrote: "Linux will replace windows in every sense" ... even in the sense that it will someday face its own backwords compatibility quagmire? 13 May 2013 19:57 UTC

ngo wrote: @MrBob

> "put his linux PC into hibernate mode and have it come back to life without crashing or needing a reboot"

Welcome to 2013, these things work like a charm.
13 May 2013 20:28 UTC

davmarch wrote: The 'mea culpa' may be more damning than the original expose'. I find it hard not to wonder how many bloody teeth or toenails, left on the floor of that dark sub-basement in the 'Kremlin', it took to produce it.

Of the fraction of references I knew, what he said rang true. For me XP is the high water mark and everything goes downhill from there. I'd use it forever if it weren't for the ram memory limitation and the many problems with the 64 bit version. I really appreciated the enhanced cmd.exe and win-explorer.

I tried to like PowerShell, but each attempt kept triggering my gag response and I had to quit. I dream of a more enhanced cmd.exe, paint, wordpad (both sans ribbon). But I'm an old DOS guy from way back and was always hoping for 32-bit protected mode with an X-windows style shell. I guess it's time to migrate to Linux?

That said, MSFT has done a few really good things: .NET, Vis.Studio, for two. But watch out MS, Eclipse is catching up fast.
13 May 2013 21:22 UTC

Andrew wrote: A great read and I know you didn't figuratively meant everything you said, and you sound just like me when you get passionate about something that you put your heart and soul into - while watching others being mediocre about their job and thinking that attitude is just fine.

I too am having management and interdepartmental team issues, and took notes of the things you had to say. If you ask me, your current employees should be your most valuable asset, but all too often we get treated as if we, the employees, are the enemies.

Cheers.
13 May 2013 23:24 UTC

Bob C. wrote: Interesting. I don't buy his "retraction" for a minute. I "retired" from a major S/W development company years ago. I can relate to much of what he said. Schedules were always the highest priority - "the product must be shipped before its time". No significant rewrites if it impacts schedules, regardless of how much it might improve the system.

I also understand his comments about the new generation coming on board. I went back to my "old" company for a short period on a "consulting" basis. While these "new" kids were quite sharp, they had no clue as to the history or reasoning that went in to some of the implementation decisions that had been made. They also had implementation habits as if they were still in the CS lab at school. With the "old-timers" gone (too expensive to keep on payroll), they had no guidance on the product development process and it showed when new releases of the products were shipped. It is one thing to write good code (which many were quite capable), but another to follow a development process - especially one used by that company. During my "second run", I had a few who thanked me for enlightening them on process and procedures as there was a lot of floundering going on. Documented processes and procedures were always given short shrift, not always clear and not maintained - especially after the old-timers were gone. I suspect a lot of those younger workers are going to experience the same when they get older (if they aren't tossed for "cheaper") and have the experience needed.
14 May 2013 07:40 UTC

K Kulaputra wrote: It is written by an inexperienced level programmer who is cribbing without the big picture - that is what you will remain. If you do not like MS - why keep taking salary from them ? Go work on linux and earn the same money !!! Improvement for improvement's sake - go to a university please

On a more sobre note, the person who wrote this is well advised to become more mature before writing such thrash
14 May 2013 10:29 UTC

John C. wrote: OK guys. I know nothing about coding but in regards to why talent leaves the company, I can confirm that it is true. I'm coming from a big corporation as well (over 300.000 employees) and the biggest issue they have in big locations (over 2000 employees) is retaining talent because they have enough of crap (young, old, all find a way out). Crap = bureaucracy, processes on how to handle processes on how to handle processes... (you get the point), incompetent management that lost their path and ruin everyone's career as well, unclear strategy locally.

As to the MS OS, from a user standpoint, W8 is the fastest release yet. I like it, even the Metro look is cool. WP8 is most probably the fastest mobile OS on the market.
14 May 2013 11:19 UTC

Frank The Linux wrote: Glad i'm using Linux since 2007... 14 May 2013 11:46 UTC

old geek wrote: @Alex: youre the type of Grade A assholes we try to weed out. The smarmy know it alls who think that they have it all figured out.

Of course, just like you Im generalizing so I guess Im just as much as an ass as you are..

Thanks for adding nothing constructive but then again, I get the feeling 'you' are the kind of employees we warn people about: big mouths who do little but talk.

We're actually one of the only tech companies who have almost 1/4 females in out IT dept and weve managed to do this by helping balance work and life.
Just because you have no life doenst mean we force our employees to be as miserable as you.
14 May 2013 14:03 UTC

Anonymous wrote: Ouch. ^^ 14 May 2013 16:13 UTC

answerpoet wrote: In the late '90s I predicted that in 20 years Microsoft would no longer be in business. So far, it appears that they are doing everything in their power to prove me right. Someday, a "microsoft" will be a genre of joke, blunder, or buffoon, characterized by lumbering, short-sighted, unimaginative hubris.

"Dude, that was so microsoft!"
14 May 2013 17:10 UTC

CatAttack wrote: Rant, but it feels right. I hope you survived it, comrade. 14 May 2013 19:16 UTC

J.L wrote: What's wrong with being required to maintain a H1-B status? 14 May 2013 23:31 UTC

Uwaysi wrote: The difference in performance can be quite big on jitter-sensitive games. For instance Doom 3 does three passes (pr frame) to openGL. That makes Doom 3 on windows require a modern E5 workstation with low-jitter hardware, to run without framedrops, and even then you need to tweak windows. That has not been available before recent times. In Linux you can run Doom 3 perfectly, on 5 year old hardware, a core 2 duo, and a GTX 280. That says a lot about the difference in performance, on perfomance-critical applications.

Check also my low-jitter kernel for Ubuntu: http://paradoxuncreated.com/Blog/wordpress/?p=2268

And my low-jitter tweak for windows XP (lowest latency): http://paradoxuncreated.com/Blog/wordpress/?p=1783

Peace.
15 May 2013 07:27 UTC

Mark Rendle wrote: There are some really nasty, hurtful comments here, from people who don't seem to realise that Windows (and all Microsoft products) are worked on by real, honest, hardworking people who believe in what they are doing, and are proud to be a part of one of the most successful tech companies ever. It can't be easy working on code that is going to end up on billions of devices with wildly variable hardware profiles, that has to continue to run thousands of existing applications even following a major version increment, and that everyone expects to do more and perform better than the previous iteration.

It's all very well for Linux kernel developers to sneer, but the vast majority of Linux installations (barring Android) are maintained by experienced sys-admins who can cope with documented breaking changes and rebuild nginx from source if necessary.
15 May 2013 12:25 UTC

Glen wrote: Great article. I'm sure the original poster is a decent person and is correct about many of the things they say in both their original opinion piece and their follow up. I hope somebody listens to them rather than shoots the messenger. Obviously the company needs a cultural shot in the arm and this is a bit of a call for help. So help. 15 May 2013 12:54 UTC

Raj wrote: This is classic problem with any large organization. You cannot be too passionate and emotional about this. Name it oracle, IBM, Cisco, EMC,HP etc.. If you are part of a small team in a large project, same issue will be there. The bottom line is when you stop enjoying the large corporate culture find a startup and start building cool things. You are only as good as the team. You cannot change the characteristics of the team. 15 May 2013 14:26 UTC

Greg wrote: @Big Kate

Apple is NOT going to deep six OS X anytime soon. OS X is, in fact, already running on top of ARM. It's called iOS. :) iOS is the same operating system.
16 May 2013 17:46 UTC

NoOP wrote: They way the "developer:" expressed in the article looked more like a rant kid than a real developer. 16 May 2013 19:13 UTC

Rob wrote: Looking at what he in the last part said he DOESN'T mean is what he really means.

The subject of the article, being slower than Linux, is misleading - it's Microsofts culture of coding that he attacks, and from what I know, he's absolutley right. They're not only slower, bad more ugly, look at SCOM, look at Exchange 2010 ff.

What I don't understand is why he stucks with MS - FLOSS enterprises will take him gladly if he knew anything about the outside world. And if he knew how to code.

Say hello to the good-bye sun, Microsoft, a lot of this rant-a-like stories will follow. Welcome to the garage.

Rob
16 May 2013 20:33 UTC

swdev wrote: I agree: MS and Linux are, more than anything, the cultural extremes of S/W development. And if indeed "the gap is worsening", we should soon see one fall over the edge and get swallowed by it. Looking fwd. to that day!
Also, if you do it out of passion, noone could (and neither they should!) tell you not to spend 14hrs. a day on your hobby. But then, if that ever becomes "the norm", I guess all of us, "9-to-5-ers-with-kids" are screwed! We'll soon find ourselves working in a mine for a living... Not that's a bad thing! Since that would still mean you're still worth your wage for someone out there...
17 May 2013 07:59 UTC

Rex wrote: Kudos to the authors for the awesome read. 17 May 2013 08:57 UTC

jxq1323 wrote: The Windows kernel is horribly slow and bloated, and the information from the anonymous Windows developer makes perfect sense. Hence, the downsides that come with closed source software. The Linux kernel (being open source) is constantly improving, and is setting the standard all of the time in real business and datacenters. Microsoft is only relevant at the desktop and consumer level, but not as much in the datacenter anymore. 17 May 2013 14:13 UTC

alessandro simon wrote: Just wanted to know how he was scolded led surely anonymity was discovered here in Brazil it is called: "arregão" "hit" pin , bateu pino (in nordeste).

greetings to all.
17 May 2013 14:48 UTC

Janice Halligan wrote: About the anonymous Microsoft employee's 'apology/fire containment' portion of this post, and specifically regarding this part: "... one of the only organizations on earth that's built an impressive optimizing compiler from scratch, for crap's sake"

This points out his youth, relatively speaking, and naivete wrt other organizations and other parts of the software industry. I spent two decades working for telecommunications equipment manufacturers where we did everything from scratch: hardware, firmware, software and all the tools for testing and debugging our very large embedded systems. When I started in this industry, every place I worked had their own proprietary language (software) and wrote and maintained their own set of compilers and debuggers.

Get over your NIH attitude and start trying to understand that there's nothing new under the sun or under the hood of a software product for that matter! :) All large software systems created by large groups of people eventually grow to the point that a rewrite is necessary. There are talented people who are very good at creating new features and new software modules and there are equally talented people who are very good at re-architecting and cleaning up system software that has taken on a life of its own.

All that is needed is for the pain of the inelegant, non-optimal, hard to maintain parts of the product to start affecting the bottom line and then someone able to present the trade off as a net positive for the company as a whole. It can be done. I know because I did it for a project on which I worked where, as the anonymous contributor notes, experienced, talented, intelligent software engineers chose not to do the right thing because of the complexities of the existing rats nest of code underlying a critical portion of the system.
17 May 2013 15:19 UTC

muaslam wrote: Microsoft may be using codes which are not perfect but they combine them to make a smooth running application that may be slower than the ones running in linux. People need smoothness while they want to focus on business logic and only microsoft provides with the smooth applications. They should have improved the backend designs but still its better to invest into new things instead of improving the older ones. If they start improving older ones, they will loose a major market share of a next generation product. 18 May 2013 03:15 UTC

chris marisic wrote: The comments that followed this article, so many made me laugh out loud. one commenter says he predicted ms would be out of business in 20 years and tries to act he was right.

Numerous commenters are purporting theres some mystical linux takeover. that either has happened or will happen. kinda funny when these statements have existed for decades and it has never happened.

another poster claims windows isnt in the datacenter. i guess they missed where windows is some 60% of the entire server market. or that windows azure is already a billion dollar revenue earning machine. windows azure is going to crush the data center, there will be no need once azure reaches invisible ubquity.

more posters act like entire swathes of corporations, the kinds that have 1000s or 10000s and more computers will move to linux or apple. ms is the only company that understands the money is in control. the control to manage thousands of desktops from a few servers. global policy, wsus, systems center, these are tools that move product.

also lets not forget office365. with the success of o365 i wont be surprised if microsoft figures out how to transform windows itself into a subscription model. apple already effectively has with their paid upgrades.

to conclude, regardless of your personal feelings, microsoft has vision and its to make money. i have lots of confidence in them to continue succeeding at making money which is why i own lots of stock in my mutual funds and previously direct shares. eventually i will fill my roth with ms and intel stock for the long term.
18 May 2013 12:34 UTC

chris marisic wrote: also i'm a c# asp.net software architect. the ms stack is hands down the best for application development. from visual studio, to nuget, linq, async/await, "one asp.net", iis8, and in the future roslyn.

open source has been a key stake in application development with the combination of ms oss and nuget. i deliver as much with the .net framework and 1st party as i do with 3rd party oss. my company uses dozens of oss tools to deliver .net software.

the sky is not falling.
18 May 2013 12:41 UTC

sdfsd wrote: sdf dsdfsdf 18 May 2013 13:31 UTC

john wrote: filename and sha1 hash: http://pastebin.com/KXpg5wgz 18 May 2013 14:00 UTC

Henrik wrote: Same could be said about one of the places I have worked. That code was in a terrible state. Still improving it was impossible due a plethora of module responsibles and subproject managers all guarding their small territory. It got worse over time so I did not really see it, I stayed longer than I should have. 18 May 2013 15:13 UTC

Anonymous Coward wrote: Windows still has a long way to go. It doesn't yet know how to send email. 20 May 2013 09:21 UTC

Radhika wrote: Slow does not mean a lot. Now the hardware is getting better and better. The current culture is not so bad. In terms of business, the decision is always based on RO!. either short term or long term. Imagine the change impacts lots of different code and how much money some one have to spend on retesting stuff .. Unless you have a well defined regression suite which shows the code coverage and ensures that all intended functionality is not broken. I am a dev test in an organization where we say why certain snippet of code is risky to change no matter what the change is. Imagine the change bombs in the field in specific scenario. I use Windows, Mac and Ubuntu everyday. I may be a geek but the way windows provides their apis and support when you raise an issue under premium, is really awesome. Having a very good support organization makes lot of difference. Think of the skill I required to enable PUT on apache. I stopped actively working on after windows server 2003 . However, it takes only minutes to figure me out how to enable PUT on windows 2008 with required security . The User experience makes lot of difference in the case of MS. Well, in some cases this performance concerns work against MS. I love the windows phone user experience than IPhone or Android. But what prevents me choosing a windows phone is that I am concerned on the performance. I love Exchange, Active Directory, XBOX, Office which no one can match so far.. I consider SQL server OK as compared to oracle. But, it is so easy to use. IE, Yuck!. All developers are not going to ditch MS for link/mac. Geeks may be. Business users who make decision to buy a software are going to favor MS for a long time. So Kids, think of the larger picture and objectives before you crib about incremental improvement and get out when the work does not match your style . Personally, I would like to work for a startup or a small organization which improves your knowledge and and you will have the freedom to change so many things. If you are willing to learn your job will be secure that way. if you can prove ROI of your change, it will be accepted by organization.. Prove it! Don't be a whiner. 20 May 2013 10:05 UTC

Anonymous Coward wrote: On a more serious note, that Windows - not just the core of it - is falling behind, is IMO obvious. And while I don't think it will be a fast process, I think Windows' presence in the data center will diminish.

Except for Azure, there's no single major PaaS provider (that I know of) running on Windows - of course there isn't since Linux is free as in beer, and setting up a data center with thousands of machines will cost, even if you get the licenses at a discount price.

Right now, most companies only deploy a few apps to the cloud - there's still fear and uncertainty about how safe/reliable it is to deploy to the cloud, the security model isn't yet fully understood, there's no comprehensible security-related SLA provided by PaaS providers, and there are few admins and programmers knowledgeable enough about the cloud. But this will obviously change with time - even if deployment will happen to private clouds. And private clouds will obviously run on Linux, for two reasons. First, Linux is way ahead of Windows in cloud infrastructure support (you already have dozens of open source solutions running on Linux, while Azure isn't available for private clouds, and I don't know of a single PaaS solution which supports Windows alone), and second, a 5% performance edge is huge, when you run thousands of machines at close to 100% load.

I think the future isn't looking pink for Windows on the desktop either. Granted, you still have a Windows-dominated desktop environment out there. But if you compare what's on desktops today and what was there ten years ago, it's obvious that Windows' position gets eroded. Vista and W8 didn't help at all, in this regard. And while the Linux desktop from ten years ago was in no way a match for Windows, over the last 4-5 years I'd say that from a user point of view the various Linux desktop offerings clearly exceed what Windows provides. So other than the installed base and legacy applications, there's not much in favor of Windows on the desktop. But applications are moving to the web, and desktop applications are moving to the browser. And while the versions of IE from 8 onwards were clearly big improvements, IE is still a laggard with regard to W3C standards support.

Then there's the trend towards mobile, non-Windows-powered devices. I only start my desktop or laptop at home when I want to do development. I do email, documents and whatnot on my tablet. Heck, I even stream HD video over HDMI to my pico beamer from my tablet, rather than from a computer. And since it's cheaper and more convenient, I do expect this behavior to become a trend.

So all in all, although I think it will take many more decades until you can declare Windows dead, I think that's where things are heading. I don't think there's a business case anymore to justify an almost monopoly-like deployment of Windows. Which means that the installed base of Windows in data centers, on dedicated servers and on the desktop will continue to shrink.
20 May 2013 10:19 UTC

Anonymous Coward wrote: Errata to the previous comment - something must have gone wrong during submittal: "and second, a 5 load" should read "and second, a five percent performance difference is huge when you run thousands of machines close to a hundred percent load". If the blog owner can patch the initial comment and remove this one, I'm happy. 20 May 2013 10:43 UTC

mrb wrote: Anonymous Coward: yes, PivotX is retarded and strips the percent sign due to bugs in the url-encoding/decoding mechanism. 20 May 2013 18:54 UTC

ben wrote: On linux-kernel, if you improve the performance of directory traversal by a consistent 5%

Not really ask Reisen...

I don't think the core of Windows 8 is falling behind at all .. The first arm generation runs better than android.,
21 May 2013 09:25 UTC

Don wrote: When I started out in the business (30+ years ago) I used to sneer at the "9 to 5ers" in the company. 10 years later, *I* was the one flying out the door at 5pm so that I could get to the daycare centre before it closed. 21 May 2013 12:47 UTC

ActualCompSci wrote: What a loooad of twaddle. The reason it is slow is IT IS A PIECE OF SHIT. Windows 'evolved' by a long series of mistakes, and reinvented just about every wheel there is to reinvent - BADLY. It is designed by weenies just out of grad school who know absolutely FUCK ALL about real computer science. And Big Mother doesn't care - she just needs acronyms to sell to sociopathic shitheads in middle management positions. THATS THEIR MARKET. ITS ALL THEY CARE ABOUT. Windows, as a system, is a random splat of monkey vomit on a muddy field. 22 May 2013 06:09 UTC

Neticis wrote: For conspiracy theorists, you can check how related both posts are in http://www.utpsyc.org/synch/input.php
It shows quite high correlation.
24 May 2013 19:55 UTC

MickJ wrote: Seriously, WTF is wrong with having to maintain H1-B status. Majority of these guys are extremely well educated, professional and productive. You clearly made an an uneducated and ignorant statement by trying to create a stereotype out of a group of distinct individuals with unique skills and personality traits. Its the same H1-Bs who have contributed enormously to the success of companies like Google and Facebook who are heavily dependent on them.

To me you sound like a sore loser who has not done as well in his career as he had hoped and is now more than happy taking that frustration out on people around him.

Smart people who have talent and vision don't complain about life, they succeed in life.

You just want to sit on your ass an blame the rest of the world for your failures. How about get up and do some thing to change it.

If I was this frustrated with my organization and the people and culture, and I knew I had much more to offer, I would have left for a place where I could apply my skills and contribute positively towards the success of the organization and my own.

And I am really glad that you don't have kids. Please never have any. As clearly you will make one angry abusive parent. What? Don't like stereotypes anymore?
29 May 2013 15:12 UTC

Jonathan wrote: You're seriously that offended, MickJ, that he mentioned H1Bs? They were barely even talked about, certainly not in a highly negative light. You really need to grow a thicker skin if that bothers you enough to write a six paragraph rant. This is ridiculous... 30 May 2013 18:51 UTC

Scott Moore wrote: Brogrammer???? 07 Jun 2013 00:13 UTC

Uwaysi wrote: "lulz" 13 Jun 2013 13:57 UTC

gadgety wrote: Very interesting read! Somehow the word entropy came to mind. 27 Jun 2013 10:06 UTC

eMPee584 wrote: Stating the obvious - the biggest advantage of _many_ free/libre open source software projects is the inherent KAI ZEN (self reflection & optimization) attitude, something that _often_ lacks in proprietary software products, whose primary justification is RETURN ON INVESTMENT. That said, even in FLOSS there's the good, the bad and the ugly... Mentality of the head project maintainer makes a huge difference there..

Back on topic: technically it is indeed a sheer miracle the complex conglomerate of ancient APIs, kludges, detours and patches that is MICROSOFT WINDOWS™ "mostly works"...
Personally, I have come to enjoy a life free of M$ software products.. I give them a fair trial run once in a while, yet the usual experience is in line with what the iron-balled hepcat layed out: old annoyances never fixed, new annoyances introduced.

Conclusion: Capitalism surely is craptastic - serves us the sh1t we righteously deserve.
29 Jun 2013 11:37 UTC

Soham wrote: Even though Windows kernel is slower it's still one of the most widely used operating system and much better than rest of them. 03 Jul 2013 08:47 UTC

Steve wrote: +1 to this > "This piece reinforces what I’ve believed to be true of Microsoft for a long time". I've been with ms since the DOS days. I once loved MS, which was once a good company. Under Balmer, I have grown to hate MS down to the very last cell of bile at the bottom of my aged, wrinkled kidney. I have been slowly migrating to open source and away from ms tools. The next iteration of brain wipe (aka ms going from .net to .crazy or whatever like they did with vs06 to .net) will be the linchpin for me: I will depart from developing on this platform I have grown to despise so very deeply. Even using windows has become burdensome where the event logs take 3x longer to load than it did with XP, where you have to quadruple click in places that once only required a double click (ei sql server mgt studio), bloated & broken software ad nausea.... Multiply annoyances like thes along with the other 100s of annoyances by 1000s of times a week, the product of that is from the bottom of my heart, I F#@$% hate MS... So, it comes as no surprise that the first post (the 2nd PR post is BS) indicates exactly what we have been saying at my shop all along. There are far too many h1bs sitting in seats that once held talent. MS will reap the exact crop it has been sowing the past decade under balmer. 12 Jul 2013 22:07 UTC

The_H1B wrote: Man, I think I'm going to apply for H1B, move to US, and take your job, just because you hate H1B so much. Unless someone is mentally disabled lazy lardass, there is no point in hating talent that was not born to your mom 13 Jul 2013 15:26 UTC

MartyO wrote: I used to just dislike windoze, now it's a deal killer. Updates upon updates for not doing it right the first time. I often wanted to send Gates an invoice for my time, while debugging his crappy code. Yes, I was a programmer on larger computers that did *real* things like transfer Billions of dollars between banks. Interlink so you can buy gas at a station whose merchant bank is not your bank..

If I wrote code like they do, I would have been fired in the 80's and probably become a plumber. Although that may have been more lucrative in the long run. Than they hire Jim Gray from a firm I worked for for nearly 10 years. He couldn't make that junk fault tolerant.

What do you hang your hat on these day? Mac OS X? Without Steve the OS is starting to feel like Vista. I have been watching Linux for 15 years and finally LM 15 KDE comes close to a usable OS. Why did Novell give up on Linux. They had a great desktop Linux environment with Evolution -- which looks and feels like LookOut (ooops, my Sun heritage is showing). I started there in 1996 and shared with my windows friends that I hadn't rebooted my workstation in 3 years. They flat out didn't believe me.

Have we not progressed since that day Grace Hooper yelled at my friend Rick and I for not managing Islands of Information. That was at Northwestern U. in 1972. No we've gone backwards in many ways. Yes, we've created magic in specialty areas like mobile computing, but if I bought a $20 toaster and it didn't work, I'd return it. Get my point?

Should have been a plumber,
Marty
14 Jul 2013 02:57 UTC

TimeBandit wrote: Soham : You are so wrong... the most used Kernel is Linux.

Android is running on the Linux kernel, your router and your TV also.
Most of the servers out there also.

Stop spreading bullshit and "get the facts" !
23 Jul 2013 12:48 UTC

Timur Kristóf wrote: It's nice to see that I'm not alone with my disillusioned views. 03 Aug 2013 16:36 UTC

CTW wrote: There is a few very valid points if you take a diff of the posts.

One very big one that is problematic everywhere: New flashy code is better than improving old working code. You get stuck with the old code, because nobody wants to break it. If you improve code by that 5% you do get a lot of "who cares?"

Hardware improves way faster than software given Moore's law. Sometimes it's better to start over than to fix the "rust"
14 Aug 2013 23:46 UTC

muhammad lal wrote: Nice sharing! reading such article in an inspiring i like your post because its very informative and awesome.keep providing such kind of good post.once again thanks. 13 Sep 2013 11:57 UTC

johnnyb wrote: If you want to do something about it, try involve in ReactOS project, open source Windows. Show Microsoft that the kernel can use the resources in a good way. 25 Sep 2013 13:49 UTC

africanoracle wrote: A fascinating read, I can't help feeling though that every established tech company is going through the same pain, has the same warty code and has crewmen and women who sometimes feel upset about the quality of some of the work that they have to produce or stuff they have to maintain. I applaud mrb for the rant and the follow up comment.

Oh that we would try to correct errors when shown to be errors; and adopted new views so fast as they shall appear to be true views..
08 Oct 2013 07:18 UTC

marc wrote: ha... this guy obviously got his ass handed to him over those comments. Those weren't second thoughts. Those were the words of a man ORDERED to apologize. 03 Dec 2013 12:41 UTC

marc wrote: "XNA? Need I say more?"

Well, fuck, Mr. Anonymous Microsoft Employee... I want to HEAR more!!!
03 Dec 2013 12:42 UTC

Dmitry wrote: Development (server-side java/scala/python applications) under Windows is a pain, gave up and switched to Linux many years ago. Ability to script everything, shell pluggability, system clarity and flexibility are Linux killer features for me. UI experience is also awesome: I'm using a tiling window manager (xmonad) with xfce, and it rocks in multy-monitor configurations. Windows 8 tiling interface is just a beautiful, but useless imitation.
One more bad thind about Windows is inability to transfer all installed apps and their settings to new installation. That is easily done under Linux (I mean dpkg export selections & copy home dir), but is a terrible google-download-run-next-next-next-finish nightmare. Maybe that has been fixed into Windows 8 with their app store, but vendor lock-in and application certification look like a crap for me. Looks like all new features MS enrolls are just a "fatal bug #1 fixed" imitations of well-known Linux/OS X features.
The sooner MS will sink, the better it will be for the hole world. IMHO.
07 Dec 2013 09:57 UTC

Sachin wrote: Very useful information. Thank you for sharing it. 15 Feb 2014 09:53 UTC

Meh wrote: Sounds like Microsoft's next strategy to get us to buy more loads of shit. There are tons of words he used in the chat/article that sound like regurgitated bull the horses ass has been feeding us. Words like (passion and family) sorry Bob some of us are just not sold on your platonic gestures. Want to do it right? Fire the dev teams, hire new people, merge all divisions, kick out Windows and its kernel. Then redesign from scratch do the homework and actually get it right and just maybe some of us torrent users may actually buy into the hype. 15 Feb 2014 13:00 UTC

ev tasarımı wrote: Thank you for sharing and expression was very nice. 01 Apr 2014 09:04 UTC

ak wrote: who cares, as long as it works for me as i like it or even close what i want it to be, i am happy. i love windows and its my bread and butter. 25 Apr 2014 16:25 UTC

Smithc124 wrote: I am sure this post has touched all the internet people, its really really nice post on building up new web site. kdfkebeaafedgcdb 28 Apr 2014 09:18 UTC

Shane wrote: Microsoft has done tremendous work to keep its code quality as near to Linux Kernel, but it doesn't seems to be near. They are leader for user desktop but not in server space. 03 May 2014 11:34 UTC

girr wrote: Any modification in code, even a single line fix will have to go through dev testing, qa testing and some amount of deployment. Only then such fix included component/product can be given to customers. This is what microsoft follows. Such a fix consumes time of devs + qa and hence the priority of such a fix at given instance will always be questioned and validated. Hence, most of the times, you end up *not touching* the code that is stable. Not even a small line of change. 22 May 2014 15:14 UTC

girr wrote: Crappy code does get checked-in everywhere. Not all times does a check-in undergo thorough code review. At times if QA validates ahead of code review is done, the code gets checked-in and a code review and comments from the code review later will not be taken on priority because QA has already validated the change. That's how crappy code gets to live many life times even at MS. 22 May 2014 15:18 UTC

girr wrote: Whole world is running at a fast pace. Releasing features has higher priority than writing quality code. If your code passes the QA validation, you are good to check-in. Minor issues that are reported from deployment are evaluated for severity and either fixed or ignored based on the severity. 22 May 2014 15:21 UTC

Anuj wrote: This is very useful information shared here. I am really thankful for this. 28 May 2014 13:29 UTC

vijay wrote: it is really true that windows fell behind other OS like linux. Whatever you shared is truly acceptable. Thanks a lot for this useful article. 04 Jun 2014 16:09 UTC

Meisterister wrote: As a Linux user, let me just say that SystemD is a trainwreck in slow motion. It is an all-encompassing monolith controlled by by a small oligarchy. The dev's comment about it being an octopus about to eat Tokyo was totally right. 19 Jul 2014 05:24 UTC

Eric wrote: People people all this rubbish about Linux, Android verus Windows and you call yourselfs developers, programmers, hackers yet non of you have a frigging clue about the internal working of Apple's, Intel, Microsoft etc they are all the same company hacks from the same model.

Different is one company focus upon desktops the others hardware, and another robots yet no matter which operating system you use it is still binary programming zero and ones.

Which is the core of all modern computer programming and essential all operating system preform them still just in a more advance way and Windows is actually a Unix/ Linux operating system just a modified version.

As a Person who's has used programmed unix, programming b, Linux, all versions of Windows, Android operating systems I can not see any problem other than selfish jealous and selfless interest of Capitalist argont.

Every software has a fault and operating systems like Linux can be hacked in seconds.
28 Aug 2014 14:11 UTC

abyss wrote: well if they give too lil attention then leak the entire kernel source code to the public so they'll know how important you are, and what you are going through 06 Mar 2015 02:03 UTC

WindowsPain wrote: I am developing since 1991 code in C for Windows, using directly the Windows API - i.e. no wrappers or layers like MFC, etc. From my experience, Windows is a complete mess. The API is not well thought-out, it is overly complicated, it does not work as documented, it has bugs and / or the documentation is wrong. Everything is knitted with a "hot needle", and you can feel that the developers had thought "devil may care". They make every release a bit more colorful (but still ugly), but they don't fix bugs or annoyances that are in there since XP. For example the dialog for software removal. If you have a lot of software installed, it takes ages to build the list. I swear you can design it in a way, so the list is built in less than 0.1 seconds. It would take maybe a week of working time to implement a fast version (at worst). But it is there since about 15 years. I have nothing good to say about M$ / Windows. They do not plan for a long term future. Take for example database connectivity: Instead of doing something right from the beginning, they released nearly every two years something new. ODBC, MDAC, DAO, ADO and what not. My API, designed in 1991 with platform independence in mind, is still valid until today. If I am programming on system level on Linux, everything works as documented. The API is clear, straightforward and well thought out. It is a joy creating software for Linux. Try to write code to send an e-mail on Windows (without any C#/.NET, MFC, etc. - just from scratch): IT WILL TAKE WEEKS! You have to dig through Simple MAPI and Extended MAPI, you need to use and understand COM, it is like hell. On Linux you need only one line of code! Sure, Extended MAPI can do much more, but what braindead retard designs an API, which makes the simple process of sending an e-mail so painful? This is a very good example of what is going wrong with Windows. Bad design all over the place. Not to mention Internet Explorer, which made live of a whole generation of web developers a pain, because it did not apply to the W3C standards. I once wrote in a rage that Windows leaves me with the impression, that a bunch of apes is hacking wildly on keyboards, while producing inarticulate sounds, in not knowing what they are doing. The post of the M$ employee affirms my impression. The sooner this company vanishes, the better. Imagine the billions of dollars that the world-wide economy had to pay due to the permanent crashes and data loss of Windows 9x (very often requiring to re-format and re-install). At that time Windows NT was already mature and stable, but they gave this crappy Win 9x to the public. It was with XP that they decided to provide the NT Kernel to the consumers. 12 May 2015 07:10 UTC

YouTube - Anonikoda wrote: The problem is, those idiots at Microsoft (Not entirely idiotic as they made Windows 10 great) made the Kernel so differently that at least 40% of the games I used to play have Kernel compatability notices and errors and nothing's able to update as fast as anyone would like to meet the requirements of the fishy Kernel. I hope this is fixed but that's simple to say. 16 Aug 2015 04:33 UTC

Rhohit wrote: Why is that Windows is slowing with every new version, I found Windows 10 slower than 8.1. ... 28 Sep 2015 16:15 UTC

MC wrote: *** Windows is actually a Unix/ Linux operating system just a modified version. ***

Uh actually, genius, Windows has no Unix or Linux heritage at all. But thanks for playing.

Everyone's an expert on the Internet.
30 Sep 2015 19:34 UTC

revenclaw wrote: it is pathetic that such an opinnionating article is on the top results for "windows nt kernel module". I know Linux people. They are not people with values. They are engineers that are satisfied with proof-of-concept solutions. In contrast, engineers in the Windows world, they care about quality. Even if Windows NT Kernel doesnt improve, who the fuck calls filesystems without rights management innovation? An opinnionating article deserves my strong opinion.

I think you confuse innovation with catching up to Windows standards!

TL;DR article. Obviously biased emotional Linux fanfaggotry.
31 Dec 2015 12:30 UTC

mrb wrote: revenclaw: "I know Linux people"—maybe you know the wrong people then. One thing is for certain: your comment is a sweeping generalisation fallacy. There are very talented (and less talended) engineers on both sides, Linux and Windows. 10 Jan 2016 21:01 UTC

Meh wrote: Windows is like two tables put together and held by duct tape. Of course M$ is slow most of the actual features are spyware. 02 Feb 2016 01:04 UTC

Alexander Ewering wrote: In my experience, Windows is by far the fastest mainstream OS, compared to OS X and Linux on the same hardware. Often by a factor of 2 or 3. So if the kernel is slow, the userland stuff must be so great that it more than makes up for that. 21 Apr 2016 10:20 UTC

WindowPane wrote: To WindowsPain: So, you don't use anything else than Win32API and whine about coding being hard. Then you say you can send an email with one line on Linux. So, which Linux? You really say all the APIs have been the same since the beginning of 1990s there? Really? When code doesn't necessarily compile even a year after it's been done.

But sure, show me that one line of code that sends an email with C on any Linux. Without any libraries or frameworks, since you don't like those. Go on.

I didn't think so. Nobody in their right mind who's actually developed for both on a long term basis would come up saying those things. They would know better. They would know the issues that are there in the Linux world. They would know the issues in the Windows world. And they would know it's not a merit to be able to say "I wrote this thing for years and it kinda works, but if it doesn't it's Windows' fault, not my fault for not using the tools I'd have available."

But yeah. That one line of code on any Linux distro that sends an email, please. I'm very intrigued. And I'm quite happy that the rest of us don't have such strange masochistic tendencies that we shy away from using the tools given to us on Windows.
27 Apr 2016 12:29 UTC

پیچ و مهره wrote: I have been on linux for almost 8 years and never touched windows for last 5,
but windows 10 .... made me install a dual boot to see whats goin on.
not bad ...
not gonna leave linux, but its good.
26 Jun 2016 08:40 UTC

Dave wrote: I wonder if this has changed post Nadella. I know that Windows 10 is a great OS, very stable and very quick on all my machines. 11 Sep 2016 10:51 UTC

Nehad Shello wrote: Since Windows 8, Arabic language is working well in all parts of Windows, but not working in the Command Prompt Console as before ..!!! 12 Nov 2016 12:57 UTC

Truf wrote: "Devs" are like digital oil field workers--mostly incompetent and far too arrogant given their manifest flaws. 30 Nov 2016 11:26 UTC

ACG wrote: With everything at the kernel level founded on a non changing in 40 years programming language, DUH! why the wonder in the first place. Win 2.0 to Win 10 or whatever is just the same but more paint coating over the body to keep the illusion going. 01 Jun 2017 04:59 UTC

Dav wrote: Wow, a lot has changed in 4 years since this was posted. But a lot has not changed at all. I'll bet that someone at MS could write this exact same essay now and it would be just as accurate as it was then.

I'll have more faith in MS as soon as my Windows 10 Phone stops saying I have 1 voicemail message in status at the top of the phone message page and then shows a message in the message list right below that, that says I have no messages. This tells me that MS certainly has app developers that just plain suck.

And then on the Xbox One, the page for playing movies lets me select my purchased movies before the content of the page has finished loading and then changes my selection back to the default as soon as the page load is complete. The developers there seem to have no idea how to deal with asynchronous operations like background page content loading.

As a developer who has written Windows programs for the last 27 years, I have also seen how the internal structure of the company has been in shambles. Just look at how the desktop, and phone groups were allowed to write almost identical but completely incompatible API's.

But the best part of this article for me, reading it 4 years after it was written, is seeing this comment:

"The bigger picture here is that Google, M$ and the beloved Apple will all be history in 5 years. You people don't seem to see what's happening."

That's pretty hilarious and very short-sighted. One year to go I guess - do they seem to be failing at all? Think that any of these companies won't be around for a few more decades at least?

Windows is a blessing and a curse for me. Great development tools, mediocre MS Store distribution tools, terrible differences in API's that makes it difficult to write one set of code for apps on two or three different platforms (UWP is thankfully changing that), and things like the Smart Screen filter that almost tells user that my software is malware just because it has not been downloaded n times. And MS won't tell us how many times is n, nor how to get a certificate to get rid of the slanderous "this might be malware" messages that terrify users into throwing out what is awesome freeware.

Facebook can't remember my "show recent" setting. Google keeps telling me I have new notifications even though I read those notifications a day ago. I seriously doubt that the great people are getting stolen from MS. I think that software company culture in the entire industry has shifted from selling good software to just selling ads. Linux might be great but I don't want to get stuck with just QT or Java versions of software and to cater to a world of people who are not willing to pay for their apps.

I hope things get better at MS. It's sad that it maybe hasn't.
22 Jul 2017 00:08 UTC

Anonymous wrote: >filename redacted
>hash redacted

Hmm, sounds like BS to me.
04 Mar 2018 23:53 UTC

tfunk wrote: > You can always find a reason to say "no", and you have very little incentive to say "yes"

As someone new to agile, I have noticed this trend quite a bit. Perhaps my team is not agiling correctly, but it feels that some requests which would positively improve the product get shut down due to scope.
14 Aug 2018 16:00 UTC

freedom wrote: I have to say that it does not matter about software or operating systems any-more as Microsoft is a pile of spyware and Linux github has been bought up by Microsoft making it as bad as Microsoft's reliability for security,Linux And Windows I believe will die out because of the crap involved in downloading from github and the distrust of Microsoft ( I think I will do more gardening and have more friends around and screw all the operating systems). 09 Oct 2018 12:47 UTC

Me wrote: This applies equally well to pretty much any software development company of reasonable size anywhere. The amount of politics in our industry is simply agonizing. So much human capital at waste. The Gervais Principle* applies meticulously.

[*] See

https://www.ribbonfarm.com/2009/10/07/the-gervais-principle-or-the-office-according-to-the-office/

and

https://daedtech.com/defining-the-corporate-hierarchy/
19 Oct 2018 06:34 UTC

Dominic wrote: These people almost always fail. We can and do improve performance for specific scenarios. There's no formal or informal program of systemic performance improvement. that people with the ability to allocate resources believe impact business goals, but this work is Sisyphean. We started caring about security because pre-SP3 Windows XP was an existential threat to the business. Our low performance is not an existential threat to the business. We have a Tv Repair guide for the setup, for basic issues which, you can find on the following:<a href="https://www.techsupportdubai.com/led-tv-repair/">TvRepair Dubai</a>

Thanks for writing associate degree absolute masterpiece. I actually appreciate your words
31 Jul 2019 12:54 UTC

Civil; wrote: Hey, why the newest comments does not stack on top? 27 Sep 2019 19:33 UTC

cbilson wrote: "Here, if you do that and you're not on the object manager team, then even if you do get your code past the Ob owners and into the tree, your own management doesn't care."

I work at Microsoft now and this is not true, at least in my org. A big part of my review is around collaboration with other teams (contributing to others success and building on the work of others.)

I believe this has been the case since around the time Satya took over.

Granted, this isn't meant to encourage willy-nilly changes. The point is to work on things that have impact, regardless of who "owns" the component you can contribute to.

The bigger, more interesting problem here is how unplanned work is accounted for. It's not like you can submit a patch to "improve the performance of directory traversal by a consistent 5%" then go away and never deal with it again. You now own a part of directory traversal and can count on getting called on again when it breaks or changes need to be made. It's part of your life now. You can't have too many adopted children like this in your life before it starts to impact other things you'd like to work on.

In the open source world, I feel that there doesn't exist this assumption of ownership. You could submit a change like this and just drop off the face of the earth or go to prison for murder and life would go on for the project you touched.
16 Jan 2020 15:35 UTC

Mentok wrote: "Ken wrote: This post by mrb is nothing more than a rant by someone looking for their 15 minutes of fame. Sure, it's true that M$ is a has been. Windows 8 is a flop and they don't have a clue how to compete with Android. Notice I didn't mention Apple. 'nuff said re. that.

The bigger picture here is that Google, M$ and the beloved Apple will all be history in 5 years. You people don't seem to see what's happening."

Haha that comment aged *so* well...

Lotta people completely subscribe to a self-inflated importance value of their work. They aren't programmers, they're heroes you see...long-suffering on long hours underpaid compared to their superiors etc but they GET STUFF DONE...to heck with work/life balance, right?

In the end they're left with bragging rights nobody cares about and little else. The vast majority of programming accomplishments from ten years ago have been overwritten, automated, or weren't really that big a deal in the grand scheme.

If you see people who care about work/life balance as foolish or uncommitted, you are worthless gear in the capitalist machine. You will, at best, get a shallow thank-you and maybe a percentage raise--but only just, and you'd get more if you jumped ship and picked up elsewhere. Do your work, have passion and pride in it, but know that your value as an individual ends with your team/boss at best or yourself at worst.

And, regarding that final edit which seemed as oblivious to 'the point' as the initial inflammatory attitude; we have a word for passions that consume everything else (work/life balance)--obsession. Obsessions aren't healthy, never have been, and never will be. And you're not a hero for having one.
16 Jan 2020 17:24 UTC

android guy wrote: The crack about "I am not Steve Yegge" totally made me spit my coffee 17 Jan 2020 02:14 UTC

Microsoft Windows wrote: Windows is indeed slower than other operating systems in many scenarios, and the gap is worsening. The cause of the problem is social. There's almost none of the improvement for its own sake, for the sake of glory, that you see in the Linux world. If you need further information about the Windows (OS) you can visit this site https://www.impkeys.com/product-category/microsoft-windows/ have a great day :) 15 Jun 2020 02:43 UTC

alex wrote: thanks for the insight. It makes sense to keep it stable and slow, rather than experimental/innovative if the customers don't actually care - and just throw stronger hardware at it anyway..

But it is interesting how the same applies to android or iOS nowadays: some managers stopped innovation for profit - or for the "bigger good"?
11 Sep 2022 03:34 UTC

Smutnik waffenbunny wrote: This was hilarious, even tho i didnt understand all of the abbreviations.
And i only read the original one because im not stupid enough to thing any redactions for the sake of political correctness are worth any more than about a couple oz of cattle feces.
20 Dec 2022 03:30 UTC