|
|

 
         |
Philosophy/Religion
By Steven Weinberg
I have been asked to comment on whether the universe shows signs of having been designed. I don't see how it's possible to talk about this without having at least some vague idea of what a designer would be like. Any possible universe could be explained as the work of some sort of designer. Even a universe that is completely chaotic, without any laws or regularities at all, could be supposed to have been designed by an idiot.
Read more »
1 comments
∙∙∙
by NATALIE ANGIER, New York Times, 1/14/01
In the beginning -- or rather, at the end of a very lo-o-ng beginning -- George W. Bush made an earnest acceptance speech and urged our nation to "rise above a house divided." He knows, he said, that "America wants reconciliation and unity," and that we all "share hopes and goals and values." After his speech he reached out, up and down and across aisles, to embrace Republicans, Democrats, Naderites, Palm Beach Buchananites, the disaffected, the disinclined.
Read more »
0 comments
∙∙∙
|
 |
 |
|
?
7 queries, seconds
SELECT * FROM _journals WHERE journal_id=1 = 1 (fetching journal info)
SELECT name,section_id FROM _sections WHERE journal_rid=1 AND hidden!=1 AND parent_section_rid=0 AND ( language="" OR language="en" ) ORDER BY ordering = 18 (fetching visible top sections)
SELECT * FROM _sections WHERE section_id=12 = 1 (fetching section)
SELECT art.article_id, art.title, art.photo, art.intro, CHAR_LENGTH(art.text) AS textcount, art.date, art.commentable, art.date, artsec.expiry_date, auth.name AS author_name, COUNT(comm.comment_id) AS commentnum , sec.section_id FROM _articles AS art LEFT JOIN _authors AS auth ON auth.author_id=art.author_rid LEFT JOIN _comments AS comm ON comm.article_rid=art.article_id , _articlesections AS artsec, _sections AS sec WHERE artsec.article_rid = art.article_id AND sec.section_id = artsec.section_rid AND artsec.section_rid = 12 AND (art.language = 'en' OR art.language = '') AND ( artsec.expiry_date >= CURRENT_TIMESTAMP OR artsec.expiry_date < "1970-01-01" OR ( artsec.expiry_date IS NULL AND ( sec.default_expiry=0 OR sec.default_expiry IS NULL OR DATE_ADD(art.date, INTERVAL sec.default_expiry SECOND) >= CURRENT_TIMESTAMP ) ) ) GROUP BY art.article_id ORDER BY art.date DESC LIMIT 0,11 = 2 (fetching article list)
SELECT art.article_id,sec.section_id,sec.name,sec.hidden_in_arts,sec.password FROM _articles AS art,_articlesections AS artsec,_sections AS sec WHERE art.article_id IN (15,39) AND art.article_id = artsec.article_rid AND artsec.section_rid = sec.section_id = 10 (fetching article section/password data)
SELECT art.article_id,art.title,art.intro,LENGTH(art.text) AS text,DATE_FORMAT(art.date,"d-M-y, h:i a") AS date FROM _articles AS art, _articlesections AS artsec, _sections AS sec WHERE artsec.article_rid=art.article_id AND artsec.section_rid=sec.section_id AND sec.journal_rid=1 AND sec.name LIKE "%_NEWS_%" AND (sec.language='en' OR sec.language='') = 4 (fetching news boxes)
SELECT section_id,name FROM _sections WHERE journal_rid=1 AND parent_section_rid = 12 AND hidden=0 ORDER BY ordering = 7 (fetching subsection list)