The Color Pink Only Exists in Our Minds

September 1st, 2008

PrismAstute Chad’s News readers already know that colors correspond to various wavelengths of light, as shown when white light is run through a prism or when it forms a rainbow. But the reality is that colors only exist in our minds—the brain takes the output from the eye and interprets it as color. This becomes obvious when we take a closer look at the color magenta (also known as pink). Magenta/pink does not have a related wavelength and does not appear in a rainbow or prism. Yet we still “see” it. The linked article explains why.

Link: http://www.null-hypothesis.co.uk/…
(via digg)

Update: Ars Technica has an article that clarifies some of the internet hysteria over this topic.

Blazing Javascript in Firefox 3.1

August 31st, 2008

FirefoxMozilla has developed a new javascript interpreter for Firefox 3.1 that’s up to 40 times faster than the one in Firefox 3.0. This will be nice, as many of today’s “Web 2.0” sites are heavily scripted.

Link: http://www.computerworld.com/…
(via Kim Komando)

Solid State Drives Invade the Enterprise

August 30th, 2008

Hard DriveSolid state hard drives (SSDs) aren’t just for laptops anymore—they’re making inroads into the server market. IT managers like them because they run faster and don’t use as much power, which compensates for the high price. And as far as capacity goes, IBM is testing a 4 TB SSD array. Before you switch out your hard drives, however, be aware that not all is perfect in SSD-land. Regular hard drives are still more cost-effective for systems that perform lots of non-sequential read operations or lots of write operations.

Where in the World is…

August 29th, 2008

Question MarkFor those who don’t get the linked comic, more information is here and here.

Link: http://www.tailsteak.com/…
(via digg)

Massive Makeup Giveaway

August 25th, 2008

GavelFor those Chad’s News readers who’ve purchased makeup between 1994 and 2003, you could participate in a $175 million class action settlement. I figure this probably covers anyone who’s female, and possibly even a good number of men.

Link: http://consumerist.com/…

Imperial San Francisco

August 24th, 2008

Darth VaderThe linked video shows what an Imperial occupation of San Francisco might look like.

Link: http://current.com/…
(via The Presurfer)

Online Random Number Generator

August 20th, 2008

DiceThe random number generators you find on computer systems are actually “pseudo” random number generators. The values appear to be random but are created from a deterministic algorithm. Random.org, however, has a truly random generator which uses atmospheric noise as the randomizer. And you can automatically retrieve numbers via the web using HTTP GET requests like this one.

Another such effort, the Quantum Random Bit Generator Service, uses quantum effects to achieve randomness. They don’t currently have a web service interface, however, and to access the random data you’d need to include their libraries in your code.

Thanks to Josh for this topic.

When the Cloud Evaporates

August 19th, 2008

The CloudCloud storage is “a way for enterprises to rely on a third party for their storage needs without having to build and manage their own data storage infrastructure.” Some businesses and individuals have turned to it as a cost-saving measure, or as a way to make data available from any location. The downfall of cloud storage, however, is that you’re totally reliant on someone else to protect your data. There are many ways to minimize the risk of data loss, the simplest of which is redundancy, redundancy, redundancy, but it looks like people in the linked article didn’t take those steps.

Link: http://www.networkworld.com/…
(via Slashdot)

Test-tube Orphan

August 17th, 2008

DivorceA Japanese couple went to India and hired a surrogate mother to carry their test-tube baby. But they got divorced before the baby was born. Now neither the surrogate nor the biological mother wants the baby, and the father cannot legally adopt his daughter.

Link: http://www.newscientist.com/…

Filming an Olympic Diver

August 16th, 2008

CameraFor those Chad’s News readers who’ve been watching the Olympic platform diving competitions, have you ever wondered how the camera manages to keep pace with the diver, even underwater? Turns out the answer is fairly straightforward.

Link: http://online.wsj.com/…
(via Mental Floss)

I Am Rich

August 16th, 2008

AppleApple has a store that sells applications for the iPhone. Anyone can submit an app, and once it’s officially approved, the app is posted to the store and can be purchased. A German man named Armin Heinrich created an app that displays a red gem . He called it “I Am Rich” and put a $999.99 price tag on it. The description was very clear that this app essentially did nothing. Surprisingly, eight people purchased it, although two of them later asked for refunds. Apple has since pulled the app from the store.

Link: http://latimesblogs.latimes.com/…
(via digg)

Vista and Solid State Hard Drives Don’t Play Friendly

August 15th, 2008

Hard DriveFrom the article: “Vista is not optimized for flash memory solid-state disk[s].” So instead of asking Microsoft to change Windows, the SSD manufacturers are modifying their drive controllers to “compensate for Vista shortfalls.”

Link: http://news.cnet.com/…
(via Slashdot)

Update: Ars Technica has an update on this topic. Samsung is taking action to help resolve the problem.