Science

Possible Room Temperature Superconductor Achieved 264

TechkNighT_1337 sends news that surfaced on the Next Big Future blog, concerning research out of the University of Bengal, in India. The report is of a possible superconducting effect at ambient room temperatures. Here is the paper on the ArXiv. (Note that this research has not been peer-reviewed or published yet.) "We report the observation of an exceptionally large room-temperature electrical conductivity in silver and aluminum layers deposited on a lead zirconate titanate (PZT) substrate. The surface resistance of the silver-coated samples also shows a sharp change near 313 K. The results are strongly suggestive of a superconductive interfacial layer, and have been interpreted in the framework of Bose-Einstein condensation of bipolarons as the suggested mechanism for high-temperature superconductivity in cuprates. ... The fact that the results described above have been obtained from very simply-fabricated systems, without the use of any sophisticated set-up and any special attention being given to crystal purity, atomic perfection, lattice matching, etc. suggests that the physical process is a universal one, involving only an interface between a metal and an insulator with a large low-frequency dielectric constant. We note in passing that PZT and the cuprates have similar (perovskite or perovskite-based) crystal structures. This resemblance may provide an added insight into the basic mechanism of high-temperature superconductivity."
Crime

Rogue Anti-Virus Victims Rarely Fight Back 173

krebsonsecurity writes "One big reason why rogue anti-virus continues to make major bucks for scam artists: relatively few victims ever ask their credit card company or bank to reverse the charges for the phony security software — even when the victims don't even receive the worthless software they were promised. I recently found several caches of data for affiliates of a rogue anti-virus distribution program, and the data showed that in one set of attacks only 367 out of more than 2,000 scammed disputed the charge. A second rogue anti-virus campaign scammed more than 1,600 people, and yet fewer than 10 percent fought the charges."
Intel

Intel's 50Gbps Light Peak Successor 122

Barence writes "Intel has unveiled yet another high-speed optical interface – before its long-awaited Light Peak connector has even reached the market. The Light Peak optical interconnect can transfer data at 10Gbps in both directions, and is touted as an all-in-one replacement for USB, DisplayPort, and HDMI. The new interface uses an indium phosphide hybrid laser inside the controller chip — a process that Intel calls silicon photonics — rather than using a separate optical module, as with Light Peak. And by encoding data at 12.5Gbits/sec across four laser beams of differing wavelengths, the connector yields a total bandwidth of 50Gbps, five times that offered by Light Peak. 'This is not a technology that's ten years away, but maybe three to five years,' Intel fellow Mario Paniccia announced. 'Light Peak, as we've stated, will launch next year.'" HotHardware quotes Intel in more detail on the difference between the two programs: "This research is separate from Intel's Light Peak technology... Light Peak is an effort to bring a multi-protocol 10Gbps optical connection to Intel client platforms for nearer-term applications. Silicon Photonics research aims to use silicon integration to bring dramatic cost reductions, reach tera-scale data rates, and bring optical communications to an even broader set of high-volume applications."
Graphics

The Titanic In 3-D 88

crimeandpunishment writes "A scientific expedition to the Titanic will create a detailed three-dimensional map of the world's most famous shipwreck. A 'dream team' of archaeologists, oceanographers, and other scientists will spend 20 days assessing the legendary ship's deteriorating condition, and collecting data and images. They're calling it the most advanced scientific mission to Titanic since its discovery 25 years ago. A leader of the expedition says this is the first time the wreck will be treated as an archaeological site, with two goals: 'One is to preserve the legacy of the ship by enhancing the story of the Titanic itself. The second part is to really understand what the state of the ship is.'"
Java

Java IO Faster Than NIO 270

rsk writes "Paul Tyma, the man behind Mailinator, has put together an excellent performance analysis comparing old-school synchronous programming (java.io.*) to Java's asynchronous programming (java.nio.*) — showing a consistent 25% performance deficiency with the asynchronous code. As it turns out, old-style blocking I/O with modern threading libraries like Linux NPTL and multi-core machines gives you idle-thread and non-contending thread management for an extremely low cost; less than it takes to switch-and-restore connection state constantly with a selector approach."
GNU is Not Unix

If Oracle Bought Every Open Source Company 237

An anonymous reader points out Glyn Moody's thought experiment: what if Oracle bought up the entire open source ecosystem? Who would win, who would lose? And how might an open ecosystem grow in the wake of such an event? "Recently, there was an interesting rumour circulating that Oracle had a war chest of some $70 billion, and was going on an acquisition spree. Despite the huge figure, it had a certain plausibility, because Oracle is a highly successful company with deep pockets and an aggressive management. The rumour was soon denied, but suppose Oracle decided to spend, if not $70 billion, say $10 billion in an efficient way: how might it do that? One rather dramatic use of that money would be to buy up the leading open source companies — all of them."
Google

LA's Move To Google Apps Slows As "Apps For Gov't." Announced 98

