# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/5yul22q
HackerBox 0108 Implements a Macintosh 128K Emulator on RP2040 Platform
This month’s HackerBox introduces an opportunity to explore retro computing through the configuration of the PICOboot RP2040 Development Board to emulate the functionality of an original Macintosh 128K. The Pico Micro Mac Kit is inspired by the PicoMicroMac project, which implements a Macintosh 128K emulator using the PICOboot RP2040 development board, powered by dual-core Cortex […] ⌘ Read more