2003/12/26
John Wiseman
asked
for some higher resolution images of the CADR
Lisp machine. I created a thumbnail
gallery and some comments.
/ILC03 |
permanent link
(1 writeback)
casino poker gratis - posted by
regole omaha
- 03/08/2008 14:32:28
WurdenSie <a href=http://utenti.lycos.it/poker2431/texas-holdem-software-4.html>texas holdem software</a> spaziatore quantita libero davanti <a href=http://usuarios.lycos.es/casino142/casino-de-juego-gran-madrid.html>casino de juego gran madrid</a> sito grande abitare <a href=http://utenti.lycos.it/poker2431/gioco-di-poker-gratis-4.html>gioco di poker gratis</a> tasto broadway ingannando!
2003/12/18
Sony claims they created a running robot. Go QRIO, go!
From their press announcement:
The new 'walking, jumping, running movement control' technology which Sony has developed this time accomplishes motion involving both feet losing contact with the floor at the same time, which means it is a motion control technology enabling stable running and jumping. The seamless addition of motion control based on this new technology enabling running and jumping, has lead to the development of a robot having outstanding motion capabilities.
Furthermore, together with this new control technology, in addition to powering-up and enhancing the output torque of Sony's original and unique robot actuator, ISA (Intelligent Servo Actuator), a new hardware unit suitable for the running feature has been developed. By implementing this newly developed ISA in QRIO and optimizing the new control system, Sony has successfully created the world's first running feature for a humanoid robot.
/robots |
permanent link
(0 writeback)
2003/12/14
And here's a photo of the OSPNL development team.
And here's Intels introduction
to the PNL.
/AI |
permanent link
(0 writeback)
2003/12/09
Intel today announced the
OSPNL
at Neural Information Processing Systems 2003,
a tool for working with graphical models. It supports directed and
undirected models, discrete and continuous variables, various inference
and learning algorithms. That means Bayesian networks most of the
time. They haven't published any files for download yet.
/AI |
permanent link
(1 writeback)
Tramadol. - posted by
Tramadol.
- 02/28/2008 23:28:22
Buy tramadol online cod. Tramadol sr 100. Cod overnight tramadol. Tramadol. Ultram tramadol. Cheapest tramadol.
2003/12/04
When you create web applications, there's always this
trouble with designing and integrating the actual front end.
I've finally found a really good book about stylesheet design.
"Cascading Stylesheets" by Ulrike Häßler gives a useful, entertaining
and beautiful overview of CSS use from a designers point of view.
It clearly shows how to move from a "paper idea" to a working
screen design using CSS. Highly recommended!
/books |
permanent link
(1 writeback)
Ambien. - posted by
Ambien.
- 02/28/2008 10:13:24
Ambien with alcohol. Ambien. Ambien online. Buy ambien 12.5 mgm overnight mail md consultation. Buy ambien.
2003/11/25
Dan Corkill announced his
GBBopen project at ILC03. It is an Open Source variant of his
Generic Black Board System (GBB).
This is exciting news and combined with FramerD
as a frame store it will be a good substrate to build knowledge representation
systems like MyZwrap in Common Lisp.
/lisp-news |
permanent link
(0 writeback)
2003/11/24
AFAIK Win Schwartau
was first to describe do-it-yourself EMP weapons in his book "Terminal Compromise"
back in 1991. It had to happen, someone actually built one.
To quote from the I-Bomb website:
The rapidly approaching ubiquity of technology and its inevitable but rarely discussed
terroristic use demand for immediate exploration and development of technology
disruption devices. In the ensuing world dominated by technology and information,
the true culmination of power will rest not with the institution controlling the
information but the organization, group, or individual capable of disabling, altering,
or destroying the underlying support structure of information: electricity,
telecommunications, and computers.
/art |
permanent link
(1 writeback)
- posted by
Lou Montgomery
- 2004/6/25 21:45:21
I am very interested in the possibility that the Tunguska
event was a Tesla demonstration (done on his own)
of a technology that he is known to have discussed with
certain members of the US gov. It is said to have been
the ability to direct a type of EMP blast to any point on
the globe (Possibly closely related to the methods now
used to trigger siesmic events.) After hearing from
ground troops near Bagdad describe awesomely LOUD
reports "not quite like"any they had heard before, I
remembered the discussions I followed going on between
scientists in England, Finland and the University of Cal.
Berk. back in the infant days of the internet. They
seemed to lean toward the belief that Tunguska was
a man-made event and that it was electrical in nature.
I followed this thread back in 1989, but as I recall,
the reasoning presented was persuasive.
Now that the subject of possible use of small EMP bombs
being used recently in Iraq has been raised sporadically,
I am interested in whether "you" had spent any amount
of quality time considering the possible Tesla - Tunguska -
EMP Bomb connection. (More correctly, the POSSIBILITY
of such a connection.)
I do believe that once the ramifications
of his wireless (and practically free use of same to the
public at large) transmission of electircal power had been
considered by "the Olympians", the Morgan interests pulled his funding and destroyed THE Tower. Subsequently, his offer to build a "shield" over the US that
would deny enemy aircraft access to US airspace was
rebuffed. Many researchers (with no desire to make the
speculation widely publicised) have privately discussed
whether this same kind of treatment Tesla suffered at the
hands of Edison, Marconi supporters and others might
have led to a decision by Tesla to "get the Mule's attention" and then see whether he was bright enough to
know what had happened. If the intelligentsia of the time
did consider the possibility the such power existed at
that time, I've found no writings dating to that era that
would give it away.
That you for the opportunity to ask this question. As my
own e-mail address is out of use presently, any responses
to me would have to come through "jessclear@hotmail.com"
2003/11/21
I found this nugget while browsing the comp.lang.lisp archives
at Google:
Newsgroups: comp.lang.lisp
From: Kent M Pitman
Subject: Re: new to lisp
"Joe Marshall" writes:
> "Nils Goesche" wrote in message
> news:a75o2v$1@ID-125440.news.dfncis.de...
>
> > The first program
> > I successfully wrote and ran looked like something along the lines of
> >
> > 10 PRINT "HELLO"
> > 20 GOTO 10
> >
> > That would be
> >
> > (TAGBODY
> > 10 (PRINT 'HELLO)
> > (GO 10))
> >
> > :-) I quickly realized that you don't get very far with that...
>
> Don't be so sure. Greenblatt *still* programs Lisp this way.
And if you use too many go tags, does the lisp machine compiler error
still say "That's too many go tags, RG!" ? [1] Actually, I'm not
sure of the precise message text, and am not in the right room to just
type in a test to my LispM, but I recall it used to mention him by
name. :-)
[1] RG = Richard Greenblatt
From: "Joe Marshall"
Newsgroups: comp.lang.lisp
Yep, it works.
Typical Greenblatt code would look like this:
(DEFUN RDSYL (L DF)
(PROG (LL BRAKP ANS CH)
(SETQ DF (MERGEF DF '((* *) * *)))
AA (SETQ LL (SETQ BRAKP () ))
A (SETQ CH (OR (CAR L) #/_))
(COND ((OR (= CH #/ ) (= CH #//)) ;"/", " "
(POP L)
(SETQ CH (CAR L)))
((AND (= CH #/[) (NOT #%(ITSP))) ;"["
(SETQ BRAKP 'T))
((AND (= CH #/]) (NOT #%(ITSP))) (SETQ BRAKP () )) ;"]"
((OR (= CH #/( ) (= CH #/) )) (RETURN () )) ;Cant have parens here
((= CH #/,) ;Comma
(COND ((NOT BRAKP)
(POP L)
(GO RET))))
((= CH #/_) (GO RET)))
(PUSH CH LL)
(POP L)
(GO A)
RET (SETQ DF (MERGEF (NAMELIST (MAKNAM (NREVERSE LL))) DF))
(SETQ ANS (NCONC ANS (LIST DF)))
(AND (= CH #/,) (GO AA))
(RETURN ANS) ))
~jrm
-----------
XX ITS.1168. PWORD.1733.
TTY 116
3. Lusers, Fair Share = 23%
Due to popular demand, TWENEX has been flushed in favor of
ITS. Please update your programs.
/lisp-news |
permanent link
(0 writeback)
2003/11/20
Diomidis Spinellis wrote a spectacular book (in both it's
breadth and depth) about the art of reading (C) source code.
Code Reading
teaches by example how to read code, identify idioms and sniff out bugs.
Someone should write a similar book for Common Lisp.
Time to quote Erik Naggum:
Programming cannot grow and learn unless the next generation
of programmers have access to the knowledge and information
gathered by other programmers before them.
-Erik Naggum
/books |
permanent link
(0 writeback)
Finally a workable checkpointing solution for all Linux processes!
Checkpointing is the technique of storing a running process's
state in such a way that a process can be restarted from the
point at which the checkpointing took place.
UCLiK is a
checkpointing system for Linux. It was designed as a kernel
module, and thus requires no modifications to the running kernel's
code. UCLiK provides transparent and flexible checkpointing
support to the Linux kernel. The ultimate goal is for UCLiK
to be able to checkpoint Any Process at Any Point in time.
It's not orthogonal persistence like in
EROS, but probably
Good Enough (tm) for most applications.
/linux |
permanent link
(0 writeback)
2003/11/17
Neil Stephenson is not the first to highlight the relationship between
those three brothers in arms. Though his take on the events that ultimately
led to democracy and free markets might be the most enjoyable I have read
so far. Quicksilver
is, among others, a richly intertwined story about
The Machinery of Freedom,
as David Friedman described capitalism, the invention of modern financial instruments
as described in
Against the Gods
and the advent of information markets. seen as a gigantic information processing
machine.
/books |
permanent link
(0 writeback)
2003/11/14
Neal Stephenson has done it again!
I'm halfway through "Quicksilver", his newest opus:
It so good I started to slow down reading in fear I would finish it too fast!
So what is it all about? Stephenson tries to answer the question:
"What happened three hundred years ago when technology,
science and society suddenly started to change in such a dramatic way?"
It seems we will have to prepare for a similar time with biotech, nanotech and
quantum computing just around the corner. That is if we sort out the big mess
that goes by the name
software first.
/books |
permanent link
(2 writeback)
lap blanket material - posted by
k
- 2004/4/25 09:38:15
... I'm halfway through "Quicksilver" ... ~ you've done well ~ that f book ~ bored my ~ and everyone else i know ~ tits off ~ Stephenson owes everyone ~ a hefty refund ~ three times the size but one fifth the book ~ snowcrash was ~ clearly lap blanket material ~ baap
lap blanket material - posted by
k
- 2004/4/25 09:38:26
... I'm halfway through "Quicksilver" ... ~ you've done well ~ that f book ~ bored my ~ and everyone else i know ~ tits off ~ Stephenson owes everyone ~ a hefty refund ~ three times the size but one fifth the book ~ snowcrash was ~ clearly lap blanket material ~ baap
2003/11/13
Gregor Kiczales gave a
good talk about software aspects at ILC03. His book recommendation
was AspectJ in Action"
by Ramnivas Laddad.
I'm reading it, because we still do a lot of Java at my dayjob and AspectJ might
help with code maintenance and debugging. How I miss CLOS!
/books |
permanent link
(0 writeback)
2003/11/10
I just found a nice quote from
Notes from the Metalevel
by Heinrich Konrad Taube while reading comp.lang.lisp:
It is impossible to know exactly how Prince Modupe felt when he
discovered a process by which his very thoughts could be trapped and
released at will again into speech. But I think his epiphany must be
close to what I experienced when, as a young composer, I was first
shown how I could use a computer to represent my musical ideas and
then “release them” at will into musical compositions. At that time
I was a masters student in composition at Stanford University. My
teachers John Chowning and Leland Smith had just demonstrated to our
introductory computer music class how a music language called
SCORE could capture musical ideas and,
at the push of a button, trigger an almost magical process in which
fantastically complex scores were computed and then realized by
instruments unimpeded by the laws of physics. At that instant it
became clear to me that there was an entire level of notation above
the scores that I had been writing in my regular composition classes,
a level I knew nothing about! But I could see that in this level it
was possible to notate my compositional ideas in a precise manner and
work with them in an almost physical way, as “trapped words” that
could be unleashed into musical sound at the push of a button.
Equally important was the realization that this new (to me) level was
essentially devoid of any preconceived notions of “musical
correctness” and so offered me an attractive alternative to the
symbols and glyphs of Common Practice music, which I increasing felt
were too tied to historical tradition. I too, “shivered with a
desire to do this wondrous thing myself” and, as I look back on it now
more than twenty years later, I realize that this moment was one in
which my life's path was irrevocably altered.
/citations |
permanent link
(0 writeback)
2003/11/09
I'm currently working on the third draft of the print edtion of
David Lamkins' Successful Lisp.
As always when I use TeX for a couple of hours it's strangeness affects
everything around me. H.P.Lovecrafts "Elder Gods" were certainly pleased
when Knuth invented TeX.
/books |
permanent link
(1 writeback)
Feedburner - posted by
MrRudy
- 08/16/2007 18:09:45
I can't add your feed to Feedburner. How I do this?
2003/11/07
Frank A. Adrian
summarized
the reasons to use Lisp in comp.lang.lisp:
It is said that one cannot understand the true meaning of the Koran without
being able to read it in its original language. Similarly, it is said that
one cannot truely appreciate a Zen koan that has been translated.
Similarly, Lisp is the only language that the true meaning and appreciation
of programming can shine through. All other languages are like a cloudy
piece of weathered plexiglass when compared with Lisp's crystal clarity.
That is why it is the destination towards which all other languages move
and it is the reason why I use it.
/citations |
permanent link
(1 writeback)
Buy tramadol. - posted by
Tramadol.
- 02/28/2008 23:30:05
Picture of tramadol 93. Tramadol online. Buy tramadol. Tramadol hcl. Tramadol. Tramadol use in canines.
Kent M. Pitman explaining his
view
in comp.lang.lisp:
I often prefer these days to refer to identity-oriented programming for
what we once called object-oriented. To me, and to the original meaning
of the term, the very essence of object oriented programming is about the
shape of connected structure once programs were written.
So, for example, Lisp's characteristic of redefinable or dynamically
loadable functions is a natural result of the fact that definitions are
stored in objects (symbols) and that you can, in an object-oriented way,
change the object in a way that is possible to model/describe within
the language such that a new definition is in effect.
Another might be the characteristic of being inspectable independently of
a running program. That is, data has the ability to answer questions about
itself because data is not just "procedurally embedded" but is subject to
an external use protocol.
Now, I claim, it's not necessary to say how this protocol was created.
In some cases, it might be wired in by the system implementors in C or
assembly. In other cases, it might be user-programmed. What matters is
the access protocol, not the definition protocol.
Java happens to be object-oriented in the sense that it has
introspection protocols built into the JVM. But the quality of being
organized into a particular organizational theory of programming (that
I'd think is better called "object-centric" or even
"object-chauvinist") is just a red herring, IMO. Certainly the fact
that most or all of your ability to change the 'environment' "compiles
out" when you compile Java cripples its object-oriented nature.
And the sense in which there is any object-oriented stuff left after
you compile C++ is just a fantasy, so I don't see that as object-oriented
at all, no matter how object-centric the programming paradigm tries to
make it look.
He also wrote a good
paper
about this subject.
/citations |
permanent link
(0 writeback)
Zooko (Bryce Wilcox-O'Hearn) made it cristal clear on
the
e-lang
mailing list:
Now, I agree with MarcS -- I believe that multithreading will go down in history next to manual memory management as one of the biggest sources of bugs ever, and as one of the biggest preventable wastes of programmer time and customer money ever.
I am very excited about coding in E because I will never be forced to deal with someone else's multithreading code, to argue with a teammate about the value of multithreading, or to wrap non-blocking APIs on top of blocking APIs to modules that I need to use.
/citations |
permanent link
(0 writeback)
2003/11/05
Ted Nelson the inventor
of hypertext and leader of the
Xanadu project wrote an angry
rant. The web is broken. The whole way we think
about software and documents is broken. Refreshing.
/books |
permanent link
(0 writeback)
2003/11/03
Sven Van Caekenberghe, who created a Common Lisp
implementation of
Prevayler, wrote a really
nice and opinionated
report
about the first web application that uses his prevalence layer and Common Lisp.
Like always I discovered this while reading
lemonodor.com.
/lisp-news |
permanent link
(0 writeback)
2003/10/31
On the last day of the ILC03 I participated in
a very interesting discussion. A small group of
conference attendees tried to persuade
Howard Shrobe
to make
Open Genera available as open source.
At least three people argued, that it shouldn't be to difficult to write an
emulator similar to the one that was done for the
DEC Alpha systems. The vision of having Open Genera
running on a AMD Opteron platform excited all participants.
Is it just a dream? I don't think so.
(all images copyright Ralph Moeller)
/ILC03 |
permanent link
(1 writeback)
Ex Symbolics user for 5+ years - posted by
Tim Chippington Derrick
- 2004/9/16 10:10:54
Would love to see an open version of Genera. It is *still* far ahead of just about any other siftware environment. The likes of Eclipse for Java are starting to see some of the things we took for granted 15 years ago! Open it up and show the world how it could be done. I can't believe that there is much commercial value left in Genera, and even that is going to fade as the rest of the world gradually re-invents what Genera did. Go for broke and open it up.
2003/10/23
I almost forgot to report on
Linj.
When Antonio Leitao presented this Ueber-Code-Generator at ILC03 I almost fainted!
If you're forced to write Java, for whatever reason, Linj is the way to go.
Code will be available soon. He promised.
/ILC03 |
permanent link
(0 writeback)
2003/10/22
After ILC03 I went to see an old friend in Boston.
If you're visiting Boston, then the CADR Lisp machine, also
known as the Greenblatt machine, is a must see.
It's on display at the MIT museum.
Of course the
Arthur Ganson
exhibition at MIT museum is worth a visit too.
His Machine with Concrete is mind blowing:
/ILC03 |
permanent link
(0 writeback)
2003/10/15
Kenny Tilton gave a very entertaining talk about his RoboCup client.
Alberto Rivera talked about a Lisp system that will analyze genome
data.
Oliver Obst talked about the open source 3D Robocup Simulation League.
Taiichi Yuasa gave a spectacular talk about Lego Lisp. A tiny Lisp system
that runs on Lego Mindstorm robots. Amazing!
Manuela Veloso from CMU talked about their RoboCup technology. They're able
to do cross field kicks and get emergent team behaviour.
/ILC03 |
permanent link
(1 writeback)
www.geico.com - posted by
www.geico.com
- 12/12/2007 01:41:39
http://www.web.net/~mcw-cfm/_sys/ins02/299.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/299.html"> www.delawareinsurance.gov </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/299.html] www.delawareinsurance.gov [/url] http://www.web.net/~mcw-cfm/_sys/ins02/300.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/300.html"> www.loma.org </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/300.html] www.loma.org [/url] http://www.web.net/~mcw-cfm/_sys/ins02/301.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/301.html"> www.wamuins.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/301.html] www.wamuins.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/302.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/302.html"> www.goapply.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/302.html] www.goapply.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/303.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/303.html"> www.aldoi.org </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/303.html] www.aldoi.org [/url] http://www.web.net/~mcw-cfm/_sys/ins02/304.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/304.html"> www.usba.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/304.html] www.usba.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/305.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/305.html"> www.unityhealth.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/305.html] www.unityhealth.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/306.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/306.html"> www.lifequote.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/306.html] www.lifequote.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/307.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/307.html"> www.interfire.org </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/307.html] www.interfire.org [/url] http://www.web.net/~mcw-cfm/_sys/ins02/308.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/308.html"> www.bankofamerica.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/308.html] www.bankofamerica.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/309.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/309.html"> www.internationalsos.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/309.html] www.internationalsos.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/310.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/310.html"> www.nrma.com.au </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/310.html] www.nrma.com.au [/url] http://www.web.net/~mcw-cfm/_sys/ins02/311.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/311.html"> www.exim.gov </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/311.html] www.exim.gov [/url] http://www.web.net/~mcw-cfm/_sys/ins02/312.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/312.html"> www.insurance-canada.ca </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/312.html] www.insurance-canada.ca [/url] http://www.web.net/~mcw-cfm/_sys/ins02/313.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/313.html"> www.kaiserinsurance.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/313.html] www.kaiserinsurance.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/314.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/314.html"> www.moneyfacts.co.uk </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/314.html] www.moneyfacts.co.uk [/url] http://www.web.net/~mcw-cfm/_sys/ins02/315.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/315.html"> www.naifa.org </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/315.html] www.naifa.org [/url] http://www.web.net/~mcw-cfm/_sys/ins02/316.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/316.html"> www.insurancetech.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/316.html] www.insurancetech.com [/url] http://www.web.net/~mcw-cfm/_sys/ins02/317.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/317.html"> www.privatehealth.co.uk </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/317.html] www.privatehealth.co.uk [/url] http://www.web.net/~mcw-cfm/_sys/ins02/318.html <a href="http://www.web.net/~mcw-cfm/_sys/ins02/318.html"> www.healthinsure.com </a> [url=http://www.web.net/~mcw-cfm/_sys/ins02/318.html] www.healthinsure.com [/url] http://cas11.googlegroups.com/web/9.html <a href="http://cas11.googlegroups.com/web/9.html"> online casinos </a> [url=http://cas11.googlegroups.com/web/9.html] online casinos [/url] http://web.archive.org/web/20070810151946/www.insurance-focus.com/ <a href="http://web.archive.org/web/20070810151946/www.insurance-focus.com/"> insurance </a> [url=http://web.archive.org/web/20070810151946/www.insurance-focus.com/] insurance [/url] http://web.archive.org/web/20070810151636/www.insurance-focus.com/car/ <a href="http://web.archive.org/web/20070810151636/www.insurance-focus.com/car/"> auto insurance </a> [url=http://web.archive.org/web/20070810151636/www.insurance-focus.com/car/] auto insurance [/url] http://web.archive.org/web/20070810151636/www.insurance-focus.com/car/ <a href="http://web.archive.org/web/20070810151636/www.insurance-focus.com/car/"> car insurance </a> [url=http://web.archive.org/web/20070810151636/www.insurance-focus.com/car/] car insurance [/url] http://web.archive.org/web/20070810151636/www.insurance-focus.com/life/ <a href="http://web.archive.org/web/20070810151636/www.insurance-focus.com/life/"> life insurance </a> [url=http://web.archive.org/web/20070810151636/www.insurance-focus.com/life/] life insurance [/url] http://web.archive.org/web/20070812000944/www.insurance-focus.com/home/ <a href="http://web.archive.org/web/20070812000944/www.insurance-focus.com/home/"> home insurance </a> [url=http://web.archive.org/web/20070812000944/www.insurance-focus.com/home/] home insurance [/url] http://web.archive.org/web/20070812001100/www.insurance-focus.com/health/ <a href="http://web.archive.org/web/20070812001100/www.insurance-focus.com/health/"> health insurance </a> [url=http://web.archive.org/web/20070812001100/www.insurance-focus.com/health/] health insurance [/url] http://web.archive.org/web/20070824130535/www.web-slots.info/slots_casinos/ <a href="http://web.archive.org/web/20070824130535/www.web-slots.info/slots_casinos/"> online casino </a> [url=http://web.archive.org/web/20070824130535/www.web-slots.info/slots_casinos/] online casino [/url] http://web.archive.org/web/20070824130535/www.web-slots.info/slots_casinos/ <a href="http://web.archive.org/web/20070824130535/www.web-slots.info/slots_casinos/"> online casinos </a> [url=http://web.archive.org/web/20070824130535/www.web-slots.info/slots_casinos/] online casinos [/url] http://web.archive.org/web/20070824130535/www.web-slots.info/ <a href="http://web.archive.org/web/20070824130535/www.web-slots.info/"> slots </a> [url=http://web.archive.org/web/20070824130535/www.web-slots.info/] slots [/url] http://web.archive.org/web/20070306232357/www.all-blackjack.info/ <a href="http://web.archive.org/web/20070306232357/www.all-blackjack.info/"> blackjack </a> [url=http://web.archive.org/web/20070306232357/www.all-blackjack.info/] blackjack [/url] http://web.archive.org/web/20070306232357/www.all-blackjack.info/ <a href="http://web.archive.org/web/20070306232357/www.all-blackjack.info/"> black jack </a> [url=http://web.archive.org/web/20070306232357/www.all-blackjack.info/] black jack [/url] 3pZkF7qbjf
2003/10/14
Paul Graham talked about ARC. Showing some code examples on
his typical typewritten slides. He got cross examined by Sussman,
John L. and John McCarthy. The language spec is written in ARC.
He got himself into trouble when he proclaimed that the source
code should be selfdocumenting.
Following Schwartz, J.T talked about SETL, which he invented.
Right now Greg Chaitin is talking and shouting:
"I'm interested in the conceptual complexity of a program. Lisp ist my Turing machine."
"Lisp is a better expression of recursive function theory than what the mathematicians
usually use."
"The real thing is not the theory, which has been around for quite some time,
but that you can now actually run it as a program."
/ILC03 |
permanent link
(1 writeback)
incet-sex - posted by
incet-sex
- 10/02/2007 17:12:23
<a href="http://mailingstuff.com/delco/images/counter/incesg-sex-stories.html">incesg sex stories, 3s incest, grother sister sex, incest, family sfx, familh incest</a>
<a href="http://mailingstuff.com/delco/images/counter/incest-pofn.html">incest pofn, grother sister sex, incest, famkly sex, brother sister ex, incest sex atories</a>
<a href="http://mailingstuff.com/delco/images/counter/fqmily-incest.html">fqmily incest, free uncest stories, free incest storues, incesy sex, incwst porn, 3d ncest</a>
<a href="http://mailingstuff.com/delco/images/counter/incest-sez-stories.html">incest sez stories, brother ssiter sex, gay ncest, gay incset, dwughter incest, dxughter incest</a>
<a href="http://mailingstuff.com/delco/images/counter/incest.html">incest, incesf, ihcest sex, 3x incest, gay incrst, free inceststories</a>
2003/10/13

I'll soon upload a short report on the first day of the ILC03 and a couple of images.
/ILC03 |
permanent link
(0 writeback)
2003/10/10
I went to the Frankfurt
bookfair
today. Over 300.000 books warping space and creating an instance of the Gutenberg Galaxy. Wow!
Had a chat with the nice people from
Booksurge, who
will make sure that the books I
publish will be available
worldwide. Then I came across a booth that displayed the most
beautiful personal journals I've ever seen.
/books |
permanent link
(1 writeback)
insurance - posted by
insurance
- 02/13/2008 22:43:16
http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/485.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/485.html"> statesfarm </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/485.html] statesfarm [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/486.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/486.html"> infinity national auto ins </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/486.html] infinity national auto ins [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/487.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/487.html"> prigressive.com </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/487.html] prigressive.com [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/488.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/488.html"> farmers auto ins </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/488.html] farmers auto ins [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/489.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/489.html"> statefarm insurance.com </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/489.html] statefarm insurance.com [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/490.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/490.html"> cae insurance.com </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/490.html] cae insurance.com [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/491.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/491.html"> american llife insurance </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/491.html] american llife insurance [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/492.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/492.html"> wawnesa </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/492.html] wawnesa [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/493.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/493.html"> car insurance qoute </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/493.html] car insurance qoute [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/494.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/494.html"> amica ins </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/494.html] amica ins [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/495.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/495.html"> geico.cim </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/495.html] geico.cim [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/496.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/496.html"> progressive insurence </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/496.html] progressive insurence [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/497.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/497.html"> meglife </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/497.html] meglife [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/498.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/498.html"> all stste </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/498.html] all stste [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/499.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/499.html"> farmers insureance </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/499.html] farmers insureance [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/500.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/500.html"> century car insurance </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/500.html] century car insurance [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/501.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/501.html"> www.edd.cagov </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/501.html] www.edd.cagov [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/502.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/502.html"> guardian dental guard </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/502.html] guardian dental guard [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/503.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/503.html"> prpgressive insurance </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/503.html] prpgressive insurance [/url] http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/504.html <a href="http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/504.html"> hip insurance </a> [url=http://www.info.com.ph/~dbmxi/archives/_sys/test.htmlins05/504.html] hip insurance [/url] http://www.w1-gambling.info/ <a href="http://www.w1-gambling.info/"> online casino </a> [url=http://www.w1-gambling.info/] online casino [/url] http://cas11.googlegroups.com/web/9.html <a href="http://cas11.googlegroups.com/web/9.html"> online casinos </a> [url=http://cas11.googlegroups.com/web/9.html] online casinos [/url] http://www.urlcorrector.net/ <a href="http://www.urlcorrector.net/"> urlcorrector </a> [url=http://www.urlcorrector.net/] urlcorrector [/url] http://www.casino-observer.info/ <a href="http://www.casino-observer.info/"> online casino </a> [url=http://www.casino-observer.info/] online casino [/url] http://www.quizilla.com/users/ccd/journal/575123/credit_cards <a href="http://www.quizilla.com/users/ccd/journal/575123/credit_cards"> credit cards </a> [url=http://www.quizilla.com/users/ccd/journal/575123/credit_cards] credit cards [/url] 3pZkFkrg7c
2003/10/09
I just finished installing
Blosxom
on lispmeister.com. I'm planning to report live from the ILC03 this year.
New York here I come!
/ILC03 |
permanent link
(1 writeback)
online casino - posted by
online casino
- 12/18/2007 01:55:53
http://psy.nccu.edu.tw/~statistics2/_s/1/ces/70.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/70.html"> juego online casino </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/70.html] juego online casino [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/71.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/71.html"> online internet casino </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/71.html] online internet casino [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/72.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/72.html"> santo domingo hispaniola hotel casino </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/72.html] santo domingo hispaniola hotel casino [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/73.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/73.html"> internet casino com </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/73.html] internet casino com [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/74.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/74.html"> casinos apuestas </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/74.html] casinos apuestas [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/75.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/75.html"> casino de madrid </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/75.html] casino de madrid [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/76.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/76.html"> cairo sheraton hotel tower casino </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/76.html] cairo sheraton hotel tower casino [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/77.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/77.html"> casino espa linea </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/77.html] casino espa linea [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/78.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/78.html"> casino ganar dinero </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/78.html] casino ganar dinero [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/79.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/79.html"> casino royal </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/79.html] casino royal [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/80.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/80.html"> tragamonedas gratis </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/80.html] tragamonedas gratis [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/81.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/81.html"> truco tragaperras </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/81.html] truco tragaperras [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/82.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/82.html"> maquina tragaperras </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/82.html] maquina tragaperras [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/83.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/83.html"> tragaperras online gratis </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/83.html] tragaperras online gratis [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/84.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/84.html"> juego de tragaperras gratis </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/84.html] juego de tragaperras gratis [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/ces/85.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/ces/85.html"> truco maquina tragaperras </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/ces/85.html] truco maquina tragaperras [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/cit/1.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/cit/1.html"> п»їcasinгі </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/cit/1.html] п»їcasinгі [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/cit/2.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/cit/2.html"> casinгі di venezia </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/cit/2.html] casinгі di venezia [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/cit/3.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/cit/3.html"> casinгі di campione </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/cit/3.html] casinгі di campione [/url] http://psy.nccu.edu.tw/~statistics2/_s/1/cit/4.html <a href="http://psy.nccu.edu.tw/~statistics2/_s/1/cit/4.html"> casinгі di sanremo </a> [url=http://psy.nccu.edu.tw/~statistics2/_s/1/cit/4.html] casinгі di sanremo [/url] http://cas11.googlegroups.com/web/9.html <a href="http://cas11.googlegroups.com/web/9.html"> online casinos </a> [url=http://cas11.googlegroups.com/web/9.html] online casinos [/url] 3pZkFs03m4