Forgot your password?
typodupeerror
Biotech

World's Fastest Cells Raced On Petri Dish 61

ananyo writes "In a tongue-in-cheek contest of microscopic mobility, a line of bone marrow stem cells from Singapore beat out dozens of competitors to claim the title of the world's fastest cells. They whizzed across a petri dish at the breakneck speed of 5.2 microns per minute — or 0.000000312 kilometers per hour."
Image

New "MP3 100% Compatible" Logo For DRM-Free Music 263

Sockatume writes "A coalition of seven UK digital music stores have created a logo for DRM-free, MP3 music. The 'MP3: 100% Compatible' logo allows the stores to emphasize the advantages of the format, namely that MP3 files will run on any device and won't keel over and die as DRM-laden files are wont to. The BPI — the UK equivalent of the RIAA — is backing the scheme, emphasizing that it will also allow users to identify legitimate stores."
Programming

Reuse Code Or Code It Yourself? 429

eldavojohn writes "I began coding for a project that had simple requirements for my employer — Web services and a test application for them. But requirements have been creeping, as they always do. Initially I had decided to use the Spring Framework with Hibernate. And I re-used a lot of libraries that made things simple and quick for me. The new requests coming in involve capabilities beyond those of the frameworks. Now, I used to be told that good programmers write code and great programmers reuse code. It's starting to look like I would have saved myself a whole lot of time if I had written the database transaction using JDBC instead of Hibernate — now that I'm married to this object model framework, some of this stuff doesn't look doable. So what is better for the majority of software projects out there: reuse code, or code from scratch? What elements or characteristics of a problem point to one option over the other?"

Slashdot Top Deals

In a five year period we can get one superb programming language. Only we can't control when the five year period will begin.

Working...