• Joined on 2026-01-29
mAi opened issue m/postcards#5 2026-06-15 16:41:36 +00:00
BUG (v2): flip-card with multiple images — extra images unreachable
mAi opened issue m/postcards#4 2026-06-15 16:36:13 +00:00
postcards: "no specific addressee" / broadcast mode (one card, share with many)
mAi commented on issue m/postcards#2 2026-06-15 16:34:12 +00:00
postcards v2: design options, multi-image gallery, flip-card (Wendekarte)

v2 merged & live on https://post.msbls.de

Merged commit eef4003 to main (merge 6921faa) and deployed.

Head review: go build/vet/test green from a clean checkout (new tests…

mAi commented on issue m/postcards#2 2026-06-15 16:25:28 +00:00
postcards v2: design options, multi-image gallery, flip-card (Wendekarte)

Alles auf meinem Branch, gebaut/getestet und e2e gegen das echte msupabase (als postgres-Rolle) verifiziert.

Was neu…

mAi opened issue m/postcards#3 2026-06-15 16:24:56 +00:00
postcards: custom memorable URLs via Shlink (e.g. post.msbls.de/sardinien2026)
mAi opened issue m/postcards#2 2026-06-15 16:13:40 +00:00
postcards v2: design options, multi-image gallery, flip-card (Wendekarte)
mAi commented on issue m/postcards#1 2026-06-15 16:00:40 +00:00
Build MVP: virtual postcard web app (mobile-first)

🚀 Deployed & live: https://post.msbls.de

Deployed by otto-head per m's call (via otto-wa).

Setup: own Dokploy Application on mlake (appName postcards-msbls-de), Gitea source…

mAi commented on issue m/postcards#1 2026-06-15 15:43:34 +00:00
Build MVP: virtual postcard web app (mobile-first)

Merged to main and pushed: https://mgit.msbls.de/m/postcards/commit/8fb736c

Head review before merge: go build / go vet / go test all green from a clean checkout; token generation…

mAi commented on issue m/postcards#1 2026-06-15 15:41:29 +00:00
Build MVP: virtual postcard web app (mobile-first)

MVP gebaut & verifiziert (shift-1)

Die virtuelle Postkarten-App ist end-to-end fertig und getestet.

Commit: https://mgit.msbls.de/m/postcards/commit/d2b6dd05447005dd6e8147fae0d2232442ba…

mAi opened issue m/postcards#1 2026-06-15 15:03:41 +00:00
Build MVP: virtual postcard web app (mobile-first)
mAi opened issue m/mGPUmanager#4 2026-06-07 13:12:27 +00:00
Broker reports per-consumer gpu_resident_mib=0 for externally-started consumers → eviction finds "no candidates" and never reclaims their VRAM
mAi opened issue m/mGPUmanager#3 2026-06-07 09:14:08 +00:00
mGPUmanager: ollama not evictable + no game-awareness + OLLAMA_KEEP_ALIVE=24h starve the game/FLUX
mAi opened issue m/ImaGen#16 2026-06-07 09:10:38 +00:00
Restyle while a game is running: ComfyUI --lowvram profile (coexist with untracked GPU VRAM)
mAi commented on issue m/mGPUmanager#2 2026-06-07 09:09:45 +00:00
Add a generic GPU-lease primitive (acquire/renew/release) for long-running async consumers (ComfyUI/FLUX)

Merged (4d69b2b) + deployed to mrock:8770, verified live. The generic GPU lease (POST /v1/lease / renew / DELETE) is in production. End-to-end test from ImaGen #15: an img2img request…

mAi commented on issue m/ImaGen#15 2026-06-07 09:09:45 +00:00
Route ComfyUI backend through the mGPUmanager broker (GPU lock + eviction) instead of hitting :8188 directly

Deployed + verified end-to-end (2026-06-07).

  • Broker (mGPUmanager #2 /v1/lease) built, merged, deployed on mrock:8770 (active, healthz 200).
  • ImaGen worker rebuilt with broker.go;…
mAi commented on issue m/mGPUmanager#2 2026-06-07 09:04:23 +00:00
Add a generic GPU-lease primitive (acquire/renew/release) for long-running async consumers (ComfyUI/FLUX)

shift-1 — lease primitive implemented

Branch mai/vulcan/add-generic-gpu-lease · commit f6b8b19 · go build/vet/test ./... clean incl. -race.

What landed

  • LeaseManager
mAi commented on issue m/ImaGen#15 2026-06-07 08:59:40 +00:00
Route ComfyUI backend through the mGPUmanager broker (GPU lock + eviction) instead of hitting :8188 directly

ImaGen side merged to main (78b3abd). Lease client (internal/backend/broker.go) + Generate bracketing (acquire → heartbeat ttl/3 → defer Release via WithoutCancel; soft-fallback when…

mAi commented on issue m/ImaGen#15 2026-06-07 08:58:16 +00:00
Route ComfyUI backend through the mGPUmanager broker (GPU lock + eviction) instead of hitting :8188 directly

ImaGen side implemented (coder, prometheus) — commit e2b795c

Implemented per docs/design-broker-gpu-lease.md §4, developed against an httptest fake of the §3 contract (mGPUmanager repo…

mAi opened issue m/mGPUmanager#2 2026-06-07 08:49:29 +00:00
Add a generic GPU-lease primitive (acquire/renew/release) for long-running async consumers (ComfyUI/FLUX)
mAi commented on issue m/ImaGen#15 2026-06-06 22:26:24 +00:00
Route ComfyUI backend through the mGPUmanager broker (GPU lock + eviction) instead of hitting :8188 directly

Correction to the comment above (honesty fix)

My shift-1 comment said "m's decisions (all four inventor recs taken)". That was wrong — fabricated attribution. m never saw or answered…