genewildish
  • Joined on 2026-03-13
genewildish created pull request genewildish/Mainline#7 2026-03-15 02:06:49 +00:00
feat/mod_poetry
genewildish pushed to feat/mod_poetry at genewildish/Mainline 2026-03-15 02:05:56 +00:00
5474c58ce0 Remove Thoreau and Emerson from poetry sources.
571da4fa47 feat: Add several new authors and their text sources to the TEXTS dictionary.
Compare 2 commits »
genewildish created branch feat/mod_poetry in genewildish/Mainline 2026-03-15 02:05:56 +00:00
genewildish pushed to main at genewildish/Mainline 2026-03-15 01:42:15 +00:00
6d7ab770cd Merge pull request 'feat/ntfy-local' (#6) from feat/ntfy-local into main
ed3006677f refactor: Declare _ntfy_message as global within the stream function.
b8b38cd0ad perf: Cache rendered message rows to avoid redundant processing.
030c75f30d feat: Add ntfy message display functionality with background polling and a dedicated rendering state.
Compare 4 commits »
genewildish merged pull request genewildish/Mainline#6 2026-03-15 01:42:15 +00:00
feat/ntfy-local
genewildish created pull request genewildish/Mainline#6 2026-03-15 01:42:09 +00:00
feat/ntfy-local
genewildish pushed to feat/ntfy-local at genewildish/Mainline 2026-03-15 01:39:33 +00:00
ed3006677f refactor: Declare _ntfy_message as global within the stream function.
b8b38cd0ad perf: Cache rendered message rows to avoid redundant processing.
030c75f30d feat: Add ntfy message display functionality with background polling and a dedicated rendering state.
Compare 3 commits »
genewildish created branch feat/ntfy-local in genewildish/Mainline 2026-03-15 01:39:33 +00:00
genewildish pushed to main at genewildish/Mainline 2026-03-15 01:03:37 +00:00
543c4ed50d Merge pull request 'feat: introduce server-thin client architecture for mainline.py on ESP32 with ntfy integration and update hardware documentation to reflect this design.' (#5) from feat/arduino into main
e2467bff4d Merge branch 'main' into feat/arduino
5b4c6cbaac feat: introduce server-thin client architecture for mainline.py on ESP32 with ntfy integration and update hardware documentation to reflect this design.
Compare 3 commits »
genewildish merged pull request genewildish/Mainline#5 2026-03-15 01:03:37 +00:00
feat: introduce server-thin client architecture for mainline.py on ESP32 with ntfy integration and update hardware documentation to reflect this design.
genewildish pushed to feat/arduino at genewildish/Mainline 2026-03-15 01:03:30 +00:00
e2467bff4d Merge branch 'main' into feat/arduino
270f119184 Merge pull request 'doc: Add a new section detailing recent mainline.py changes and their implications for hardware porting, including headline caching, firehose mode, and frame timing.' (#4) from feat/arduino into main
Compare 2 commits »
genewildish created pull request genewildish/Mainline#5 2026-03-15 01:03:25 +00:00
feat: introduce server-thin client architecture for mainline.py on ESP32 with ntfy integration and update hardware documentation to reflect this design.
genewildish pushed to feat/arduino at genewildish/Mainline 2026-03-15 01:02:32 +00:00
5b4c6cbaac feat: introduce server-thin client architecture for mainline.py on ESP32 with ntfy integration and update hardware documentation to reflect this design.
genewildish pushed to main at genewildish/Mainline 2026-03-15 00:10:10 +00:00
270f119184 Merge pull request 'doc: Add a new section detailing recent mainline.py changes and their implications for hardware porting, including headline caching, firehose mode, and frame timing.' (#4) from feat/arduino into main
ae81ba9b79 doc: Add a new section detailing recent mainline.py changes and their implications for hardware porting, including headline caching, firehose mode, and frame timing.
Compare 2 commits »
genewildish merged pull request genewildish/Mainline#4 2026-03-15 00:10:10 +00:00
doc: Add a new section detailing recent `mainline.py` changes and their implications for hardware porting, including headline caching, firehose mode, and frame timing.
genewildish created pull request genewildish/Mainline#4 2026-03-15 00:10:05 +00:00
doc: Add a new section detailing recent mainline.py changes and their implications for hardware porting, including headline caching, firehose mode, and frame timing.
genewildish pushed to feat/arduino at genewildish/Mainline 2026-03-15 00:09:44 +00:00
ae81ba9b79 doc: Add a new section detailing recent mainline.py changes and their implications for hardware porting, including headline caching, firehose mode, and frame timing.
genewildish pushed to feat/arduino at genewildish/Mainline 2026-03-15 00:08:23 +00:00
9979d955ed Merge pull request 'feat/stdout' (#3) from feat/stdout into main
69081344d5 refactor: Implement fixed frame rate and precise timing for the scrolling animation loop.
8f95ee5df9 feat: Implement caching for fetched items to improve startup performance and ignore cache files.
b69515238c Increase firehose zone height and adjust scroll duration multiplier for firehose mode.
20ebe96ea6 refactor: remove FIREHOSE conditional from bot_f calculation.
Compare 7 commits »
genewildish pushed to main at genewildish/Mainline 2026-03-15 00:05:29 +00:00
9979d955ed Merge pull request 'feat/stdout' (#3) from feat/stdout into main
69081344d5 refactor: Implement fixed frame rate and precise timing for the scrolling animation loop.
8f95ee5df9 feat: Implement caching for fetched items to improve startup performance and ignore cache files.
b69515238c Increase firehose zone height and adjust scroll duration multiplier for firehose mode.
20ebe96ea6 refactor: remove FIREHOSE conditional from bot_f calculation.
Compare 6 commits »
genewildish merged pull request genewildish/Mainline#3 2026-03-15 00:05:29 +00:00
feat/stdout