"Every time a toilet flushes, water rushes downwards thanks to gravity and an opportunity is lost. But with the HighDro system, those flushes can be converted into energy to power whatever building they're in."
"Swedish study is trying to nail down the reason that cancer is 10% more likely to occur in the left breast over the right, on top of the steadily increasing risk of cancer over last 30 years. One theory? Your box spring could be a giant, radiation-emitting antenna."
The result links on the search webpage for your website are more specific. Previously they returned links that pointed to the discussion messages for the content. The result links now point to the weblog archive, relative url, or discussion message; depending on message settings.
"Then I stumbled upon WatchOCR. This is a Live CD distro that can easily create a server on your network that provides an OCR service using watched folders. Now all my scanners scan to a watched folder, WatchOCR picks up those files and OCRs them, and then spits them out into another folder."
"The autofill feature found in Apple's Safari Web browser could be used by a hacker to illegally obtain a user's personal information, including their name and e-mail address, a security researcher has discovered."
Every now and then you need to know which files contain a string starting from the current directory and all files below. One way to do this on some Unix-like systems is to use something like...
find . -exec grep -l 'phrase to find in your files' {} \;