Comment Re:Ain't nothing like the real thing baby. (Score 1) 80
That's basically why docker & containerization are so popular for cloud development, CICD and so on. Microsoft presumably recognize its a legitimate use case to be able to launch a container directly rather than through a shim Linux (e.g. "docker-desktop") running under WSL.
Comment Re:Ain't nothing like the real thing baby. (Score 1) 80
As for Microsoft's intentions, I would suggest it's because the reality is they've lost the war. Most of open source tools and cloud development is Linux based so instead of fighting it they're facilitating it while still providing a desktop that allows people to do Windows-y things at the same time.
Comment Well yeah (Score 2) 28
Comment Re:The US still has checks? (Score 1) 180
All of the utility companies support direct debit where you give them your IBAN and they deduct the money automatically each month. Some of them offer a small discount for direct debit which means you pay less than if you manually paid with a credit card.
Comment The US still has checks? (Score 2) 180
Comment Re:Obviously (Score 1) 327
This is why Cybertrucks are defacto banned in Europe because by design they're unsafe & uncompliant and cannot be brought into compliance. A few people tried but it didn't go well for them.
Comment Re:Obviously (Score 1) 327
Comment Obviously (Score 3, Insightful) 327
In less sane countries, like the US, pedestrian safety is an afterthought. Which may be why the US has more pedestrian deaths than other high income countries, typically 2-4x more than most European ones and why the number of deaths has risen in the last decade while it is falling elsewhere.
Comment Re:Broadcom are going to get spanked (Score 1) 65
I just hope Tesco go through with it and don't settle, but I expect they'll eventually settle because that seems to be how these things play out.
Comment Re:This could actually be great! (Score 1) 35
I think the most viable thing these days is probably Scalar, which is the successor to VFS for Git and has been integrated into git 2.38+. It basically runs a cronjob to sparsely checkout a repo and does housekeeping tasks so the working copy only contains a subset of the cloned data instead of everything.