From: Kragen Sitaker (kragen@pobox.com)
Date: Fri Oct 13 2000 - 17:52:01 PDT
Cindy wrote:
> Oh yeh, programming is going to solve all our problems. Write a program
> that will keep the government from doing stupid things like dumping DDT on
> thousands of its own citizens, and I'll start believing that line of shit.
>From NTK: http://www.ora.com/news/feuerstein_1000.html
CREATE PACKAGE BODY wcpkg AS
...
PROCEDURE register (
culprit IN VARCHAR2, event IN VARCHAR2)
IS
PRAGMA AUTONOMOUS_TRANSACTION;
BEGIN
INSERT INTO war_criminal (name,
activity)
VALUES (culprit, event);
COMMIT;
END;
END wcpkg;
/
. . .
wcpkg.register ('Kissinger', 'Secret Bombing
of Cambodia');
. . .
I believe that just about every technical book comes
with a body of politics, an ideology that governs
and usually restricts its example set. We don't
notice the political slant because it reflects the
dominant viewpoint in our society and is thus
invisible.
. . .
* Business-centric: Most examples used in
technology books focus on how to make business
work more efficiently, . . .
. . .
* Consumer-oriented: Many, many examples promote
the perspective that the only reason we exist in
this world is to buy things. . . .
-- <kragen@pobox.com> Kragen Sitaker <http://www.pobox.com/~kragen/> Perilous to all of us are the devices of an art deeper than we ourselves possess. -- Gandalf the Grey [J.R.R. Tolkien, "Lord of the Rings"]
This archive was generated by hypermail 2b29 : Fri Oct 13 2000 - 17:55:09 PDT