Elevators Are Algorithms: Scheduling, Dispatching, and Why Waits Feel Personal
systems engineering Jul 31, 2026 7 min read

Elevators Are Algorithms: Scheduling, Dispatching, and Why Waits Feel Personal

Elevators aren’t just “machines that come when called.” Behind the scenes, elevator banks continuously schedule car stops and assign passengers to cars using policies that balance wait time, congestion, and traffic patterns. Understanding SCAN/LOOK-style routing and dispatching strategies explains why mornings feel worse and why newer systems can sometimes make waits longer.

by ahsan
The session you can’t take with you (and how to design around it)
ai systems Jul 31, 2026 9 min read

The session you can’t take with you (and how to design around it)

AI session “transcripts” often look portable, but providers increasingly keep operational state server-side or seal it with provider-bound encryption. That turns user archives into pointers, with missing evidence and limited replay. This post explains session portability tests and the design patterns that keep sessions truly exportable.

by ahsan
From gpiozero value streams to a drag‑and‑drop GPIO flow
embedded systems Jul 30, 2026 7 min read

From gpiozero value streams to a drag‑and‑drop GPIO flow

gpiozero’s source/values model treats GPIO devices as value stream producers and consumers, where `.source` wires an output to an iterator of changing values. gpiozero-flow turns those same relationships into a drag-and-drop canvas, then uses a WebSocket agent to rewire live gpiozero devices and stream real hardware state back.

by ahsan
How election interference works in 2026—and what the EU is doing about it
cybersecurity Jul 30, 2026 6 min read

How election interference works in 2026—and what the EU is doing about it

EU officials have raised concerns about foreign interference in European elections, including via online influence and cybersecurity risks. The technical story isn’t one hack—it’s how political ads, information campaigns (FIMI), and election infrastructure can be attacked together, and how EU coordination and regulations aim to blunt those pathways.

by ahsan