Notebook

A public engineering record. Entries are informal, chronological, searchable, and allowed to be wrong in useful ways.

Subscribe to the Notebook feed
  1. Normalize camera coordinates before blaming calibration

    A pixel-space residual looked like calibration drift, but the comparison mixed normalized and distorted coordinates.

    verified
    bug
    computer-visiongeometry
  2. GPU synchronization changed the ranking

    Adding synchronization reversed an apparent latency advantage between two inference paths.

    verified
    benchmark-observation
    scientific-computingai-engineering
  3. Half precision made the solver look converged

    A residual plateau was mistaken for convergence after reduced precision erased the update direction.

    verified
    failed-experiment
    numerical-methodsscientific-computing
  4. Reading a method paper backwards

    Starting with evaluation details and failure cases can expose a paper's actual contribution faster than reading from the abstract forward.

    working
    research-note
    research-practiceai-engineering