- Every Frame a Painting
The original “Every Frame a Painting” was a series of video essays about film form, made from April 2014 to September 2016. We officially announced the end of the channel in December 2017.
- What do you do when you’ve got two actors, a bunch of dialogue, and only enough time to get one camera angle? Consider one of the oldest tools in the filmmaking toolbox: the sustained two-shot.
- How flip-flops are implemented in the Intel 8086 processor (righto.com)
A key concept for a processor is the management of “state”, information that persists over time. Much of a computer is built from logic gates, such as NAND or NOR gates, but logic gates have no notion of time. Processors also need a way to hold values, along with a mechanism to move from step to step in a controlled fashion. This is the role of “sequential logic”, where the output depends on what happened before. Sequential logic usually operates off a clock signal,1 a sequence of regular pulses that controls the timing of the computer. (If you have a 3.2 GHz processor, for instance, that number is the clock frequency.)