Several readers noted Google's announcement yesterday of Google Apps for Government: "The new version is a variant of Google Apps Premier edition, and includes the same core apps: Gmail, Calendar, Docs, Sites, Groups, Video, and Postini. Pricing is the same as for Google Apps Premier: $50 per user per year. The certification says that Google Apps qualifies for is called a FISMA-Moderate rating, which means that it's authorized for use with data that's sensitive but unclassified. In addition, Google says that it's storing government Gmail and Google Calendar on servers that are isolated from those used for non-government customers, and which are located in the continental US." This service might be just what the city of Los Angeles needs (though the price may not be right). LA started migrating months ago to Google Apps, and the process is experiencing some delays, as pointed out by reader theodp. "In December, Google tooted its own horn as it celebrated edging out rival Microsoft to win a high-profile, ironically Microsoft-funded contract to supply email and collaboration software to the City of Los Angeles. Now comes word that the search giant has missed a June deadline for full implementation due to lingering security concerns. Google downplayed reports of the delay, saying it was 'very pleased with the progress to date' which has allowed 10,000+ of the City's 34,000 employees to use Google Apps."
Open Source

Free Software, a Matter of Life and Death 197

ChiefMonkeyGrinder writes "Software on medical implants is not open to scrutiny by regulatory bodies. Glyn Moody writes: 'Software with the ability to harm as well as help us in the physical world needs to be open to scrutiny to minimise safety issues. Medical devices may be the most extreme manifestation of this, but with the move of embedded software into planes, cars and other large and not-so-large devices with potentially lethal side-effects, the need to inspect software there too becomes increasingly urgent.' A new report 'Killed by Code: Software Transparency in Implantable Medical Devices' from the Software Freedom Law Center points out that, as patients grow more reliant on computerized devices, the dependability of software is a life-or-death issue. 'The need to address software vulnerability is especially pressing for Implantable Medical Devices, which are commonly used by millions of patients to treat chronic heart conditions, epilepsy, diabetes, obesity, and even depression.' Will making the source code free to scrutiny address the issue of faulty devices?"
Image

Plastic Bottle Catamaran Crosses The Pacific Ocean Screenshot-sm 56

The Plastiki, a catamaran made with plastic bottles, has completed a 8,000 mile trip between San Francisco and Sydney. Captain David de Rothschild said, "The Plastiki is literally a metaphorical message in a bottle about beating waste and reducing our human fingerprints on our natural environment." The boat will go on display at the Australian National Maritime Museum for the next month.
Google

Google Nabs Patent To Monitor Your Cursor Movement 198

bool2 writes "Google has been awarded a patent for displaying search results based on how you move your mouse cursor on the screen... Google's plans are to monitor the movements of the cursor, such as when a user hovers over a certain ad or link to read a tooltip, and then provide relevant search results, and ads, based on that behaviour. It means that it does not require users to actually click a link to know that they were interested in it, opening a world of opportunity for even more focused ads."
The Media

Interview With the Man Behind WikiLeaks 489

An anonymous reader writes "Julian Assange, the man behind WikiLeaks, explains why he feels it is right to encourage the leaking of secret information. He maintains that the more money an organisation spends on trying to conceal information, the more good it is likely to do if leaked. For Assange, leaked intelligence reveals the true state of governments, their human rights abuses, and their activities, it's what the 'history of journalism is.' On the media's role in making information available to the public, Assange maintains that 'the rest of the world's media is doing such a bad job that a little group of activists is able to release more of that type of information [classified documents] than the rest of the world press combined.'"
Input Devices

Apple Launches New Magical Trackpad, 12 Core Macs 432

theappwhisperer writes "The Magic Trackpad is basically a larger version of the MacBook Pro touchpad, with 80% more surface area for all your swiping and pinching. The entire surface acts as a button, so it's also a possible mouse replacement. And all of the expected gestures are here: two-finger scrolling, pinch to zoom, fingertip rotation, and three- and four-finger swipes. You can enable and disable gestures at your discretion from System Preferences." They also launched 12-core Mac Pros coming in August.
Google

When Is It Right To Go Public With Security Flaws? 126

nk497 writes "When it comes to security flaws, who should be warned first: users or software vendors? The debate has flared up again, after Google researcher Tavis Ormandy published a flaw in Windows Support. As previously noted on Slashdot, Google has since promised to back researchers that give vendors at least 60-days to sort out a solution to reported flaws, while Microsoft has responded by renaming responsible disclosure as 'coordinated vulnerability disclosure.' Microsoft is set to announce something related to community-based defense at Black Hat, but it's not likely to be a bug bounty, as the firm has again said it won't pay for vulnerabilities. So what other methods for managing disclosures could the security industry develop, that balance vendors need for time to develop a solution and researchers' needs to work together and publish?"
Privacy

Chatroulette To Log IP Addresses, Take Screenshots 194

littlekorea writes "Chatroulette, the strangely addictive online game in which users are connected via webcam and microphone to random strangers at the click of a button, has had enough of users exposing themselves to the unsuspecting public, among other disgraces. The founder of Chatroulette has announced the company has hired developers to collect IP addresses and take screenshots of those users breaking the rules."

Slashdot Top Deals