Tuesday, January 19, 2010
Movie plot idea
Where the major events are happening in the background blurred and the trivial tasks in focus. A person's life from birth to death...
Friday, January 15, 2010
Friday, January 8, 2010
Books I'm currently reading

John von Neumann and Norbert Wiener: From Mathematics to the Technologies of Life and Death.
Here is the amazon link. Here is some info on the author In memory of Steve Heims a research physicist turned science historian.
Week in review
Wednesday, December 30, 2009
Counting word frequencies
My code segments in my comment on http://blogs.sourceallies.com/2009/12/word-counts-example-in-ruby-and-scala/comment-page-1/#comment-255 were eaten. Here it is
“
This is a favorite question of mine as well, but I expect the developer to be pragmatic and provide me a scripting solution that can be written and run in less than 5 minutes.
// cat individual files into all.txt
// and do the rest in awk one liner
awk '{for(i=1;i<=NF;i++) c[tolower($1)]++} END {for(w in c) print w, c[w]}'
// output can be sorted in both ways in the same statement as well
... | sort | tee alpha_sorted.txt | sort -k 2 -nr > freq_sorted.txt
”
Tuesday, December 29, 2009
Weird nature.
Toxoplasma gondii infections have the ability to change the behavior of rats and mice, making them drawn to rather than fearful of the scent of cats. This effect is advantageous to the parasite, which will be able to sexually reproduce if its host is eaten by a cat. The infection is highly precise, as it does not affect a rat's other fears such as the fear of open spaces or of unfamiliar smelling food.
Studies have also shown behavioral changes in humans, including slower reaction times and a sixfold increased risk of traffic accidents among infected males, as well as links to schizophrenia including hallucinations and reckless behavior. Infected men were more likely to be aggressive, jealous and suspicious, while women became more outgoing and showed signs of higher intelligence.
http://en.wikipedia.org/wiki/Toxoplasma_gondii
Studies have also shown behavioral changes in humans, including slower reaction times and a sixfold increased risk of traffic accidents among infected males, as well as links to schizophrenia including hallucinations and reckless behavior. Infected men were more likely to be aggressive, jealous and suspicious, while women became more outgoing and showed signs of higher intelligence.
http://en.wikipedia.org/wiki/Toxoplasma_gondii
Thursday, December 24, 2009
Week in review
Subscribe to:
Posts (Atom)