Judgment: Sharehosters must check external link collections. It all sounded somehow absurd, my first reaction was "Landgericht Hamburg" - and indeed, it is the LG Hamburg. And it is as absurd as suspected. And in the case of rulings by the LG Hamburg, I don't necessarily believe that the reporters have simply misrepresented them. Hamburg is Germany's Texas.
On TermKit. A pretty cool project for reinventing terminals. In this case, the output is made as HTML and the terminal is not rendered as a simple console but as a browser window. This way, for example, you can make directory lists graphical or output images directly. It also works on things like pipes and the idea of how data is transported between tools, so that they can all work universally with it - JSON is used here. The whole thing makes a well-thought-out impression.
AI art | painting robot | art | expert systems. Something else - a real robot controlled by Lisp (at least for prototyping). So not a virtual robot like Turtle graphics, but real hardware that moves.
xmlisp - eXtreme Media Lisp: Rich media cross-platform programming for 3D (OpenGL) and 2D applications. I think I've mentioned this before, but I'm not sure. Doesn't matter, repetitions aren't unusual, and this is really interesting - a Lisp environment with particularly good support for 2D and 3D data. Has a lot more on the TODO list - the goal is a Lisp environment specifically for game programming and other graphical, interactive programs. A bit like Processing.
MilkPack - Edgar Gonçalves. Interesting project that implements a task list that communicates with Remember the Milk on the Internet. The interesting thing about it: it is written in Common Lisp and intensively uses the Objective-C Bridge for OpenMCL.
MichaelMacInnis/oh. A shell in Go. The shell has some interesting features, for example prototype-based object orientation, first-class functions, and explicit channels (which other shells have implicitly behind pipes). Looks quite interesting at first glance.
Javascript PC Emulator - Technical Notes. Yes, a PC emulator. Based on QEmu, so quite mature code. Boots Linux in the browser. Because it can.
Infinite Scroll WordPress Plugin - nice effect, when the end of the page is reached, the next page is automatically loaded and mixed in via JavaScript - so pages are built endlessly until all blog content is there. Facebook and Flickr have been doing this for some time and I somehow find it better than these "older posts" and "newer posts" links. Without JavaScript, the links should still appear, search engines will continue to index everything (although a Google Sitemap helps a lot in this regard), so it shouldn't cause any harm.