Ian Gulliver flamingcow
  • Joined on 2026-03-05
flamingcow pushed to main at 3dprinting/spoolweight 2026-06-08 05:10:58 +00:00
9d0f570c85 refuse to update spooldb with negative total or filament weights
flamingcow pushed to main at 3dprinting/spoolweight 2026-06-01 02:33:55 +00:00
f0809220e8 use a fresh spooldb session per image instead of a shared one
flamingcow pushed to main at 3dprinting/spoolweight 2026-05-31 21:51:22 +00:00
e70dce275c add mobile putaway web server with camera/upload capture
flamingcow pushed to main at 3dprinting/spoolweight 2026-05-31 21:33:29 +00:00
e22d512be7 split out claude package, report weight breakdowns, add slog tracing
flamingcow pushed to main at 3dprinting/spoolweight 2026-05-31 21:19:37 +00:00
cb6b427990 read spool weight from edit dialog and write measured total back when it differs
flamingcow pushed to main at 3dprinting/spoolweight 2026-05-31 20:50:46 +00:00
2b4d2134b4 add spooldb client and look up spool location alongside weight
flamingcow created branch main in 3dprinting/spoolweight 2026-05-31 17:50:31 +00:00
flamingcow pushed to main at 3dprinting/spoolweight 2026-05-31 17:50:31 +00:00
d3e9cc8e54 spoolweight: read spool QR code and scale weight from a photo
flamingcow created repository 3dprinting/spoolweight 2026-05-31 17:50:26 +00:00
flamingcow pushed to main at theater/picomap 2026-05-01 20:52:31 +00:00
5bad374129 limen: extract udp into its own static library
flamingcow pushed to main at embed/limen 2026-05-01 20:52:30 +00:00
30f3eae111 extract udp into its own static library
flamingcow pushed to main at theater/picomap 2026-05-01 20:47:43 +00:00
f1bc6381db limen: extract igmp into its own static library
flamingcow pushed to main at embed/limen 2026-05-01 20:47:25 +00:00
71c07957f8 extract igmp into its own static library
flamingcow pushed to main at theater/picomap 2026-05-01 20:44:56 +00:00
22ead50a00 limen: extract icmp; convert constructor-based self-registration to explicit init()
flamingcow pushed to main at embed/limen 2026-05-01 20:44:56 +00:00
a56e034bfb extract icmp into its own static library; replace all __attribute__((constructor)) self-registrations with explicit init() calls in dispatch_init
flamingcow pushed to main at theater/picomap 2026-05-01 20:35:43 +00:00
f8b258f92e limen: extract arp into its own static library
flamingcow pushed to main at embed/limen 2026-05-01 20:35:43 +00:00
2d7ff98b82 extract arp into its own static library; add empty arp::init() called from dispatch_init to anchor the .o so the self-registration constructor links in
flamingcow pushed to main at theater/picomap 2026-05-01 20:23:13 +00:00
b29dd149e3 limen: extract ipv4 into its own static library
flamingcow pushed to main at embed/limen 2026-05-01 20:23:13 +00:00
f64cdcaacf extract ipv4 into its own static library
flamingcow pushed to main at theater/picomap 2026-05-01 18:03:19 +00:00
fc0c948b23 limen: merge net+eth into eth lib; ipv4 owns its IP