Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Bigelow is a believer (Score 2) 48

Not surprising that Bigelow Airspace would be doing, um, "research" of this sort. Robert Bigelow, owner of Budget Suites of America, is a hard-core UFO believer. He's also serious about putting hotels in space. But besides being rather nuts, he does have a team with the technical competence to get Pentagon contracts. (Take that how you will.)

There might be folks in the Pentagon sympathetic with Bigelow's views, but I doubt he did this at their direction. This is the kind of work he would be pursuing independently with his own money if he didn't have a military contract.

Comment Epstein was a monster (Score 1) 725

Epstein was awful. At the time Minsky had sex with the woman that Epstein provided to him, Epstein had already been indicted. Minsky knew what Epstein was up to. Epstein provided Minsky with a 17-year old girl, and Minsky had sex with her.

Minsky's done great things, and nobody can ever take that away from him.

He also flew to a private island to fuck a minor.

Comment What is it? (Score 1) 64

"If OpenStack isn't an alternative to VMware, then what the hell is it? "

OpenStack is basically an operating system for large clusters. It exposes it's system api's as REST interfaces you can call over http.
It's components are:
Nova: handles compute resources, such as VM's (work is underway to handle bare-metal provisioning, too), These can be provided by many hypervisors, such as XenServer, KVM, HyperV and VMWare, or containers like LXC. Nova handles resource allocation across the cluster of hosts. When you ask for a VM/container of a certain compute capacity, it finds a host with available resources and sets up a VM. Think of it like Linux's process scheduler and process management functions.

Glance: handles metadata about VM images, and acts as a 'pump' to schlep images to/from storage.

Swift: object store. Someone likened it to a key/value store. Similar, but it is designed to handle large data values (whole files, including multi GB server images) in a fault tolerant fashion. (it replicates your data 3 times on separate hardware in the cluster.) ala S3.

Keystone: identity management. Handles user authentication, multi-user accounts, and information on what users can do. Think PAM/kerberos.

Cinder: Block storage. Handles allocating block (ie iSCSI) devices you can mount filesystems on.

Quantum: Handles virtualized networks between VM's. Basically sets up private tunnels between VM's

Plus web admin gui's for above (Horizon), and all of the admin tools for the operators of the cluster(s) to check who's using what, etc.

Basically, if you you need, say, 3 webheads running CentOS with 2gb of ram, a DB server with 16gb and an attached 500gb storage array, a Windows server, and a private network between those, Openstack is what lets you make a REST call (or click a few buttons in a web gui that then makes the call) and, if you have authorization to request that, and resources are available, it will give you that.

Space

Soyuz 4/5 Made History 40 Years Ago Today 166

dj writes in with a reminder that forty years ago, on January 16, 1969, the two Russian spacecraft Soyuz 4 and Soyuz 5 carried out the first docking between two manned spacecraft and transfer of crew between the craft. Wired's piece gives a gripping account of "one of the roughest re-entries in the history of space flight": "Soyuz 5's service module failed to detach at retrofire, causing the vehicle to assume an aerodynamic position that left the heat shield pointed the wrong way as it re-entered the atmosphere. The only thing standing between Volynov and a fiery death was the command module's thin hatch cover. The interior of Volynov's capsule filled with noxious fumes as the gaskets sealing the hatch started to burn, and it got very hot in there (which, a short time later was something he probably missed). ... But wait. There's more."

NPR Story on the Future of Nuclear Power 353

deeptrace writes "The Living on Earth show on NPR recently had a segment on the future of Nuclear Energy. The nearly hour long show is available as an mp3 and in transcript form. It talks about hot fusion, cold fusion, and Pebble Bed Reactors. It provides a well balanced and informative overview of progress towards their use for future nuclear power generation. Most interestingly, they talk with Dr. Pamela Boss and Dr. Stanislaw Szpak at the Space and Naval Warfare Systems Center in San Diego. Dr. Szpak says of their cold fusion experiments: 'We have 100 percent reproducible results'."
User Journal

Journal Journal: Test Entry

Just Testing the journal functions.

User Journal

Journal Journal: Logged in again at last 1

Well, I keep reading slashdot, but I haven't logged on in a long, long time, and suddenly thought I would. So now I'm here and will probably be more involved :)
So drop me a note, or whatever.

Slashdot Top Deals

The disks are getting full; purge a file today.

Working...