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

 



Forgot your password?
typodupeerror

Comment It _was_ an IT issue (Score 4, Insightful) 189

If the power wouldn't have come back at the datacenter, would that still be a power issue? If an earthquake destroys the datacenter is that an earthquake issue? If your system collapses when a datacenter goes offline (for whatever reason), you're at fault, not the datacenter. This seems like a classic case of having a single point of failure.

Comment Re:It's usually a computer problem (Score 1) 279

Don't get me wrong, I use C++ both at the workplace and for hobby projects and love it, the point I'm trying to make is that the types of errors encountered during developing in C++ are very different to those encountered in say Java. So the comparison that C++ errors are easier to fix seems to be apples to oranges.

Comment Re:It's usually a computer problem (Score 4, Insightful) 279

Oh coding error? Well thats helpful. Misplace a semicolon in a non-trivial meta-program or dsl in C++, and just watch the errors that the compiler spits back at you. None of which, will have anything to do with semicolons. I suppose this is why the C++ errors are considered to be easy to fix. Mistype a word, and you get 15000 lines of errors. I suppose it's easy to fix all those errors too. Yes, but figuring out what exactly the coding error was is kind of the point.
Earth

How a 'Seismic Cloak' Could Slow Down an Earthquake 101

Daniel_Stuckey writes "The United States is currently gripped in a bout of earthquake mania, following a series of significant tremors in the West. And any time Yellowstone, LA, or San Francisco shakes, people start to wonder if it's a sign of The Big One to come. Yet even after decades of research, earthquake prediction remains notoriously hard, and not every building in quake-prone areas has an earthquake-resistant design. What if, instead of quaking in our boots, we could stop quakes in their tracks? Theoretically, it's not a crazy idea. Earthquakes propagate in waves, and if noise-canceling headphones have taught us anything, it's that waves can be absorbed, reflected, or canceled out. Today, a paper published in Physical Review Letters suggests how that might be done. It's the result of French research into the use of metamaterials—broadly, materials with properties not found in nature—to modify seismic waves, like a seismic cloaking device."
Science

Biological Computer Created at Stanford 89

sciencehabit writes "For the first time, synthetic biologists have created a genetic device that mimics one of the widgets on which all of modern electronics is based, the three-terminal transistor. Like standard electronic transistors, the new biological transistor is expected to work in many different biological circuit designs. This should make it easier for scientists to program cells to do everything from monitor pollutants and the progression of disease to turning on the output of medicines and biofuels."
Google

Google Releases Street View Images From Fukushima Ghost Town 63

mdsolar writes in with news that Goolge has released Street View pictures from inside the zone that was evacuated after the Fukushima disaster. "Google Inc. (GOOG) today released images taken by its Street View service from the town of Namie, Japan, inside the zone that was evacuated after the Fukushima nuclear disaster in March 2011. Google, operator of the world's biggest Web search engine, entered Namie this month at the invitation of the town's mayor, Tamotsu Baba, and produced the 360-degree imagery for the Google Maps and Google Earth services, it said in an e-mailed statement. All of Namie's 21,000 residents were forced to flee after the March 2011 earthquake and tsunami crippled the Fukushima Dai-Ichi nuclear plant, about 8 kilometers (5 miles) from the town, causing the world's worst nuclear accident after Chernobyl. Baba asked Mountain View, California-based Google to map the town to create a permanent record of its state two years after the evacuation, he said in a Google blog post."

Comment Re:I can't join the free speech religion. (Score 4, Insightful) 70

If a government (or any other body) can disable sites/remove content at will for _any_ justification without due process, the same can be done for content that was not originally covered by the law. i.e.: political site, shut it down because it had porn on it. (regardless of whether or not there actually was any on the site). The problem with bans against subsets of speech is not that the actual subsets are considered to be valuable, but because the vagueness of what is considered pornographic means lawyers can just slap it on to anything.

Comment Re:A 'Downgrade' USB Stick? (Score 1) 66

What generally causes problems with the replacement of the motherboard beneath the operating system is generally the storage drivers. CPU you cant swap no problem, same goes for memory, video card, but the motherboard is tricky in that (generally speaking) it also is responsible for the communication with the hard drives, and behaves in a certain way depending on its make etc. If you can, install the appropriate drivers for the new motherboard before switching, and you'll be fine.

Slashdot Top Deals

Thus spake the master programmer: "After three days without programming, life becomes meaningless." -- Geoffrey James, "The Tao of Programming"

Working...