Live data from Hacker News

Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

build5nines.com

161–170 of 348 posts

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#161

Earlier quoted context omitted.

I'd still take a heavily configurable and customizable "mess", as you put it, than the one that doesn't allow me to control how it works. There's a good reason why Linux absolutely dominates the server space.

> " There's a good reason why Linux absolutely dominates the server space. " Yeah, it was cheaper (in both senses of the word) than all the other contenders and more or less Unixy enough that software could easily be ported over.

Yeah, that completely ignores how shitty all the UNIX userland was.

Some of the kernels were even good, but what gain does it bring if tar would always do the most insane action instead of backing-up your disk?

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#162
post #125
post #119

Earlier quoted context omitted.

I think your interpretation is more telling of your own worldview than the parent. It had never occurred to me that such a failure mode could happen, and I thought it was a good story to share. It seems like something that may have been caught had a crematorium management system been in place.

My own worldview that people are universally people and we all deserve dignity in death? Yeah, I know, what a tragic way of looking at things. I drink myself to death over it. Even accepting your criticism, the same exact thing is communicable without (a) the unnecessary detail about the decedent’s weight and (b) specific recollections of the event in question. Tradespeople communicate like that among each other beca…

I think perhaps you need to consider that how you interpret something may not be how it was intended, nor what it was meant to convey, and often the best way to respond to something that seems to deeply offend you is to first confirm that you understand what the other party was actually communicating.

For example, what you seem to interpret as people finding humor in the indignity of a botched portion of someone's funeral, others might interpret as a cautionary tale about what can happen if people are not careful about how crematoriums are run, and the pain it can cause to loved ones and the indignity it can cause to the deceased when the people shirk the maintenance required by the tools they use to do their job in these industries. In that respect, it's no different than a story where a cemetary did not maintain their backhoe, and the family showed up for a burial and the grave was not dug because the machine broke.

Given how the post was spawned from a someone noting a Crematorium Management System (and the lack of an open source option), I would hazard that a cautionary tale about what might happen if you aren't managing your Crematorium well is how it should have been interpreted.

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#163

I'm interested to know what the majority of the Windows machines are used for. I can't think it'd be anything other than 'big enterprise' applications, where there seems to be a lot of bespoke stuff built specifically for Windows Server (e.g. finance software, healthcare systems, marriage registration, taxi licensing, nursing home management, etc). Unfortunately this sort of stuff is fairly rare to be available in th…

> I'm interested to know what the majority of the Windows machines are used for. I have IT experience in the "mom and pop" small-medium business world but am pretty Linux illiterate. I can buy a copy of Windows Server 2019, install the ActiveDirectory role, create a domain, and domain-join every computer that business has, and start doing all kinds of simple-but-effective policies like folder redirection+shadow copie…

Those workloads should be moved to Intune, it's a heck of a lot cheaper for SMBs ($20 for Windows+Office 365+Intune) and not hard to set up. You probably shouldn't be spinning up a new AD forest unless you have an app that needs it, cloud directories are pretty much fine.

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#164
post #4
post #2

Between this and their Azure Sphere product, Microsoft may very well be the largest Linux vendor today. As someone who discovered Unix in the early 00s, this makes me chuckle. What a world!

Between Azure and WSL Microsoft might be shipping more Linux kernels than any other company out there.

There are so many crappy IoT devices running unpatched Linux, that I doubt it. That is why Azure Sphere was invented, actually...but still there are so many gadgets out there running unmaintained Linux that it's insane.

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#165
post #125

Earlier quoted context omitted.

My own worldview that people are universally people and we all deserve dignity in death? Yeah, I know, what a tragic way of looking at things. I drink myself to death over it. Even accepting your criticism, the same exact thing is communicable without (a) the unnecessary detail about the decedent’s weight and (b) specific recollections of the event in question. Tradespeople communicate like that among each other beca…

I think perhaps you need to consider that how you interpret something may not be how it was intended, nor what it was meant to convey, and often the best way to respond to something that seems to deeply offend you is to first confirm that you understand what the other party was actually communicating. For example, what you seem to interpret as people finding humor in the indignity of a botched portion of someone's fu…

[deleted]

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#166
post #94
post #85

Earlier quoted context omitted.

I went for a while of bumping into lots of job opportuntities using the Microsoft stack, and thought perhaps it would be good for my career to learn a bit. But the barrier to entry seemed so high at the time - you needed MSDN subscriptions, paid IDEs, and paid servers. All out of my reach as a self taught junior developer. I don't know how or where everyone learnt it all, except as graduate developers at BigCorp?

Most Microsoft technology is completely free for non professionals. PC came with a Windows CD or the OS was per-installed already. You could install IIS (ASP server, l.limited to 5 users) from the Windows CD. I used the classic notepad.exe to code. It was kinda standard to buy the Office package, which came with a file based database. There where plenty of free tutorials on the web, and IIS also had some examples. An…

I think my experience might have been crippled a bit by having had a mac as my main PC since university, meaning less easy access to a non-locked down Windows installation.

Much the same way as Windows users probably are not big objective C developers...

It just felt like for a server language like .NET that your personal laptop shouldn't really matter much.

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#167
I find it really funny that it used to be peole would point to Linux usage in Microsoft as a "Hah! Look how crap Windows is!". In reality, this is just reflective of the fact that Microsoft is succeeding even without Windows, which in my opinion is quite an extraordinarily impressive manouvre. People think seem to cheer on the death of windows as if Microsoft were the same company as it was when people were booing Steve Jobs at the Macworld announcement.

Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores

#170
post #63

Earlier quoted context omitted.

I agree that networking stuff feels pretty frustrating on Windows compared to POSIXey stuff; for the most part using a good networking library like (as mentioned above) ZeroMQ or even some of the built-in JVM socketing stuff will help abstract it, but Unix sockets are simply better out of the box. Even a simpler example though; the fact that there wasn't really a built-in analog for the "pipe" until PowerShell sort o…

Windows IO model - including network - is arguably much more well designed than anything POSIX, thanks not least to Dave Cutler and his team. From the get-go Windows NT (Win32) had a common model for overlapped IO (async IO in today's parlance). This async capability permeated everything from disk IO to network IO, and works well today with USB, Thunderbolt etc. Mind you, this model has not changed while Unix/Linux/P…

You appear to understand this stuff better than me, so you've gotten me a bit curious; how did something like Java NIO work before kernel 5.1?
Post reply on HN