Earlier quoted context omitted.
I don’t buy the portability argument. If you want to write native io_uring code from windows, sure. But as far as I can tell, most people using docker are using it to deploy cloud services. And guess what? Nodejs, Python, Java, golang, Ruby - they all work fine natively on every platform. I suspect the popularity of docker as a local developer tool comes from convenience. It feels easier to install docker than fix yo…
> But as far as I can tell, most people using docker are using it to deploy cloud services People use docker and containers for multiple reasons. Reproducible dev environments, Unix development on Windows, etc. The biggest benefit is that your image is fully reproducible; you won't have random issues pop up because of edge cases being hit on dependency updates, you don't have to make sure your new devs install versio…
Re: How many layers of UI inconsistencies are in Windows 11?
#421Docker got popular because of lazy incompetent devs. Since they are the vast majority it got popular. Yes, a lot of times everybody is wrong. That shouldn't surprise you. Larry Ellison put it best: software industry is more fashion driven than the fashion industry.