VELLEITY(3)resurrection.fun manualVELLEITY(3)

velleity

velleity(3) — the manual page

Name

velleity — register an intention without allocating the will to execute it

Synopsis

#include <volition.h>
int velleity(goal_t *g, int effort);   /* returns before doing anything */
want(g) && !will(g)  ->  velleity

Description

velleity() accepts a goal and returns immediately with the intention marked present. It spawns no worker, touches no resource, and reports success. The call is non-blocking in the strongest available sense: nothing blocks because nothing runs.

The registered intention is held on a decaying buffer. Each scheduler tick drains it faster than the caller replenishes it, so the buffer trends to zero without ever crossing the threshold that would trigger execution. The documented steady state is forty percent filled and falling. Callers frequently mistake the sincerity of the registration for progress on the goal; the two are not linked.

velleity() is thread-safe by construction, as no thread is ever created.

Options

--someday
Schedule execution for a timestamp the resolver never resolves. Default.
--sincerely
Raise the sincerity of the intention. Sincerity is not an argument to the scheduler.
--almost
Advance the buffer to just below the completion threshold and halt. The canonical stopping point.
--i-mean-it
Set the mean-it flag. Read-only. Decorative.
--new-year
Batch-register a year of intentions in one call. Buffer empties by February.
--actually-do-it
Not implemented. Tracked in exhibit 03.

Exit Status

0
the intention was registered; nothing was done
40
reached the velleity latitude and released — the standard outcome
111
will refused the connection; desire remained reachable
100
completed. logged as suspicious. cannot be credited to the caller

History

Velleity entered English in the early 17th century from Medieval Latin velleitas, an abstract noun the schoolmen built on Latin velle, "to wish," using the -itas suffix that also produced qualitas and quantitas. Thomist faculty psychology ranked it beneath voluntas as the will's weakest grade: a wish that would consent, provided consent cost nothing. The term stayed confined to theology and moral philosophy for centuries before lapsing into general disuse.

Bugs

Buffer drains faster than any observed caller can refill it. Filed WONTFIX; upstream is human nature.

--actually-do-it has sat in the backlog since the first commit. It is fully intended.

The completion path (exit 100) is reachable only by accident and cannot be attributed to the caller's effort.

See Also

livelock(8), quiescence(1), hysteresis(3). The living exhibit demonstrates the word in motion:

▸ operate velleity

Author

Maintained by The Aspirant, who fully intends to maintain it and has thought about it warmly.

resurrection.fun2026-07-17VELLEITY(3)