Lightbox JS - Display photos with JS on the page. Nice effect.
Linkblog - 6.1.2006 - 7.2.2006
HOWTO: Bluetooth GPS and GPSDrive on the Nokia 770 - because someone recently told me that the Nokia 770 is useless without a navigation system: here it is.
Console Password Manager - very interesting tool, stores passwords encrypted with GPG and uses existing GPG keyrings. This way you can also encrypt password files for others (e.g. shared passwords in the company for multiple admins). And it runs on the console.
Book Review -- The Debian System: Concepts and Techniques | Linux Journal - interestingly sounding book about the concepts in Debian.
Internet Tablet Talk - Gnumeric 1.6.2 Released - Spreadsheet for the Nokia 770 Tablet. Wow.
Mandelbrot Set - Labix - Example source code that draws little apples with PyGame on the Nokia Tablet.
Eiffel For OS X - what you see is what you get. Only this terrible background graphic on the site ...
ApplicationCatalog - Maemo Wiki - Applications for the Nokia 770 Internet Tablet
Knitting Fashion - Knitting with Knitting Machines, Knitting Design, and Knitting Patterns - everything about machine knitting. Yes, yes, I know, it seems a bit out of place here
ThoughtFix on the Nokia 770: USB Power Injector 2 - external battery pack for the Nokia tablet - also usable for other devices with USB powering (iPod etc.). For DIY.
PythonForMaemo - Python for Maemo - Using Python on the Nokia 770 Tablet (the shipping confirmation arrived today, hopefully the device will arrive soon).
twill: a simple scripting language for Web browsing - a Python scriptable Web client. Interesting for automated page requests and for specialized robots. Possibly also for testing web applications.
Opera Mini: Free HTML browser for mobile phones launches worldwide - Golem.de - definitely better than the primitive built-in browsers. However, of course - due to Java - not necessarily the fastest.
pyvm home - another Python implementation. Its own bytecode interpreter and a Python compiler written in Python. Sounds almost like PyPy meets Parrot - though retaining the Python bytecode.
APRESS.COM: Practical Common Lisp - now also available as a free PDF download (go to the Free Download page and download it there).
Bill Clementson's Blog: Update on Termite (A Lisp for Concurrent/Parallel Programming) - Information about Termite, a Scheme based on Gambit-C with the concurrency features of Erlang. Sounds very interesting, check it out when the code is released.
BooCompany - the only legitimate successor to DotComTod.de. Now open to all industries.
Thinking Forth - now also available as a PDF download. For old Forthers like me, of course a must-download.
Unofficial documentation of iPhoto 6.0 photocasting feeds - Mark Pilgrim tears apart Apple's iPhoto RSS support. It's bad. It's really bad.
A list of open-source HTTP proxies written in python - many of them are still active, and potentially quite interesting for mobile use (especially those based on asyncore, due to the low resource usage)
runit - a UNIX init scheme with service supervision - alternative to sysv-init with more possibilities and integrated features like supervise (from the daemontools).
WebCleaner - a filtering HTTP proxy - absolute high-tech, that part. Asyncore, so low resources, built-in JavaScript interpreter against obfuscation and a bunch of other features. Sounds very good on paper.
Feed Icons - Help establish the new standard - free icons for feeds as an alternative to the XML icon from Userland. Inspired by the Mozilla feed icons.
Hurring.com: Code: Python: PHP Serialize implemented in Python - Deserialize PHP data in Python. Could be interesting if I want to migrate further sites from PHP to Django and, for example, access Wordpress settings.
Ross Barkman's Home Page - Modem scripts for Mac OS and Mac OS X and various mobile phones.
ScriptAculoUs - MochiKit - Trac - a port of the script.aculo.us effects to MochiKit. Finally, drag and drop and other effects with the significantly better technical MochiKit base.
Monitor: Vorwürfe gegen Ratiopharm - In case anyone is wondering where all the money for the healthcare system goes ...
Katz Eye Focusing Screen for the Canon 10D @ KatzEyeOptics.com - Replacement focusing screen for the EOS 10D with split-image indicator and microprisms and - optionally - composition lines. Fished from my comments - thanks, Wolf. The focusing screens are also available for other camera types. Unfortunately, the AF point illuminations no longer work with the EOS, so suboptimal for mixed use.
RFID-Zapper - 22C3 - the DIY project for the summer?
Ancient Languages: Perl - already old, but simply great. A bitter account with Larry Wall and Perl.
Django Paste - Ian is starting to integrate Django with paste (and paste deploy). I for one will most definitely try to support that, so his list of related tickets is already down by one. Paste deploy might even be taken as the future default FCGI/SCGI solution - because it uses the same FLUP lib, it is as capable as my scripts, but due to the structure of Paste, installation should be much easier (and might even be standard in the future with Python hosters).
Products - Flip4Mac WMV - maybe not quite as buggy as the toy player from MS. On the other hand - I hardly ever need a WMV player.
MoinMoin Release 1.5 - wow, the new MoinMoin looks really slick.
/sandbox/spam-filter - The Trac Project - Trac - Trac branch containing a spam filter that can detect spam in various places through different modules. Unfortunately, previous Trac versions did not have a spam filter.
Efficient Editing With vim - Jonathan McPherson - nice reference for more advanced key commands in vi. I don't even use all of them - I should get used to one or the other.
open sword - pixen - found at kniebes.net: Pixel-pushing software. Looks quite nice.
Adobe Lightroom Beta: Digital Photography Review - Adobe's answer to Apple's Aperture? In any case, there's a public beta - so give it a try.
Introducing Sandvox | Karelia Software - A web editor that, for a change, supports not only WYSIWYG editing but also standard compliance, accessibility, and even uploads via SFTP. Sounds like someone did their homework.
CamiScript - AppleScript Menu for Camino
nadamac CamiScript - Script Repository - useful scripts for Camino, for use in CamiScript
PictureSync » Photo-sharing for Mac OS X - Batch upload of images to various services. Could be quite interesting if you could also define new services - e.g. for my own sites.
Polaris: OpenSolaris for the PowerPC - not that I necessarily want to go there, but definitely interesting for playing around.
Loading a ZX Spectrum from an iPod - someone actually added .tzx support to iPod Linux, so you can now use the iPod as a mass storage device for the ZX Spectrum.
AES (Rijndael) Encryption Test in JavaScript - AES Encryption in JavaScript
JavaScript Encryption Library - Blowfish Encryption in JavaScript
OpenPGP Message Encryption in JavaScript - AES and RSA and some support libraries in JavaScript - enables creating PGP-encrypted texts.
Pangasius - Friday's Fish.
PuTTY for Symbian OS - ssh client for Symbian devices - also Nokia stuff.
Rijndael in JavaScript - AES in JavaScript again, this time specifically designed for compatibility with older browsers as well.
twofish/javascript - TwoFish Encryption in JavaScript