Wednesday, 10th December 2003
Inherent insecurity (via) Desktops are secure, thin clients aren’t, but Microsoft can’t push thin clients
Tidy service for the Desperate Blog Hacker (via) The easiest kind of web service: post HTML to it, get back tidied XHTML
Who will be eaten first? (via) Cthulhu Chick Tract—beautiful
Implementing filesystems in Python
LUFS-Python provides a relatively simple API for implementing new Linux filesystems in pure Python. You install the package, write a class implementing methods for handling filesystem operations such as creating a directory, opening/reading/writing/closing a file, creating symlinks etc and finally mount your new filesystem with some special arguments to the mount command.
[... 371 words]