Dejavu - Trac - another ORM for Python. This one is characterized by absurd class names (Arena, Sandbox, Units ...)
Archive 19. December 2005
Homebrew CPU Home Page - someone is building their own computer (including CPU!) from TTL chips. And then wants to write their own assembler, compiler, etc. - up to the OS. I wouldn't want to see the electricity bill, TTL logic is not exactly known for its frugal use of energy.
slight instability of this site
Right now, I'm experiencing some minor stability issues - the server process seems to be "losing" file descriptors - eventually they run out and the SCGI server is killed. At the moment, I have no idea why this is happening - other sites with the same server software (FLUP - an SCGI/FCGI server for Python) do not have this problem. For now, a regular cron job is running, which checks the process table to see if my process is still running - and if not, simply restarts it. And next, I'll probably have to come up with a debugging scenario to somehow narrow this down ...