Forgot your password?

typodupeerror
Programming

Sorting Algorithms — Boring Until You Add Sound 118

Posted by Soulskill
from the bloop-bleep-bloop dept.
An anonymous reader writes "Anyone who's ever taken a programming course or tried to learn how to code out of a book will have come across sorting algorithms. Bubble, heap, merge — there's a long list of methods for sorting data. The subject matter is fairly dry. Thankfully, someone has found a way to not only make sorting more interesting, but easier to remember and understand, too."
Java

Introducing JITB — a Flash Player Built On the JVM 126

Posted by Soulskill
from the stay-as-long-as-you-like dept.
MBCook writes "Joa Ebert has started working on a new program called JITB. Announced in a talk at FITC San Fran, it's a Flash player written to use the Java JVM to run ActionScript, and in a simple graphics test case (making 1 million calls to flash.geom.Point) was 30x faster than Adobe's Flash player. There is an impressive demo video on YouTube showing the point test."
Biotech

Scientists Develop Brain-Microchip Bridge 118

Posted by samzenpus
from the man-and-machine dept.
dreampod writes "Canadian scientists have developed a microchip capable of monitoring the electrical and chemical communication channels between individual neurons. This is the first time scientists have been able to monitor the interaction between brain cells on such a precise and subtle level. In addition to providing the ability to see more easily the impact of drugs on various mental disorders during testing, this provides one of the first fundamental steps towards real mind-machine interface."
Image

School District Drops 'D' Grades 617

Posted by samzenpus
from the pass-fail-education dept.
Students in one New Jersey school district will no longer be able to squeak by in class after the Morris County School Board approved dropping the D grade. Beginning in the fall students who don't get a C or higher will get an F on their report card. "I'm tired of kids coming to school and not learning and getting credit for it," said Superintendent Larrie Reynolds in a Daily Record report.
Science

Possible Room Temperature Superconductor Achieved 264

Posted by kdawson
from the beware-of-puppeteer-breeding-experiments dept.
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."
Java

Java IO Faster Than NIO 270

Posted by kdawson
from the question-conventional-wisdom dept.
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."

When you become used to never being alone, you may consider yourself Americanized.

Working...