I Must Have Known Something
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT COUNT(*) FROM comments WHERE nid = 252 AND status = 0 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
- user warning: Table 'nolan.comments' doesn't exist
query: SELECT c.cid as cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, c.homepage, u.uid, u.name AS registered_name, u.picture, u.data, c.score, c.users, c.thread, c.status FROM comments c INNER JOIN users u ON c.uid = u.uid WHERE c.nid = 252 AND c.status = 0 GROUP BY c.cid, c.pid, c.nid, c.subject, c.comment, c.format, c.timestamp, c.name, c.mail, u.picture, c.homepage, u.uid, u.name, u.picture, u.data, c.score, c.users, c.thread, c.status ORDER BY c.thread DESC LIMIT 0, 50 in /home/sneakin/web/nolan.eakins.net/includes/database.mysql.inc on line 120.
Submitted by sneakin on Mon, 2005/12/05 - 18:44.
Computing | Personal
I must have inately knew something about Purdue, because I came across this blog posting that said the following about their CS department:
they're fundamentally lacking in everything from design principles ("here's some skeleton code to implement in, implement my design") to coding best-practices to a lot of language details of the languages they "specialize" in, not to mention they're often totally unfamiliar with some of the most critical and fundamental tools out there, like "make" and shell scripting
...
we tiptoe around these fundamental concepts — incremental building, unit testing, using libraries, and the discrete math and number theory that's fundamental to everything we're working on — and the one semester (well, two semesters now) that that stuff is presented to us, we get selections of some of the worst profs in the department, and totally inconsistent material
|