new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

shadcn/ui · all subjects

typeset/presets

3 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

Typeset: multiple presets example

You can keep more than one preset in the same app. Example: .typeset-chat { --typeset-flow: 1em; --typeset-leading: 1.6; } and .typeset-docs { --typeset-size: 15px; --typeset-flow: 1.5em; }. Then use them as: <div className="typeset typeset-chat">{message}</div> and <article className="typeset typeset-docs">{page}</article>.

Typeset: custom theme with reading mode example

.typeset-reading { --typeset-font-body: var(--font-lora); --typeset-font-heading: var(--font-lora); --typeset-size: 18px; --typeset-leading: 1.9; --typeset-flow: 2em; }

Typeset: custom theme with compact mode example

.typeset-compact { --typeset-font-body: var(--font-geist); --typeset-font-heading: var(--font-geist); --typeset-size: 14px; --typeset-leading: 1.6; --typeset-flow: 1em; }

Give your agent this brain