Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×

Comment Re:I still don't see what's wrong with X (Score 1, Informative) 226

Seriously, what's so broken about X? Is it just a pain in the ass for developers to work with?

You might seek out some of the tech talks given by Wayland developers. They lay it out pretty clearly.

Here's a good one: https://www.youtube.com/watch?v=RIctzAQOe44

From memory, X11 is full of cruft that no longer makes sense. Everyone wants beautifully rendered, anti-aliased fonts, but X11 not only doesn't give you that, if you comply with X11 you can't do that.

Wayland took a look at how X11 is actually used, today, and throws away the cruft that nobody uses anymore. Also Wayland adds a sane API versioning system.

Wayland is exactly as network-transparent as X11 is in actual use these days: not very but you can make it work. Everyone is pretty much asking X11 for a drawing canvas, drawing on it, then giving it to a compositor to display. See above comments about beautifully anti-aliased fonts.

My favorite comment: "Everybody says the UNIX way is small programs that do one thing well. What is the 'one thing' that X11 does well?" He pointed out that at one point X11 had a print server embedded in it (it wasn't a good idea).

TL;DR Several of the top X11 developers think Wayland is a very good idea.

Comment Yeah...I got some ideas... (Score 1) 352

1) Destroy instutionalized education and rebuild it with features like Oh, I don't know...how about not penalizing people who think differently and degrees based on contribution to society and not paper exams?

2) How about not destroying our economic base by giving bankers hundreds of trillions in benefits for raping society and well, maybe using that money to build something we need...like a new propulsion tech not based on Newtonian Physics?

I would be willing to bet with 17 trillion dollars that the Bankers go we could probably do something interesting....like open the entire resource base of the solar system to a growing humanity with lots of problems.

Submission + - Scientists Find Rats Aren't Smarter Than Mice - and Why That's Important

HughPickens.com writes: There has long been a clear hierarchy of intelligence in the psychology lab with monkeys are at the top, then rats, and finally mice at the bottom, "cute and fluffy but not all that bright." For at least a hundred years researchers have used rats in their psychology experiments, assuming that they were the smarter of the two lab rodents but now Rose Eveleth reports at The Atlantic that new research shows that that might not be true and that mice can perform decision-making tasks in the lab just as well as rats can. "Anything we could train a rat to do we could train a mouse to do as well," says Tony Zador. This finding is important because using mice in experiments instead of rats could open up all kinds of new research options. For one thing, scientists have been able to manipulate a mouse’s genome in really useful ways, silencing certain genes to figure out what role they play. There are mouse models for everything from Alzheimer’s to Parkinson’s. Being able to put those mice through the paces of a psychology experiment could help researchers connect diseases with the behaviors they impact.

So where did this idea that rats are smarter than mice come from, anyway? Zador says it’s a historical bias. “There was 100 years of practice in training rats. And basically when people tried to treat the mice in exactly the way they treated the rats, the rats seemed smarter," says Zador. In other words, "over the course of 100 years people had figured out how to train rats, and that mice aren’t rats.” You might think that mice and rats would be basically the same when it comes to these kinds of things, but Zador points out that mice and rats diverged somewhere between 12 and 24 million years ago. For comparison, humans and chimpanzees split somewhere between 5 and 7 million years ago. So it's no surprise that mice behave differently than rats, and that that difference impacts their training in the lab. "The mouse is uniquely placed at the interface between experimental access and behavioral complexity, making it an ideal model for the study of adaptive decision-making. Successful behavioral paradigms, however, rely on targeting designs to the idiosyncrasies of the mouse from the outset, rather than simply assuming that mice are little rats."

Comment Re:what the hell could this possibly mean (Score -1, Troll) 104

It means I know nothing about Windows Server or Docker.

It means I know nothing about Windows Server or Docker.

It means I know nothing about Windows Server or Docker.

It means I know nothing about Windows Server or Docker.

It means I know nothing about Windows Server or Docker.

IT MEANS?

FAG RABBI!!

Now he gonna carve your putz, right after he KISSES THE BROWN SPIDER!

Comment Re:what the hell could this possibly mean (Score 1) 104

Strainers are like baskets - I aren't they all receptacles with leaks?

Actually I know shit all about "Docker" and haven't bothered to understand "application virtualization" or how it differs from "server virtualization". Let's not get to docker as a specific app virt with defined constraints and capabilities.

Hey! Let me add this piece of non-information, related to my opening statement: "colander".

Comment What is Docker and why should you care? (Score 4, Informative) 104

Docker is sort of an extremely lightweight virtual machines system.

Docker organizes software into "containers". Each container has a complete set of libraries and files, and each container is isolated from the rest of the system. Thus if you need a specific and touchy set of libraries to run Software X, and you need a different specific and touchy set of libraries to run Software Y, you can simply make two containers and run them side by side.

As I understand it, Docker container images use a "snapshots" system to store changes; so the two containers for Software X and Software Y will together be much smaller than two VM images would be.

Using Docker, if developers make a server-side application, they can then hand a container over to production for deployment, and everyone can be confident that the application will run the same in production as it ran in development. (Of course it would still be possible to break things, for example by having different data in the production database compared to the dev test database.) Or, developers could run containers on their laptops and expect them to run the same as on the servers in the office.

Unlike VMs, the Docker containers don't run their own kernels. So you can't run a Linux server with Docker that in turn runs OpenBSD in a container.

As I understand it, many people use Docker to run a single process per container. The web server in one container, the email server in another, the SSH server in another, etc. One use case: if you have a web site hosted in the cloud, and the Slashdot effect starts slamming on the web site, the cloud hosting service could spin up another 500 instances of the web site (500 fresh instances of the Docker container, each container running a single process, the web server).

I talked to an expert sysadmin, and he told me "This is the future." I'm going to set up a Docker server at home and learn my way around it.

https://www.docker.com/whatisdocker/

My reading of the press release is that Microsoft is going to (a) implement the Docker APIs for Windows, so that Windows server applications can be container-ized; and (b) add the ability to run Linux containers. The latter is not implausible; Windows NT has always had so-called "personalities" and Posix has been available as a personality for decades.

http://en.wikipedia.org/wiki/Hybrid_kernel#NT_kernel

Comment Re:Protection Against Incumbent Players (Score 1) 187

Let me preface this with the fact that I'm an intellectual property specialist. I bill $450/hour, and still have lots of time to work on my startup without having to take venture capital.

I thought about some educational answers for your questions, but the insult at the start of your comment rubs me wrong and I decided I don't owe you anything. So, I'll save them.

Slashdot Top Deals

"I've seen it. It's rubbish." -- Marvin the Paranoid Android

Working...