Content-type: matter-transport/sentient-life-form

impromptu - a Scheme environment explicitly for using AudioUnits. Computer-generated music, with the help of heaps of parentheses.

JSONstore 0.2 - interesting, a mini database for JSON objects. Might be useful for projects with JavaScript on the client side, to give them a simple database.

Police rely on private service providers in hunt for child pornography - interesting, especially in light of Schäuble's demand for expanded surveillance. Then even more will be outsourced in the long run - but where will the security of citizens' privacy remain?

PyInstaller - interesting alternative to py2exe, which can create executable files for both Windows and Linux.

Chanalyzer Software and Wi-Spy Stick - Analyzer for the 2.4 GHz band. Free software available (from the Kismet people) and a beta for the Mac.

The Inventors of Helmut Kohl - Reading Command.

JungleDisk - Reliable online storage powered by Amazon S3 â„¢ - interesting approach: set up a local WebDAV server with local cache on S3. Data access like on local drives, but automatically saved to S3. Nice for online backups (if the DSL supports it - mine likes to go offline when I put too many packets on the line).

Rampant Layering Violation - why ZFS does not care about the classic filesystem layers, but takes over many functions itself.

Thursday: Biggest. Anti-Spam. Lawsuit. Ever. - $1 billion in damages claimed. Lawsuit against several spammers who have recently collected email addresses, which is a violation of laws in the USA. Could be interesting.

Transterpreter - compact runtime for a massively parallel runtime that runs on all kinds of systems. Even Lego Mindstorms. For OSX and Windows there is an IDE. Unfortunately, the OS X version cannot also load programs onto the Brick. The whole thing is programmed in Occam-Pi

ardour - check out what it can do and how it works.

ext3cow - versioning file system. Interesting approach for revision-proof data storage.

Frag - 3D First-Person-Shooter in Haskell. Go figure.

GLASS: Gemstone, Linux, Apache, Seaside and Smalltalk - Gemstone/S as a free version (free beer) and with Seaside a nice API set up to comfortably develop web applications in Smalltalk. Sounds good!

Haskell vs. Erlang in a sample project - detailed post about Haskell and Erlang in a project with quite specific requirements (binary protocol, a lot of threads). Interesting insights into the strengths of Erlang.

Manually Adding DNS-SD Service Discovery Records to an Existing Name Server - an interesting way to manually get server entries in Bonjour. Could be used, for example, for network-wide centrally maintained bookmarks on sites, or for the various Linux-bound services.

F-Script - new version of the Cocoa-Scripting language.

Caution is the mother of the porcelain box - "For not many, but for him, I put my hand close to the fire. His attitude is impeccable, since he has been with us," said Holczer.

fantasy mounts-Custom Creature Taxidermy-Gaffs - Roadkill, Frankenstein-Art.

Faster Page Loads With Image Concatenation - interesting idea, combine small images and show only sections via CSS. Dramatically reduces image requests.

Mark Jenkins: Street Installations - funny ideas.

AllegroGraph - interesting product, an RDF Triple Store. The whole thing is based on an elaborate Common Lisp system. And the platform is also available for OS X. If you are willing to pay the irrationally high prices of Franz Inc.

Earth 2.0: ESO researchers discover the most Earth-like exoplanet to date - 0-40 degrees temperature and possibly water-covered. People, start waving vigorously, if this is transmitted at the speed of light, the aliens will see it in 20 years.

Innenministerium: Online-Durchsuchungen längst Usus - because, of course, an official instruction is more important than the constitution.

Introducing Dashcode - comes with Leopard. Yummy. Building Dashboard applets in an IDE. I'm always up for such toys, simply because it's a way to playfully deal with programming - the more easy ways to applications there are, the better.

Israel's 'modesty buses' draw fire - Discrimination against women by a religious minority. And the argument may now escalate over a seat in a bus - hopefully with a similar outcome to the argument over a seat in the USA.

Don't worry - we'll take good care of you!

Seven JavaScript Techniques You Should Be Using Today - interessante JavaScript Patterns.

The Carina Nebula: Star Birth in the Extreme - Anniversary Image

Vendetta Online - digging through their news there and finding out that their server side is created in Lisp and Erlang. Originally Lisp, which is slowly being migrated to Erlang (due to Erlang's suitability for parallel and distributed systems). Cool. And there's a Mac OS X version of their game client too!

Even CEO Can't Figure Out How RadioShack Still In Business - "There must be some sort of business model that enables this company to make money, but I'll be damned if I know what it is," Day said.

Fingerprints from passports should not be stored - it would be better not to take fingerprints at all. Especially since the actual benefit of fingerprints in passports is more than questionable if nobody uses this system anyway. Just a reminder: passports are used for identification abroad, and there nobody will be able to do anything with the stored data, due to lack of appropriate devices. So the only possible use is the check upon return to Germany.

JavaScriptTemplates - Templates directly in JavaScript. Could be interesting for web applications - no HTML generation on the server, but on the client. Reducing the server to the functional minimum.

major labels: the problem with music - how major labels screw over musicians.

tercio - webapp framework for Erlang with a focus on the specialties of Erlang/OTP.

The Deep - fascinating images.

The Side Effects of Truth - how the FDA wants to silence scientists within its own ranks when they want to ban a drug afterwards. In this case, the scientist who first warned about VIOXX.

The universe is a string-net liquid - about Herbertsmithite and noodle soups. Fascinating.

Delibar - interesting del.icio.us client that lives in the menu bar.

delimport - Allow Spotlight to also run over del.icio.us bookmarks.

ETOS Compiler - compiles Erlang source to Scheme (Gambit-C).

Greg Haerr's Nano-X Window System Page (previously Microwindows) - minimal windowing system for small hardware. APIs based on X and Win32 (two APIs).

Internet Connections on the Mac

Does anyone have an idea how to prioritize the use of internet connections on the Mac? I don't mean the cable connections that can be edited under network control in the system settings. I mean the modem connections. I have registered my phone for Bluetooth and for USB use. In addition, I have a USB UMTS modem. Now the modem status with the menu still shows the first UMTS connection via Bluetooth as the default. I always have to switch the connection to the modem first and then connect. That's annoying. You should be able to change what it uses as the default dial-up connection ...

Last night's performance of INVINCIBLE SUMMER was disrupted when eighty seven members of a Christian group walked out of the show en masse, and chose to physically attack my work by pouring water on and destroying the original of the show outline.

QuirksMode - for all your browser quirks - Collection of information about browser differences and ways to circumvent them.

Spoon - interesting approach: to create a system based on Squeak with a minimal object system and dynamic loading of additional classes/objects/methods on demand.

TextMate: Power Editing for the Mac - could be quite interesting, a book about TextMate.

the messing link - home of a delicious widget - and another del.icio.us client that lives in the Dashboard and displays a tag cloud.

xmonad 0.1 - X11 window manager written in Haskell with an interesting approach to automatic window layout. Windows do not overlap.