←back to thread

371 points greggyb | 1 comments | | HN request time: 0s | source
Show context
legitster ◴[] No.41977299[source]
Having spent some time at the Microsoft campus, I can tell you this is basically the consensus view from employees today. Ballmer was not a cool, trendy, or fun CEO who people rallied behind - but he more or less "got the job done". He was the captain of a massive ship with a turning radius the size of a continent guiding it through icebergs.

Azure's success was specifically set in motion under Ballmer. Owed to the fact that it was developed to Microsoft's strengths (enterprise support) that it didn't piss off too many of their partners and sales channels. Same with Office 365 and all of their other successful services. None are glamourous - but all are impressive with how not awful they are given their design constraints.

Even things like Surface, while considered a failure, did its intended job of getting hardware partners to get their act together and make better consumer products.

replies(7): >>41978220 #>>41978337 #>>41978547 #>>41978554 #>>41978721 #>>41978916 #>>41982882 #
vjust ◴[] No.41978721[source]
Ballmer hated Linux & open source. He would've driven their cloud division to the ground trying to sell Windows servers in the cloud. It would've taken him another 20 years to accept that Linux was key to the cloud. VSCode (Visual Studio Code) - would never have taken birth. Microsoft survived and thrived once Ballmer had no option but leave.

In this era of Python development, Microsoft Windows still feels a step or two behind as far as using a Windows laptop for coding in the cloud. Python is the language of AI - not Asp.net, not C#. Ballmer would never have seen the writing on the wall. He would've pushed something wierd, like VBA .

replies(5): >>41978829 #>>41978837 #>>41981122 #>>41982752 #>>41985142 #
wslh ◴[] No.41981122[source]
You can run Linux servers on Azure (and Hyper-V), so it’s worth taking the ‘hate’ against Linux with a grain of salt.
replies(1): >>42021519 #
1. vjust ◴[] No.42021519[source]
Support for linux was there, since the very early days of Azure. But at the time this was clearly Nadella's baby. AWS was running away with market share, and Azure gained some decent marketshare, at one point they said 25% of Azure revenue was on Linux, this was about 5 years ago or more, that can only have grown to now. No one lays that credit to Ballmer.

Microsoft's documentation wouldn't even acknowledge the present of Linux, I kid you not, till maybe 2012 or so. For example, pathnames like "My Folder" (spaces in folder names) - which are a no-no on any kind of server code (leave alone the block letters). This was as someone pointed out, Gates, since he was the tech architect (and hated linux or feared it ). In a sense, Linux rescued Azure, and Microsoft. Quite ironic, today we see Gates smiling (cluelessly imo), but Window's is still not a good environment for development - be it C# (a fine language), or Web. My colleagues on Windows struggle to run any Python code - all you need to do is git clone, followed by Pip install - that's still a challenge comparatively on Windows.