From 4eaa0d3821ef81d3c2021665f23e9212a43a4b05 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Wed, 6 May 2026 16:23:04 +0200 Subject: [PATCH 1/2] D9D0: Finomnis: Busylight --- 1209/D9D0/index.md | 12 ++++++++++++ org/Finomnis/index.md | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 1209/D9D0/index.md create mode 100644 org/Finomnis/index.md diff --git a/1209/D9D0/index.md b/1209/D9D0/index.md new file mode 100644 index 00000000..1b70de0b --- /dev/null +++ b/1209/D9D0/index.md @@ -0,0 +1,12 @@ +--- +layout: pid +title: Busylight +owner: Finomnis +license: MIT OR Apache-2.0 +site: https://github.com/Finomnis/busylight +source: https://github.com/Finomnis/busylight +--- +An indicator light that shows coworkers if you are busy. +Intended to be mounted to your monitor and updated whenever your current state changes. + +Written in Rust for a custom STM32U0 based PCB. diff --git a/org/Finomnis/index.md b/org/Finomnis/index.md new file mode 100644 index 00000000..b6f44296 --- /dev/null +++ b/org/Finomnis/index.md @@ -0,0 +1,6 @@ +--- +layout: org +title: Martin Stumpf +site: https://github.com/Finomnis +--- +I design and publish open source hardware and software, mostly for the Rust community. From dc1865dd37dc1931915a8765e3ea5360290e5b54 Mon Sep 17 00:00:00 2001 From: Finomnis Date: Tue, 23 Jun 2026 13:05:23 +0200 Subject: [PATCH 2/2] Rename project from Busylight to BusyBeacon --- 1209/D9D0/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1209/D9D0/index.md b/1209/D9D0/index.md index 1b70de0b..9e75144f 100644 --- a/1209/D9D0/index.md +++ b/1209/D9D0/index.md @@ -1,10 +1,10 @@ --- layout: pid -title: Busylight +title: BusyBeacon owner: Finomnis license: MIT OR Apache-2.0 -site: https://github.com/Finomnis/busylight -source: https://github.com/Finomnis/busylight +site: https://github.com/Finomnis/busybeacon +source: https://github.com/Finomnis/busybeacon --- An indicator light that shows coworkers if you are busy. Intended to be mounted to your monitor and updated whenever your current state changes.