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

 



Forgot your password?
typodupeerror

Comment Re:Interesting question here (Score 1) 12

That's pretty much what the article is also saying in paragraph 4:

For years, jailbreaks have been held closely to the chest by security researchers, because the ability to jailbreak an iPhone means the ability to hack it. As we've reported several times, exploits for the iPhone can sell for millions of dollars, which means that no one has been willing to release jailbreak code publicly because Apple will quickly patch it.

Comment Money to buy their own products? (Score 1) 143

The clean up money will be used by individual states to cut other diesel emissions by replacing older, government-owned trucks, buses and other diesel engines now in use.

So the older, government-owned trucks, buses and other diesel engines now in use will be replaced by newer VW vehicles? Good for sales, at least!

Comment Re:What does the wasp do with it? (Score 1) 177

From the original paper:

The xanthopterin pigment found within the cuticle has been proven to be a suitable absorber of light for the harvesting of solar energy by a demonstration of its use in an organic solar cell, with a conversion efficiency of 0.335%.

I assume this was just a "proof of concept" organic solar cell, so the efficiency could probably be increased, but 0.335% doesn't sound like much!

Programming

Submission + - Programming Things I Wish I Knew Earlier 1

theodp writes: Raw intellect ain't always all it's cracked up to be, advises Ted Dziuba in his introduction to Programming Things I Wish I Knew Earlier, so don't be too stubborn to learn the things that can save you from the headaches of over-engineering. Some sample how-to-avoid-over-complicating-things advice: 'If Linux can do it, you shouldn't. Don't use Hadoop MapReduce until you have a solid reason why xargs won't solve your problem. Don't implement your own lockservice when Linux's advisory file locking works just fine. Don't do image processing work with PIL unless you have proven that command-line ImageMagick won't do the job. Modern Linux distributions are capable of a lot, and most hard problems are already solved for you. You just need to know where to look.' Any cautionary tips you'd like to share from your own experience?

Slashdot Top Deals

Never underestimate the bandwidth of a station wagon full of tapes. -- Dr. Warren Jackson, Director, UTCS

Working...