Earlier quoted context omitted.
the desktop doesn’t matter anymore most casual users gave up computers for smartphones years ago I would consider either statement to be completely false. While less people have full blown desktops almost everyone has laptop and modern laptops are good enough. I would agree that there are many poor countries/places where people can only afford smartphone. But hopefully the future of humanity is to get better rather t…
I don’t think sales figures support the notion that everyone has a laptop at all but I’d be happy to stand corrected.
Microsoft's “Love” of Linux
221–230 of 421 posts
Re: Microsoft's “Love” of Linux
#222WinForms 'the win95-style UI' https://github.com/dotnet/winforms
WPF 'the Vista-style UI' https://github.com/dotnet/wpf
WinUI3 'the Modern-style UI' https://github.com/microsoft/microsoft-ui-xaml
Windows Communications Foundation https://github.com/dotnet/wcf
And more stuff I am not aware of. Judge as you wish, but if you are going to discuss the topic, they are important.
Re: Microsoft's “Love” of Linux
#223Earlier quoted context omitted.
> Because Microsoft makes some of the best tools for developers. NuGet constantly fails silently when trying to restore packages. Visual Studio is an editor built primarily around a folder tree, with no competent way to navigate that tree without constantly losing your place. It's also the only IDE that I have used where I just had to give up trying to find the application logs. > Because sql server is a fantastic pr…
Wow, you must've been trying hard to cherry pick those. I'm actually curious about this one: >SSMS is an unusable hog. There is just no nice way to put it. I've been using both postgre and sql server for like 1.5 year and tooling difference between pgAdmin and SSMS is insane SSMS is mature, reliable and makes my life easier meanwhile pgAdmin is just viable, but nothing more. Generally SQL Server seems to be years ahe…
Re: Microsoft's “Love” of Linux
#224Earlier quoted context omitted.
Hmm the average joe is already using google drive rather than office et al. Works on linux and mac better than the office stack works on windows.
Average student is using Google Docs and Drive but the office workers I hear are driven by corporate culture, and traditional places of work like accounting offices haven’t culturally embraced these kinds of solutions.
Re: Microsoft's “Love” of Linux
#225Earlier quoted context omitted.
At one time, Manjaro Linux came with Microsoft Office pre-installed. The apps were built with python jade application kit with embedded webviews that take you to the online version - https://www.dedoimedo.com/computers/manjaro-ms-office-online...
That's impressive, has anyone else done something like this?
Re: Microsoft's “Love” of Linux
#226It feels like this article is a lot of FUD spreading. MS is a business that likes to make money. At this point, there are developer minded people at the helm, and it makes more sense selling their software and cloud services than chasing negative returns on Windows. I can see that side of it through and through. MS has open sourced huge amounts of resource and platform building code in .Net Core the past several year…
Since Nadella is at the helm, Microsoft have started to aggressively gather customer data from their desktop OS and many other products, including office.
They used to be very decent at this before Windows 10, but they went completely nuts with telemetry. At the beginning they were completely opaque, to the point that a German gov agency had to reverse engineer the communications to see just wtf was being transmitted.
More recently the Dutch gov told them to fuck off if they don't cut off the crap and MS was forced to negotiate new privacy terms with them.
Anything they have already and will open source pales in comparison to the harms to our privacy, just like for Google. Although Google at least open sources some useful things now and then... .NET is Microsoft's dev platform that no one cares about except Windows devs. It started as a JVM/Java clone and grew into its own product, but for anyone not already all-in on MS tools it makes zero sense to use it when there's so much choice.
Re: Microsoft's “Love” of Linux
#227Earlier quoted context omitted.
People don't use Linux Desktop because it is bad. Constantly looking for others to blame (Microsoft, DRM, Google, Valve, Apple, etc) doesn't change that fact. The fact that Google has been able to take the Linux kernel twice and produce a better and more popular desktop experience (with Android and then Chromebook) should be a good indication of that. Linux Desktop is exclusively designed for Linux developers, it is…
> Personally I don't think it can be fixed not because the software is beyond saving, but the community surrounding it doesn't actually want it to be an experience for regular non-technical people. Try going to a mailing list and suggesting that editing text files in /etc isn't a practical end-user experience and see what response you get. Thank you. This is the truth, and your attitude on the issue will tell you whi…
So what are they going to do when they encounter a problem on windows? Pretty sure MS hasn't yet figured out how to directly install a Window manual into their userss brains, and the thousands of unanswered windows troubleshooting questions online can attest to that.
> Unfortunately, the community is still "the community," and much like those kids who wouldn't get out of their parents' basements, they're now in their 50s, crusty and pedantic as hell, sitting in their own ivory tower, incidentally not much different than the one they rebelled against in the 90s. Anyway... blah, blah, blah.
Is this basement-dweller fantasy something you have personal experience with or is it just a story you like to tell to make yourself feel better about your own technical ignorance and laziness?
Re: Microsoft's “Love” of Linux
#228Earlier quoted context omitted.
AD will be gone in the 2030 timeframe. Kerberos can’t survive in untrusted networks, and products like Azure AD and Okta are far more profitable, especially since the license that pays for AD (ie windows, even for Linux clients), is required anyway!
Kerberos is designed for untrusted networks.. and Azure AD is just AD hosted somewhere else. Same problems.
Azure AD DS (https://azure.microsoft.com/en-us/services/active-directory-...) is a specific offering from Azure which gives you a hosted AD instance, but otherwise AAD is completely different.
Re: Microsoft's “Love” of Linux
#229Earlier quoted context omitted.
> Most people need an operating system they are comfortable doing their daily work. True, and Windows is very entrenched partly due to Office and legacy software depending on it. Chromebooks and Mac OS seem to be adopted without to much hindrance from a UI perspective. i.e How much more populate would Chromebooks be if they ran the full desktop Office suite? > not all non-devs work only in office. Certainly not all b…
I disagree with this 'legacy software's moniker, all the most productive software falls into this category. Look at the Autodesk Suite, Adobe Suite, Enterprise Architect, blender3D, Unity game engine, a traditional IDE like Jetbrains or VisualStudio. They have waay more power than the their web-based or, worse yet, electron competitors.
Blender, Jetbrains IDE's, and even VSCode (pretty sure Unity is multiplatform too) are all working just fine with multiplatform and aren't dependent on any particular OS. If you've ever had to deal with Autodesk like software, it's a mess of old code and poor practices. It's a nightmare getting that kind of software working for Enterprise/Educational environments. Just looking at the Enterprise Architect site brings me back to the days when software used to come on actual disks in large, book-like boxes.
Yes, the software is useful and has yet to be replaced by something more modern, whether web based or at least multi-platform. But that's why it's entrenched in many businesses and Microsoft is riding on the back of that by making sure it's tied to their platform.
Re: Microsoft's “Love” of Linux
#230I’m honestly surprised that Microsoft aren’t working with Linux vendors in an attempt to solve Linux problems by more deeply integrating Windows-styled solutions into Linux, such that the Linux client ecosystem becomes more dependent on the Windows infrastructure ecosystem. That’d be the natural Azure-focused equivalent to “embrace, extend, extinguish.” For example, Linux DNS resolution is an arcane mess of upstream…