Earlier quoted context omitted.
While that is true, the win32 API and other stuff that floats on top of NT for the GUI based stuff (which is most stuff) is still very much restricted by that legacy. NT was supposed to be very tunable and modular and have multiple personalities and abstractions but it turns out it mostly is just win32-on-NT and everything else ended up being on top of win32. It has gotten better, especially post-OneCore, but it stil…
Can you give any examples of Win32 API that manifest design flaws or restrictions due to "single-user domain" legacy?
Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
211–220 of 348 posts
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#212Earlier quoted context omitted.
> RegEdit, is there a text version for that? Uhm, in Powershell: PS C:\Users\zb3> cd hklm: PS HKLM:\> (you are now in the registry local machine hive)
It's just that I have a hard time believing that three or four years of development for administrating windows through text is equivalent to 30 years development for administrating Unix through a CLI.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#213Earlier quoted context omitted.
> in the little bit of testing that I've done with this, .NET Core is faster on Linux than Windows. My experience as well. In fact it was extremely much faster. - Hello world took something like 5 seconds to run on Windows - on Linux (a VM on the exact same laptop, with the same Windows running underneath in fact) it was so fast I had to use the time command to figure out how many milliseconds it took :-) FTR: while…
That does not make sense at all. The files were probably cached in the Linux case.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#214I'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…
You don't see it on HN much but the Windows world is still massive, and there are still plenty of ASP.NET folk around. I'd suppose you only have to take half a footstep outside the "pure Internet services" sphere to start bumping into lots of Windows, in pretty much any direction you happen to step. There are also whole industries where Windows has a particularly strong influence, e.g. (from experience) some parts of…
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#215Earlier quoted context omitted.
I was on the Windows platform for 15 years and moved over to Linux about 6 years ago. One thing I miss from Windows Server is that it was very stable, updates never broke anything. If you got any updates that is. I think most people use Windows server because they are locked into Microsoft technology. I switched to Linux, and most importantly open source technology - in order to get out of the Windows ecosystem. I sw…
Similarly, I ran away from the Microsoft world because everyone was just 'drinking the koolaid'. I got out, into Python and django, and the problem was similar: everyone was drinking just a different koolaid. ASP.NET MVC C# with EF has got to be one of the most solid web frameworks I've ever used. Open-source fanatics refuse to listen about why it's great... even though it's open source now.
I think EF might get a bad rap because it's pretty closely tied to MS SQL Server - and if you don't know exactly what you're doing it will write some pretty hideous queries for you.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#216I'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’d recommend checking out .NET Core and F# or C# 8. Honestly .NET is becoming my go-to for anything beyond what a bash script can offer because it’s typed, functional or OO, has great frameworks for basic MVC sites or desktop apps, and the IDE on Windows is amazing while being able to compile cross-platform. It’s not just for enterprises!
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#217Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#218Worked on XenServer for Citrix (XenSource) for a couple of years (fun ride), I was told / also discovered that most XenServer pools were used to run Windows infra to support XenDesktop / ICA based remote access;-) Now Linux has won over 50% of server market share in MicroSoft Azure, where I believe Hyper-V running on Windows is the hypervisor (Hyper-V is closely related to Xen). - Linux has won (in the cloud). - No o…
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#219This is hardly surprising. Not to crap on MS, but I do think Linux has traditionally just been a better operating system for servers, probably due to the fact that that's where most of the funding for Linux ends up going, with the desktop versions of Linux being sort of secondary. It doesn't help that a lot of serverey software is kind of designed with POSIX-ey stuff in mind. Node.js took awhile to get Windows suppor…
It just makes sense to run a server OS that works well and is full-featured when there is no GUI.
Re: Linux is Most Used OS in Microsoft Azure – over 50 percent of VM cores
#220I'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…
Many internal apps likely don't need to target windows, but may have windows-isms baked in for a number of historical reasons. There are also a lot of .Net apps tethered to windows more out of heritage, most are easy enough to port, others much harder, it varies and there's a lot of apps unlikely to receive the effort to even explore the feasibility of migration to either mono or dotnet-core.