Earlier quoted context omitted.
The Raspberry Pi isn't open source. Broadcom only releases their firmware as binaries.
I know, it is a concern, the hardware is as open and there is work afoot to release a completely open source pi, not sure how far they have got
How Microsoft brought SQL Server to Linux
131–140 of 207 posts
Re: How Microsoft brought SQL Server to Linux
#132Earlier quoted context omitted.
Too bad that Windows 10 barely usable on itself. Every application looks different (yes they used to blame Linux/X11 on that one). It has two control panels (or three maybe), two web browsers shipped with it. Takes more than a minute to boot on a new and pretty formidable laptop. This is the fresh factory install. Can freeze the desktop while apparently doing something under the hood (installing updates? scanning mal…
Barely usable is dramatic, but the multiple interfaces to do seemingly the same thing is annoying and I agree makes usability a challenge. What differentiates when a setting is in the old Control Panel versus the new one? What's the difference between Edge and Internet Explorer, and why is my browser sometimes a traditional window and sometimes a full screen, touch focused app (this is a gaming PC hooked to a TV, so…
As for full screen browser, touch-optimised IE was in Windows 8. It is not in Windows 10. Your rant is 2 years out of date.
Re: How Microsoft brought SQL Server to Linux
#133Earlier quoted context omitted.
>I am always surprised to hear these statements. No kidding. I use it every day nearly all day and I can count the number of times I've had the OS itself get in my way on 1 hand.
> I can count the number of times I've had the OS itself get in my way on 1 hand I could overflow both hands just counting two Explorer things: (1) trying to figure out where MS put a setting/option if it's not on Ribbon & (2) trying to use any advanced search operators.
Re: How Microsoft brought SQL Server to Linux
#134Earlier quoted context omitted.
Too bad that Windows 10 barely usable on itself. Every application looks different (yes they used to blame Linux/X11 on that one). It has two control panels (or three maybe), two web browsers shipped with it. Takes more than a minute to boot on a new and pretty formidable laptop. This is the fresh factory install. Can freeze the desktop while apparently doing something under the hood (installing updates? scanning mal…
Agreed. No "hacker" would ever use or recommend Windows. It's awful for development, and even microsoft agrees, which is why they created a Linux sub-system. Why would a so called "hacker" choose to use an OS that's slow, has horrible update policies, horrible privacy standards, injects ads into the main programs and start menu, requires anti-virus, etc? Also, the idea that Windows has good drivers and Linux doesn't…
I don't know, but that's why I use Windows 10 instead of Ubuntu.
Please back up your polemics with facts. I don't run antivirus on Windows and never have; it's the same fundamental security model as desktop Linux, and if you don't go around installing programs from untrustworthy places (whether download.com or SourceForge), you don't need it. And at a more-than-first-order level, Windows' security model is far better.
I have patches in the Linux kernel and I strongly recommend that someone looking for a secure desktop OS use Windows instead of Linux.
Re: How Microsoft brought SQL Server to Linux
#135Microsoft is playing a fantastic Linux game with putting Linux userspace on the Windows desktop where drivers and UI are far better than the Linux drivers and UI and putting SQL Server on Linux server where the Linux kernel is much stronger. They know their strengths and weaknesses and not afraid to play to them. Here's my writeup on setting up Windows 10 as a long, long time Linux user https://github.com/chx/chx.git…
Thats if you dont mind the hugely privacy invasive win10 environment to begin with.
Re: How Microsoft brought SQL Server to Linux
#136Earlier quoted context omitted.
Too bad that Windows 10 barely usable on itself. Every application looks different (yes they used to blame Linux/X11 on that one). It has two control panels (or three maybe), two web browsers shipped with it. Takes more than a minute to boot on a new and pretty formidable laptop. This is the fresh factory install. Can freeze the desktop while apparently doing something under the hood (installing updates? scanning mal…
Agreed. No "hacker" would ever use or recommend Windows. It's awful for development, and even microsoft agrees, which is why they created a Linux sub-system. Why would a so called "hacker" choose to use an OS that's slow, has horrible update policies, horrible privacy standards, injects ads into the main programs and start menu, requires anti-virus, etc? Also, the idea that Windows has good drivers and Linux doesn't…
Re: How Microsoft brought SQL Server to Linux
#137Re: How Microsoft brought SQL Server to Linux
#138Earlier quoted context omitted.
Too bad that Windows 10 barely usable on itself. Every application looks different (yes they used to blame Linux/X11 on that one). It has two control panels (or three maybe), two web browsers shipped with it. Takes more than a minute to boot on a new and pretty formidable laptop. This is the fresh factory install. Can freeze the desktop while apparently doing something under the hood (installing updates? scanning mal…
> Too bad that Windows 10 barely usable on itself. I am always surprised to hear these statements. Hundreds of millions of people use W10, so it must be usable to some extent. I think it's also quite rare that the system stops for 5 minutes -- actually I've never seen that happening.
I don't use Macs so I can't say if the grass is greener there. I do have a feeling that if I were using Linux on the laptop it would be much worse than Windows, but that's just a hunch based on my historical experience with Linux and device drivers.
I use Linux servers extensively and all my code runs on Linux in production fwiw. Linux on the server is almost at Solaris-level reliability today. The comments above relate to desktop/laptop machines.
Re: How Microsoft brought SQL Server to Linux
#139Earlier quoted context omitted.
Too bad that Windows 10 barely usable on itself. Every application looks different (yes they used to blame Linux/X11 on that one). It has two control panels (or three maybe), two web browsers shipped with it. Takes more than a minute to boot on a new and pretty formidable laptop. This is the fresh factory install. Can freeze the desktop while apparently doing something under the hood (installing updates? scanning mal…
Windows 10 is usable in every aspect. Boot speed is pretty good and doesnt freeze like that. Check your hardware if that is a fresh factory install. You are doing something wrong. They are not common problems. They are yours.
Also: your recommendation for resolving reliability issues is to reinstall the OS? Yes I know the historical reasons for saying this, but in 2017 if the user has to re-install the OS to get it to work I suggest the problem lies somewhere other than in the user.
Re: How Microsoft brought SQL Server to Linux
#140Earlier quoted context omitted.
At our place, we use ServiceStack with OrmLite, which runs well on .net core and plays nicely with MySQL. You can switch between SQL Server and MySQL by changing just one line of code.
So it is worth $250/seat + $175/yr renewal? I haven't looked at much ServiceStack stuff because of the cost.
I think it's worth it.
In my opinion, anybody working on .net ends up spending a lot of time writing what is essentially their own version of ServiceStack, on Web API.
It has a lot of features that you would end up writing anyway, spend months doing so, and would probably do less well. It basically gives you a massive head start.