Keyboard shortcuts

/ or ⌘/Ctrl K
Find a note
j / k
Next / previous section or linked note
h / l
Collapse or go to parent / expand or enter
e or Alt-click
Read a linked note here
o
Open focused note on its own
g g / G
First / last section or linked note
g h / g a
Home / all notes
g b / g t
Backlinks / table of contents
t
Cycle System, Light, Dark
? / Esc
Show / close this reference

Search: ↑/↓ or Ctrl N/P, Enter to open. Shortcuts pause while typing.

bowes: level triggering and reconciliation [9c7bdadd]

Tags: articles

Introduces the concepts of edge triggering and level triggering, derived from the idea of an interrupt, talks about how systems should respond to the shape of an electrical signal over time.

Should the system care about when the signal changes from low <- high or high -> low, or if the signal is high? Thresholds vs state changes

Abstractly, there's no differences between edge and level triggering, the only difference is the sample rate, if a system doesn't sample fast enough, we may miss a trigger, especially when there's an outage.

Under ideal conditions these are the same.

kubernetes (k8s) is focused on reconciling desired and actual states:

file:2020-12-28_21-39-56_screenshot.png