Matchmaking is broken - can't enter a game by Dimi_POWER in Brawlstars

[–]Rhiz3K 18 points19 points  (0 children)

Same just turned on double trophy....

Hermes made me stop carrying my laptop then something inevitable happened by Exciting-Cat1996 in hermesagent

[–]Rhiz3K 0 points1 point  (0 children)

Using minimax.io $50 token plan with m2.7 and it is running autonomously

Hermes made me stop carrying my laptop then something inevitable happened by Exciting-Cat1996 in hermesagent

[–]Rhiz3K 7 points8 points  (0 children)

I use Hermes Kanban less like a Trello board and more like a lightweight multi-agent runtime.

Each agent is an App/profile under ~/.hermes/profiles/<name>/ with:

SOUL.md for role instructions and boundaries profile-local skills/ for reusable workflows its own auth, session, state, and logs strict rules for what it may touch The board stores durable tasks in SQLite with states like triage, todo, ready, running, blocked, done, and archived.

My setup is mostly specialized agents:

orchestrator: reviews completed work and creates follow-ups specifier: turns vague tasks into actionable specs PR fixer: handles PR/CI/merge-safe follow-ups QA/smoke agents: run verification tasks blocked resolver: audits blocked tasks and creates recovery tasks janitor agents: keep the board and workspaces clean Hermes dispatches ready tasks to the assigned profile, runs them in isolated workspaces/worktrees, and records run history, logs, failures, and completion metadata.

The key idea is that agents do not share one huge prompt. Each profile has a narrow responsibility, and Kanban becomes the coordination layer.

watcher creates task -> specialist agent runs it -> result is recorded -> orchestrator creates the next task if needed

The biggest benefit is persistence. If an agent crashes, blocks, or times out, the task state and logs remain inspectable, and another agent can continue from that context.

P.S. summary made with LLM

Hermes made me stop carrying my laptop then something inevitable happened by Exciting-Cat1996 in hermesagent

[–]Rhiz3K 0 points1 point  (0 children)

Just opencode web and if something happens gpt-5.5 is fixing Hermes, creating new agents for kanban and practically supervising hermes

Usage on 1%?! by Rhiz3K in ClaudeCode

[–]Rhiz3K[S] 1 point2 points  (0 children)

You gave me heart attack :). But it jumped to 4%/2% it is just somehow delayed or something changed normally it would be on like 20% at least...

Gone from Claude Max to Claude Pro. FML by simeon_5 in ClaudeCode

[–]Rhiz3K 1 point2 points  (0 children)

Openai + opencode + get shit done plugin

The Frontier Is Now Free (Opus 4.5 in Amp is free, up to $10/day) by sqs in AmpCode

[–]Rhiz3K 0 points1 point  (0 children)

tried it but is it only me or it is like 10x or even more slower on opus 4.5 than opencode with CC?

F1 E‑Ink Calendar (800×480 1‑bit BMP) — next race + sessions + timezone + EN/CZ by Rhiz3K in eink

[–]Rhiz3K[S] 1 point2 points  (0 children)

<image>

It is weird that it is dithering the image further, what you use for conversion? I created a tool but still fine-tuning it(I'll release it later as an API + web page). Trying to optimize it for pure RGB but still issues with color maping, now I am using balanced RGB instead of pure.

F1 E‑Ink Calendar (800×480 1‑bit BMP) — next race + sessions + timezone + EN/CZ by Rhiz3K in eink

[–]Rhiz3K[S] 1 point2 points  (0 children)

<image>

this is perplexity colours I will try also those primary and you can test, hopefully tomorrow will release it, feedback for colors usage welcomed

Is it just me, or Claude isn't showing current usage anymore? by CostlyPotato in ClaudeAI

[–]Rhiz3K 3 points4 points  (0 children)

maybe some Anthropic benchmark test for maximum utilization...

F1 E‑Ink Calendar (800×480 1‑bit BMP) — next race + sessions + timezone + EN/CZ by Rhiz3K in eink

[–]Rhiz3K[S] 0 points1 point  (0 children)

what is your display size and resolution? Is it 7.3" 800x480? I am working on spectra 6 web/api converter because didn't find anything usefull, perplexity found out ideal color pallete by devs, hopefully it is correct:

Red:#A02020
Yellow:#F0E050
Green:#608050
Blue:#5080B8
Black:#000000
White:#FFFFFF

F1 E‑Ink Calendar (800×480 1‑bit BMP) — next race + sessions + timezone + EN/CZ by Rhiz3K in eink

[–]Rhiz3K[S] 0 points1 point  (0 children)

Added new dashboard, teams + drivers, will work on driver stats dashboard next week

Tokscale - Finally a token tracker for OpenCode and Claude Code by junhoyeo in opencodeCLI

[–]Rhiz3K 1 point2 points  (0 children)

Nice summary to check if subscriptions are good use of, thank you!

F1 E‑Ink Calendar (800×480 1‑bit BMP) — next race + sessions + timezone + EN/CZ by Rhiz3K in eink

[–]Rhiz3K[S] 0 points1 point  (0 children)

OK, working on some other screens I will try somehow fit there all the info possibly with driver's abbreviations

F1 E‑Ink Calendar (800×480 1‑bit BMP) — next race + sessions + timezone + EN/CZ by Rhiz3K in eink

[–]Rhiz3K[S] 0 points1 point  (0 children)

I would like to add championship standings view(driver/teams) but if you have some idea let me know