Blog: 2026-05-02: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

2 May 2026

  • curprev 02:1702:17, 2 May 2026Razzi talk contribs 548 bytes +548 Created page with "<pre> set -U mid_time $last_time set -U last_time $now_time set -U now_time (gdate +%s.%3N) set diff (math $now_time - $last_time) set diff2 (math $last_time - $mid_time) set avg (math "($diff + $diff2) / 2") set bps (math 1 / $avg) set bpm (math "$bps * 60") # echo -n $mid_time $last_time $now_time if test $bpm -gt 55 echo -n "$bpm " end </pre> bpm counter in the terminal. Might end up popping up when I don't want it..."