Forgot your password?
typodupeerror

Comment Re:Legal authority no longer is controlling (Score 3) 55

Wasnt there a SCOTUS ruling recently that ruled that agencies cannot enact their own rules, but can only enforce rules as laid out in law? And if Congress wanted the agency to enforce a rule, it should pass a law to that effect?

We all know that that was targeted at agencies like the EPA, FDA etc, to get rid of the agency-created limits on things, but it feels like it should equally apply here - the law says X, the agency cant change the law.

Comment Re:How creators are compensated .. (Score 1) 81

Plus this only blocks Youtubes adverts - these days you often have to wade through the content creators own ads, at least one for the “sponsor of this video”, and then at least one for the content creators own Patreon or equivalent merch site

Just timed a 9 minute video I was watching while browsing this story - 3 minutes of content creators ads, 6 minutes of content.

And theres no way around the content creators ads even if you do become a Patreon.

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.

Slashdot Top Deals

FORTUNE'S FUN FACTS TO KNOW AND TELL: A black panther is really a leopard that has a solid black coat rather then a spotted one.

Working...