Nagare - from the description it sounds a bit like Uncommon Web and Seaside (the two leading web frameworks for Common Lisp and Smalltalk). And it uses Stackless - in my opinion, Guido should have included Stackless on the roadmap for Python 3000.
programmierung - 30.6.2008 - 10.11.2008
pysmell - Name completion for Python code as a small external tool that can be integrated into vim. Sounds quite interesting.
JSSpeccy: A ZX Spectrum emulator in Javascript - ok, we can make the Internet, I've seen it all now ...
CouchDB Implementation - those who want to know how CouchDB stores documents, how all access paths are structured, and what technology is behind it, can read the article here.
Developing Cocoa Applications Using MacRuby - Ruby is not exactly my favorite language, but this sounds very interesting. Ruby on the Objective-C runtime with syntax extensions, so that it integrates directly into the Mac world. Certainly very interesting as a way to play with the Objective-C frameworks.
Software Tools in Haskell - simple and simple command-line programs in Haskell. Finally a tutorial that uses simple and simple, but complete programs and not just code snippets as a basis.
Downloading Hugs - I just have to play with Haskell again (and fail again with this quirky language ...). And there is a quite nice Windows version of the "small" interpreter Hugs - might be something for my Eee-PC.
ECMAScript 4 - Progress - those who want to know why ECMAScript will again be dumber in the next version than it could be, can take a look at which points are all rejected by Apple ...
Orbited – Networking for the Web - an interesting project that offers communication channels over other protocols for web applications via HTTP and JavaScript.
Unity creates games and 3D applications for the iPhone [Update] - ouch, the price for the iPhone option is quite steep. However, Unity is quite an interesting story, so this could lead to some new games. And particularly interesting: Unity also supports network games and has basic functions in the server for persistent worlds (though you still have to do a lot of programming yourself). Could definitely cause some stir. But for my hobby budget definitely outside the realm of reason.
Guppy-PE: A Python Programming Environment - and another tool that (among other things) helps analyze memory leaks. Also for Python.
PySizer - a memory profiler for Python - interesting tool, one should take a closer look at it. Maybe not entirely stupid for finding memory leaks.
papert: logo in your browser - had I already had that? Doesn't matter. It's nice, can be linked multiple times. Logo in JavaScript in the browser.
GTK+ on OSX - maybe this is finally the first step towards a native version of GIMP. Although there will probably still be some visual shocks for Mac users - the X mindset is still deeply ingrained in many programs.
IBM warns standards bodies to shape up - this could be the storm that ISO and ECMA have sown with the OOXML nonsense.
Home Page for ATS - interesting functional programming language with eager evaluation and special support for imperative concepts and parallel programming. Particularly interesting: their compiler currently beats C++ in the Language Shootout - generates faster code.
MailWrangler and the Apple App Store - Apple really has a screw loose. How many flashlight programs are there in the Apple Store? But a gmail-Auth-Switcher - which would really be damn useful, I love MailPlane on my desktop - is not allowed in?
Introducing SquirrelFish Extreme - the JavaScript engine arms race is in full swing. Currently leading: SquirrelFish Extreme - in Safari.
Play light-Bot, a free online game on Kongregate - a cute little Flash game where you program a small robot to light up marked floor tiles.
Summer of JavaScriptCore: SquirrelFish Extreme has landed! - and here are the comparison numbers to other JS engines.
The deep heap: Ghost in the Java virtual machine - very interesting article about JVM performance in terms of memory usage and garbage collection and compaction. Also interesting outside of Java.
Prototype based programming in python - nice example of how to do prototype-based OO in Python as well.
Cappuccino Web Framework - something like Cocoa for the web with JavaScript (more precisely Objective-J, a language based on JavaScript)
Disco - Map/Reduce with server in Erlang and API in Python.
Django 1.0 released! - it took a long time, but that can certainly be beneficial for the quality. And here it is. Congratulations!
OpenCOBOL - an open-source COBOL compiler - and apparently one that is actively maintained.
Sync trigger with Applescript ... - the path of the command line tool to trigger a sync is mentioned in the last comment. Very nice to build your own backup system, e.g. using Unison and iDisk.
Gears for Safari - it's about time. Hopefully it will also appear in Fluid soon - because that would actually be the most exciting (to turn web applications into classic offline applications).
Redhat perl. What a tragedy. - those who use Redhat: compile Perl yourself. Redhat seems to have a really big problem here.
Factor: a practical stack language: New optimizer - very interesting description of the new optimizer in Factor. An advantage of the language: the main programmer documents very well in blog posts how he works on the system and what motivation is behind the changes. Always exciting to read. And the language is just nice.
Rabbiter - interesting project based on RabbitMQ that could provide the basis for Twitter services. Everything in Erlang and massively designed for scalability.
The Transterpreter - haven't had a Lego link in a while. Transterpreter provides an Occam environment that can run on a Lego RCX brick.
Index of /namespace/OmniOutliner - DTDs for the OmniOutliner XML format.
Free Critical Mass Modula-3 (CM3) - actively supported Modula-3.
CPU Rings, Privilege, and Protection - good overview article.
BeagleBoard.org - nice small ARM-based computer with quite impressive performance. Could almost tempt me to play around with it.
Django on Jython: It's here! - awesome! This makes Java as a platform more interesting to me again - the progress in Jython in the last few months has been gigantic.
Erlang GS Explorations - Organized by Doug Edmunds - interesting collection of graphics functions from Erlang.
Objective Caml Plugin for Xcode - unfortunately not yet with support for Intel CPUs.
Tetris - in sed ... (I can't think of anything else to say)
Park Place - A recreation of the Amazon S3 API, but hosted on your own machine. In Ruby. Perhaps not entirely uninteresting after the recent 7-hour outage - for example, you could run a mirror of the data at Amazon on your own box and, in the event of longer outages, switch to your own copy within your own software to at least remain rudimentarily functional during S3 outages. Or even build your own server structure based on this and turn your back on S3.
Wikipedia Webservice - Convert Geo-Coordinates to Wikipedia Articles. Hmm, that would be a nice DIY project, search for Wikipedia at the local point on the iPhone and display it. I've already done some DIY projects on the iPhone.
My Code Blog: ICFP Contest 2008 - umm. Navigation software. Written in the TeX macro language (with small Perl helpers for network access, which TeX doesn't have). I already find the idea of a sqrt macro in TeX sick (hey, that stuff doesn't even have all the basic arithmetic operations - it doesn't necessarily need them as a text typesetting system). Some people just have too much time ...
Squeak by Example - those who want to get started with Squeak but don't know where to begin might find inspiration in this free book.
Étoilé - interesting project based on GNUStep, providing an environment with libraries, frameworks, programming languages (a Smalltalk that can be directly combined with Objective-C) and tools. It's great that there are always activities in the GNUStep environment, as it operates somewhat below the horizon defined by Gnome and KDE desktop environments.
Protocol Buffers: Google's Data Interchange Format - not entirely uninteresting.
PostgreSQL Gets Religion About Replication - looks like replication is the next big thing for PostgreSQL. Would be great, as this is still a rather shaky corner in my favorite database.
Python Underscore Methods - nice overview of all magic methods on one page.
Cocoa on the web: 280 North, Objective-J, and Cappuccino - wow, someone has implemented Objective-C as a preprocessor and runtime in JavaScript and then ported Cocoa to JavaScript.