From: lin8080
Subject: Joseph Weizenbaum Interview
Date: 
Message-ID: <4232BEC0.C532C39@freenet.de>
For your information. 

There is an interview online with Joseph Weizenbaum. See below the
copy&paste from de.sci.information.ki newsgroup.
(Translat: The german television ZDF sends 30min interview with pioneer
J.W., sets this online and use it on CeBIT.
A 26min Videostream is also availible.) 

*****************(copy&paste)********************

ich hatte die Ehre, f�r einen ZDF-Fernsehbeitrag �ber FIfF ein Interview 
mit Professor Dr. Joseph Weizenbaum (ELIZA) zu f�hren. Daraus ist nun 
auch ein Artikel f�r die ZDF-Nachrichtenseite heute.de entstanden, der 
heute Aufmacher zur CeBIT war.

http://www.heute.de/ZDFheute/inhalt/27/0,3672,2275067,00.html

Ein Gro�teil des Interviews (26 Minuten) mit dem Computerpionier und 
-kritiker ist au�erdem als Videostream verlinkt. Dabei m�gen f�r 
diejenigen, die sich f�r die Geschichte der KI interessieren, 
m�glicherweise seine Seitenhiebe auf Marvin Minsky interessant sein (am 
Schlu� des Videos).

F�r Fragen stehe ich auch hier zur Verf�gung (bin aber derzeit ziemlich 
viel unterwegs :-/).

Ulrich Hansen

See also wikipedia:

http://de.wikipedia.org/wiki/Joseph_Weizenbaum

*********************(end)**********************

*********************(next)*********************

Found an intressting part in comp.ai.genetic: Lisp based spring/mass GA
to play with.

*********************(copy&paste)********************

Spring/Mass means that you specify, "I'd like x masses and y springs"
and the GA will try to maximise the objective.
The objective at the moment is just to keep the first two masses (marked
in red) as far apart as possible. Hopefully this is nice and simple for
the GA.

Get it at
http://www.websamba.com/charlieb/Sdl-forces.tar.gz
http://www.websamba.com/charlieb/Sdl-forces.zip

The archive contents are the same but the tar.gz seems to be mangled by
the webspace provider (which is very odd), YMMV.

There are no docs at the moment nor any packaging. Load the lisp files
in the following order to avoid errors vectors, force-clos, force-sdl,
genetic.

The good stuff is at the bottom of genetic.lisp (and indeed throughout
all the files!).
To start just do (evolve 100 :pop-size 300)

[snip]

Enjoy!
Charlieb
(concatenate 'string "charburr" ·@"
        (if (spammer-p you) "nowhere" "uk2")
        ".net")

********************(end)**********************

have a nice sunday with Lisp

stefan