Forgot your password?
typodupeerror

Comment Re:Not good timing (Score 1) 67

Actually it's 3200 and that's not including all the staff disappearing with the sale of some major studios. Basically this is an evisceration and it is clear that the XBox the console is fucked, and what remains will focus on casual and lame content - more Minecraft, more Candy Crush and similar slop.

Comment Re:What year is it? (Score 2) 93

This is also WSL. The container runs against WSL except the command line tool also sets up the cgroups, fs, network at the same time. At present if you want to run a container in WSL you need a shim Linux image like docker-desktop, or install docker daemon / systemd on Ubuntu running under WSL to do this set up.

Comment Re:Ain't nothing like the real thing baby. (Score 1) 93

VirtualBox is a type 2 hypervisor. It incurs significantly larger overheads than running a container against a host's kernel where the processes in the container have very minimal overhead - some cgroup, fs & network overlays but otherwise they're running natively. In addition if I want to run multiple containers as a cluster and setting up all that would be a massive pain in the ass with a VM. Or if I want to build new containers or derive them from existing containers.

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) 93

I use WSL all of the time for AWS development and it works excellently. I'm able to run native Windows editors and various tools and software while still having a Linux command prompt (and graphical tools via WSLg) for development purposes. I use kubernetes, minikube, docker extensively. I develop containers for CICD and for deployment all from a single environment.

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) 32

People don't buy firesticks to use them as Amazon intended. They buy them because they make convenient devices for "dodgybox" services - streaming pay content etc. So Amazon are right to say they enable piracy. On the flip side, if they shut that door, then who in their right minds would even want to buy the things? I bet a very substantial % of sales of them are for nefarious purposes and if Amazon prevent it then they'll be sitting on a lot of unsold inventory.

Comment Re:The US still has checks? (Score 1) 183

It's why I mentioned IBAN and SEPA above. I can pay anybody else in SEPA spanning 41 countries and it doesn't cost a penny unless there is a currency exchange involved. So I could be a German working in Ireland and I pay my landlord €1200 in rent from my German account and it costs me €1200 and they receive €1200. It's usually instantaneous although sometimes it takes a day to clear.

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.

Slashdot Top Deals

I've never been canoeing before, but I imagine there must be just a few simple heuristics you have to remember... Yes, don't fall out, and don't hit rocks.

Working...