Wampirzce – yet another Conway’s Game of Life implementation

Game of Life, a cellular automaton devised by the John H. Conway inspired many and became well known example of a cellular automaton. Game of Life is a zero-player game. There are no human players, moreover there are no players at all. Some time ago I have decided to create my own implementation of Life-like cellular automaton. I wrote it in C++ using Simple DirectMedia Layer and OpenGL.

Continue reading “Wampirzce – yet another Conway’s Game of Life implementation”

LibFakeTime 20071101

New version of LibFakeTime was released today. Now it support (or more technically: “shadows” symbol on dynamic linker consolidation) one more function – Linux’s clock_gettime(), thus it will support those programs and libraries which calls this kernel routine directly.

Continue reading “LibFakeTime 20071101”

Wine with on-access ClamAV scanning

Using Wine introduces new threats to your Linux box. One day every computer virus prepared to run under Windows will smoothly run under Wine. Some time ago I wrote ClamFS, a FUSE-based user-space file system for Linux with on-access anti-virus file scanning. It uses well known Open Source virus scanner – Clam AntiVirus. ClamFS was designed to protect Samba shares and FTP servers with upload enabled. Here is small guide how to configure ClamFS to protect Wine installation form viruses.

Continue reading “Wine with on-access ClamAV scanning”