The fire is said to have spread to the area of 5,400 acres and shows no signs of abatement…
Category Archives: Random
California’s Central Coast on fire
Well, not all of it, if course… The photo above was taken today in Goleta, CA, from approximately this location:
Protected: A password-protected post
Making WordPress Private
Every once in a while, it may be necessary to build a WordPress-powered site only accessible to registered users. Interestingly, a very simple theme hack can take care of this. All you need to do is to include the following PHP code into the current theme so that it is executed before the output begins:
global $user_ID; get_currentuserinfo(); if ($user_ID == '') { header('Location: ' . get_bloginfo('wpurl') . '/wp-login.php?redirect_to=' . rawurlencode($_SERVER["REDIRECT_URL"])); die(); }
Generally, a good place to put this code is the header file, although this will ultimately depend on the theme.
Essentially, this snippet checks if the user is logged in and if not, redirects the browser to the login page, while also telling the login page what page the user wanted to retrieve, so that the user could be redirected there after successful login.
A later addition: Sure enough, someone actually created a plugin that addresses this very problem…
Paul Krugman wants to be a songwriter
Paul Krugman writes:
Oh my God. How could I have missed the fact that Suzanne Vega is blogging for the Times?
In my next life I want to be a songwriter — precisely because I can’t imagine how it’s done. I’d give up the whole first page of my Google Scholar listing to have written “The Queen and the Soldier.”
Well, the song may well be worth it:
This particular performance is from the 1997 Das Fest in Karlsruhe.
Eugenics and evolutionary theory
A question from Askville:
Is eugenics rooted in and inspired by evolutionary theory?
The New Oxford American Dictionary defines eugenics as “the science of improving a human population by controlled breeding to increase the occurrence of desirable heritable characteristics. Developed largely by Francis Galton as a method of improving the human race, it fell into disfavor only after the perversion of its doctrines by the Nazis.”
I would say that eugenics is rooted in misunderstanding evolutionary theory…
Evolution theory postulates that only the fittest (meaning, the best adapted to the surrounding environment) survive. Human beings, however, inhabit many natural (and quite a few artificial) environments, so there is no single set of traits that ensures survival in all circumstances. So for the human race to survive, it must remain diverse, if for no other reason, then simply because its habitats are diverse. Eugenicists never understood it…
Earth Policy Institute: books
I keep forgetting to write down this link:
http://www.earth-policy.org/Books/
The book that first got me there was Plan B 2.0 (since redeveloped into Plan B 3.0). Lots and lots of things to think about…
Of alien life
A question from FunAdvice:
Are we not advanced enough to perceive alien life?
Do you think the reason we can’t find life on the moon, the sun, the 70 sextillion stars, and the decillions of moons and planets that revolve around them is because we are not advanced enough to be able to perceive alien life, just like bacteria is not advanced enough to percieve human life. Maybe all alien life is so advanced that us primitive humans who evolved from monkey’s and have only been advancing for 100 years can’t comprehend civilizations of the moon and Mars, and Venus that are billions of years old and more advanced than us. Maybe they project their world as lifeless on to our eyes so that we won’t invade their planet. Maybe they are holographic images. Bacteria can’t percieve human life, but human life exists. Maybe humans just can’t perceive alein life even though it exists throughout the universe. Any comments or suggestions?
There are all kinds of possibilities…
Maybe space travel is a phase that advanced civilizations outgrow, choosing instead to focus on something more important, such as teaching their children to appreciate the beauty of the world they live in.
Maybe advanced civilizations are impossible in principle, because producing enough energy for interstellar travel would irreparably damage the environment on a planetary scale.
Maybe advanced civilizations can only be built by learning (and evolving) machines floating in outer space close to a star (to draw energy from it), as living beings on planets don’t have enough lifespan to learn what needs to be learned to build an advanced civilization and don’t have enough energy to power their spacecraft.
Maybe there is a Pan-Galactic Pact Against First Contact; all intelligent races agreed to leave the emerging intelligent life alone to evolve as it would (we set up wildlife sanctuaries, why can’t we be in one as well?)
That’s why good science fiction is so much fun; it makes you wonder about these things…
Here comes the rest of our lives
Title: Best Days
Artist: Graham Colton Band
Album: Here Right Now
I wanted to put this music video in a post, but it turns out the otherwise wonderful video embedding plugin I use doesn’t support AOL Video. Oh well, I had to write my own plugin…
Qualities of a leader
A question from Yahoo! Answers (by Deepak Chopra, no less):
What qualities define a great team leader?
Qualities do not define a team leader; teams and their purposes do.
It is extremely naive to think that leading a team of crusaders to sack Constantinople and leading a team of research scientists to discover a polio vaccine somehow require similar qualities… Speaking of sacking Constantinople, the greatness of this particular achievement was undisputed back when it happened, but was eventually rethought…