Its belly baking in the hot sun
Its belly baking in the hot sun
This needs to be the top comment in my view.
Pretty much any new laptop running any operating system will be able to adequately do word processing but they will all feel different and they will be a range of price points. This is why involving your wife who will be the user for this device is critical. One of the key advantages with Apple is that you can try out every current model in person at an Apple store. I don’t know how easy it is for you to get to one, but if you have the option I would definitely recommend sending your wife to do that.
I’ve been where this article describes, so has the author. Excellent article.
Docker isn’t virtualization. It’s a way of packaging applications, their dependencies and configuration. Docker containers can be run together or segregated based on configuration. Essential in much modern software- no more this dependency for x clashes with that dependency for y / ‘works on my machine’ / I can’t install that version.
The containers share a host Linux kernel (which is virtualized on non Linux systems). Docker runs fine on ARM but only using arm containers. It’s tricky to run x86_64 containers on an arm host, especially with a different OS
🤔Guido van Rossum: “Do not send me email like this”