Monthly Archives: November 2004

Core Knowledge Foundation

The Core Knowledge Foundation outlines preschool and K-8 curricula. My God, this is fantastic. Take a look at the 6/7/8th grade outline. At first I thought it was 10/11/12th grade. I mean, Shakespeare and Mythology in the 6th grade? I … Continue reading

Posted in Education | Leave a comment

DB_Table: Pre-Defined Per-Query Fetchmodes

Ian Eure just provided a patch to DB_Table that is genius in its simplicity. While I have not tested it, the patch looks like it will cause no trouble. In short, in your predefined SQL queries, you can specify that … Continue reading

Posted in PHP | Leave a comment

Paying for Performance

The inestimable Rum Smuggler contacted me via private channels to point out Paying for Performance from the Marginal Revolution. Every three weeks students are tested and if they improve they are paid on the order of $20.  Control groups are … Continue reading

Posted in Education | 1 Comment

Americans for Fair Tax

Visit the Americans for Fair Tax site right now. It’s essentially a 24% national sales tax with a very high “deductible” (effectively, you don’t have to pay it if you are at or below poverty level). Here’s a thumbnail sketch: … Continue reading

Posted in General | Leave a comment

YaWiki 0.18 alpha released

YaWiki 0.18 alpha is ready for download. The change notes are: * updated to take advantage of Text_Wiki 0.22 and later * configuration change: Text_Wiki parsing and rendering is much more configurable via [Text_Wiki_*] groups in Yawp.conf.php (instead of via … Continue reading

Posted in PHP | Leave a comment

Savant and The Right Reverend Jim

A response to RevJim, who has a thoughtful and intelligent critique of Savant, especially as regards Smarty. Continue reading

Posted in PHP | 2 Comments

New Text_Wiki Mailing List

If you use the Text_Wiki package you can now subscribe to its dedicated mailing list at users-subscribe@textwiki.tigris.org. One of the inconveniences of PEAR is that is has no package-specific mailing lists. Thus, if you want to talk about a specific … Continue reading

Posted in PHP | 1 Comment

Many-to-Many: The Tyranny of Structurelessness

Clay Shirky at Many-to-Many link to The Tyranny of Structurelessness. The article points out that there is no such thing as a “structureless” group. This has implications for emergent phenomena, which I have blogged about before (c.f. the post on … Continue reading

Posted in Emergence | Leave a comment

Savant version 2.3.1 released

This release covers for the broken 2.3.0 release and adds a few minor bugfixes; also, why I agree with Coggeshall-2000, not Coggeshall-2004. Continue reading

Posted in PHP | 1 Comment

DB_Table and Oracle Support

For as powerful Oracle is reputed to be, it seems to have one awful restriction: 30-character max for table, field, index, and sequence names. Are other RDBMSes this way? Continue reading

Posted in PHP | 1 Comment