Earlier quoted context omitted.
I love that group policy! It will still force a restart about every 9 days with that enabled, but it's much better than daily restarts.
This seems a tad depressing...ever heard the Malcolm X quote: "If you stick a knife nine inches into my back and pull it out three inches, that is not progress"? And yes I am completely aware that Windows 10 updates are in no way comparable to the civil rights movement and I am in no way making any such comparison. I am just quoting a witty man.
.NET on Linux – bye, Windows 10
181–190 of 290 posts
Re: .NET on Linux – bye, Windows 10
#182only me who find it amusing how windows devs are LOVING bash now, while most linux/mac devs who cares run zsh, fish or anything better than ... bash! cant wait to see the next gen of sloppy shell scripts, yay
Re: .NET on Linux – bye, Windows 10
#183So, instead of taking 30 seconds to disable automatic Windows Updates, this person decided to have a hissy fit and throw the baby out with the bath water. The instructions are pretty simple. You have to toggle one setting. Done - http://www.tenforums.com/tutorials/8013-windows-update-autom...
This works well for the those rare people with the luxury over control of those settings in their workplace. I actually like the Automatic Update feature. I don't need to remember to run updates myself all the time. That said, I've been bitten by an hour-long unusable computer scenario and it's been a bummer, to say the least.
Would you kindly provide a citation for that statement?
I've been programming on Windows for twenty years in various corporations - never had a problem getting Admin rights on my own machine... I'm now a consultant and I visit many, many, many job sites - and I just don't see it being a problem.
Furthermore - Linux wouldn't solve the problem for those rare people who can't control their settings anyway. So, what's your point?
Re: .NET on Linux – bye, Windows 10
#184Earlier quoted context omitted.
I believe you and your parent are talking about different categories of users. >> but it's never going to be mainstream
My mom uses Ubuntu (but, in all fairness, I installed it for her)
I don't know any non-technical consumers who installed Windows themselves in the last 15 years.
Re: .NET on Linux – bye, Windows 10
#185The real story here is the forced updates. How do people who are planning demos and presentations handle this? It's my worst nightmare.
This is indeed the worst. By itself it is enough to make me want to switch. It's not the only thing, though. Win 10 is a decent OS in most ways, but there are too many places where it does things that I don't want and I can't (easily?) change. I use Windows because I do C# development for a living. For now, it's not practical for me to switch, but maybe it will be in a few years. I'm hoping so. Really stupid to drive…
The best you can hope for here is that you can do the bulk of your C# development on a "rogue" Linux machine or VM, and then do some final testing and bug-fixing on Windows, since it's going to be deployed on Windows with customers (internal or external) who use Windows.
Re: .NET on Linux – bye, Windows 10
#186So, instead of taking 30 seconds to disable automatic Windows Updates, this person decided to have a hissy fit and throw the baby out with the bath water. The instructions are pretty simple. You have to toggle one setting. Done - http://www.tenforums.com/tutorials/8013-windows-update-autom...
Re: .NET on Linux – bye, Windows 10
#187Can I have Paint.NET on Linux yet?
No. But honestly, spend a weekend learning Gimp. It's a pain, yes I know, but I'm really glad that I did. The official tutorials are wonderful. You'll be able to do so much more, and do it so much better, and even a bit quicker than you could in Paint.NET that you'll wind up preferring Gimp even in Windows. Just be sure to use single-window mode.
Re: .NET on Linux – bye, Windows 10
#188Earlier quoted context omitted.
It seems like he was happy that he was developing on Linux, because Linux is not the happy case for .NET. By doing so, he discovered a bug he might not have otherwise discovered until he was running his project on a Linux environment.
Linux is the default environment for the official .net core docker images. You can see this on Microsoft's official docker page[0]. For non-linux builds, you have to specifically ask for the nanoserver images. ex: microsoft/dotnet:latest is a debian based image[1] microsoft/dotnet:core is a debian based image[2] [0] - https://hub.docker.com/r/microsoft/dotnet/ [1] - https://github.com/dotnet/dotnet-docker/blob/master…
Re: .NET on Linux – bye, Windows 10
#189Earlier quoted context omitted.
"The updates drove me away from Windows 10 years ago." This is amazing because Windows 10 is barely more than a year old!
Heh, I read it the same way you did, but I think the author's statement could be reworded like this: "10 years ago, the updates drove me away from Windows."
Re: .NET on Linux – bye, Windows 10
#190Earlier quoted context omitted.
This works well for the those rare people with the luxury over control of those settings in their workplace. I actually like the Automatic Update feature. I don't need to remember to run updates myself all the time. That said, I've been bitten by an hour-long unusable computer scenario and it's been a bummer, to say the least.
> ...rare people with the luxury over control of those settings in their workplace. Would you kindly provide a citation for that statement? I've been programming on Windows for twenty years in various corporations - never had a problem getting Admin rights on my own machine... I'm now a consultant and I visit many, many, many job sites - and I just don't see it being a problem. Furthermore - Linux wouldn't solve the…