Experimental, impressionistic sub-paragraph tumblin' (think obstsalat)
18mar2008
HyperText Implementation, sources of Tim Berners-Lee’s first browser!
Drawing Chessboards in various ways.
First Class Rules and Generic Traversals for Program Transformation Languages, by Eelco Dolstra. Search long enough, and you’ll find a paper on every good idea I ever had.
Teh funnay, it BURNS: Why internet catchphrases aren’t funny, by Delirium. “Since it is kuro5hin’s longstanding mission to improve the society in which we live, this article shall attempt to briefly explain why parroting stale internet catchphrases is not particularly clever.”
You cry out in your sleep—all my failings expose
There’s a taste in my mouth, as desperation takes hold
Just that something so good just can’t function no more
When love, love will tear us apart again…
— Joy Division, Love Will Tear Us Apart
TinyML is a polymorphic functional programming language with static type checking, implemented in less than 700 lines of SML code.
Linear Hashing is a dynamic hash table algorithm invented by Witold Litwin (1980), and later popularized by Paul Larson. Linear hashing allows for the expansion of the hash table one slot at a time. The frequent single slot expansion can very effectively control the length of the collision chain.
Python 3000 and You, Guido van Rossum’s PyCon 2008 keynote.
ClassNamer, Can’t think of a good class name? Try this.
And she turned around and took me by the hand and said
I’ve lost control again
An how I’ve never felt just why I don’t understand she said
I’ve lost control again
And she screamed out kicking on her side and said
I’ve lost control again
And she’s upon the floor; I thought she died she said
I’ve lost control again
— Joy Division, She’s Lost Control
The Five Purpose Bath, WJW.
Project Ideas for Google Summer of Code 2008, at squeak.org.
Tokyo Tyrant is a package of network interface to the DBM called Tokyo Cabinet. Though the DBM has high performance, you might bother in case that multiple processes share the same database, or remote processes access the database. Thus, Tokyo Tyrant is provided for concurrent and remote connections to Tokyo Cabinet. It is composed of the server process managing a database and its access library for client applications. Has memcache-like and HTTP interfaces.