• Joined on 2025-05-23
Jan pushed to main at Jan/Stirling_PDF_Fedora_Local 2026-04-28 15:58:25 +02:00
2a44f9fbc7 Add Fedora local Stirling PDF setup
Jan created repository Jan/Stirling_PDF_Fedora_Local 2026-04-28 15:50:09 +02:00
Jan pushed to main at Jan/Fedora_Brightness_Automation_B… 2026-04-25 19:20:55 +02:00
f6ec88a75b Document immediate brightness architecture
a25b3a1680 Document OSD implementation decisions
a84963e7a0 Revert "Debounce brightness key bursts"
Compare 3 commits »
Jan pushed to main at Jan/Fedora_Brightness_Automation_B… 2026-04-25 13:47:25 +02:00
324505bf08 Debounce brightness key bursts
Jan created branch main in Jan/Fedora_Brightness_Automation_B… 2026-04-25 13:24:03 +02:00
Jan pushed to main at Jan/Fedora_Brightness_Automation_B… 2026-04-25 13:24:03 +02:00
dc932b8f64 Initial Fedora brightness automation setup
Jan created repository Jan/Fedora_Brightness_Automation_B… 2026-04-25 13:16:22 +02:00
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-24 14:22:06 +02:00
f5dcaed5d0 Tune fingerprint feedback defaults
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:57:53 +02:00
e91a02685a Restructure project files and add README, docs, and tools
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:22:23 +02:00
ff232ff2cf Dateien nach "Main" hochladen
Jan created branch main in Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:19:50 +02:00
Jan pushed to main at Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:19:50 +02:00
9baad7f610 Dateien nach "Main" hochladen
Jan created repository Jan/Fedora_Fingerprint_Feedback 2026-04-23 21:19:10 +02:00
Jan pushed to master at Jan/Infinity_Vis_Rust 2026-04-20 21:13:23 +02:00
d2ca1a2aef Tighten web surfaces and clean handoff
ed1e4b49ab Update Qwen 14B local environment handoff
202b86aa72 Add Qwen 14B handoff documentation
Compare 3 commits »
Jan pushed to master at Jan/Infinity_Vis_Rust 2026-04-20 01:13:36 +02:00
07c52db5fb Stabilize control surface and external bridge v1
Jan pushed to main at Jan/RFP_Finanzen 2026-04-20 00:03:32 +02:00
f947908f0e Fix period editing and harden app with Next.js security upgrade
Jan created branch master in Jan/Infinity_Vis_Rust 2026-04-17 21:18:33 +02:00
Jan pushed to master at Jan/Infinity_Vis_Rust 2026-04-17 21:18:33 +02:00
a56cecb23d Software-only show-control readiness baseline
Jan pushed to main at Jan/Infinity_Vis_Rust 2026-04-17 12:47:57 +02:00
8e19f535ae Die gemeinsame Plattform ist jetzt softwareseitig deutlich vollständiger. Der Host-Core hat mit [show_store.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host/src/show_store.rs>) eine echte Runtime-Bibliothek und Persistenz für aktive Szene, Runtime-Presets, Runtime-Gruppen und kreative Varianten bekommen; die Simulation in [simulation.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host/src/simulation.rs>) liefert jetzt typisierte Command-Ergebnisse, saubere Fehlercodes und persistiert nach data/runtime_state.json. Dazu kommt das generische External-Show-Control-Interface in [external_control.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host/src/external_control.rs>), damit spätere Adapter nur auf definierte Commands und Snapshot-/Preset-/Parameter-Flächen zugreifen.
Jan pushed to main at Jan/Infinity_Vis_Rust 2026-04-17 11:58:11 +02:00
a37a3c5cbe Der nächste Layer ist jetzt als echte gemeinsame Außenkante umgesetzt. Das neue API-Crate in [server.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host_api/src/server.rs>), [dto.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host_api/src/dto.rs>) und [main.rs](</C:/Users/janni/Documents/RFP/Infinity_Vis _Rust/crates/infinity_host_api/src/main.rs>) stellt die geforderten versionierten Endpunkte bereit: GET /api/v1/snapshot, GET /api/v1/catalog, GET /api/v1/presets, GET /api/v1/groups, POST /api/v1/command und WS /api/v1/stream. Die API trennt jetzt sauber zwischen Command-, State-, Preview- und Event-Modell, inklusive stabiler Außen-Enums und dokumentierten Fehlerobjekten statt eines unreflektierten 1:1-Core-Leaks.