After a short but intense odyssey with a problem tooth, he is finally gone. Internal tooth resorption is a very annoying thing which can happen. The tooth didn’t show any symptoms, no pain, no changes of appearance until one day i had a small blister on the gum which looked at first like a simple infection. X-Rays showed that already a large hole existed deep inside the neck of the tooth and the internal infection pushed to create this blister. Trying to remove the root of the tooth didn’t stop the disappearing and two weeks ago, the sides of the tooth became so weak, that one side finally cracked.
Now he is gone forever and after one day pain is gone, too.
Sadly the surgeon didn’t allow me to watch, which I always do. He thought I would hinder him at his work, though I’m very skilled in navigation the mirror while someone operation in my mouth….
page seems almost done so far. just checking pings again … :)
moving is one of the most annoying things in the universe. in theory only accomplishable by myself if i would unplug all of my computer first. but seems to be even more impossible….
I worked the last weeks on a promising approach to a media/archive filesystem called vaultfs.
With the power of django, python and fuse implementing is a lot of fun with good progress. It’s not yes useable, but some filesystem features like directories and symlinks already work. It’s approach is very different from what I have seen so far.
It’s a merging filesystem which will merge different source medias into one large mountpoint. This mountpoint will be generated out of contents in the sql database and content from real filesystems as well a cache.
For example: you have a DVD with movie x and linked this file into a directory movies. If you try to access this file (not the meta data which will be in sql, too), the filesystem will determin if there a any copies of this file and different sources, the one with less interaction for the user first. If it finds the file, it is copied to the cache directory and served. So in the DVD case the movie from the DVD is copied to cache and served. Thus, the DVD will spin down as fast as possible.
There are also features implemented like meta directories which do not exist on the real medium but only in the vaultfs mountpoint. I copied the raiser4 approach here with the “…” prefix. Every directory has a “…metas” subdirectory with informations about the directory.
The top level directory holds additions meta directories to indexed medias for example.
first test on new site :)