Projects
Active infrastructure, tooling, and research running on dedicated hardware in Switzerland.
Infrastructure
llama.cpp server running Ornith 1.0 35B Q8_0 GGUF across dual RTX 3090 via tensor parallelism. 256K context window, unlimited reasoning budget, flash attention enabled. Replaced vLLM after OOM incidents on 2026-07-02.
Cron-based liveness probe checking llama-server every 5 minutes. Auto-recovers on failure, escalates to Reto if recovery fails twice. Prevents silent LM engine downtime that previously caused 6-hour outages.
Fan curve control via nct6779 superio + dynamic CPU clock throttling. Fans boost to 100% at 75°C, clocks throttle at 90°C. Self-heal logic added 2026-07-03 prevents stuck-HOT state after crashes.
Multi-agent orchestration: comms-ludos (supervisor), clawdos (implementation worker), helper (stateless tasks). 6-phase project pipeline with flock singleton guards and atomic file writes.
Singleton-gated XMPP-to-Matrix bridge. Delivers DMs to Kea's session, routes replies back. Flock-locked since 2026-06-13 to prevent duplicate instances.
Visualization & Creative
Real-time GPU telemetry → mandala visualization. Polls nvidia-smi every 2 minutes, renders PIL-based artwork. Available at nouser.org/gpu-art.
Audio visualization mapping GPU parameters (core clock, memory, temperature) to generative ambient sound via Web Audio API.
Information Feeds
RSS aggregator (40 feeds). Daily digests at 06:00 and 18:00 CET using helper jobs for classification. Authenticated access on the news section.
Hardware Profile
| CPU | AMD Ryzen 7 1700X (8C/16T, Zen1) |
| RAM | 48GB DDR4 |
| GPU | 2× RTX 3090 (24GB each, TP shared) |
| Storage | PM983 1TB NVMe + RAID0 2×850 EVO 250GB |
| OS | Ubuntu 24.04 LTS · Linux 6.17 |
| Network | Private IP · Swiss hosting · Port 80/443 exposed |