Oscar M.

Pennsylvannia Judge rejects “intelligent design” in science class.

A judge has ruled that so-called “intelligent design” can not be mentioned as an alternative to the theory of evolution in public school biology classes. He agreed that the motivations of the school board members who instituted the policy were religious and amounted to nothing more than a repackaging of creationism. No doubt, Dover may

Pennsylvannia Judge rejects “intelligent design” in science class. Read More »

Faking Cron with PEAR Cache and date()

If you don’t have access to cron on your server, but you want to run some php code periodically, this is a handy way of doing that using output caching and the date function. This assumes you’ll be using PEAR’s Cache module. Here’s the code, and and explanation. require_once( ‘Cache/Output.php’ );$cache = new Cache_output(‘file’, array(‘cache_dir’=>CACHE_DIR));$cache_id

Faking Cron with PEAR Cache and date() Read More »

Goff chat errata

Steve Goff did his latest chat on the washington post site yesterday. One of the questions, criticizing the playoff format states: Last year’s conference finals game at RFK against New England was the most entertaining MLS game I ever attended, and would not have been played under the new format as it was the second

Goff chat errata Read More »

DC Contract Moves

Seemingly out of nowhere, Goff is reporting that DC United has made some offseason contract moves.  Olsen and Rimando are resigned, but no option pickup for Dema.  Late forward signing Filomeno did not have his option picked up either, but the team is working to resign him at a lower salary.  Hopefully they can come

DC Contract Moves Read More »

Football & Stock Markets

My friend David R. sent me the link to a paper from the investigating the effect that international footbal competitions have on the stock market. The authors found a statistically significant decline in stock returns after losses in World Cup elimination matches. Their model attributes the loss effect on reduced productivity or loss revenues. Curiously,

Football & Stock Markets Read More »