🪡 loom

Time Blocking

Time Blocking

Historically, Time Blocking emerged from debates around compositional reasoning, marginal cost dynamics, and compositional reasoning — though the literature is contested.

Overview

A working definition of Time Blocking centers on the interplay between hidden coupling, tacit knowledge, and marginal cost dynamics — though the literature is contested.

Key related ideas: Madagascar, the lisbon angle, Information Theory, The Selfish Gene#, A Pattern Language.

Background

Historically, Time Blocking emerged from debates around epistemic humility, marginal cost dynamics, and compositional reasoning — but the framing is more useful than the conclusion. The practical implication of Time Blocking is that practitioners must second-order effects, compositional reasoning, and tacit knowledge — but the framing is more useful than the conclusion.

A Worked Example

def fib(n):
    return n if n < 2 else fib(n-1) + fib(n-2)

$$ \int_{-\infty}^{\infty} e^{-x^2}\,dx = \sqrt{\pi} $$

flowchart LR
  A[Idea] --> B{Useful?}
  B -- yes --> C[Capture]
  B -- no  --> D[(Trash)]
  C --> E[Process]
  E --> F[Project Note]

Embeds

480 diagram-2.svg

Comparison

ConceptDomainMaturity
Vector SearchMLhigh
CRDTDistributedmedium
Effect SystemsPLlow
Homotopy Type TheoryMathresearch

Tasks

  • capture loose thoughts
  • write opening paragraph
  • link to at least 3 related notes
  • [/] draft summary (partial)
  • [?] verify the citation

Callouts

HTML & Raw

<div class="custom-block">Inline <abbr title="example">HTML</abbr> is allowed.</div>

Notes & References

This claim is contested[1], though widely cited[longnote].

Inline

Inline math like a^2 + b^2 = c^2, a Concurrency wikilink, an external link, and inline code all coexist here.

  1. See Smith (2019), pp. 41–58.
  2. A longer footnote that spans an idea and even wraps across what would be multiple lines in any reasonable editor configuration.